* calculate scene bounds from multipolygons for Sentinel-1 * allow `Stripmap` beam mode for sentinel-1 dataset
0.10.0
* update rio-tiler requirement to `>=5.0,<7.0`
0.9.0
* update rio-tiler requirement to `>=5.0,<6.0` * add `rio_tiler_pds.copernicus.aws.Dem30Reader` and `rio_tiler_pds.copernicus.aws.Dem90Reader` **mosaic** readers * add `boto3` in dependencies
0.8.0
* remove Landsat 8 Collection 1 * remove python 3.7 and add python 3.10/3.11 support * switch to ruff * fix issue with latest STAC Items for Sentinel-2-l2a-cogs (author dvd3v, https://github.com/cogeotiff/rio-tiler-pds/pull/64) * update rio-tiler requirement to `>=4.0,<5.0`
0.7.0
* enable `bucket` and `prefix_pattern` as input (author f-skold, https://github.com/cogeotiff/rio-tiler-pds/pull/61) * switch to `pyproject.toml`
0.6.0
* update rio-tiler requirement to `>=3.0.0`
**breaking changes**
* remove python 3.6 support * `sceneid` -> `input` in Reader attributes * remove `.stats()` and `.metadata()` methods * `bands` is now optional for `.info()` and `.statistics` * remove useless `band_expression` option