Skip to content

2023.4.0

Compare
Choose a tag to compare
@ungarj ungarj released this 20 Apr 10:40
· 501 commits to main since this release
  • core

    • to_shape(): enable handling full feature dicts in __geo_interface__ (#531)
    • add object_geometry() method, which works like object_bounds() (#531)
    • add types module containing Bounds and ZoomLevel classes (#532)
    • remove validate_zoom()
    • mapchete.io._misc.get_boto3_bucket(): function is now deprecated
    • mapchete.io._geometry_operations.reproject_geometry: account for new fiona transform_geom behavior
    • replace remaining boto3 bucket calls with fsspec
    • mapchete.io.raster: use same logic to extract FileNotFoundError for read_raster_window and read_raster_no_crs; replace deprecated IOError with OSError
  • packaging

    • remove direct s3fsdependency but keep boto3 and aiobotocore as direct dependencies for s3extra
  • testing

    • fix test case to reflect bug which prevents dask from updating overview tile using the task graph (#530)