You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been looking at using mlcroissant to see if we can make our data holdings friendly to AI researchers
we are starting to host more of our data within ERDDAP, which allows for access in multiple different formats.
working my way through building a croissant file, I noticed there doesn't seem to be a GEO datatype in the DataType class.
to get my example working, I made a few changes to the mlcroissant locally and thought I would mention them here.
This has worked for my example, and I would be happy to suggest the edits in a PR, I wouldn't know what the knock-on effects for the tests would be tho
Cheers
Tom
The text was updated successfully, but these errors were encountered:
I have been looking at using mlcroissant to see if we can make our data holdings friendly to AI researchers
we are starting to host more of our data within ERDDAP, which allows for access in multiple different formats.
working my way through building a croissant file, I noticed there doesn't seem to be a GEO datatype in the DataType class.
to get my example working, I made a few changes to the mlcroissant locally and thought I would mention them here.
I added a new line to
croissant/python/mlcroissant/mlcroissant/_src/core/constants.py
Line 224 in 3c3a7fa
so it now contains a GEO
Then in
croissant/python/mlcroissant/mlcroissant/_src/core/data_types.py
Line 24 in 3c3a7fa
This has worked for my example, and I would be happy to suggest the edits in a PR, I wouldn't know what the knock-on effects for the tests would be tho
Cheers
Tom
The text was updated successfully, but these errors were encountered: