Releases: ungarj/mapchete
Releases · ungarj/mapchete
0.40
-
core
- fix overviews creation in sinlge GTiff output (#325)
-
packaging
Merge pull request #341 from ungarj/release_0.39
0.39 - 2021-06-08
-
core
-
packaging
- add black & flake8 code formatting tools (#337)
0.38
- core
- allow multipart geometries in GeoJSON (#300)
- add
Geobuf
output format as alternative to store vector data (#302)
- CLI:
convert
- enable converting vector data (#302)
- add
--output-geometry-type
option for vector data output (#302)
- fix omission of
--output-metatiling
(#302)
- add
rm
command (#306)
- add
mapchete.formats.driver_metadata()
(#302)
- add
mapchete.formats.data_type_from_extension()
(#302)
- enable guessing data type (raster or vector) when reading from Tile Directories (#302)
mapchete.io.clean_geometry_type()
: add raise_exception
flag to disable raising and returning an empty geometry instead (#302)
- fix issue with
rasterio>1.1.4
(fix tile_to_zoom_level()) (#308)
- packaging
- don't parse requirements.txt in setup.py (#301)
- add test requirements (#302)
0.37
- core
- make retry settings configurable via environment (#296)
- MAPCHETE_IO_RETRY_TRIES (default: 3)
- MAPCHETE_IO_RETRY_DELAY (default: 1)
- MAPCHETE_IO_RETRY_BACKOFF (default: 1)
- fix non-overlapping bounds if provided as extra kwarg (#295)
- don't pass on init bounds to mapchete input (#295)
0.36
-
core
- create local output directory for single GTiff output files (#285)
- add process area parameter (#287)
- use optimized GDAL settings for baselayer creation (#291)
- raise generic MapcheteIOError on read fails (#292)
-
CLI
- add more baselayers in
serve
(#278)
- add
cp
command (#282)
- enable
serve
to host multiple mapchete files (#289)
- enable
index
to accept tile directories (#290)
- expose multiprocessing start method as option in
execute
(#293)
0.35
bump version; update changelog; increade Fiona dependency (#280)