Jan Van den bosch

Results 6 issues of Jan Van den bosch

# Description I'm trying to chain Execute requests (smoothing of a time series). PyWPS seems to interpret the contents of the `````` as an str and use this as the...

bug

## Describe the bug A NODATA `ByteConstantTile` that is converted to its own `CellType`, is no longer NODATA. ## To Reproduce ```scala import geotrellis.raster.{ByteConstantTile, byteNODATA} val t = ByteConstantTile(byteNODATA, cols...

bug

## Describe the bug I can create a `GDALRasterSource` from a corrupt JPEG2000 file and successfully read from it. I would expect it to throw an exception instead of silently...

question

The client is unable to detect the bands for this STAC Collection; why? The error message (actually: a warning) is apparently intimidating so could be improved as well. The job...

bug
usability

Example from the docs: ```python base = URI("https://example.com/about/us") cdn = base // "cdn.example.com" # https://cdn.example.com/ assert cdn == URI(str(cdn)) # boom! ```

1.bug

Example from the docs: ```python from uri import URI base = URI("https://example.com/about/us") cdn = base // "cdn.example.com" cdn.relative # boom! ``` Fails with: ``` Traceback (most recent call last): File...

1.bug