- update rio-tiler dependency to
>=7.0,<8.0
- add
reader-params
options in CLI
- fix GET range parsing
- add python 3.12 official support
- allow
tms
options in CLI (profile
,random
andget-zooms
) to select TileMatrixSet
-
update requirements
rio-tiler>=6.0,<7.0
fastapi>=0.100.0
rasterio>=1.3.8
-
remove
wurlitzer
dependency -
only use
rasterio
logs -
remove
LIST
information breaking change
- update
rio-tiler
requirement - fix log parsing when
CPL_TIMESTAMP=ON
is set
- handle dateline crossing dataset and remove pydantic serialization
- update pre-commit and fix issue with starlette>=0.26
- re-write
NoCacheMiddleware
as pure ASGI middleware - rename
analyse_logs
toparse_logs
- add python 3.11 support
- update hatch config
- fix issue with min/max zoom when there is no overviews
- calculate windows from block_shapes
- update rio-tiler/rasterio dependencies
- remove python 3.7 support
- add python 3.10 support
- add image endpoint to show the data footprint
- switch from mapbox to maplibre
- add
cProfile
stats
- Remove usage of
VSIStatsMiddleware
intilebench viz
- switch to pyproject.toml
- make sure we don't cache previous request when using
tilebench profile
without--tile
option
- update rio-tiler requirement
- add
reader
option
- update Fastapi requirement
- use WarpedVRT to get dataset bounds in epsg:4326
- update rio-tiler's version requirement
- add more information about the raster in the Viz web page (author @drnextgis, #14)
- fix bug for latest GDAL/rasterio version
- add default STAMEN basemap in viz and remove mapbox token/style options.
- update fastapi requirement
- add
exclude_paths
options inVSIStatsMiddleware
to exclude some endpoints (author @drnextgis, #10) - renamed
ressources
toresources
- fix typo in UI
- add warp-kernels in output in
profile
CLI - add rasterio/curl stdout in output
- add dataread time in Viz
- update requirements
- add web UI for VSI stats visualization
- add starlette middleware
- Update for rio-tiler==2.0.0rc3
- Initial release