Skip to content

Adding Converters for mlcroissant[geo]#1011

Open
HarshShinde0 wants to merge 2 commits intomlcommons:mainfrom
HarshShinde0:harsh/geocr
Open

Adding Converters for mlcroissant[geo]#1011
HarshShinde0 wants to merge 2 commits intomlcommons:mainfrom
HarshShinde0:harsh/geocr

Conversation

@HarshShinde0
Copy link

Introduce mlcroissant Converters for GeoCroissant

Add NASA UMM-G and STAC (SpatioTemporal Asset Catalog) converters to transform geospatial metadata into Croissant format. Includes demo notebooks for both converters.

Cc: @omshinde

@HarshShinde0 HarshShinde0 requested a review from a team as a code owner February 17, 2026 16:14
@github-actions
Copy link

github-actions bot commented Feb 17, 2026

MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅

@HarshShinde0
Copy link
Author

Hi @benjelloun,

The CI was failing due to a deprecated pip install syntax in the bounding-boxes.ipynb notebook. The old #egg= fragment syntax is now invalid and produces this error:

Previous:

!apt-get install -y python3-dev graphviz libgraphviz-dev pkg-config
!pip install "git+https://github.com/${GITHUB_REPOSITORY:-mlcommons/croissant}.git@${GITHUB_HEAD_REF:-main}#subdirectory=python/mlcroissant&egg=mlcroissant[dev]"

I've fixed it with the following changes:

!sudo apt-get install -y python3-dev graphviz libgraphviz-dev pkg-config
!pip install "mlcroissant[dev] @ git+https://github.com/${GITHUB_REPOSITORY:-mlcommons/croissant}.git@${GITHUB_HEAD_REF:-main}#subdirectory=python/mlcroissant"

if this looks correct we can use it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant