-
It is proposed to introduce raster collections into the EnMAP-Box data model to manage bigger sets of raster layers (e.g. EnMAP images for a whole country or continent) efficiently. By managing, we re…
-
When I execute the map_spectral_species function, I get the following error:
Error in tweak.function(strategy, ..., penvir = penvir) :
Trying to use non-future function ‘survival::cluster’: fun…
-
## How to reproduce
See comparison map below the scrollytelling feature in https://deploy-preview-481--visex.netlify.app/stories/darnah-flood
Look at the requests that are made as it loads and o…
-
Hi,
First of all thanks for creating such a straightforward-to-use package! I have an issue with staggregate_bin() and was hoping you could help me solve it.
**Description of the task:** I hav…
-
MWE:
```julia
using Rasters, GeoInterface
geom = GeoInterface.Polygon([GeoInterface.LinearRing([(0.0, 0.0), (0.0, 10.0), (10.0, 10.0), (10.0, 0.0), (0.0, 0.0)])])
raster = Raster(ones(11, 11), (X(…
-
@mahoneyt944 @grant2258 @arcadez2003
I am not entirely sure we addressed this before. But, it seems like it should be relatively reasonably feasible to address the slowdown issues present in Ninj…
-
**Is your feature request related to a problem? Please describe.**
I've tried converting an SVG image to PNG and got terrible results.
**Describe the solution you'd like**
Integrate librsvg or lu…
-
Hey there,
The usual suspect here. "Quick" question if you don't mind :)
I'm having issues visualising a raster of complex struct's. I've never had this problem when using a `Matrix` but it's …
-
MWE:
```julia
using Rasters, GeoInterface
geom = GeoInterface.Polygon([GeoInterface.LinearRing([(0.0, 0.0), (0.0, 10.0), (10.0, 10.0), (10.0, 0.0), (0.0, 0.0)])])
raster = Raster(ones(11, 11), (X(…
-
### Goals
- [ ] #86
- [ ] Test processing the full life-cycle of isolating raster values for a given coverage, re-classifying and re-sampling to the template resolution (for now is indicated by vark…