Guy Doulberg
Guy Doulberg
I started the service in a rancher (v1.6.2) the template version is 0.4.0 I configured it with HTTP mode The service starts and prints: ``` level=info msg="Make sure that HTTP...
The file produced by save should work in QGIS
I think GeoRaster.getWindow should not materialize the data of the raster in case the raster is off memory. I think using VRT we can serialize the raster to get a...
Aspects: 1. Memory consumption 2. Disk consumption 3. does it work?
At the moment convert_to_cog know only to preserver no-data masking
it fails becasue of this line https://github.com/satellogic/telluric/blob/master/telluric/georaster.py#L223 the _prepare_other_raster returns None
``` g = GeoRaster.open([url1,url2...]) ``` all of our apis should work including ``` g.save('raster.vrt') ``` will create a vrt file with the input rasters as entries. open issue: what will...