Joachim Ungar

Results 71 issues of Joachim Ungar

``` mapchete/test/test_formats_geobuf.py:2: in import geobuf as gb /usr/local/lib/python3.8/site-packages/geobuf/__init__.py:1: in from .encode import Encoder /usr/local/lib/python3.8/site-packages/geobuf/encode.py:9: in from . import geobuf_pb2 /usr/local/lib/python3.8/site-packages/geobuf/geobuf_pb2.py:33: in _descriptor.EnumValueDescriptor( /usr/local/lib/python3.8/site-packages/google/protobuf/descriptor.py:755: in __new__ _message.Message._CheckCalledFromGeneratedFile() E TypeError: Descriptors cannot...

e.g. in cases where for one test a different metatiling setting is desired thatn for another test. Now, this can only be achieved by duplicating the .mapchete file in the...

related to #199 and #213 use case: output is a single GTiff with exactly the same pixel size and extent than a defined input raster.

collect multiple tasks into larger tasks in order not to overwhelm the scheduler: * [ ] tile batches, no overviews (`concurrent.futures`, `dask`) no dependencies * [ ] tile batches, with...

When running `mapchete execute foo.mapchete --vrt` will always trigger global index creation. It should use the same bounding box which was used during process execution.

... probably because these inputs don't have a proper polygon bounding box and thus are considered empty

bug

to describe nodata and dtype: https://github.com/stac-extensions/raster

currently, all unused (i.e. non-default) configuration parameters are considered as parameters to be passed on to the process function. this is a bit messy and leads to model validation issues...