Rio-tiler

Latest version: v6.6.1

Safety actively analyzes 629959 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 24 of 31

1.1.0

------------------
- Allow options forwarding to `tile_read` from `main.tile` function (86)
- Add `resampling_method` options in `rio_tiler.utils.tile_read` to allow user set
resampling. Default is now bilinear (85)

Bug fixes:
- Fix nodata option forwarding to tile_read when source is a path (83)

Refactoring:
- Refactor `rio_tiler.utils.tile_read` to reduce code complexity (84)

Breaking Changes:
- `indexes` options is now set to **None** in `rio_tiler.utils.tile_read`.
Default will now be the dataset indexes.

1.0.1

------------------
- Fix mask datatype bug in `rio_tiler.utils.array_to_image`(79)
- Fix nodata handling and better test for the nodata/mask main module (81)

1.0.0

------------------
- add missing Landsat panchromatic band (08) min/max fetch in `rio_tiler.landsat8.metadata` (58)
- add pre-commit for commit validation (64)
- code formatting using Black (the uncompromising Python code formatter) (64)
- update documentation (Sentinel-2 cost) (68)
- add `utils.raster_get_stats` and `utils._get_stats` to replace `min_max*` function
and to return more statistics (66)
- add overview level selection to statistical functions to reduce the data download (59)
- add pure GDAL `array_to_image` function to replace PIL tools (29)
- add GDAL format output from `utils.get_colormap` to be used in `array_to_image` (29)
- add GDAL compatible Image creation profile (29)
- add max threads number settings via "MAX_THREADS" environment variable (71)

Breaking Changes:
- update `metadata` structure returned by `landsat8.metadata`, `sentinel2.metadata`, `cbers.metadata`
- force sentinel, landsat and cbers band names to be string and add validation (65)
- moved landsat utility functions from `rio_tiler.utils` to `rio_tiler.landsat8`
- rio_tiler.utils.landsat_get_mtl -> rio_tiler.landsat8._landsat_get_mtl
- rio_tiler.utils.landsat_parse_scene_id -> rio_tiler.landsat8._landsat_parse_scene_id
- rio_tiler.utils.landsat_get_stats -> rio_tiler.landsat8._landsat_stats
- moved cbers utility functions from `rio_tiler.utils` to `rio_tiler.cbers`
- rio_tiler.utils.cbers_parse_scene_id -> rio_tiler.cbers._cbers_parse_scene_id
- moved sentinel-2 utility functions from `rio_tiler.utils` to `rio_tiler.sentinel2`
- rio_tiler.utils.sentinel_parse_scene_id -> rio_tiler.sentinel2._sentinel_parse_scene_id
- removed deprecated PIL support as well as base64 encoding function in rio_tiler.utils
- rio_tiler.utils.img_to_buffer
- rio_tiler.utils.array_to_img
- rio_tiler.utils.b64_encode_img
- removed deprecated min_max* functions (landsat_min_max_worker and band_min_max_worker)

1.0rc2

-------------------
- add test case for pix4d nodata+alpha band data

1.0rc1

-------------------
- rasterio 1.0.0

1.0b3

------------------
- add schwarzwald color palette

Page 24 of 31

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.