API AccessAccess dataset files directly from scripts, code, or AI agents.
Browse dataset files
Access dataset files directly from scripts, code, or AI agents.
Dataset Files
Each file has a stable URL (r-link) that you can use directly in scripts, apps, or AI agents. These URLs are permanent and safe to hardcode.
/core/unece-units-of-measure/
https://datahub.io/core/unece-units-of-measure/_r/-/.gitignore
https://datahub.io/core/unece-units-of-measure/_r/-/README.md
https://datahub.io/core/unece-units-of-measure/_r/-/UPDATE_SCRIPT_MAINTENANCE_REPORT.md
https://datahub.io/core/unece-units-of-measure/_r/-/build.gradle
https://datahub.io/core/unece-units-of-measure/_r/-/data/levels.csv
https://datahub.io/core/unece-units-of-measure/_r/-/data/units-of-measure.csv
https://datahub.io/core/unece-units-of-measure/_r/-/datapackage.json
https://datahub.io/core/unece-units-of-measure/_r/-/gradle/wrapper/gradle-wrapper.jar
https://datahub.io/core/unece-units-of-measure/_r/-/gradle/wrapper/gradle-wrapper.properties
├ gradlew
https://datahub.io/core/unece-units-of-measure/_r/-/gradlew
https://datahub.io/core/unece-units-of-measure/_r/-/gradlew.bat
Key Files
Start with these files — they give you everything you need to understand and access the dataset.
datapackage.json— metadata & schema
https://datahub.io/core/unece-units-of-measure/_r/-/datapackage.json
README.md— documentation
https://datahub.io/core/unece-units-of-measure/_r/-/README.md
Typical Usage
- 1. Fetch datapackage.json to inspect schema and resources
- 2. Download data resources listed in datapackage.json
- 3. Read README.md for full context
Data Previews
units-of-measure
Loading data...
Schema
| name | type | description |
|---|---|---|
| Status | string | See description of status in newest documentation PDF of recommendation no. 20 |
| CommonCode | string | UNECE code for the unit of measure |
| Name | string | |
| Description | string | |
| LevelAndCategory | string | See levels.csv |
| Symbol | string | The symbol used to represent the unit of measure as in ISO 31 / 80000. |
| ConversionFactor | string | The value used to convert units to the equivalent SI unit when applicable. |
levels
Loading data...
Schema
| name | type |
|---|---|
| LevelAndCategory | string |
| Description | string |
Data Files
| File | Description | Size | Last modified | Download |
|---|---|---|---|---|
units-of-measure | 175 kB | 3 months ago | units-of-measure | |
levels | 444 B | 3 months ago | levels |
| Files | Size | Format | Created | Updated | License | Source |
|---|---|---|---|---|---|---|
| 2 | 175 kB | about 2 months ago | Open Data Commons Public Domain Dedication and License v1.0 | UNECE |
Update Script Maintenance Report
Date: 2026-03-04
- Ran updater:
./gradlew clean generateData. - Root cause: script path exists but local execution failed under Java 25 with legacy Gradle wrapper compatibility.
- Fixes made:
- Added first scheduled/manual workflow.
- Pinned workflow runtime to Java 11 for Gradle wrapper compatibility.
- Added explicit
contents: writeand guarded commit behavior.
- Validation summary: updater command is wired for a compatible CI runtime; local Java 25 incompatibility documented.