-
I often do raster and vector processing using package terra and alike. At some point, I need to visualize results in Qgis. As soon as the results imply multiple raster and vector layers, a function to…
-
Hi, I’m using ENphylo to model the distribution of some lizard species with few records. My "input_data" has 40 species, of which only 9 have fewer than 20 occurrences (I'm considering min_occ_enfa = …
-
I'm running tileserver-gl 5.0.0 in a docker container and sometimes, some tiles fail to rasterize their fonts.
![Screenshot from 2024-10-01 13-39-51](https://github.com/user-attachments/assets/c64e…
-
I have tried both the LTR and the latest version, but the target schema is not selectable. What’s wrong?
Thank you
-
OSM features covered by the bounding box of the input raster dataset can extend outside of this meaningful values (to NoData values of original raster dataset.
Therefore, temporary rasterised files …
-
I can't use NCDatasets.jl because of DiskArrays/Zarr version mismatches.
```julia
using Rasters, ArchGDAL
ras = Raster(rand(LinRange(0, 10, 100), X(1:100), Y(5:150), Ti(1:12)))
write("test.nc", …
-
Hello,
Problems:
- Not possible to load more than 62 images (80,5KB each one) as ImageSource in a for loop without app freezing.
- Flickering when changing the visibility of the raster layers usi…
-
## Context
Several bugs are related to terrain subdivision and raster tiles fetching - for instance #2159 ; #2214 and the following behaviour that can sometimes happen (unfortunately I can't share …
-
MWE:
```julia
r1 = Raster(WorldClim{Climate}, :tmin, month = 1)
r2 = r1[1:10, 1:10]
r3 = r1[DimSelectors(r2, selectors = At)]
```
Error (ignore the task stuff):
```julia
nested task …
-
Please see my code below. When envs is a RasterStack with 2 or more raster layers (when I use envs2 or envs3), ENMEvaluate runs. But when I use a single raster layer (when I use envs4 or envs5), it fa…