Skip to content

Commit a0b7d66

Browse files
authored
Updated README.md
Added detailed information about GeoCroissant
1 parent b27e21c commit a0b7d66

1 file changed

Lines changed: 46 additions & 1 deletion

File tree

README.md

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,46 @@
1-
# DCAI
1+
# DCAI: GeoCroissant Recipes
2+
3+
## What is GeoCroissant?
4+
5+
GeoCroissant extends the [MLCommons Croissant](http://mlcommons.org/croissant/1.1) 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.
6+
7+
## Requirements
8+
9+
Install the required dependency:
10+
11+
```bash
12+
pip install mlcroissant
13+
```
14+
15+
## Usage
16+
17+
Load a GeoCroissant dataset using the `mlcroissant` Python library:
18+
19+
```python
20+
import mlcroissant as mlc
21+
22+
dataset = mlc.Dataset("geocroissant.json")
23+
```
24+
25+
## Conformance
26+
27+
GeoCroissant datasets must declare conformance to both the Croissant and GeoCroissant specifications:
28+
29+
```json
30+
"dct:conformsTo": [
31+
"http://mlcommons.org/croissant/1.1",
32+
"http://mlcommons.org/croissant/geo/1.0"
33+
]
34+
```
35+
36+
## Authors
37+
38+
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, Elena Simperl
39+
40+
GeoCroissant Working Group · [croissant-geo@mlcommons.org](mailto:croissant-geo@mlcommons.org)
41+
42+
## Acknowledgements
43+
44+
- MLCommons GeoCroissant Working Group
45+
- MLCommons Croissant Working Group
46+
- Open Geospatial Consortium (OGC) GeoAI Domain Working Group

0 commit comments

Comments
 (0)