DOI¶
- class haxr.doi.DOI(value)[source]¶
Named dataset release endpoints usable as a
Storebase URL.DOIis aenum.StrEnum, so its members behave like strings and can be passed directly where a URL is expected (e.g., asbase_urlforStore).The values are URL prefixes pointing at a release’s file endpoint. The store appends file names like
manifest.json,stations.csv, and per-chunk files to this prefix when downloading.Prefer a versioned member (e.g.
DOI.v1) for reproducible workflows. UseDOI.latestto follow the most recent supported release.- Variables:
v1 – Base URL prefix for dataset release v1.
latest – Alias for the most recent supported release.