Skip to content

Releases: ungarj/mapchete

2022.1.1

19 Jan 14:58
1e4e75e
Compare
Choose a tag to compare
  • core

    • fix ConcurrentFuturesExecutor.as_completed() when waiting for finished futures
  • testing

    • split up reproject_geometry tests for CRS bounds clipping

2022.1.0

19 Jan 07:03
11adef7
Compare
Choose a tag to compare
  • 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

16 Dec 14:49
637d4f3
Compare
Choose a tag to compare
  • core
    • fix #395: area intersects with bounds

2021.12.2

14 Dec 19:37
1c68bff
Compare
Choose a tag to compare
  • core
    • let ditributed.as_completed() gather future results

2021.12.1

14 Dec 12:03
d7cebd5
Compare
Choose a tag to compare
  • core
    • explicitly call Future.release() before yielding result from DaskExecutor

2021.12.0

02 Dec 10:51
0d14aea
Compare
Choose a tag to compare
  • core
    • make sure I/O retry settings read from environment are properly casted to int/float

2021.11.3

23 Nov 08:23
a12aa13
Compare
Choose a tag to compare
  • 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

16 Nov 18:17
5b4b44c
Compare
Choose a tag to compare
  • core
    • dask: submit tasks in chunks to scheduler

2021.11.1

16 Nov 11:06
e520942
Compare
Choose a tag to compare
  • 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

03 Nov 15:49
037706f
Compare
Choose a tag to compare
  • 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