Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connect MARIS as an ODIS node #458

Open
jmckenna opened this issue Sep 11, 2024 · 7 comments
Open

Connect MARIS as an ODIS node #458

jmckenna opened this issue Sep 11, 2024 · 7 comments
Labels

Comments

@jmckenna
Copy link
Contributor

jmckenna commented Sep 11, 2024

Background on MARIS:

Background on ODIS:

@pbuttigieg
Copy link
Collaborator

pbuttigieg commented Sep 17, 2024

does have an API for data: https://maris.iaea.org/api/Search/getsampledata-minimized

Seems not to resolve. In our meeting (now), IAEA notes that there's a familiarity needed to navigate their data, but it's very stnadardised)

@pbuttigieg
Copy link
Collaborator

unknown if each record has a landing page (to possibly allow ODIS to harvest its JSON-LD embedded on the landing page for the record)

Confirmed. May be easier to use a direct link to JSON-LD without a landing page, if MARIS doesn't need such pages. Similar to what ZMT does: https://catalogue.odis.org/view/3289 (see their ODIS-Arch sitemap, which links off to the JSON-LD)

@pbuttigieg
Copy link
Collaborator

The current implementation bundles the metadata and data together in NetCDF / CSV - the goal would be to open those out such that the metadata is independent (which would assist FAIR alignment)

@jmckenna
Copy link
Contributor Author

jmckenna commented Sep 17, 2024

  • possibly related script to convert NetCDF metadata into JSON-LD (used to harvest World Ocean Database netcdf files stored on Amazon instance)

@pbuttigieg
Copy link
Collaborator

FYI schema.org to PROV mapping: #451

@jmckenna
Copy link
Contributor Author

@franckalbinet
Copy link

Here is an example of MARIS dataset metadata

You can also check out the CONFIGS_CDL dictionary here in the global_attrs key.

Note that this is open to modification/improvement. Most of these fields are filledd in by Marisco handlers either from the dataset itself or fetching data from MARIS Zotero records.

Ideally, we'd like to add links to the dataset itself as different format (.csv, .netcdf) or data visualization. For instance we use ObservableHQ for data viz. purpose:

Note that none of the data vis. above actually uses NetCDF but we do plan to provide them also.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants