GeoCroissant extends the MLCommons Croissant metadata standard with geospatial concepts for GeoAI workflows. It introduces support for spatial and temporal coverage, coordinate reference systems, spatial resolution, band configuration, and time-series metadata.
Install the required dependency:
pip install mlcroissantLoad a GeoCroissant dataset using the mlcroissant Python library:
import mlcroissant as mlc
dataset = mlc.Dataset("geocroissant.json")GeoCroissant datasets must declare conformance to both the Croissant and GeoCroissant specifications:
"dct:conformsTo": [
"http://mlcommons.org/croissant/1.1",
"http://mlcommons.org/croissant/geo/1.0"
]Rajat Shinde, Manil Maskey, AG Stephens, Harsh Shinde, Joseph Edgerton, Tejasri N.,
Douglas Fils, Edenna Chen, Claus Weiland, Pedram Ghamisi, Gerald Fenoy,
Yuhan Douglas Rao, Omar Benjelloun, and Elena Simperl
GeoCroissant Working Group · croissant-geo@mlcommons.org
- MLCommons GeoCroissant Working Group
- MLCommons Croissant Working Group
- Open Geospatial Consortium (OGC) GeoAI Domain Working Group