Skip to content

Instantly share code, notes, and snippets.

View adamml's full-sized avatar

Adam Leadbetter adamml

View GitHub Profile
@adamml
adamml / query.rq
Created December 9, 2025 22:23
Ocean Data Information System - Essential Ocean Variable query
prefix sdo: <https://schema.org/>
SELECT DISTINCT ?name ?keywords ?contentUrl WHERE {
?uri ?a sdo:Dataset.
?uri sdo:name ?name.
?uri sdo:distribution ?uri2.
?uri2 sdo:contentUrl ?contentUrl.
?uri sdo:keywords ?keywords
FILTER REGEX(lcase(str(?keywords)), "temperature")
} LIMIT 50
@adamml
adamml / cpMapViewerConfig.json
Last active August 6, 2026 16:06
Ocean Decade Atlas Config
{
"appName": "UNOceanDecadeDigitalAtlas",
"lang": "en",
"map": {
"center": [0, 0],
"initialZoom": 4,
"minZoom": 1,
"maxZoom": 16,
"projection": "EPSG:3857"
},
@adamml
adamml / P01-to-QUDT_Units.ipynb
Created May 6, 2026 10:52
BODC Parameter Usage Vocabulary terms to QUDT possible units of measure
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.