Releases: ungarj/mapchete
Releases · ungarj/mapchete
2022.1.1
-
core
- fix
ConcurrentFuturesExecutor.as_completed()
when waiting for finished futures
-
testing
- split up
reproject_geometry
tests for CRS bounds clipping
2022.1.0
- core
- fix #404: log useful information on info
- replace
cascacded_union()
with unary_union()
to handle Shapely warning
- fix
fsspec.ls
call
- make geometry clip to CRS bounds in
reproject_geometry()
optional
- add thread concurrency for rows in
tiles_exist
2021.12.3
- core
- fix #395: area intersects with bounds
2021.12.2
- core
- let
ditributed.as_completed()
gather future results
2021.12.1
- core
- explicitly call
Future.release()
before yielding result from DaskExecutor
2021.12.0
- core
- make sure I/O retry settings read from environment are properly casted to int/float
2021.11.3
- core
- expose
chunksize
parameter of dask executor to execute
and convert
commands.
- clean up
DaskExecutor.as_completed()
code & log messages
index
: use tiles_exist()
row generators to speed up index creation
2021.11.2
- core
- dask: submit tasks in chunks to scheduler
2021.11.1
-
core
- use generators to start processing as soon as possible and to reduce memory consumption when processing large areas
- add
preprocessing_tasks
tiles_tasks
attributes to Job
- reduce code smells
-
package
- fix
http
extra in setup.py
2021.11.0
-
CLI
convert
: enable --output-pyramid
to read custom grid from JSON file
stac create-item
: add --relative-paths
flag for asset URL
-
package
- add
mapchete.testing
including convenience tools
- use temporary directories for outputs where possible when testing processes