Skip to content

Instantly share code, notes, and snippets.

@bkatiemills
Last active May 30, 2024 21:15
Show Gist options
  • Save bkatiemills/75efe5e9d6e67d8aa7f5add617e6591c to your computer and use it in GitHub Desktop.
Save bkatiemills/75efe5e9d6e67d8aa7f5add617e6591c to your computer and use it in GitHub Desktop.
{
"@context": {
"@vocab": "https://schema.org/"
},
"@type": "Dataset",
"@id": "https://registry.org/permanentUrlToThisJsonDoc",
"name": "Argovis' representation of the Argo dataset",
"description": "Argovis provides a representation of the profiles collected over the lifetime of the Argo program. This representation is intended to present an interpretation of Argo data that is lightly simplified from the original product, but still appropriate for a large majority of scientific and educational use cases. Simplifications include presenting delayed (better corrected and QCed) mode data where available; presenting interpolated biogeochemical data only; and merging core and bioogeochemical data collected in parallel into unified oceanic profiles. For an introduction to using the Argovis API to access Argo data in Python, see https://github.com/argovis/demo_notebooks/blob/main/Intro_to_Argovis.ipynb.",
"url": "https://argovis.colorado.edu/argourlhelper",
"license": "https://opensource.org/license/mit"
"citation": [
"Tucker, T., D. Giglio, M. Scanderbeg, and S.S.P. Shen: Argovis: A Web Application for Fast Delivery, Visualization, and Analysis of Argo Data. J. Atmos. Oceanic Technol., 37, 401–416, https://doi.org/10.1175/JTECH-D-19-0041.1",
"Wong, A. P. S., et al. (2020), Argo Data 1999–2019: Two Million Temperature-Salinity Profiles and Subsurface Velocity Observations From a Global Array of Profiling Floats, Frontiers in Marine Science, 7(700), doi: https://doi.org/10.3389/fmars.2020.00700",
"Argo (2000). Argo float data and metadata from Global Data Assembly Centre (Argo GDAC). SEANOE. https://doi.org/10.17882/42182"
],
"creator": [
{
"@context": {
"@vocab": "https://schema.org/"
},
"@type": "Person",
"name": "Donata Giglio"
"workLocation": {
"@type": "Place",
"name": "University of Colorado, Boulder, Dept. of Atmospheric and Ocean Science"
},
"identifier": {
"@id": "https://orcid.org/0000-0002-3738-4293",
"@type": "PropertyValue",
"propertyID": "https://registry.identifiers.org/registry/orcid",
"url": "https://orcid.org/0000-0002-3738-4293",
}
},
{
"@context": {
"@vocab": "https://schema.org/"
},
"@type": "Person",
"name": "Bill Katie-Anne Mills"
"workLocation": {
"@type": "Place",
"name": "University of Colorado, Boulder, Dept. of Atmospheric and Ocean Science"
},
"identifier": {
"@id": "https://orcid.org/0000-0002-5887-6270",
"@type": "PropertyValue",
"propertyID": "https://registry.identifiers.org/registry/orcid",
"url": "https://orcid.org/0000-0002-5887-6270",
}
},
{
"@context": {
"@vocab": "https://schema.org/"
},
"@type": "Person",
"name": "Megan Scanderbeg"
"workLocation": {
"@type": "Place",
"name": "Scripps Institution of Oceanography"
},
"identifier": {
"@id": "https://orcid.org/0000-0002-0398-7272",
"@type": "PropertyValue",
"propertyID": "https://registry.identifiers.org/registry/orcid",
"url": "https://orcid.org/0000-0002-0398-7272",
}
}
]
"version": "<timestamp to be updated on db write>",
"keywords": [
"Argo",
"ocean profiles",
"temperature",
"salinity",
"pressure",
"ocean biogeochemistry"
],
"measurementTechnique": "http://www.argodatamgt.org/Documentation",
"variableMeasured": [
{
"@type": "PropertyValue",
"name": "<name from data_info[0]>",
"url": "Perhaps a link to the ADMT docs that explain their variables?",
"description": "<long name from data_info[2]>",
"unitCode": "<units from data_info[2]>"
},
// ... to be enumerated for all variables
],
"includedInDataCatalog": {
"@type": "DataCatalog",
"url": "https://argovis.colorado.edu/citations"
},
"temporalCoverage": "<min year>/<max year>"
"distribution": {
"@type": "DataDownload",
"url": "https://argovis.colorado.edu/argourlhelper",
"description": "Argovis provides no direct download of the dataset described in this record as it is too large to download in one click; however, please visit https://argovis.colorado.edu/argourlhelper to dynamically access your own subset of data"
},
"spatialCoverage": {
"@type": "Place",
"geo": {
"@type": "GeoShape",
"box": "-90 -180 90 180"// miny minx maxy maxx
},
"additionalProperty": {
"@type": "PropertyValue",
"propertyID": "http://dbpedia.org/resource/Spatial_reference_system",
"value": "http://www.w3.org/2003/01/geo/wgs84_pos"
}
},
"provider": [
{
"@type": "Organization",
"legalName": "University of Colorado Boulder",
"name": "Department of Atmospheric and Ocean Science",
"url": "https://www.colorado.edu/atoc/"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment