Releases: ungarj/mapchete
Releases · ungarj/mapchete
2023.6.5
2023.6.4
2023.6.3
2023.6.2
2023.6.1
2023.6.0
-
core
- allow providing values in mapchete configuration from environmental variables (e.g.
key: ${SOME_ENV_VAR}
) (#511) - enable setting individual storage options for
fsspec
and other I/O modules (rasterio
,fiona
, ...) for each input and output (#511) - introduce
mapchete.path
module includingMPath
class based onos.PathLike
(#511) - use
MPath
for all internal path representations (#511) - introduce
mapchete.io.settings
module (#511)
- allow providing values in mapchete configuration from environmental variables (e.g.
-
allow range requests on serve (#539)
-
packaging
- run isort on imports (#538)
-
testing
- require and run
docker-compose
before tests to provide S3 and HTTP endpoints (#511)
- require and run
2023.4.1
2023.4.0
-
core
to_shape()
: enable handling full feature dicts in__geo_interface__
(#531)- add
object_geometry()
method, which works likeobject_bounds()
(#531) - add
types
module containingBounds
andZoomLevel
classes (#532) - remove
validate_zoom()
mapchete.io._misc.get_boto3_bucket()
: function is now deprecatedmapchete.io._geometry_operations.reproject_geometry
: account for new fiona transform_geom behavior- replace remaining
boto3
bucket calls withfsspec
mapchete.io.raster
: use same logic to extractFileNotFoundError
forread_raster_window
andread_raster_no_crs
; replace deprecatedIOError
withOSError
-
packaging
- remove direct
s3fs
dependency but keepboto3
andaiobotocore
as direct dependencies fors3
extra
- remove direct
-
testing
- fix test case to reflect bug which prevents dask from updating overview tile using the task graph (#530)