Jeroen Dries

Results 33 issues of Jeroen Dries

## Describe the bug When creating a Pyramid that uses 'LocalLayoutScheme', for an RDD where the extent is not nicely aligned to the LayoutDefinition, lower zoom levels are corrupt. ##...

bug
question

There's a number of tiff tags that currently can not be written to geotiff in Geotrellis. For instance: SoftwareTag, DocumentNameTag, ImageDescTag These are already defined here: https://github.com/locationtech/geotrellis/blob/fa88aeddab0849cdb8f830d3747554bc7adceb1f/raster/src/main/scala/geotrellis/raster/io/geotiff/tags/codes/TagCodes.scala#L33 The request is...

enhancement

## Describe the bug It seems not possible to write a band name to geotiff metadata that is compatible with GDAL. Geotrellis writes this: ``` B02 ``` While GDAL would...

bug

The current implementation uses a copy constructor to create defensive copies of the Range parameter. The side effect of this approach is that the Range class can not be overridden....

I'm trying to get more insight into memory use by GDAL: - access to https://gdal.org/api/raster_c_api.html#_CPPv416GDALGetCacheUsedv - closing datasets, would probably require PR? For things like getting cache usage, I'm wondering...

enhancement

## Describe the bug ## When reading multiple jpeg2000 files and CPL_DEBUG=ON, the jvm crashes with this error. Turning off CPL_DEBUG seems to solve it. ``` # # A fatal...

bug

@soxofaan looks like something we can merge easily as this is mostly about using functionality from requests?

load_disk_collection is backed by a process that is only supported on Geotrellis backend. There also do not seem to be unit tests. Use cases of this method can probably be...

Not sure why it isn't there yet, but seems like an easy one to implement __or__ and __and__ in ProcessBuilder, so I can do for instance: ` if_( (x ==...

load_result now returns a datacube with default 'guessed' metadata. The STAC metadata for the provided job id should be retrieved from the backend, so that datacube metadata can be derived...

good first issue
feature request