Unreleased (latest)
- Add download functions for known data sources
- Add Copernicus stac catalog
- Add S3 download protocol for Copernicus Catalog
- Update Github-CI
0.2.1 (2025-09-17)
- Security update for dependencies (Pillow)
0.2.0 (2025-09-17)
- Refactor the stac.py module to extract logic that belongs more in raster.py
- Update the makefile
- Update the project dependencies
- Add new QA tools :
autoflake,autopep8andruff
0.1.3 (2024-09-23)
- Convert project to use
noxinstead oftoxfor cluster storage optimization.
0.1.2 (2024-09-23)
- Fix
docformatterwith missing extra dependency for use withpyproject.toml
0.1.1 (2024-09-20)
- Fix
blackdependency that was not correctly setup in dev dependency group
0.1.0 (2024-09-20)
- Add
resample_tiff_raster.pyscript - Implement functions for clipping and reprojecting raster images
- Implement vector functions for grid creation
- Implement vector functions for spatial selection and spatial joins
- Implement functions to help manage and automate
pystacAPI and client - Implement functions and scripts to search for and process Sentinel 2 products from Microsoft's Planetary Computer
- Add examples of the above in Jupyter notebook formats
- Add tests and notebook tests