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

WOD (World Ocean Database) connection #126

Open
jmckenna opened this issue Oct 17, 2022 · 3 comments
Open

WOD (World Ocean Database) connection #126

jmckenna opened this issue Oct 17, 2022 · 3 comments

Comments

@jmckenna
Copy link
Contributor

jmckenna commented Oct 17, 2022

Endpoints

Existing ISO 19115 metadata process

  • a WOD process exists to generate ISO metadata files (although project was suspended in 2018)
  • sample metadata file: https://gatewaygeomatics.com/dl/wod/wod_018917457O.xml
  • The file name for the ISO file can be interpreted as
    • wod - World Ocean Database
    • 018917457 - WOD unique cast number
    • O - observed level (S=standard level)

Challenges of database size

  • how to aggregate?
  • WOD can be grouped by instrument & year
    • 10 instruments

Possible Next Steps

  • examine existing metadata record
  • examine how WOD data fits existing ODIS patterns (possibly create a new pattern if needed)
  • adapt existing ISO process for JSON-LD support

cc @BoyerWOD

@pbuttigieg
Copy link
Collaborator

Starting development of a cast-by-cast dataset description with @BoyerWOD, @jmckenna, and @fils

@jmckenna
Copy link
Contributor Author

jmckenna commented Aug 2, 2023

@BoyerWOD we (@fils and myself) will provide you with a Python script to generate the necessary JSON-LD for each cast.

@jmckenna
Copy link
Contributor Author

jmckenna commented Aug 29, 2023

@BoyerWOD the Python script to generate all of the necessary JSON-LD files (direct from your S3 bucket) is ready for your review/run. See wod-s3-ncparser.py and sample output

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

When branches are created from issues, their pull requests are automatically linked.

2 participants