Releases: Digdgeo/PyVPP
Releases · Digdgeo/PyVPP
v1.0.0
🛰️ v1.0.0 — Sentinel-2 scene download, now production-ready
PyVPP started as a tool to download HR-VPP vegetation indices and phenology products (LAI, FAPAR,
SOSD, MAXD…) from WEkEO. From v1.0.0 it also covers the upstream step: downloading raw Sentinel-2
L2A scenes from CDSE, mosaicking the tiles that cover your area of interest, and clipping them to
your AOI boundary — all in a single call.
What you get per acquisition date:
- One GeoTIFF per band, in its native resolution (10 m or 20 m)
- Organized in YYYYMMDD_s2msi/ subfolders with consistent naming (YYYYMMDD_s2msi_b04_red.tif,
etc.) - Full band set: B02–B08, red-edge B05/B06/B07, B8A, B11, B12 and the SCL cloud mask
Improvements over previous versions:
- Token auto-refresh — no more 401 Unauthorized on long download sessions
- Resume support — re-running skips already-downloaded scenes
- geopandas >= 0.14 required (fixes compatibility with fiona 1.10+)
WEkEO / HR-VPP functionality is fully preserved and backward compatible.