-
Currently get floating point exception on pDriver->Create(). Also seems not to support raster overwrite. Will need to convert float to byte RGBA, see e.g. https://www.gamedev.net/forums/topic/486847-e…
-
### Description:
In the current implementation of `raster_dem_tile_source.ts`, `raster_tile_source.ts` tile expiration is only handled if both `cacheControl` and `expires` are present. However, in ca…
-
- [ ] allow to specify an additional source used as an external mask
- [ ] RasterReader.maskArray methode needs to be adopted to reflect the external masking
This feature will be used by the follo…
-
I tested 5 random dates between old and new pipeline and the file values seem to be exactly the same which is great!
One thing i noticed was that the print out of the new pipeline files does not in…
-
Whenever I do fast zoom in/out, I'm getting following error:
```
══╡ EXCEPTION CAUGHT BY IMAGE RESOURCE SERVICE ╞════════════════════════════════════════════════════
The following CancellationExc…
-
A partir du menu contextuel d'un service WMS-vecteur publié, proposer l'option "Créer un service raster WMS/WMTS" qui conduit à 2 étapes successives de création d'une pyramide de tuiles raster :
1. …
-
When I load a Vector file in `.shp` format and select the (only) named layer there is nothing rendered in the display, when I've got other GeoTIFFs loaded. It seems to display when it is loaded by its…
-
When trying to reconstruct rasters with a non-zero `anchor_plate_id` and a `gplately.PlateReconstruction` set with a non-zero anchor_plate_id, raster still reconstructs using anchor_plate_id=0 (unless…
-
Getting a mysterious and difficult to reproduce error when `tar_terra_tiles()` is used with the `tile_blocksize()` helper and the raster target is not reading in from a file.
Here's a reprex
```…
-
I'm using addGeotiff to map a masked raster:
```
leaflet() %>%
addProviderTiles("Esri.WorldImagery",
group = "Esri imagery") %>%
addGeotiff(file = filepath, #path to …