Compressed earth observation datasets available for download
Leaf Area Index and Fraction of Photosynthetically Active Radiation for mainland China. Joint compression of LAI and FPAR variables.
Global MODIS data cube covering 2003-2023. 7 spectral bands at 5km resolution. The core dataset used in GeoNDC paper experiments.
High-resolution Sentinel-2 data for China region. 10m resolution, designed to complement HiGLASS LAI products.
All datasets are hosted on HuggingFace for free download
Browse and download datasets directly from HuggingFace:
huggingface.co/datasets/geondc/
Use the GeoNDC SDK to download and load datasets:
from geondc import GeoNDC
model = GeoNDC.load("modis-global-20yr")
result = model.query(lat=40.0, lon=116.0)