------------------ - add colormap option in `utils.array_to_img` - add TIR (brightness temps) support - add CBERS support - add global file support - add elevation encoding for mapzen - removing internal caching - update to rasterio 1.0a12
Breaking Changes: - remove data value rescaling in `landsat8.tile` and `sentinel2.tile` - fix wrong lat/grid_square value in `utils.sentinel_parse_scene_id` - rename `utils.sentinel_min_max_worker` to `utils.band_min_max_worker`
0.11.1
* add support for Sentinel 2C
0.11.0
* update rio-tiler requirement to `>=7.0,<8.0` * replace `geographic bounds` with dataset bounds in `Reader.info()` method's response **breaking change** * remove `minzoom` and `maxzoom` properties in `Info` model **breaking change** * add python 3.12 and 3.13 support
0.10.1
* 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