Releases: ungarj/mapchete
Releases · ungarj/mapchete
2022.4.1
-
core
- explicitly check whether futures were cancelled
mapchete stac create-item
: also expand custom zoom levels- don't throw exception if STAC file cannot be written or updated
- add
mapchete stac create-protoype-files
command to write STACTA prototype datasets required by GDAL
2022.4.0
2022.3.3
-
core
commands.cp
: fixoverwrite
mode on local filesystems- cache input vector file bounding box to improve performance on large GeoJSON files
- add preliminary RPC referenced raster data support (also requires rasterio fix: rasterio/rasterio#2419)
- add
dask_propagate_results
flag tocompute()
to activate/deactivate task result propagation on dask clusters
-
packaging/CI
- avoid using GEOS 3.10 which causes shapely bugs
2022.3.2
-
core
- fix zoom levels getting processed in the wrong order
- fix process tiles generation which yielded a different number than estimated from
tiles_count()
- add fallback if
rasterio.crs.CRS
cannot convert CRS to SRS authority (issue in newer PROJ versions)
-
packaging/CI
- add Python 3.9 to test matrix
2022.3.1
2022.3.0
2022.2.2
- core
- avoid infinite recursion when retrying reprojection with clipped geometry
- attach missing dask client loop to
distributed.as_completed
call - fixed infinite future yield when using
DaskExecutor.as_completed()
- expose
--dask-no-task-graph
flag toexecute
andconvert
commands
2022.2.1
- core
- implement dask task graphs when using dask as executor
- enable setting executor after
Job
was initialized - fix minor bugs in
DaskExecutor.as_completed()
:- running futures count
- pass on Exception after cancel signal when client is closed while waiting for remaining futures
- add caching options for vector file and raster file inputs