Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 2.18 KB

File metadata and controls

57 lines (36 loc) · 2.18 KB

CHANGES.md

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, autopep8 and ruff

0.1.3 (2024-09-23)


  • Convert project to use nox instead of tox for cluster storage optimization.

0.1.2 (2024-09-23)


  • Fix docformatter with missing extra dependency for use with pyproject.toml

0.1.1 (2024-09-20)


  • Fix black dependency that was not correctly setup in dev dependency group

0.1.0 (2024-09-20)


  • Add resample_tiff_raster.py script
  • 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 pystac API 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