From 03d2cdcb0d593cc0b95f5835f019edb0f9846cbc Mon Sep 17 00:00:00 2001 From: Hilmar Maier Date: Fri, 21 Jul 2023 10:51:55 -0800 Subject: [PATCH 01/19] Change default branch to dev (#49) * Update CHANGELOG * Bump path-parse from 1.0.6 to 1.0.7 Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] * Bump grunt from 1.0.4 to 1.5.3 Bumps [grunt](https://github.com/gruntjs/grunt) from 1.0.4 to 1.5.3. - [Release notes](https://github.com/gruntjs/grunt/releases) - [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt/compare/v1.0.4...v1.5.3) --- updated-dependencies: - dependency-name: grunt dependency-type: direct:development ... Signed-off-by: dependabot[bot] * add orcid and ror to namespaces * implement feedback * Updating JSON files * bump version * add data quality report type codelist * update descriptions * update file name * bump version * Update description * Bump lodash from 4.17.15 to 4.17.21 (#42) Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21) --- updated-dependencies: - dependency-name: lodash dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump minimatch from 3.0.4 to 3.0.8 (#45) Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.8. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.0.8) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump async from 2.6.1 to 3.2.3 (#46) Bumps [async](https://github.com/caolan/async) from 2.6.1 to 3.2.3. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v2.6.1...v3.2.3) --- updated-dependencies: - dependency-name: async dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update npm version --------- Signed-off-by: dependabot[bot] Co-authored-by: Josh Bradley Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tim Zwolak Co-authored-by: Chris MacDermaid Co-authored-by: Chris MacDermaid <64213093+chris-macdermaid@users.noreply.github.com> Co-authored-by: Johnathan --- CHANGELOG.md | 22 +- lib/adiwg/mdcodes/version.rb | 3 +- package-lock.json | 2066 ++-- package.json | 10 +- resources/adiwg_namespace.yml | 3 + resources/iso_dataQualityElement.yml | 35 + resources/json/adiwg_addressType.json | 20 + resources/json/adiwg_applicationProfile.json | 55 + resources/json/adiwg_dataType.json | 210 + resources/json/adiwg_entityType.json | 65 + resources/json/adiwg_mapGridSystem.json | 35 + resources/json/adiwg_mapProjection.json | 135 + resources/json/adiwg_metadataRepository.json | 30 + resources/json/adiwg_metadataStandard.json | 50 + resources/json/adiwg_namespace.json | 80 + resources/json/iso_DCPList.json | 60 + resources/json/iso_associationType.json | 125 + resources/json/iso_bandDefinition.json | 35 + resources/json/iso_cellGeometry.json | 30 + resources/json/iso_characterSet.json | 1295 +++ resources/json/iso_classification.json | 55 + resources/json/iso_contextCode.json | 25 + resources/json/iso_countries.json | 1255 +++ resources/json/iso_coverageContentType.json | 50 + resources/json/iso_currency.json | 1405 +++ resources/json/iso_dataQualityElement.json | 130 + resources/json/iso_dateType.json | 145 + resources/json/iso_dimensionNameType.json | 50 + resources/json/iso_entityClass.json | 90 + resources/json/iso_geometricObjectType.json | 40 + resources/json/iso_geometryTypeCode.json | 30 + resources/json/iso_imageCondition.json | 65 + resources/json/iso_initiativeType.json | 85 + resources/json/iso_keywordType.json | 100 + resources/json/iso_language.json | 2435 ++++ resources/json/iso_maintenanceFrequency.json | 85 + resources/json/iso_mediumFormat.json | 45 + resources/json/iso_mediumName.json | 140 + resources/json/iso_objectiveTypeCode.json | 25 + resources/json/iso_obligation.json | 25 + resources/json/iso_onlineFunction.json | 85 + resources/json/iso_operationTypeCode.json | 25 + resources/json/iso_pixelOrientation.json | 35 + .../json/iso_polarisationOrientationCode.json | 40 + resources/json/iso_presentationForm.json | 130 + resources/json/iso_priorityCode.json | 30 + resources/json/iso_progress.json | 115 + resources/json/iso_referenceSystemType.json | 150 + resources/json/iso_restriction.json | 110 + resources/json/iso_role.json | 140 + resources/json/iso_scope.json | 215 + resources/json/iso_sequenceCode.json | 25 + resources/json/iso_spatialRepresentation.json | 45 + resources/json/iso_telephone.json | 50 + resources/json/iso_topicCategory.json | 115 + resources/json/iso_topologyLevel.json | 55 + .../json/iso_transferFunctionTypeCode.json | 25 + resources/json/iso_triggerCode.json | 25 + resources/json/mdcodes.json | 9922 +++++++++++++++++ scripts/prepublish.js | 8 +- 60 files changed, 21172 insertions(+), 817 deletions(-) create mode 100644 resources/iso_dataQualityElement.yml create mode 100644 resources/json/adiwg_addressType.json create mode 100644 resources/json/adiwg_applicationProfile.json create mode 100644 resources/json/adiwg_dataType.json create mode 100644 resources/json/adiwg_entityType.json create mode 100644 resources/json/adiwg_mapGridSystem.json create mode 100644 resources/json/adiwg_mapProjection.json create mode 100644 resources/json/adiwg_metadataRepository.json create mode 100644 resources/json/adiwg_metadataStandard.json create mode 100644 resources/json/adiwg_namespace.json create mode 100644 resources/json/iso_DCPList.json create mode 100644 resources/json/iso_associationType.json create mode 100644 resources/json/iso_bandDefinition.json create mode 100644 resources/json/iso_cellGeometry.json create mode 100644 resources/json/iso_characterSet.json create mode 100644 resources/json/iso_classification.json create mode 100644 resources/json/iso_contextCode.json create mode 100644 resources/json/iso_countries.json create mode 100644 resources/json/iso_coverageContentType.json create mode 100644 resources/json/iso_currency.json create mode 100644 resources/json/iso_dataQualityElement.json create mode 100644 resources/json/iso_dateType.json create mode 100644 resources/json/iso_dimensionNameType.json create mode 100644 resources/json/iso_entityClass.json create mode 100644 resources/json/iso_geometricObjectType.json create mode 100644 resources/json/iso_geometryTypeCode.json create mode 100644 resources/json/iso_imageCondition.json create mode 100644 resources/json/iso_initiativeType.json create mode 100644 resources/json/iso_keywordType.json create mode 100644 resources/json/iso_language.json create mode 100644 resources/json/iso_maintenanceFrequency.json create mode 100644 resources/json/iso_mediumFormat.json create mode 100644 resources/json/iso_mediumName.json create mode 100644 resources/json/iso_objectiveTypeCode.json create mode 100644 resources/json/iso_obligation.json create mode 100644 resources/json/iso_onlineFunction.json create mode 100644 resources/json/iso_operationTypeCode.json create mode 100644 resources/json/iso_pixelOrientation.json create mode 100644 resources/json/iso_polarisationOrientationCode.json create mode 100644 resources/json/iso_presentationForm.json create mode 100644 resources/json/iso_priorityCode.json create mode 100644 resources/json/iso_progress.json create mode 100644 resources/json/iso_referenceSystemType.json create mode 100644 resources/json/iso_restriction.json create mode 100644 resources/json/iso_role.json create mode 100644 resources/json/iso_scope.json create mode 100644 resources/json/iso_sequenceCode.json create mode 100644 resources/json/iso_spatialRepresentation.json create mode 100644 resources/json/iso_telephone.json create mode 100644 resources/json/iso_topicCategory.json create mode 100644 resources/json/iso_topologyLevel.json create mode 100644 resources/json/iso_transferFunctionTypeCode.json create mode 100644 resources/json/iso_triggerCode.json create mode 100644 resources/json/mdcodes.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c6ec3d..fdb9782 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,27 @@ # Change Log -## [v2.7.0](https://github.com/adiwg/mdCodes/tree/v2.7.0) +## [v2.8.0](https://github.com/adiwg/mdCodes/tree/v2.8.0) +[Full Changelog](https://github.com/adiwg/mdCodes/compare/v2.7.5...v2.8.0) + +**Closed issues:** + +- Add applicationProfile [\#29](https://github.com/adiwg/mdCodes/issues/29) +- Role "use" should be "user" [\#28](https://github.com/adiwg/mdCodes/issues/28) + +## [v2.7.5](https://github.com/adiwg/mdCodes/tree/v2.7.5) (2019-05-16) +[Full Changelog](https://github.com/adiwg/mdCodes/compare/v2.7.4...v2.7.5) + +## [v2.7.4](https://github.com/adiwg/mdCodes/tree/v2.7.4) (2019-05-16) +[Full Changelog](https://github.com/adiwg/mdCodes/compare/v2.7.2...v2.7.4) + +## [v2.7.2](https://github.com/adiwg/mdCodes/tree/v2.7.2) (2018-10-17) +[Full Changelog](https://github.com/adiwg/mdCodes/compare/v2.7.1...v2.7.2) + +## [v2.7.1](https://github.com/adiwg/mdCodes/tree/v2.7.1) (2018-10-10) +[Full Changelog](https://github.com/adiwg/mdCodes/compare/v2.7.0...v2.7.1) + +## [v2.7.0](https://github.com/adiwg/mdCodes/tree/v2.7.0) (2018-10-03) [Full Changelog](https://github.com/adiwg/mdCodes/compare/v2.6.3...v2.7.0) **Closed issues:** diff --git a/lib/adiwg/mdcodes/version.rb b/lib/adiwg/mdcodes/version.rb index ad9a973..83d88a6 100644 --- a/lib/adiwg/mdcodes/version.rb +++ b/lib/adiwg/mdcodes/version.rb @@ -1,6 +1,7 @@ # adiwg mdCodes # version 2 history +# 2.8.4 2023-03-06 added data quality # 2.7.6 2019-07-09 fixed iso_role changed use to user # 2.7.4 2019-04-12 fixed iso_telephone changed sourceName to CI_TelephoneTypeCode # 2.7.4 2019-04-12 fixed iso_countries changed sourceName 'CountryCode' @@ -28,7 +29,7 @@ module ADIWG module Mdcodes - VERSION = "2.8.0" + VERSION = "2.8.4" end end diff --git a/package-lock.json b/package-lock.json index 222798a..4d8dc5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,429 +1,522 @@ { "name": "mdcodes", - "version": "2.7.5", - "lockfileVersion": 1, + "version": "2.8.2", + "lockfileVersion": 3, "requires": true, - "dependencies": { - "JSV": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/JSV/-/JSV-4.0.2.tgz", - "integrity": "sha1-0Hf2glVx+CEy+d/67Vh7QCn+/1c=", - "dev": true + "packages": { + "": { + "name": "mdcodes", + "version": "2.8.2", + "license": "Unlicense", + "dependencies": { + "buildify": "powmedia/buildify#20458a121411f759dcc5ec1b441695eb7fc2b3b7", + "glob": "^7.1.0", + "rimraf": "^2.6.2" + }, + "devDependencies": { + "grunt": "^1.0.4", + "grunt-concat-json": "0.0.10", + "grunt-convert": "^0.1.11", + "grunt-yamllint": "^0.3.0" + } }, - "abbrev": { + "node_modules/abbrev": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", "dev": true }, - "ansi-regex": { + "node_modules/ansi-regex": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", - "dev": true + "dev": true, + "engines": { + "node": ">=0.10.0" + } }, - "ansi-styles": { + "node_modules/ansi-styles": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.0.0.tgz", "integrity": "sha1-yxAt8cVvUSPquLZ817mAJ6AnkXg=", - "dev": true + "dev": true, + "engines": { + "node": ">=0.8.0" + } }, - "argparse": { + "node_modules/argparse": { "version": "0.1.16", "resolved": "https://registry.npmjs.org/argparse/-/argparse-0.1.16.tgz", "integrity": "sha1-z9AeD7uj1srtBJ+9dY1A9lGW9Xw=", "dev": true, - "requires": { + "dependencies": { "underscore": "~1.7.0", "underscore.string": "~2.4.0" - }, - "dependencies": { - "underscore": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.7.0.tgz", - "integrity": "sha1-a7rwh3UA02vjTsqlhODbn+8DUgk=", - "dev": true - }, - "underscore.string": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-2.4.0.tgz", - "integrity": "sha1-jN2PusTi0uoefi6Al8QvRCKA+Fs=", - "dev": true - } } }, - "array-find-index": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz", - "integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=", + "node_modules/argparse/node_modules/underscore": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.7.0.tgz", + "integrity": "sha1-a7rwh3UA02vjTsqlhODbn+8DUgk=", "dev": true }, - "async": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz", - "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=", + "node_modules/argparse/node_modules/underscore.string": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-2.4.0.tgz", + "integrity": "sha1-jN2PusTi0uoefi6Al8QvRCKA+Fs=", + "dev": true, + "engines": { + "node": "*" + } + }, + "node_modules/array-each": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/array-each/-/array-each-1.0.1.tgz", + "integrity": "sha512-zHjL5SZa68hkKHBFBK6DJCTtr9sfTCPCaph/L7tMSLcTFgy+zX7E+6q5UArbtOtMBCtxdICpfTCspRse+ywyXA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/array-slice": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/array-slice/-/array-slice-1.1.0.tgz", + "integrity": "sha512-B1qMD3RBP7O8o0H2KbrXDyB0IccejMF15+87Lvlor12ONPRHP6gTjXMNkt/d3ZuOGbAe66hFmaCfECI24Ufp6w==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/async": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz", + "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==", "dev": true }, - "balanced-match": { + "node_modules/balanced-match": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" }, - "base64-js": { + "node_modules/base64-js": { "version": "0.0.8", "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-0.0.8.tgz", "integrity": "sha1-EQHpVE9KdrG8OybUUsqW16NeeXg=", - "dev": true + "dev": true, + "engines": { + "node": ">= 0.4" + } }, - "brace-expansion": { + "node_modules/brace-expansion": { "version": "1.1.8", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.8.tgz", "integrity": "sha1-wHshHHyVLsH479Uad+8NHTmQopI=", - "requires": { + "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" } }, - "buildify": { - "version": "github:powmedia/buildify#20458a121411f759dcc5ec1b441695eb7fc2b3b7", - "from": "github:powmedia/buildify#20458a121411f759dcc5ec1b441695eb7fc2b3b7", - "requires": { + "node_modules/braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dev": true, + "dependencies": { + "fill-range": "^7.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/buildify": { + "version": "0.4.0", + "resolved": "git+ssh://git@github.com/powmedia/buildify.git#20458a121411f759dcc5ec1b441695eb7fc2b3b7", + "integrity": "sha512-jJloEIvk9H6jzemEaAWNBFk59ccxaPlE5Epq+5GQ7+m4iZJdLzU+I+4r8FdkCpQgqa0QRB0XMo9uarVDTSke0A==", + "dependencies": { "clean-css": "0.6.0", "mkdirp": "0.3.2", "uglify-es": "3.0.22", "underscore": "1.3.3" + }, + "bin": { + "buildify": "bin/cli.js" + }, + "engines": { + "node": ">=0.4.0" } }, - "camelcase": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz", - "integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=", - "dev": true - }, - "camelcase-keys": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz", - "integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=", - "dev": true, - "requires": { - "camelcase": "^2.0.0", - "map-obj": "^1.0.0" - } - }, - "chalk": { + "node_modules/chalk": { "version": "0.4.0", - "resolved": "http://registry.npmjs.org/chalk/-/chalk-0.4.0.tgz", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-0.4.0.tgz", "integrity": "sha1-UZmj3c0MHv4jvAjBsCewYXbgxk8=", "dev": true, - "requires": { + "dependencies": { "ansi-styles": "~1.0.0", "has-color": "~0.1.0", "strip-ansi": "~0.1.0" + }, + "engines": { + "node": ">=0.8.0" } }, - "clean-css": { + "node_modules/clean-css": { "version": "0.6.0", "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-0.6.0.tgz", "integrity": "sha1-DKQi/ArTQoVsa4RCGU1UbiZEac4=", - "requires": { + "dependencies": { "optimist": "0.3.x" + }, + "bin": { + "cleancss": "bin/cleancss" + }, + "engines": { + "node": ">=0.6.0" } }, - "coffeescript": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/coffeescript/-/coffeescript-1.10.0.tgz", - "integrity": "sha1-56qDAZF+9iGzXYo580jc3R234z4=", - "dev": true - }, - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, - "requires": { - "color-name": "1.1.3" + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" } }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true }, - "colors": { + "node_modules/colors": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz", "integrity": "sha1-FopHAXVran9RoSzgyXv6KMCE7WM=", - "dev": true + "dev": true, + "engines": { + "node": ">=0.1.90" + } }, - "commander": { + "node_modules/commander": { "version": "2.9.0", "resolved": "https://registry.npmjs.org/commander/-/commander-2.9.0.tgz", "integrity": "sha1-nJkJQXbhIkDLItbFFGCYQA/g99Q=", - "requires": { + "dependencies": { "graceful-readlink": ">= 1.0.0" + }, + "engines": { + "node": ">= 0.6.x" } }, - "concat-map": { + "node_modules/concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" }, - "csv": { + "node_modules/csv": { "version": "0.3.7", "resolved": "https://registry.npmjs.org/csv/-/csv-0.3.7.tgz", "integrity": "sha1-pPijY/AHLNFVGB5rtJvVjlSXsxw=", - "dev": true - }, - "currently-unhandled": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz", - "integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=", "dev": true, - "requires": { - "array-find-index": "^1.0.1" + "engines": { + "node": ">= 0.1.90" } }, - "dateformat": { - "version": "1.0.12", - "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-1.0.12.tgz", - "integrity": "sha1-nxJLZ1lMk3/3BpMuSmQsyo27/uk=", + "node_modules/dateformat": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-3.0.3.tgz", + "integrity": "sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==", "dev": true, - "requires": { - "get-stdin": "^4.0.1", - "meow": "^3.3.0" + "engines": { + "node": "*" } }, - "decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", - "dev": true - }, - "error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", - "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "node_modules/detect-file": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/detect-file/-/detect-file-1.0.0.tgz", + "integrity": "sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=", "dev": true, - "requires": { - "is-arrayish": "^0.2.1" + "engines": { + "node": ">=0.10.0" } }, - "escape-string-regexp": { + "node_modules/escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "dev": true + "dev": true, + "engines": { + "node": ">=0.8.0" + } }, - "esprima": { + "node_modules/esprima": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", - "dev": true + "dev": true, + "bin": { + "esparse": "bin/esparse.js", + "esvalidate": "bin/esvalidate.js" + }, + "engines": { + "node": ">=4" + } }, - "eventemitter2": { + "node_modules/eventemitter2": { "version": "0.4.14", "resolved": "https://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz", "integrity": "sha1-j2G3XN4BKy6esoTUVFWDtWQ7Yas=", "dev": true }, - "exit": { + "node_modules/exit": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=", + "dev": true, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/expand-tilde": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz", + "integrity": "sha1-l+gBqgUt8CRU3kawK/YhZCzchQI=", + "dev": true, + "dependencies": { + "homedir-polyfill": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", "dev": true }, - "find-up": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz", - "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=", + "node_modules/fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", "dev": true, - "requires": { - "path-exists": "^2.0.0", - "pinkie-promise": "^2.0.0" + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" } }, - "findup-sync": { + "node_modules/findup-sync": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.3.0.tgz", "integrity": "sha1-N5MKpdgWt3fANEXhlmzGeQpMCxY=", "dev": true, - "requires": { + "dependencies": { "glob": "~5.0.0" }, + "engines": { + "node": ">= 0.6.0" + } + }, + "node_modules/findup-sync/node_modules/glob": { + "version": "5.0.15", + "resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz", + "integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=", + "dev": true, + "dependencies": { + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "2 || 3", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + } + }, + "node_modules/fined": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/fined/-/fined-1.2.0.tgz", + "integrity": "sha512-ZYDqPLGxDkDhDZBjZBb+oD1+j0rA4E0pXY50eplAAOPg2N/gUBSSk5IM1/QhPfyVo19lJ+CvXpqfvk+b2p/8Ng==", + "dev": true, + "dependencies": { + "expand-tilde": "^2.0.2", + "is-plain-object": "^2.0.3", + "object.defaults": "^1.1.0", + "object.pick": "^1.2.0", + "parse-filepath": "^1.0.1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/flagged-respawn": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/flagged-respawn/-/flagged-respawn-1.0.1.tgz", + "integrity": "sha512-lNaHNVymajmk0OJMBn8fVUAU1BtDeKIqKoVhk4xAALB57aALg6b4W0MfJ/cUE0g9YBXy5XhSlPIpYIJ7HaY/3Q==", + "dev": true, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/for-in": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", + "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/for-own": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/for-own/-/for-own-1.0.0.tgz", + "integrity": "sha1-xjMy9BXO3EsE2/5wz4NklMU8tEs=", + "dev": true, "dependencies": { - "glob": { - "version": "5.0.15", - "resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz", - "integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=", - "dev": true, - "requires": { - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "2 || 3", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - } + "for-in": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" } }, - "fs.realpath": { + "node_modules/fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" }, - "get-stdin": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz", - "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=", + "node_modules/function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", "dev": true }, - "getobject": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz", - "integrity": "sha1-BHpEl4n6Fg0Bj1SG7ZEyC27HiFw=", - "dev": true + "node_modules/getobject": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/getobject/-/getobject-1.0.2.tgz", + "integrity": "sha512-2zblDBaFcb3rB4rF77XVnuINOE2h2k/OnqXAiy0IrTxUfV1iFp3la33oAQVY9pCpWU268WFYVt2t71hlMuLsOg==", + "dev": true, + "engines": { + "node": ">=10" + } }, - "glob": { + "node_modules/glob": { "version": "7.1.4", "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz", "integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==", - "requires": { + "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", "minimatch": "^3.0.4", "once": "^1.3.0", "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" } }, - "graceful-fs": { + "node_modules/global-modules": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz", + "integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==", + "dev": true, + "dependencies": { + "global-prefix": "^1.0.1", + "is-windows": "^1.0.1", + "resolve-dir": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/global-prefix": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz", + "integrity": "sha1-2/dDxsFJklk8ZVVoy2btMsASLr4=", + "dev": true, + "dependencies": { + "expand-tilde": "^2.0.2", + "homedir-polyfill": "^1.0.1", + "ini": "^1.3.4", + "is-windows": "^1.0.1", + "which": "^1.2.14" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/graceful-fs": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.2.3.tgz", "integrity": "sha1-FaSAaldUfLLS2/J/QuiajDRRs2Q=", - "dev": true + "deprecated": "please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js", + "dev": true, + "engines": { + "node": ">=0.4.0" + } }, - "graceful-readlink": { + "node_modules/graceful-readlink": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz", "integrity": "sha1-TK+tdrxi8C+gObL5Tpo906ORpyU=" }, - "grunt": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/grunt/-/grunt-1.0.4.tgz", - "integrity": "sha512-PYsMOrOC+MsdGEkFVwMaMyc6Ob7pKmq+deg1Sjr+vvMWp35sztfwKE7qoN51V+UEtHsyNuMcGdgMLFkBHvMxHQ==", + "node_modules/grunt": { + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/grunt/-/grunt-1.5.3.tgz", + "integrity": "sha512-mKwmo4X2d8/4c/BmcOETHek675uOqw0RuA/zy12jaspWqvTp4+ZeQF1W+OTpcbncnaBsfbQJ6l0l4j+Sn/GmaQ==", "dev": true, - "requires": { - "coffeescript": "~1.10.0", - "dateformat": "~1.0.12", + "dependencies": { + "dateformat": "~3.0.3", "eventemitter2": "~0.4.13", - "exit": "~0.1.1", + "exit": "~0.1.2", "findup-sync": "~0.3.0", - "glob": "~7.0.0", - "grunt-cli": "~1.2.0", - "grunt-known-options": "~1.1.0", - "grunt-legacy-log": "~2.0.0", - "grunt-legacy-util": "~1.1.1", + "glob": "~7.1.6", + "grunt-cli": "~1.4.3", + "grunt-known-options": "~2.0.0", + "grunt-legacy-log": "~3.0.0", + "grunt-legacy-util": "~2.0.1", "iconv-lite": "~0.4.13", - "js-yaml": "~3.13.0", - "minimatch": "~3.0.2", - "mkdirp": "~0.5.1", + "js-yaml": "~3.14.0", + "minimatch": "~3.0.4", + "mkdirp": "~1.0.4", "nopt": "~3.0.6", - "path-is-absolute": "~1.0.0", - "rimraf": "~2.6.2" - }, - "dependencies": { - "glob": { - "version": "7.0.6", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.0.6.tgz", - "integrity": "sha1-IRuvr0nlJbjNkyYNFKsTYVKz9Xo=", - "dev": true, - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.2", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "grunt-cli": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/grunt-cli/-/grunt-cli-1.2.0.tgz", - "integrity": "sha1-VisRnrsGndtGSs4oRVAb6Xs1tqg=", - "dev": true, - "requires": { - "findup-sync": "~0.3.0", - "grunt-known-options": "~1.1.0", - "nopt": "~3.0.6", - "resolve": "~1.1.0" - } - }, - "minimist": { - "version": "0.0.8", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", - "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=", - "dev": true - }, - "mkdirp": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", - "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=", - "dev": true, - "requires": { - "minimist": "0.0.8" - } - }, - "resolve": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz", - "integrity": "sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=", - "dev": true - }, - "rimraf": { - "version": "2.6.3", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz", - "integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==", - "dev": true, - "requires": { - "glob": "^7.1.3" - }, - "dependencies": { - "glob": { - "version": "7.1.4", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz", - "integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==", - "dev": true, - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - } - } - } - } - }, - "grunt-concat-json": { + "rimraf": "~3.0.2" + }, + "bin": { + "grunt": "bin/grunt" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/grunt-concat-json": { "version": "0.0.10", "resolved": "https://registry.npmjs.org/grunt-concat-json/-/grunt-concat-json-0.0.10.tgz", "integrity": "sha1-DOt3PxPdEp5QGKkPYs2/2NDd0Bs=", "dev": true, - "requires": { + "dependencies": { "colors": "^1.1.2", "jsonlint": "~1.6.2", "strip-json-comments": "~1.0.2" + }, + "engines": { + "node": ">=0.10.0" + }, + "peerDependencies": { + "grunt": "~0.4.5" } }, - "grunt-convert": { + "node_modules/grunt-convert": { "version": "0.1.12", "resolved": "https://registry.npmjs.org/grunt-convert/-/grunt-convert-0.1.12.tgz", "integrity": "sha1-7dosPNtx0uU6kHasRiwsU+6aKjM=", "dev": true, - "requires": { + "dependencies": { "async": "^0.9.0", "csv": "^0.3.7", "plist": "^1.0.1", @@ -431,839 +524,1192 @@ "xml2js": "^0.4.4", "yamljs": "^0.1.5" }, - "dependencies": { - "async": { - "version": "0.9.2", - "resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz", - "integrity": "sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0=", - "dev": true - } + "engines": { + "node": ">= 0.10.0" } }, - "grunt-known-options": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/grunt-known-options/-/grunt-known-options-1.1.1.tgz", - "integrity": "sha512-cHwsLqoighpu7TuYj5RonnEuxGVFnztcUqTqp5rXFGYL4OuPFofwC4Ycg7n9fYwvK6F5WbYgeVOwph9Crs2fsQ==", + "node_modules/grunt-convert/node_modules/async": { + "version": "0.9.2", + "resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz", + "integrity": "sha512-l6ToIJIotphWahxxHyzK9bnLR6kM4jJIIgLShZeqLY7iboHoGkdgFl7W2/Ivi4SkMJYGKqW8vSuk0uKUj6qsSw==", "dev": true }, - "grunt-legacy-log": { + "node_modules/grunt-known-options": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-2.0.0.tgz", - "integrity": "sha512-1m3+5QvDYfR1ltr8hjiaiNjddxGdQWcH0rw1iKKiQnF0+xtgTazirSTGu68RchPyh1OBng1bBUjLmX8q9NpoCw==", + "resolved": "https://registry.npmjs.org/grunt-known-options/-/grunt-known-options-2.0.0.tgz", + "integrity": "sha512-GD7cTz0I4SAede1/+pAbmJRG44zFLPipVtdL9o3vqx9IEyb7b4/Y3s7r6ofI3CchR5GvYJ+8buCSioDv5dQLiA==", "dev": true, - "requires": { + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/grunt-legacy-log": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-3.0.0.tgz", + "integrity": "sha512-GHZQzZmhyq0u3hr7aHW4qUH0xDzwp2YXldLPZTCjlOeGscAOWWPftZG3XioW8MasGp+OBRIu39LFx14SLjXRcA==", + "dev": true, + "dependencies": { "colors": "~1.1.2", - "grunt-legacy-log-utils": "~2.0.0", + "grunt-legacy-log-utils": "~2.1.0", "hooker": "~0.2.3", - "lodash": "~4.17.5" + "lodash": "~4.17.19" + }, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/grunt-legacy-log-utils": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/grunt-legacy-log-utils/-/grunt-legacy-log-utils-2.1.0.tgz", + "integrity": "sha512-lwquaPXJtKQk0rUM1IQAop5noEpwFqOXasVoedLeNzaibf/OPWjKYvvdqnEHNmU+0T0CaReAXIbGo747ZD+Aaw==", + "dev": true, + "dependencies": { + "chalk": "~4.1.0", + "lodash": "~4.17.19" + }, + "engines": { + "node": ">=10" } }, - "grunt-legacy-log-utils": { + "node_modules/grunt-legacy-log-utils/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/grunt-legacy-log-utils/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/grunt-legacy-log-utils/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/grunt-legacy-util": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/grunt-legacy-log-utils/-/grunt-legacy-log-utils-2.0.1.tgz", - "integrity": "sha512-o7uHyO/J+i2tXG8r2bZNlVk20vlIFJ9IEYyHMCQGfWYru8Jv3wTqKZzvV30YW9rWEjq0eP3cflQ1qWojIe9VFA==", - "dev": true, - "requires": { - "chalk": "~2.4.1", - "lodash": "~4.17.10" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "requires": { - "color-convert": "^1.9.0" - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "requires": { - "has-flag": "^3.0.0" - } - } - } - }, - "grunt-legacy-util": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-1.1.1.tgz", - "integrity": "sha512-9zyA29w/fBe6BIfjGENndwoe1Uy31BIXxTH3s8mga0Z5Bz2Sp4UCjkeyv2tI449ymkx3x26B+46FV4fXEddl5A==", + "resolved": "https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-2.0.1.tgz", + "integrity": "sha512-2bQiD4fzXqX8rhNdXkAywCadeqiPiay0oQny77wA2F3WF4grPJXCvAcyoWUJV+po/b15glGkxuSiQCK299UC2w==", "dev": true, - "requires": { - "async": "~1.5.2", - "exit": "~0.1.1", - "getobject": "~0.1.0", + "dependencies": { + "async": "~3.2.0", + "exit": "~0.1.2", + "getobject": "~1.0.0", "hooker": "~0.2.3", - "lodash": "~4.17.10", - "underscore.string": "~3.3.4", - "which": "~1.3.0" + "lodash": "~4.17.21", + "underscore.string": "~3.3.5", + "which": "~2.0.2" + }, + "engines": { + "node": ">=10" } }, - "grunt-yamllint": { + "node_modules/grunt-legacy-util/node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/grunt-yamllint": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/grunt-yamllint/-/grunt-yamllint-0.3.0.tgz", "integrity": "sha1-EAP3n5uluSMVedOOr8M/awmNdPM=", "dev": true, - "requires": { + "dependencies": { "async": "^2.1.5", "chalk": "^1.1.3", "js-yaml": "^3.8.1" }, + "engines": { + "node": ">=0.10.10" + }, + "peerDependencies": { + "grunt": ">=1.0.1" + } + }, + "node_modules/grunt-yamllint/node_modules/ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/grunt-yamllint/node_modules/async": { + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", + "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", + "dev": true, + "dependencies": { + "lodash": "^4.17.14" + } + }, + "node_modules/grunt-yamllint/node_modules/chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "dev": true, + "dependencies": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/grunt-yamllint/node_modules/strip-ansi": { + "version": "3.0.1", + "resolved": "http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "dev": true, "dependencies": { - "ansi-styles": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", - "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", - "dev": true - }, - "argparse": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", - "dev": true, - "requires": { - "sprintf-js": "~1.0.2" - } - }, - "async": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.1.tgz", - "integrity": "sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ==", - "dev": true, - "requires": { - "lodash": "^4.17.10" - } - }, - "chalk": { - "version": "1.1.3", - "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", - "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", - "dev": true, - "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - } - }, - "js-yaml": { - "version": "3.13.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz", - "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==", - "dev": true, - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - } - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", - "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", - "dev": true, - "requires": { - "ansi-regex": "^2.0.0" - } - } - } - }, - "has-ansi": { + "ansi-regex": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/grunt/node_modules/glob": { + "version": "7.1.7", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz", + "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/grunt/node_modules/glob/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/grunt/node_modules/grunt-cli": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/grunt-cli/-/grunt-cli-1.4.3.tgz", + "integrity": "sha512-9Dtx/AhVeB4LYzsViCjUQkd0Kw0McN2gYpdmGYKtE2a5Yt7v1Q+HYZVWhqXc/kGnxlMtqKDxSwotiGeFmkrCoQ==", + "dev": true, + "dependencies": { + "grunt-known-options": "~2.0.0", + "interpret": "~1.1.0", + "liftup": "~3.0.1", + "nopt": "~4.0.1", + "v8flags": "~3.2.0" + }, + "bin": { + "grunt": "bin/grunt" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/grunt/node_modules/grunt-cli/node_modules/nopt": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-4.0.3.tgz", + "integrity": "sha512-CvaGwVMztSMJLOeXPrez7fyfObdZqNUK1cPAEzLHrTybIua9pMdmmPR5YwtfNftIOMv3DPUhFaxsZMNTQO20Kg==", + "dev": true, + "dependencies": { + "abbrev": "1", + "osenv": "^0.1.4" + }, + "bin": { + "nopt": "bin/nopt.js" + } + }, + "node_modules/grunt/node_modules/mkdirp": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", + "dev": true, + "bin": { + "mkdirp": "bin/cmd.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/grunt/node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "dev": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, + "dependencies": { + "function-bind": "^1.1.1" + }, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/has-ansi": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", "dev": true, - "requires": { + "dependencies": { "ansi-regex": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" } }, - "has-color": { + "node_modules/has-color": { "version": "0.1.7", "resolved": "https://registry.npmjs.org/has-color/-/has-color-0.1.7.tgz", "integrity": "sha1-ZxRKUmDDT8PMpnfQQdr1L+e3iy8=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/homedir-polyfill": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz", + "integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==", + "dev": true, + "dependencies": { + "parse-passwd": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/hooker": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz", + "integrity": "sha1-uDT3I8xKJCqmWWNFnfbZhMXT2Vk=", + "dev": true, + "engines": { + "node": "*" + } + }, + "node_modules/iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "dev": true, + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + }, + "node_modules/ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", "dev": true }, - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "node_modules/interpret": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.1.0.tgz", + "integrity": "sha1-ftGxQQxqDg94z5XTuEQMY/eLhhQ=", "dev": true }, - "hooker": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz", - "integrity": "sha1-uDT3I8xKJCqmWWNFnfbZhMXT2Vk=", - "dev": true + "node_modules/is-absolute": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-1.0.0.tgz", + "integrity": "sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==", + "dev": true, + "dependencies": { + "is-relative": "^1.0.0", + "is-windows": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-core-module": { + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz", + "integrity": "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==", + "dev": true, + "dependencies": { + "has": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, - "hosted-git-info": { - "version": "2.8.4", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.4.tgz", - "integrity": "sha512-pzXIvANXEFrc5oFFXRMkbLPQ2rXRoDERwDLyrcUxGhaZhgP54BBSl9Oheh7Vv0T090cszWBxPjkQQ5Sq1PbBRQ==", - "dev": true + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } }, - "iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", "dev": true, - "requires": { - "safer-buffer": ">= 2.1.2 < 3" + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" } }, - "indent-string": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz", - "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=", + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", "dev": true, - "requires": { - "repeating": "^2.0.0" + "engines": { + "node": ">=0.12.0" } }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", - "requires": { - "once": "^1.3.0", - "wrappy": "1" + "node_modules/is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "dev": true, + "dependencies": { + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" } }, - "inherits": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + "node_modules/is-relative": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-relative/-/is-relative-1.0.0.tgz", + "integrity": "sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==", + "dev": true, + "dependencies": { + "is-unc-path": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } }, - "is-arrayish": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", - "dev": true + "node_modules/is-unc-path": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-1.0.0.tgz", + "integrity": "sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==", + "dev": true, + "dependencies": { + "unc-path-regex": "^0.1.2" + }, + "engines": { + "node": ">=0.10.0" + } }, - "is-finite": { + "node_modules/is-windows": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz", - "integrity": "sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=", + "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", + "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==", "dev": true, - "requires": { - "number-is-nan": "^1.0.0" + "engines": { + "node": ">=0.10.0" } }, - "is-utf8": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", - "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=", - "dev": true - }, - "isexe": { + "node_modules/isexe": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", "dev": true }, - "js-yaml": { - "version": "3.13.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz", - "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==", + "node_modules/isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/js-yaml": { + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", "dev": true, - "requires": { + "dependencies": { "argparse": "^1.0.7", "esprima": "^4.0.0" }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/js-yaml/node_modules/argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dev": true, "dependencies": { - "argparse": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", - "dev": true, - "requires": { - "sprintf-js": "~1.0.2" - } - } + "sprintf-js": "~1.0.2" } }, - "jsonlint": { + "node_modules/jsonlint": { "version": "1.6.3", "resolved": "https://registry.npmjs.org/jsonlint/-/jsonlint-1.6.3.tgz", "integrity": "sha512-jMVTMzP+7gU/IyC6hvKyWpUU8tmTkK5b3BPNuMI9U8Sit+YAWLlZwB6Y6YrdCxfg2kNz05p3XY3Bmm4m26Nv3A==", "dev": true, - "requires": { + "dependencies": { "JSV": "^4.0.x", "nomnom": "^1.5.x" + }, + "bin": { + "jsonlint": "lib/cli.js" + }, + "engines": { + "node": ">= 0.6" } }, - "load-json-file": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz", - "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=", + "node_modules/JSV": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/JSV/-/JSV-4.0.2.tgz", + "integrity": "sha1-0Hf2glVx+CEy+d/67Vh7QCn+/1c=", "dev": true, - "requires": { - "graceful-fs": "^4.1.2", - "parse-json": "^2.2.0", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0", - "strip-bom": "^2.0.0" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.2.tgz", - "integrity": "sha512-IItsdsea19BoLC7ELy13q1iJFNmd7ofZH5+X/pJr90/nRoPEX0DJo1dHDbgtYWOhJhcCgMDTOw84RZ72q6lB+Q==", - "dev": true - } + "engines": { + "node": "*" } }, - "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==", - "dev": true + "node_modules/kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } }, - "loud-rejection": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz", - "integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=", + "node_modules/liftup": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/liftup/-/liftup-3.0.1.tgz", + "integrity": "sha512-yRHaiQDizWSzoXk3APcA71eOI/UuhEkNN9DiW2Tt44mhYzX4joFoCZlxsSOF7RyeLlfqzFLQI1ngFq3ggMPhOw==", + "dev": true, + "dependencies": { + "extend": "^3.0.2", + "findup-sync": "^4.0.0", + "fined": "^1.2.0", + "flagged-respawn": "^1.0.1", + "is-plain-object": "^2.0.4", + "object.map": "^1.0.1", + "rechoir": "^0.7.0", + "resolve": "^1.19.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/liftup/node_modules/findup-sync": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-4.0.0.tgz", + "integrity": "sha512-6jvvn/12IC4quLBL1KNokxC7wWTvYncaVUYSoxWw7YykPLuRrnv4qdHcSOywOI5RpkOVGeQRtWM8/q+G6W6qfQ==", "dev": true, - "requires": { - "currently-unhandled": "^0.4.1", - "signal-exit": "^3.0.0" + "dependencies": { + "detect-file": "^1.0.0", + "is-glob": "^4.0.0", + "micromatch": "^4.0.2", + "resolve-dir": "^1.0.1" + }, + "engines": { + "node": ">= 8" } }, - "lru-cache": { + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true + }, + "node_modules/lru-cache": { "version": "2.7.3", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz", "integrity": "sha1-bUUk6LlV+V1PW1iFHOId1y+06VI=", "dev": true }, - "map-obj": { + "node_modules/make-iterator": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", - "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=", - "dev": true + "resolved": "https://registry.npmjs.org/make-iterator/-/make-iterator-1.0.1.tgz", + "integrity": "sha512-pxiuXh0iVEq7VM7KMIhs5gxsfxCux2URptUQaXo4iZZJxBAzTPOLE2BumO5dbfVYq/hBJFBR/a1mFDmOx5AGmw==", + "dev": true, + "dependencies": { + "kind-of": "^6.0.2" + }, + "engines": { + "node": ">=0.10.0" + } }, - "meow": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz", - "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=", - "dev": true, - "requires": { - "camelcase-keys": "^2.0.0", - "decamelize": "^1.1.2", - "loud-rejection": "^1.0.0", - "map-obj": "^1.0.1", - "minimist": "^1.1.3", - "normalize-package-data": "^2.3.4", - "object-assign": "^4.0.1", - "read-pkg-up": "^1.0.1", - "redent": "^1.0.0", - "trim-newlines": "^1.0.0" - } - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha1-UWbihkV/AzBgZL5Ul+jbsMPTIIM=", - "requires": { - "brace-expansion": "^1.1.7" + "node_modules/map-cache": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", + "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=", + "dev": true, + "engines": { + "node": ">=0.10.0" } }, - "minimist": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", - "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=", - "dev": true + "node_modules/micromatch": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "dev": true, + "dependencies": { + "braces": "^3.0.2", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/minimatch": { + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.8.tgz", + "integrity": "sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } }, - "mkdirp": { + "node_modules/mkdirp": { "version": "0.3.2", "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.2.tgz", - "integrity": "sha1-S/uJHpxIuT1rVn8sPPLdP1a83vg=" + "integrity": "sha1-S/uJHpxIuT1rVn8sPPLdP1a83vg=", + "deprecated": "Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)", + "engines": { + "node": "*" + } }, - "nomnom": { + "node_modules/nomnom": { "version": "1.8.1", "resolved": "https://registry.npmjs.org/nomnom/-/nomnom-1.8.1.tgz", "integrity": "sha1-IVH3Ikcrp55Qp2/BJbuMjy5Nwqc=", + "deprecated": "Package no longer supported. Contact support@npmjs.com for more info.", "dev": true, - "requires": { + "dependencies": { "chalk": "~0.4.0", "underscore": "~1.6.0" - }, - "dependencies": { - "underscore": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz", - "integrity": "sha1-izixDKze9jM3uLJOT/htRa6lKag=", - "dev": true - } } }, - "nopt": { + "node_modules/nomnom/node_modules/underscore": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz", + "integrity": "sha1-izixDKze9jM3uLJOT/htRa6lKag=", + "dev": true + }, + "node_modules/nopt": { "version": "3.0.6", "resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz", "integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=", "dev": true, - "requires": { + "dependencies": { "abbrev": "1" + }, + "bin": { + "nopt": "bin/nopt.js" } }, - "normalize-package-data": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", - "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", + "node_modules/object.defaults": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/object.defaults/-/object.defaults-1.1.0.tgz", + "integrity": "sha1-On+GgzS0B96gbaFtiNXNKeQ1/s8=", "dev": true, - "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" + "dependencies": { + "array-each": "^1.0.1", + "array-slice": "^1.0.0", + "for-own": "^1.0.0", + "isobject": "^3.0.0" + }, + "engines": { + "node": ">=0.10.0" } }, - "number-is-nan": { + "node_modules/object.map": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", - "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=", - "dev": true + "resolved": "https://registry.npmjs.org/object.map/-/object.map-1.0.1.tgz", + "integrity": "sha1-z4Plncj8wK1fQlDh94s7gb2AHTc=", + "dev": true, + "dependencies": { + "for-own": "^1.0.0", + "make-iterator": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", - "dev": true + "node_modules/object.pick": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz", + "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=", + "dev": true, + "dependencies": { + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } }, - "once": { + "node_modules/once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", - "requires": { + "dependencies": { "wrappy": "1" } }, - "optimist": { + "node_modules/optimist": { "version": "0.3.7", "resolved": "https://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz", "integrity": "sha1-yQlBrVnkJzMokjB00s8ufLxuwNk=", - "requires": { + "dependencies": { "wordwrap": "~0.0.2" } }, - "parse-json": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", - "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", + "node_modules/os-homedir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", + "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/os-tmpdir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", + "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=", "dev": true, - "requires": { - "error-ex": "^1.2.0" + "engines": { + "node": ">=0.10.0" } }, - "path-exists": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz", - "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=", + "node_modules/osenv": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz", + "integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==", + "dev": true, + "dependencies": { + "os-homedir": "^1.0.0", + "os-tmpdir": "^1.0.0" + } + }, + "node_modules/parse-filepath": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/parse-filepath/-/parse-filepath-1.0.2.tgz", + "integrity": "sha1-pjISf1Oq89FYdvWHLz/6x2PWyJE=", + "dev": true, + "dependencies": { + "is-absolute": "^1.0.0", + "map-cache": "^0.2.0", + "path-root": "^0.1.1" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/parse-passwd": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz", + "integrity": "sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY=", "dev": true, - "requires": { - "pinkie-promise": "^2.0.0" + "engines": { + "node": ">=0.10.0" } }, - "path-is-absolute": { + "node_modules/path-is-absolute": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "engines": { + "node": ">=0.10.0" + } }, - "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", - "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==", + "node_modules/path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", "dev": true }, - "path-type": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz", - "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=", + "node_modules/path-root": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/path-root/-/path-root-0.1.1.tgz", + "integrity": "sha1-mkpoFMrBwM1zNgqV8yCDyOpHRbc=", "dev": true, - "requires": { - "graceful-fs": "^4.1.2", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0" - }, "dependencies": { - "graceful-fs": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.2.tgz", - "integrity": "sha512-IItsdsea19BoLC7ELy13q1iJFNmd7ofZH5+X/pJr90/nRoPEX0DJo1dHDbgtYWOhJhcCgMDTOw84RZ72q6lB+Q==", - "dev": true - } + "path-root-regex": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" } }, - "pify": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", - "dev": true - }, - "pinkie": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", - "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=", - "dev": true + "node_modules/path-root-regex": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/path-root-regex/-/path-root-regex-0.1.2.tgz", + "integrity": "sha1-v8zcjfWxLcUsi0PsONGNcsBLqW0=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } }, - "pinkie-promise": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", - "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", "dev": true, - "requires": { - "pinkie": "^2.0.0" + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" } }, - "plist": { + "node_modules/plist": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/plist/-/plist-1.2.0.tgz", "integrity": "sha1-CEtQk93JJQbiWfh0uNmxr7jHlZM=", "dev": true, - "requires": { + "dependencies": { "base64-js": "0.0.8", "util-deprecate": "1.0.2", "xmlbuilder": "4.0.0", "xmldom": "0.1.x" } }, - "pretty-data": { + "node_modules/pretty-data": { "version": "0.40.0", "resolved": "https://registry.npmjs.org/pretty-data/-/pretty-data-0.40.0.tgz", "integrity": "sha1-Vyqo6iNGdGerlLa1Jmpv2cj93XI=", - "dev": true - }, - "read-pkg": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz", - "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=", - "dev": true, - "requires": { - "load-json-file": "^1.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^1.0.0" - } - }, - "read-pkg-up": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz", - "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=", "dev": true, - "requires": { - "find-up": "^1.0.0", - "read-pkg": "^1.0.0" + "engines": { + "node": "*" } }, - "redent": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz", - "integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=", + "node_modules/rechoir": { + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.7.1.tgz", + "integrity": "sha512-/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg==", "dev": true, - "requires": { - "indent-string": "^2.1.0", - "strip-indent": "^1.0.1" + "dependencies": { + "resolve": "^1.9.0" + }, + "engines": { + "node": ">= 0.10" } }, - "repeating": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz", - "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=", + "node_modules/resolve": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz", + "integrity": "sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==", "dev": true, - "requires": { - "is-finite": "^1.0.0" + "dependencies": { + "is-core-module": "^2.8.1", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "resolve": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.12.0.tgz", - "integrity": "sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w==", + "node_modules/resolve-dir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz", + "integrity": "sha1-eaQGRMNivoLybv/nOcm7U4IEb0M=", "dev": true, - "requires": { - "path-parse": "^1.0.6" + "dependencies": { + "expand-tilde": "^2.0.0", + "global-modules": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" } }, - "rimraf": { + "node_modules/rimraf": { "version": "2.7.1", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", - "requires": { + "dependencies": { "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" } }, - "safer-buffer": { + "node_modules/safer-buffer": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", "dev": true }, - "sax": { + "node_modules/sax": { "version": "1.2.2", "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.2.tgz", "integrity": "sha1-/YYxojvHgmvvXYcb24c3jJVkeCg=", "dev": true }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true - }, - "sigmund": { + "node_modules/sigmund": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz", "integrity": "sha1-P/IfGYytIXX587eBhT/ZTQ0ZtZA=", "dev": true }, - "signal-exit": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz", - "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=", - "dev": true - }, - "source-map": { + "node_modules/source-map": { "version": "0.5.7", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" - }, - "spdx-correct": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.0.tgz", - "integrity": "sha512-lr2EZCctC2BNR7j7WzJ2FpDznxky1sjfxvvYEyzxNyb6lZXHODmEoJeFu4JupYlkfha1KZpJyoqiJ7pgA1qq8Q==", - "dev": true, - "requires": { - "spdx-expression-parse": "^3.0.0", - "spdx-license-ids": "^3.0.0" - } - }, - "spdx-exceptions": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz", - "integrity": "sha512-2XQACfElKi9SlVb1CYadKDXvoajPgBVPn/gOQLrTvHdElaVhr7ZEbqJaRnJLVNeaI4cMEAgVCeBMKF6MWRDCRA==", - "dev": true - }, - "spdx-expression-parse": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz", - "integrity": "sha512-Yg6D3XpRD4kkOmTpdgbUiEJFKghJH03fiC1OPll5h/0sO6neh2jqRDVHOQ4o/LMea0tgCkbMgea5ip/e+MkWyg==", - "dev": true, - "requires": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "engines": { + "node": ">=0.10.0" } }, - "spdx-license-ids": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.5.tgz", - "integrity": "sha512-J+FWzZoynJEXGphVIS+XEh3kFSjZX/1i9gFBaWQcB+/tmpe2qUsSBABpcxqxnAxFdiUFEgAX1bjYGQvIZmoz9Q==", - "dev": true - }, - "sprintf-js": { + "node_modules/sprintf-js": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", "dev": true }, - "strip-ansi": { + "node_modules/strip-ansi": { "version": "0.1.1", "resolved": "http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.1.tgz", "integrity": "sha1-OeipjQRNFQZgq+SmgIrPcLt7yZE=", - "dev": true - }, - "strip-bom": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", - "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", - "dev": true, - "requires": { - "is-utf8": "^0.2.0" - } - }, - "strip-indent": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz", - "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=", "dev": true, - "requires": { - "get-stdin": "^4.0.1" + "bin": { + "strip-ansi": "cli.js" + }, + "engines": { + "node": ">=0.8.0" } }, - "strip-json-comments": { + "node_modules/strip-json-comments": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz", "integrity": "sha1-HhX7ysl9Pumb8tc7TGVrCCu6+5E=", - "dev": true + "dev": true, + "bin": { + "strip-json-comments": "cli.js" + }, + "engines": { + "node": ">=0.8.0" + } }, - "supports-color": { + "node_modules/supports-color": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", - "dev": true + "dev": true, + "engines": { + "node": ">=0.8.0" + } }, - "trim-newlines": { + "node_modules/supports-preserve-symlinks-flag": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz", - "integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=", - "dev": true + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } }, - "uglify-es": { + "node_modules/uglify-es": { "version": "3.0.22", "resolved": "https://registry.npmjs.org/uglify-es/-/uglify-es-3.0.22.tgz", "integrity": "sha512-4bvwQuswYIpkeZRJ7v9ZVwsOXKeWnop9EUL5FmGy+KVQHtYBf0GzIKryzvY7j6eBTAw9otf4b9VsrufW9CcDHA==", - "requires": { + "deprecated": "support for ECMAScript is superseded by `uglify-js` as of v3.13.0", + "dependencies": { "commander": "~2.9.0", "source-map": "~0.5.1" + }, + "bin": { + "uglifyjs": "bin/uglifyjs" + }, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/unc-path-regex": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz", + "integrity": "sha1-5z3T17DXxe2G+6xrCufYxqadUPo=", + "dev": true, + "engines": { + "node": ">=0.10.0" } }, - "underscore": { + "node_modules/underscore": { "version": "1.3.3", "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.3.3.tgz", - "integrity": "sha1-R6xTaD2vgyv6lS4XdEF9pHgXrkI=" + "integrity": "sha1-R6xTaD2vgyv6lS4XdEF9pHgXrkI=", + "engines": { + "node": "*" + } }, - "underscore.string": { - "version": "3.3.5", - "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-3.3.5.tgz", - "integrity": "sha512-g+dpmgn+XBneLmXXo+sGlW5xQEt4ErkS3mgeN2GFbremYeMBSJKr9Wf2KJplQVaiPY/f7FN6atosWYNm9ovrYg==", + "node_modules/underscore.string": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-3.3.6.tgz", + "integrity": "sha512-VoC83HWXmCrF6rgkyxS9GHv8W9Q5nhMKho+OadDJGzL2oDYbYEppBaCMH6pFlwLeqj2QS+hhkw2kpXkSdD1JxQ==", "dev": true, - "requires": { - "sprintf-js": "^1.0.3", + "dependencies": { + "sprintf-js": "^1.1.1", "util-deprecate": "^1.0.2" + }, + "engines": { + "node": "*" } }, - "util-deprecate": { + "node_modules/underscore.string/node_modules/sprintf-js": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.2.tgz", + "integrity": "sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug==", + "dev": true + }, + "node_modules/util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", "dev": true }, - "validate-npm-package-license": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", - "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", + "node_modules/v8flags": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/v8flags/-/v8flags-3.2.0.tgz", + "integrity": "sha512-mH8etigqMfiGWdeXpaaqGfs6BndypxusHHcv2qSHyZkGEznCd/qAXCWWRzeowtL54147cktFOC4P5y+kl8d8Jg==", "dev": true, - "requires": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" + "dependencies": { + "homedir-polyfill": "^1.0.1" + }, + "engines": { + "node": ">= 0.10" } }, - "which": { + "node_modules/which": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", "dev": true, - "requires": { + "dependencies": { "isexe": "^2.0.0" + }, + "bin": { + "which": "bin/which" } }, - "wordwrap": { + "node_modules/wordwrap": { "version": "0.0.3", "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz", - "integrity": "sha1-o9XabNXAvAAI03I0u68b7WMFkQc=" + "integrity": "sha1-o9XabNXAvAAI03I0u68b7WMFkQc=", + "engines": { + "node": ">=0.4.0" + } }, - "wrappy": { + "node_modules/wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" }, - "xml2js": { + "node_modules/xml2js": { "version": "0.4.17", "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.17.tgz", "integrity": "sha1-F76T6q4/O3eTWceVtBlwWogX6Gg=", "dev": true, - "requires": { + "dependencies": { "sax": ">=0.6.0", "xmlbuilder": "^4.1.0" - }, + } + }, + "node_modules/xml2js/node_modules/xmlbuilder": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-4.2.1.tgz", + "integrity": "sha1-qlijBBoGb5DqoWwvU4n/GfP0YaU=", + "dev": true, "dependencies": { - "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==", - "dev": true - }, - "xmlbuilder": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-4.2.1.tgz", - "integrity": "sha1-qlijBBoGb5DqoWwvU4n/GfP0YaU=", - "dev": true, - "requires": { - "lodash": "^4.0.0" - } - } - } - }, - "xmlbuilder": { + "lodash": "^4.0.0" + }, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/xmlbuilder": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-4.0.0.tgz", "integrity": "sha1-mLj2UcowqmJANvEn0RzGbce5B6M=", "dev": true, - "requires": { + "dependencies": { "lodash": "^3.5.0" }, - "dependencies": { - "lodash": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz", - "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=", - "dev": true - } + "engines": { + "node": ">=0.8.0" } }, - "xmldom": { + "node_modules/xmlbuilder/node_modules/lodash": { + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz", + "integrity": "sha512-9mDDwqVIma6OZX79ZlDACZl8sBm0TEnkf99zV3iMA4GzkIT/9hiqP5mY0HoT1iNLCrKc/R1HByV+yJfRWVJryQ==", + "dev": true + }, + "node_modules/xmldom": { "version": "0.1.27", "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.27.tgz", "integrity": "sha1-1QH5ezvbQDr4757MIFcxh6rawOk=", - "dev": true + "deprecated": "Deprecated due to CVE-2021-21366 resolved in 0.5.0", + "dev": true, + "engines": { + "node": ">=0.1" + } }, - "yamljs": { + "node_modules/yamljs": { "version": "0.1.6", "resolved": "https://registry.npmjs.org/yamljs/-/yamljs-0.1.6.tgz", "integrity": "sha1-TypwR/JV842mxfDxuBSAbv5LFsk=", "dev": true, - "requires": { + "dependencies": { "argparse": "~0.1.4", "glob": "~3.1.11" }, + "bin": { + "json2yaml": "bin/json2yaml", + "yaml2json": "bin/yaml2json" + } + }, + "node_modules/yamljs/node_modules/glob": { + "version": "3.1.21", + "resolved": "https://registry.npmjs.org/glob/-/glob-3.1.21.tgz", + "integrity": "sha1-0p4KBV3qUTj00H7UDomC6DwgZs0=", + "dev": true, + "dependencies": { + "graceful-fs": "~1.2.0", + "inherits": "1", + "minimatch": "~0.2.11" + }, + "engines": { + "node": "*" + } + }, + "node_modules/yamljs/node_modules/inherits": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-1.0.2.tgz", + "integrity": "sha1-ykMJ2t7mtUzAuNJH6NfHoJdb3Js=", + "dev": true + }, + "node_modules/yamljs/node_modules/minimatch": { + "version": "0.2.14", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz", + "integrity": "sha512-zZ+Jy8lVWlvqqeM8iZB7w7KmQkoJn8djM585z88rywrEbzoqawVa9FR5p2hwD+y74nfuKOjmNvi9gtWJNLqHvA==", + "deprecated": "Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue", + "dev": true, "dependencies": { - "glob": { - "version": "3.1.21", - "resolved": "https://registry.npmjs.org/glob/-/glob-3.1.21.tgz", - "integrity": "sha1-0p4KBV3qUTj00H7UDomC6DwgZs0=", - "dev": true, - "requires": { - "graceful-fs": "~1.2.0", - "inherits": "1", - "minimatch": "~0.2.11" - } - }, - "inherits": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-1.0.2.tgz", - "integrity": "sha1-ykMJ2t7mtUzAuNJH6NfHoJdb3Js=", - "dev": true - }, - "minimatch": { - "version": "0.2.14", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz", - "integrity": "sha1-x054BXT2PG+aCQ6Q775u9TpqdWo=", - "dev": true, - "requires": { - "lru-cache": "2", - "sigmund": "~1.0.0" - } - } + "lru-cache": "2", + "sigmund": "~1.0.0" + }, + "engines": { + "node": "*" } } } diff --git a/package.json b/package.json index 6450ce6..14a7021 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "mdcodes", - "version": "2.8.0", + "version": "2.8.4", "main": "index.js", "description": "CodeLists for ADIwg mdJSON", "repository": { "type": "git", - "url": "https://github.com/adiwg/mdCodes.git" + "url": "git+https://github.com/adiwg/mdCodes.git" }, "keywords": [ "metadata", @@ -28,8 +28,12 @@ "prepublishOnly": "scripts/prepublish.js" }, "dependencies": { - "buildify": "powmedia/buildify#20458a121411f759dcc5ec1b441695eb7fc2b3b7", + "buildify": "github:powmedia/buildify#20458a121411f759dcc5ec1b441695eb7fc2b3b7", "glob": "^7.1.0", "rimraf": "^2.6.2" + }, + "directories": { + "lib": "lib", + "test": "test" } } diff --git a/resources/adiwg_namespace.yml b/resources/adiwg_namespace.yml index f936963..3337d3a 100644 --- a/resources/adiwg_namespace.yml +++ b/resources/adiwg_namespace.yml @@ -18,5 +18,8 @@ codelist: - {code: "gov.sciencebase.catalog", codeName: scienceBase, description: "ScienceBase is a U.S. Geological Survey cataloging and collaborative data management platform."} - {code: "itis.gov", codeName: ITIS, description: "Integrated Taxonomic Information System"} - {code: "urn:uuid", codeName: UUID, description: "Universally unique identifier"} + - {code: "orcid.org", codeName: ORCID, description: "Open Researcher and Contributor identifier"} + - {code: "ror.org", codeName: ROR, description: "Research Organization Registry identifier"} + - {code: "spatialreference.org", codeName: SR-ORG, description: "Coordinate reference system from SpatialReference.org database"} - {code: "org.adiwg.code.mapGridSystem", codeName: mapGridSystem, description: "Name of the grid UTM, State Plane, or other grid system used by a spatial reference system."} - {code: "org.adiwg.code.mapProjection", codeName: mapProjection, description: "Name of the planar, grid, or local projection used by a spatial reference system."} diff --git a/resources/iso_dataQualityElement.yml b/resources/iso_dataQualityElement.yml new file mode 100644 index 0000000..a141ac0 --- /dev/null +++ b/resources/iso_dataQualityElement.yml @@ -0,0 +1,35 @@ +--- +# mdJson codelists +# base codelist for ISO 19115-2, 19115-1 + +codelistType: "staticList" +codelistName: "iso_dataQualityElement" +source: "ISO" +sourceName: "dataQualityElement" +extensible: true +description: "ISO data quality elements" +codelist: + - {code: "001", codeName: DQ_AbsoluteExternalPositionalAccuracy, description: "closeness of reported coordinate values to values accepted as or being true"} + - {code: "002", codeName: DQ_AccuracyOfATimeMeasurement, description: "correctness of the temporal references of an item (reporting of error in time measurement)"} + - {code: "003", codeName: DQ_ConceptualConsistency, description: "adherence to rules of the conceptual schema"} + - {code: "004", codeName: DQ_CompletenessCommission, description: "excess data present in the dataset, as described by the scope"} + - {code: "005", codeName: DQ_CompletenessOmission, description: "data absent from the dataset, as described by the scope"} + - {code: "006", codeName: DQ_Confidence, description: "trustworthiness of a data quality result"} + - {code: "007", codeName: DQ_CoverageResult, description: "result of a data quality measure organising the measured values as a coverage"} + - {code: "008", codeName: DQ_DomainConsistency, description: "adherence of values to the value domains"} + - {code: "009", codeName: DQ_FormatConsistency, description: "degree to which data is stored in accordance with the physical structure of the dataset, as described by the scope"} + - {code: "010", codeName: DQ_GriddedDataPositionalAccuracy, description: "closeness of gridded data position values to values accepted as or being true"} + - {code: "011", codeName: DQ_Homogeneity, description: "expected or tested uniformity of the results obtained for a data quality evaluation"} + - {code: "012", codeName: DQ_NonQuantitativeAttributeCorrectness, description: "correctness of non-quantitative attributes"} + - {code: "013", codeName: DQ_QuantitativeAttributeAccuracy, description: "accuracy of quantitative attributes"} + - {code: "014", codeName: DQ_RelativeInternalPositionalAccuracy, description: "closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true"} + - {code: "015", codeName: DQ_Representativity, description: "degree to which the sample used has produced a result which is representative of the data within the data quality scope"} + - {code: "016", codeName: DQ_TemporalConsistency, description: "correctness of ordered events or sequences, if reported"} + - {code: "017", codeName: DQ_TemporalValidity, description: "validity of data specified by the scope with respect to time"} + - {code: "018", codeName: DQ_ThematicClassificationCorrectness, description: "comparison of the classes assigned to features or their attributes to a universe of discourse"} + - {code: "019", codeName: DQ_TopologicalConsistency, description: "correctness of the explicitly encoded topological characteristics of the dataset as described by the scope"} + - {code: "020", codeName: DQ_UsabilityElement, description: "degree of adherence of a dataset to a specific set of requirements"} + - {code: "021", codeName: DQ_Completeness, description: "presence and absence of features, their attributes and their relationships"} + - {code: "022", codeName: DQ_LogicalConsistency, description: "adherence to rules of the conceptual schema"} + - {code: "023", codeName: DQ_PositionalAccuracy, description: "closeness of reported coordinate values to values accepted as or being true"} + - {code: "024", codeName: DQ_TemporalQuality, description: "correctness of the temporal references of an item (reporting of error in time measurement)"} diff --git a/resources/json/adiwg_addressType.json b/resources/json/adiwg_addressType.json new file mode 100644 index 0000000..daa4bbd --- /dev/null +++ b/resources/json/adiwg_addressType.json @@ -0,0 +1,20 @@ +{ + "codelistType": "staticList", + "codelistName": "adiwg_addressType", + "source": "Alaska Data Integration working group", + "sourceName": "ADIwg_AddressType", + "extensible": true, + "description": "contact address type", + "codelist": [ + { + "code": "001", + "codeName": "mailing", + "description": "indicates the address is serviceable postal location" + }, + { + "code": "002", + "codeName": "physical", + "description": "indicates the address is a physical or street location" + } + ] +} \ No newline at end of file diff --git a/resources/json/adiwg_applicationProfile.json b/resources/json/adiwg_applicationProfile.json new file mode 100644 index 0000000..9d0c007 --- /dev/null +++ b/resources/json/adiwg_applicationProfile.json @@ -0,0 +1,55 @@ +{ + "codelistType": "staticList", + "codelistName": "adiwg_applicationProfile", + "source": "Alaska Data Integration working group", + "sourceName": "ADIwg_ApplicationProfile", + "extensible": true, + "description": "application profiles that can be used with online resources", + "codelist": [ + { + "code": "001", + "codeName": "http://opengis.net/spec/wms", + "description": "OGC Web Map Service (WMS)" + }, + { + "code": "002", + "codeName": "http://opengis.net/spec/wfs", + "description": "OGC Web Feature Service (WFS)" + }, + { + "code": "003", + "codeName": "http://opengis.net/spec/wcs", + "description": "OGC Web Coverage Service (WCS)" + }, + { + "code": "004", + "codeName": "http://opengis.net/spec/wmts", + "description": "OGC Web Map Tile Service (WMTS)" + }, + { + "code": "005", + "codeName": "http://opengis.net/spec/csw", + "description": "OGC Catalog Service (CSW)" + }, + { + "code": "006", + "codeName": "http://opengis.net/spec/kml", + "description": "OGC Keyhole Markup Language (KML)" + }, + { + "code": "007", + "codeName": "http://www.geoplatform.gov/spec/esri-map-rest", + "description": "Esri REST Map Service" + }, + { + "code": "008", + "codeName": "http://www.geoplatform.gov/spec/esri-image-rest", + "description": "Esri REST Image Service" + }, + { + "code": "009", + "codeName": "http://www.geoplatform.gov/spec/esri-feature-rest", + "description": "Esri REST Feature Service" + } + ] +} \ No newline at end of file diff --git a/resources/json/adiwg_dataType.json b/resources/json/adiwg_dataType.json new file mode 100644 index 0000000..074ac23 --- /dev/null +++ b/resources/json/adiwg_dataType.json @@ -0,0 +1,210 @@ +{ + "codelistType": "staticList", + "codelistName": "adiwg_dataType", + "source": "Alaska Data Integration working group", + "sourceName": "ADIwg_DataType", + "extensible": true, + "description": "ANSI and SQL dataTypes", + "codelist": [ + { + "code": "char01", + "codeName": "character", + "description": "fixed length character strings" + }, + { + "code": "char03", + "codeName": "character varying", + "description": "variable length character strings" + }, + { + "code": "char06", + "codeName": "character large object", + "description": "character large object" + }, + { + "code": "nchar01", + "codeName": "national character", + "description": "fixed length national character strings (2 byte unicode)" + }, + { + "code": "nchar04", + "codeName": "national character varying", + "description": "variable length national character strings (2 byte unicode)" + }, + { + "code": "nchar07", + "codeName": "national character large object", + "description": "national character (2 byte unicode) large object" + }, + { + "code": "text01", + "codeName": "text", + "description": "variable string to maximum of 65K characters" + }, + { + "code": "text02", + "codeName": "tinytext", + "description": "variable string to maximum of 255 characters" + }, + { + "code": "text03", + "codeName": "mediumtext", + "description": "variable string to maximum of 16M characters" + }, + { + "code": "text04", + "codeName": "longtext", + "description": "variable string to maximum of 4G characters" + }, + { + "code": "bin01", + "codeName": "binary", + "description": "fixed length binary" + }, + { + "code": "bin02", + "codeName": "binary varying", + "description": "variable length binary" + }, + { + "code": "bin03", + "codeName": "binary large object", + "description": "binary large object to maximum of 65K bytes" + }, + { + "code": "bin05", + "codeName": "mediumblob", + "description": "binary large object to maximum of 16M bytes" + }, + { + "code": "bin06", + "codeName": "longblob", + "description": "binary large object to maximum of 4G bytes" + }, + { + "code": "int01", + "codeName": "integer", + "description": "integers number (+-2B)" + }, + { + "code": "int03", + "codeName": "tinyint", + "description": "integer numbers (+-128)" + }, + { + "code": "int04", + "codeName": "mediumint", + "description": "integer numbers (+-16K)" + }, + { + "code": "int05", + "codeName": "smallint", + "description": "integer numbers (+-32K)" + }, + { + "code": "int06", + "codeName": "bigint", + "description": "integer numbers (+-1e27)" + }, + { + "code": "num01", + "codeName": "float", + "description": "floating point numbers" + }, + { + "code": "num02", + "codeName": "real", + "description": "low precision floating point numbers" + }, + { + "code": "num03", + "codeName": "double precision", + "description": "high precision floating point numbers" + }, + { + "code": "num04", + "codeName": "numeric", + "description": "fixed precision and scale decimal numbers" + }, + { + "code": "num05", + "codeName": "decimal", + "description": "fixed precision and scale decimal numbers (numeric alternate)" + }, + { + "code": "bit01", + "codeName": "bit", + "description": "fixed length bit strings" + }, + { + "code": "bit02", + "codeName": "bit varying", + "description": "variable length bit strings" + }, + { + "code": "date01", + "codeName": "date", + "description": "calendar date" + }, + { + "code": "date02", + "codeName": "time", + "description": "clock time" + }, + { + "code": "date03", + "codeName": "datetime", + "description": "date and time" + }, + { + "code": "date04", + "codeName": "timestamp", + "description": "number of seconds since the Unix epoch (1970-01-01T00:00:00 UTC)" + }, + { + "code": "date05", + "codeName": "year", + "description": "year" + }, + { + "code": "date06", + "codeName": "interval", + "description": "time intervals" + }, + { + "code": "date07", + "codeName": "interval day", + "description": "day intervals" + }, + { + "code": "date08", + "codeName": "interval year", + "description": "year intervals" + }, + { + "code": "money01", + "codeName": "currency", + "description": "monetary value" + }, + { + "code": "money02", + "codeName": "money", + "description": "monetary value" + }, + { + "code": "bool01", + "codeName": "boolean", + "description": "Boolean value (true/false)" + }, + { + "code": "xml01", + "codeName": "xml", + "description": "xml formatted data" + }, + { + "code": "enum01", + "codeName": "enum", + "description": "list of possible values: enum('a','b','c')" + } + ] +} \ No newline at end of file diff --git a/resources/json/adiwg_entityType.json b/resources/json/adiwg_entityType.json new file mode 100644 index 0000000..feb2562 --- /dev/null +++ b/resources/json/adiwg_entityType.json @@ -0,0 +1,65 @@ +{ + "codelistType": "staticList", + "codelistName": "adiwg_entityType", + "source": "Alaska Data Integration working group", + "sourceName": "ADIwg_EntityType", + "extensible": true, + "description": "individual or organization entity type", + "codelist": [ + { + "code": "001", + "codeName": "academic", + "description": "any university, college, or school of education" + }, + { + "code": "002", + "codeName": "consortium", + "description": "an association of several businesses or organizations" + }, + { + "code": "003", + "codeName": "federal", + "description": "any branch or level of the federal government" + }, + { + "code": "004", + "codeName": "lcc", + "description": "any Landscape Conservation Cooperative" + }, + { + "code": "005", + "codeName": "foundation", + "description": "any organization supported by an endowment" + }, + { + "code": "006", + "codeName": "local", + "description": "any local government including county, municipality, borough, city" + }, + { + "code": "007", + "codeName": "nonProfit", + "description": "any not-for-profit business or organization" + }, + { + "code": "008", + "codeName": "private", + "description": "any for-profit business or organization" + }, + { + "code": "009", + "codeName": "research", + "description": "any for-profit organization whose primary focus is conducting research or consulting" + }, + { + "code": "010", + "codeName": "state", + "description": "any branch or department of state or provincial government " + }, + { + "code": "011", + "codeName": "tribal", + "description": "any organization of indigenous people" + } + ] +} \ No newline at end of file diff --git a/resources/json/adiwg_mapGridSystem.json b/resources/json/adiwg_mapGridSystem.json new file mode 100644 index 0000000..407381c --- /dev/null +++ b/resources/json/adiwg_mapGridSystem.json @@ -0,0 +1,35 @@ +{ + "codelistType": "staticList", + "codelistName": "adiwg_mapGridSystem", + "source": "Alaska Data Integration working group", + "sourceName": "ADIwg_MapGridSystem", + "extensible": true, + "description": "map grid systems", + "codelist": [ + { + "code": "utm", + "codeName": "UTM", + "description": "Universal Transverse Mercator (UTM) grid system based on the transverse mercator projection, applied between latitudes 84 degrees north and 80 degrees south on the Earth's surface." + }, + { + "code": "ups", + "codeName": "UPS", + "description": "Universal Polar Stereographic (UPS) grid system based on the polar stereographic projection, applied to the Earth's polar regions north of 84 degrees north and south of 80 degrees south." + }, + { + "code": "spcs", + "codeName": "SPCS", + "description": "State Plane Coordinate System (SPCS), a plane-rectangular coordinate system established for each state in the United States by the National Geodetic Survey" + }, + { + "code": "arcsys", + "codeName": "ARC", + "description": "Equal Arc-second Coordinate System (ARC) grid system, a plane-rectangular coordinate system established in Department of Defense in 1990." + }, + { + "code": "other", + "codeName": "other", + "description": "other grid system" + } + ] +} \ No newline at end of file diff --git a/resources/json/adiwg_mapProjection.json b/resources/json/adiwg_mapProjection.json new file mode 100644 index 0000000..f6edbc0 --- /dev/null +++ b/resources/json/adiwg_mapProjection.json @@ -0,0 +1,135 @@ +{ + "codelistType": "staticList", + "codelistName": "adiwg_mapProjection", + "source": "Alaska Data Integration working group", + "sourceName": "ADIwg_MapProjection", + "extensible": true, + "description": "map projections", + "codelist": [ + { + "code": "alaska", + "codeName": "Alaska", + "description": "modified stereographic for Alaska projection" + }, + { + "code": "albers", + "codeName": "Albers", + "description": "Albers equal-area conic projection" + }, + { + "code": "azimuthalEquidistant", + "codeName": "azimuthal equidistant", + "description": "azimuthal equidistant projection" + }, + { + "code": "equidistantConic", + "codeName": "equidistant conic", + "description": "equidistant conic projection" + }, + { + "code": "equirectangular", + "codeName": "equirectangular", + "description": "equirectangular projection" + }, + { + "code": "generalVertical", + "codeName": "general vertical", + "description": "general vertical near-sided projection" + }, + { + "code": "gnomonic", + "codeName": "gnomonic", + "description": "gnomonic projection" + }, + { + "code": "lambertConic", + "codeName": "Lambert conic", + "description": "Lambert conformal conic projection" + }, + { + "code": "lambertEqualArea", + "codeName": "Lambert equal area", + "description": "Lambert azimuthal equal area projection" + }, + { + "code": "mercator", + "codeName": "Mercator", + "description": "Mercator projection" + }, + { + "code": "localPlanar", + "codeName": "local planar coordinate system", + "description": "any right-handed planar coordinate system with z-axis locally aligned with the surface of the earth" + }, + { + "code": "localSystem", + "codeName": "Local coordinate system", + "description": "any right-handed planar coordinate system" + }, + { + "code": "miller", + "codeName": "Miller", + "description": "Miller cylindrical projection" + }, + { + "code": "obliqueMercator", + "codeName": "oblique Mercator", + "description": "oblique Mercator projection" + }, + { + "code": "orthographic", + "codeName": "orthographic", + "description": "orthographic projection" + }, + { + "code": "other", + "codeName": "other projection", + "description": "other projection definition" + }, + { + "code": "parameters", + "codeName": "parameters", + "description": "projection parameter set" + }, + { + "code": "polarStereo", + "codeName": "polar stereographic", + "description": "polar stereographic projection" + }, + { + "code": "polyconic", + "codeName": "polyconic", + "description": "polyconic projection" + }, + { + "code": "robinson", + "codeName": "Robinson", + "description": "Robinson projection" + }, + { + "code": "sinusoidal", + "codeName": "sinusoidal", + "description": "sinusoidal projection" + }, + { + "code": "spaceOblique", + "codeName": "space oblique", + "description": "space oblique Mercator (Landsat) projection" + }, + { + "code": "stereographic", + "codeName": "stereographic", + "description": "stereographic projection" + }, + { + "code": "transverseMercator", + "codeName": "transverse Mercator", + "description": "transverse Mercator projection" + }, + { + "code": "grinten", + "codeName": "Van Der Grinten", + "description": "van der Grinten projection" + } + ] +} \ No newline at end of file diff --git a/resources/json/adiwg_metadataRepository.json b/resources/json/adiwg_metadataRepository.json new file mode 100644 index 0000000..cc1a9d8 --- /dev/null +++ b/resources/json/adiwg_metadataRepository.json @@ -0,0 +1,30 @@ +{ + "codelistType": "staticList", + "codelistName": "adiwg_metadataRepository", + "source": "Alaska Data Integration working group", + "sourceName": "ADIwg_MetadataRepository", + "extensible": true, + "description": "established repositories for scientific data and metadata", + "codelist": [ + { + "code": "cdddf5c7-eec4-4e0c-9b54-d75b763a88fc", + "codeName": "data.gov", + "description": "U.S. Government repository of open data" + }, + { + "code": "da0336c4-a8f6-4010-99b3-1b848d14ff2f", + "codeName": "ScienceBase", + "description": "U.S. Geological Survey repository for data and metadata" + }, + { + "code": "b1d2ffbe-0b64-40fe-890a-02c4f0b6b9b4", + "codeName": "ScienceCatalog", + "description": "U.S. Geological Survey inventory for data and metadata" + }, + { + "code": "a791e961-f2d4-4be4-ab3c-1cdf8fd025b9", + "codeName": "LCCScienceCatalog", + "description": "Repository of Landscape Conservation Cooperative projects and data products." + } + ] +} \ No newline at end of file diff --git a/resources/json/adiwg_metadataStandard.json b/resources/json/adiwg_metadataStandard.json new file mode 100644 index 0000000..f9e70c3 --- /dev/null +++ b/resources/json/adiwg_metadataStandard.json @@ -0,0 +1,50 @@ +{ + "codelistType": "staticList", + "codelistName": "adiwg_metadataStandard", + "source": "Alaska Data Integration working group", + "sourceName": "ADIwg_MetadataStandard", + "extensible": true, + "description": "documented standard for scientific metadata encoding", + "codelist": [ + { + "code": "001", + "codeName": "FGDC-CSDGM", + "description": "Content Standard for Digital Geospatial Metadata FGDC_STD_001-1998" + }, + { + "code": "002", + "codeName": "ISO19110", + "description": "International Standard for Feature Catalogue - 2005-02-15" + }, + { + "code": "003", + "codeName": "ISO19115", + "description": "International Standard for Geographic Information - Metadata 2003-05-01" + }, + { + "code": "004", + "codeName": "ISO19115-2", + "description": "International Standard for Geographic Information - Metadata 2009-02-15" + }, + { + "code": "005", + "codeName": "ISO19115-1", + "description": "International Standard for Geographic Information - Metadata 2014-04-01" + }, + { + "code": "006", + "codeName": "mdJson", + "description": "Alaska Data Integration working group JSON encoded metadata for exchange" + }, + { + "code": "007", + "codeName": "HTML", + "description": "Alaska Data Integration working group HTML5 encoded metadata for viewing" + }, + { + "code": "008", + "codeName": "sbJSON", + "description": "U.S. Geological Survey JSON encoded metadata for ScienceBase" + } + ] +} \ No newline at end of file diff --git a/resources/json/adiwg_namespace.json b/resources/json/adiwg_namespace.json new file mode 100644 index 0000000..56f577b --- /dev/null +++ b/resources/json/adiwg_namespace.json @@ -0,0 +1,80 @@ +{ + "codelistType": "staticList", + "codelistName": "adiwg_namespace", + "source": "Alaska Data Integration working group", + "sourceName": "ADIwg_Namespace", + "extensible": true, + "description": "frequently referenced namespaces", + "codelist": [ + { + "code": "info:ark/", + "codeName": "ARK", + "description": "Archival Resource Key" + }, + { + "code": "info:doi/", + "codeName": "DOI", + "description": "Digital Object Identifier" + }, + { + "code": "urn:ogc:def:crs:EPSG", + "codeName": "epsgCRS", + "description": "Coordinate reference system from European Petroleum Survey Group database" + }, + { + "code": "urn:isan", + "codeName": "ISAN", + "description": "International Standard Audiovisual Number" + }, + { + "code": "urn:isbn", + "codeName": "ISBN", + "description": "International Standard Book Number" + }, + { + "code": "urn:ISSN", + "codeName": "ISSN", + "description": "International Standard Serial Number" + }, + { + "code": "gov.sciencebase.catalog", + "codeName": "scienceBase", + "description": "ScienceBase is a U.S. Geological Survey cataloging and collaborative data management platform." + }, + { + "code": "itis.gov", + "codeName": "ITIS", + "description": "Integrated Taxonomic Information System" + }, + { + "code": "urn:uuid", + "codeName": "UUID", + "description": "Universally unique identifier" + }, + { + "code": "orcid.org", + "codeName": "ORCID", + "description": "Open Researcher and Contributor identifier" + }, + { + "code": "ror.org", + "codeName": "ROR", + "description": "Research Organization Registry identifier" + }, + { + "code": "spatialreference.org", + "codeName": "SR-ORG", + "description": "Coordinate reference system from SpatialReference.org database" + }, + { + "code": "org.adiwg.code.mapGridSystem", + "codeName": "mapGridSystem", + "description": "Name of the grid UTM, State Plane, or other grid system used by a spatial reference system." + }, + { + "code": "org.adiwg.code.mapProjection", + "codeName": "mapProjection", + "description": "Name of the planar, grid, or local projection used by a spatial reference system." + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_DCPList.json b/resources/json/iso_DCPList.json new file mode 100644 index 0000000..05a3bf4 --- /dev/null +++ b/resources/json/iso_DCPList.json @@ -0,0 +1,60 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_DCPList", + "source": "ISO", + "sourceName": "DCPList", + "extensible": true, + "description": "distributed computing platforms on which the operation has been implemented", + "codelist": [ + { + "code": "001", + "codeName": "XML", + "description": "Extensible Markup Language" + }, + { + "code": "002", + "codeName": "CORBA", + "description": "Common Object Request Broker Architecture" + }, + { + "code": "003", + "codeName": "JAVA", + "description": "Object-oriented programming language" + }, + { + "code": "004", + "codeName": "COM", + "description": "Component Object Model" + }, + { + "code": "005", + "codeName": "SQL", + "description": "Structured Query Language" + }, + { + "code": "006", + "codeName": "SOAP", + "description": "Simple Object Access Protocol" + }, + { + "code": "007", + "codeName": "Z3950", + "description": "ISO 23950" + }, + { + "code": "008", + "codeName": "HTTP", + "description": "HyperText Transfer Protocol" + }, + { + "code": "009", + "codeName": "FTP", + "description": "File Transfer Protocol" + }, + { + "code": "010", + "codeName": "WebServices", + "description": "Web service" + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_associationType.json b/resources/json/iso_associationType.json new file mode 100644 index 0000000..f67fdd9 --- /dev/null +++ b/resources/json/iso_associationType.json @@ -0,0 +1,125 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_associationType", + "source": "ISO", + "sourceName": "DS_AssociationTypeCode", + "extensible": true, + "description": "justification for the correlation of two resources (datasets or projects)", + "codelist": [ + { + "code": "001", + "codeName": "crossReference", + "description": "the associated resource is a reference to another dataset or project" + }, + { + "code": "002", + "codeName": "largerWorkCitation", + "description": "the associated resource is a citation to a master resource of the main resource" + }, + { + "code": "003", + "codeName": "partOfSeamlessDatabase", + "description": "the associated resource is a part of the same structured dataset as the main resource" + }, + { + "code": "004", + "codeName": "source", + "description": "the associated resource is mapping and charting information from which the main resource content originates" + }, + { + "code": "005", + "codeName": "stereoMate", + "description": "the associated resource is part of a set of imagery that when used together provide three-dimensional images" + }, + { + "code": "006", + "codeName": "isComposedOf", + "description": "the associated resource is a dataset or project that is part of the main resource" + }, + { + "code": "007", + "codeName": "collectiveTitle", + "description": "the associated resource is a common title for a collection of resources. NOTE Title identifies elements of a series collectively, combined with information about what volumes are available at the source cite." + }, + { + "code": "008", + "codeName": "series", + "description": "the associated resource was produced via the same product specifications as the main resource" + }, + { + "code": "009", + "codeName": "dependency", + "description": "the associated resource is dependent on the main resource" + }, + { + "code": "010", + "codeName": "revisionOf", + "description": "the main resource is a revision of the associated resource" + }, + { + "code": "adiwg001", + "codeName": "projectProduct", + "description": "DEPRECATED: use product", + "deprecated": true + }, + { + "code": "adiwg002", + "codeName": "supplementalResource", + "description": "the associated resource is a supplemental resource to the main resource" + }, + { + "code": "adiwg003", + "codeName": "produced", + "description": "DEPRECATED: use product", + "deprecated": true + }, + { + "code": "adiwg004", + "codeName": "productOf", + "description": "DEPRECATED: use parentProject", + "deprecated": true + }, + { + "code": "adiwg005", + "codeName": "mainProjectOf", + "description": "DEPRECATED: use subProject", + "deprecated": true + }, + { + "code": "adiwg006", + "codeName": "subProjectOf", + "description": "DEPRECATED: use parentProject", + "deprecated": true + }, + { + "code": "adiwg007", + "codeName": "product", + "description": "the associated resource is a product developed as deliverable of the main resource" + }, + { + "code": "adiwg008", + "codeName": "parentProject", + "description": "the associated resource is a parent project of the main resource" + }, + { + "code": "adiwg009", + "codeName": "subProject", + "description": "the associated resource is sub-project or task of the main resource" + }, + { + "code": "adiwg010", + "codeName": "derivativeResource", + "description": "the associated resource is derived from main resource" + }, + { + "code": "adiwg011", + "codeName": "alternate", + "description": "the associated resource is an alternate reference for the main resource" + }, + { + "code": "adiwg012", + "codeName": "isPartOf", + "description": "the associated resource is a subset of the main resource" + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_bandDefinition.json b/resources/json/iso_bandDefinition.json new file mode 100644 index 0000000..f543eb1 --- /dev/null +++ b/resources/json/iso_bandDefinition.json @@ -0,0 +1,35 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_bandDefinition", + "source": "ISO", + "sourceName": "MI_BandDefinition", + "extensible": true, + "description": "designation of criterion for defining maximum and minimum wavelengths for a spectral band", + "codelist": [ + { + "code": "001", + "codeName": "3dB", + "description": "width of a distribution equal to the distance between the outer two points on the distribution having power level half of that at the peak" + }, + { + "code": "002", + "codeName": "halfMaximum", + "description": "width of a distribution equal to the distance between the outer two points on the distribution having power level half of that at the peak" + }, + { + "code": "003", + "codeName": "fiftyPercent", + "description": "full spectral width of a spectral power density measured at 50% of its peak height" + }, + { + "code": "004", + "codeName": "oneOverE", + "description": "width of a distribution equal to the distance between the outer two points on the distribution having power level 1/e that of the peak" + }, + { + "code": "005", + "codeName": "equivalentWidth", + "description": "width of a band with full sensitivity or absorption at every wavelength that detects or absorbs the same amount of energy as the band described" + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_cellGeometry.json b/resources/json/iso_cellGeometry.json new file mode 100644 index 0000000..a04e3d1 --- /dev/null +++ b/resources/json/iso_cellGeometry.json @@ -0,0 +1,30 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_cellGeometry", + "source": "ISO", + "sourceName": "MD_CellGeometryCode", + "extensible": true, + "description": "code indicating the geometry represented by the grid cell value", + "codelist": [ + { + "code": "001", + "codeName": "point", + "description": "each cell represents a point" + }, + { + "code": "002", + "codeName": "area", + "description": "each cell represents an area" + }, + { + "code": "003", + "codeName": "voxel", + "description": "each cell represents a volumetric measurement on a regular grid in three dimensional space" + }, + { + "code": "004", + "codeName": "stratum", + "description": "height range for a single point vertical profile" + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_characterSet.json b/resources/json/iso_characterSet.json new file mode 100644 index 0000000..7f8f523 --- /dev/null +++ b/resources/json/iso_characterSet.json @@ -0,0 +1,1295 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_characterSet", + "source": "Internet Assigned Numbers Authority (IANA)", + "sourceName": "MD_CharacterSetCode", + "extensible": true, + "description": "name of the character coding standard used in the resource", + "codelist": [ + { + "code": "2005", + "codeName": "Adobe-Standard-Encoding", + "description": "PostScript Language Reference Manual PCL Symbol Set id: 10J" + }, + { + "code": "2020", + "codeName": "Adobe-Symbol-Encoding", + "description": "PostScript Language Reference Manual PCL Symbol Set id: 5M " + }, + { + "code": "2104", + "codeName": "Amiga-1251", + "description": "See [http://www.amiga.ultranet.ru/Amiga-1251.html]" + }, + { + "code": "74", + "codeName": "ANSI_X3.110-1983", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "65", + "codeName": "ASMO_449", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "2026", + "codeName": "Big5", + "description": "Chinese for Taiwan Multi-byte set. PCL Symbol Set Id: 18T" + }, + { + "code": "2101", + "codeName": "Big5-HKSCS", + "description": "See [http://www.iana.org/assignments/charset-reg/Big5-HKSCS]" + }, + { + "code": "1020", + "codeName": "BOCU-1", + "description": "[http://www.unicode.org/notes/tn6/]" + }, + { + "code": "2106", + "codeName": "BRF", + "description": "See [http://www.iana.org/assignments/charset-reg/BRF] " + }, + { + "code": "20", + "codeName": "BS_4730", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "50", + "codeName": "BS_viewdata", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "1016", + "codeName": "CESU-8", + "description": "[http://www.unicode.org/unicode/reports/tr26]" + }, + { + "code": "2260", + "codeName": "CP50220", + "description": "See [http://www.iana.org/assignments/charset-reg/CP50220]" + }, + { + "code": "2108", + "codeName": "CP51932", + "description": "See [http://www.iana.org/assignments/charset-reg/CP51932] " + }, + { + "code": "78", + "codeName": "CSA_Z243.4-1985-1", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "79", + "codeName": "CSA_Z243.4-1985-2", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "80", + "codeName": "CSA_Z243.4-1985-gr", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "86", + "codeName": "CSN_369103", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "2008", + "codeName": "DEC-MCS", + "description": "VAX/VMS User's Manual, Order Number: AI-Y517A-TE, April 1986." + }, + { + "code": "24", + "codeName": "DIN_66003", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "101", + "codeName": "dk-us", + "description": "" + }, + { + "code": "99", + "codeName": "DS_2089", + "description": "Danish Standard, DS 2089, February 1974" + }, + { + "code": "2064", + "codeName": "EBCDIC-AT-DE", + "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" + }, + { + "code": "2065", + "codeName": "EBCDIC-AT-DE-A", + "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" + }, + { + "code": "2066", + "codeName": "EBCDIC-CA-FR", + "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" + }, + { + "code": "2067", + "codeName": "EBCDIC-DK-NO", + "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" + }, + { + "code": "2068", + "codeName": "EBCDIC-DK-NO-A", + "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" + }, + { + "code": "2074", + "codeName": "EBCDIC-ES", + "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" + }, + { + "code": "2075", + "codeName": "EBCDIC-ES-A", + "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" + }, + { + "code": "2076", + "codeName": "EBCDIC-ES-S", + "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" + }, + { + "code": "2069", + "codeName": "EBCDIC-FI-SE", + "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" + }, + { + "code": "2070", + "codeName": "EBCDIC-FI-SE-A", + "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" + }, + { + "code": "2071", + "codeName": "EBCDIC-FR", + "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" + }, + { + "code": "2072", + "codeName": "EBCDIC-IT", + "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" + }, + { + "code": "2073", + "codeName": "EBCDIC-PT", + "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" + }, + { + "code": "2077", + "codeName": "EBCDIC-UK", + "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" + }, + { + "code": "2078", + "codeName": "EBCDIC-US", + "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" + }, + { + "code": "77", + "codeName": "ECMA-cyrillic", + "description": "[ISO registry] (formerly [ECMA registry])" + }, + { + "code": "23", + "codeName": "ES", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "61", + "codeName": "ES2", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "38", + "codeName": "EUC-KR", + "description": "[RFC1557] (see also KS_C_5861-1992)" + }, + { + "code": "19", + "codeName": "Extended_UNIX_Code_Fixed_Width_for_Japanese", + "description": "Code set 0: US-ASCII; code set 2: Half Width Katakana; code set 3: JIS X0212-1990" + }, + { + "code": "18", + "codeName": "Extended_UNIX_Code_Packed_Format_for_Japanese", + "description": "Code set 0: US-ASCII; code set 1: JIS X0208-1990; code set 3: JIS X0212-1990 " + }, + { + "code": "56", + "codeName": "GB_1988-80", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "57", + "codeName": "GB_2312-80", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "114", + "codeName": "GB18030", + "description": "Chinese IT Standardization Technical Committee see [http://www.iana.org/assignments/charset-reg/GB18030]" + }, + { + "code": "2025", + "codeName": "GB2312", + "description": "Chinese for People's Republic of China (PRC) mixed one byte, two byte set" + }, + { + "code": "113", + "codeName": "GBK", + "description": "Chinese IT Standardization Technical Committee see [http://www.iana.org/assignments/charset-reg/GBK]" + }, + { + "code": "94", + "codeName": "GOST_19768-74", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "64", + "codeName": "greek7", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "44", + "codeName": "greek7-old", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "91", + "codeName": "greek-ccitt", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "2021", + "codeName": "HP-DeskTop", + "description": "PCL 5 Comparison Guide, Hewlett-Packard, HP part number 5961-0510, October 1992 PCL Symbol Set id: 7J" + }, + { + "code": "2017", + "codeName": "HP-Legal", + "description": "PCL 5 Comparison Guide, Hewlett-Packard, HP part number 5961-0510, October 1992 PCL Symbol Set id: 1U" + }, + { + "code": "2019", + "codeName": "HP-Math8", + "description": "PCL 5 Comparison Guide, Hewlett-Packard, HP part number 5961-0510, October 1992 PCL Symbol Set id: 8M" + }, + { + "code": "2018", + "codeName": "HP-Pi-font", + "description": "PCL 5 Comparison Guide, Hewlett-Packard, HP part number 5961-0510, October 1992 PCL Symbol Set id: 15U " + }, + { + "code": "2004", + "codeName": "hp-roman8", + "description": "LaserJet IIP Printer User's Manual, HP part no 33471-90901, Hewlet-Packard, June 1989." + }, + { + "code": "2085", + "codeName": "HZ-GB-2312", + "description": "[RFC1842], [RFC1843][RFC1843][RFC1842]" + }, + { + "code": "2089", + "codeName": "IBM00858", + "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM00858]" + }, + { + "code": "2090", + "codeName": "IBM00924", + "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM00924]" + }, + { + "code": "2091", + "codeName": "IBM01140", + "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM01140]" + }, + { + "code": "2092", + "codeName": "IBM01141", + "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM01141] " + }, + { + "code": "2093", + "codeName": "IBM01142", + "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM01142]" + }, + { + "code": "2094", + "codeName": "IBM01143", + "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM01143]" + }, + { + "code": "2095", + "codeName": "IBM01144", + "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM01144]" + }, + { + "code": "2096", + "codeName": "IBM01145", + "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM01145]" + }, + { + "code": "2097", + "codeName": "IBM01146", + "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM01146]" + }, + { + "code": "2098", + "codeName": "IBM01147", + "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM01147]" + }, + { + "code": "2099", + "codeName": "IBM01148", + "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM01148]" + }, + { + "code": "2100", + "codeName": "IBM01149", + "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM01149]" + }, + { + "code": "2028", + "codeName": "IBM037", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2029", + "codeName": "IBM038", + "description": "IBM 3174 Character Set Ref, GA27-3831-02, March 1990" + }, + { + "code": "2063", + "codeName": "IBM1026", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2102", + "codeName": "IBM1047", + "description": "IBM1047 (EBCDIC Latin 1/Open Systems) [http://www-1.ibm.com/servers/eserver/iseries/software/globalization/pdf/cp01047z.pdf]" + }, + { + "code": "2030", + "codeName": "IBM273", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2031", + "codeName": "IBM274", + "description": "IBM 3174 Character Set Ref, GA27-3831-02, March 1990" + }, + { + "code": "2032", + "codeName": "IBM275", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2033", + "codeName": "IBM277", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2034", + "codeName": "IBM278", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2035", + "codeName": "IBM280", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2036", + "codeName": "IBM281", + "description": "IBM 3174 Character Set Ref, GA27-3831-02, March 1990" + }, + { + "code": "2037", + "codeName": "IBM284", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2038", + "codeName": "IBM285", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2039", + "codeName": "IBM290", + "description": "IBM 3174 Character Set Ref, GA27-3831-02, March 1990" + }, + { + "code": "2040", + "codeName": "IBM297", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2041", + "codeName": "IBM420", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990, IBM NLS RM p 11-11" + }, + { + "code": "2042", + "codeName": "IBM423", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2043", + "codeName": "IBM424", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2011", + "codeName": "IBM437", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2044", + "codeName": "IBM500", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2087", + "codeName": "IBM775", + "description": "HP PCL 5 Comparison Guide (P/N 5021-0329) pp B-13, 1996" + }, + { + "code": "2009", + "codeName": "IBM850", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990 " + }, + { + "code": "2045", + "codeName": "IBM851", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2010", + "codeName": "IBM852", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2046", + "codeName": "IBM855", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2047", + "codeName": "IBM857", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2048", + "codeName": "IBM860", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2049", + "codeName": "IBM861", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2013", + "codeName": "IBM862", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2050", + "codeName": "IBM863", + "description": "IBM Keyboard layouts and code pages, PN 07G4586 June 1991" + }, + { + "code": "2051", + "codeName": "IBM864", + "description": "IBM Keyboard layouts and code pages, PN 07G4586 June 1991" + }, + { + "code": "2052", + "codeName": "IBM865", + "description": "IBM DOS 3.3 Ref (Abridged), 94X9575 (Feb 1987)" + }, + { + "code": "2086", + "codeName": "IBM866", + "description": "IBM NLDG Volume 2 (SE09-8002-03) August 1994" + }, + { + "code": "2053", + "codeName": "IBM868", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2054", + "codeName": "IBM869", + "description": "IBM Keyboard layouts and code pages, PN 07G4586 June 1991" + }, + { + "code": "2055", + "codeName": "IBM870", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2056", + "codeName": "IBM871", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2057", + "codeName": "IBM880", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2058", + "codeName": "IBM891", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2059", + "codeName": "IBM903", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2060", + "codeName": "IBM904", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2061", + "codeName": "IBM905", + "description": "IBM 3174 Character Set Ref, GA27-3831-02, March 1990" + }, + { + "code": "2062", + "codeName": "IBM918", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2015", + "codeName": "IBM-Symbols", + "description": "Presentation Set, CPGID: 259" + }, + { + "code": "2016", + "codeName": "IBM-Thai", + "description": "Presentation Set, CPGID: 838" + }, + { + "code": "88", + "codeName": "IEC_P27-1", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "51", + "codeName": "INIS", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "52", + "codeName": "INIS-8", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "53", + "codeName": "INIS-cyrillic", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "29", + "codeName": "INVARIANT", + "description": "" + }, + { + "code": "96", + "codeName": "ISO_10367-box", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "73", + "codeName": "ISO_2033-1983", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "48", + "codeName": "ISO_5427", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "54", + "codeName": "ISO_5427:1981", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "55", + "codeName": "ISO_5428:1980", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "28", + "codeName": "ISO_646.basic:1983", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "30", + "codeName": "ISO_646.irv:1983", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "93", + "codeName": "ISO_6937-2-25", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "14", + "codeName": "ISO_6937-2-add", + "description": "[ISO-IR: International Register of Escape Sequences] and ISO 6937-2:1983 Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "4", + "codeName": "ISO_8859-1:1987", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "5", + "codeName": "ISO_8859-2:1987", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "6", + "codeName": "ISO_8859-3:1988", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "7", + "codeName": "ISO_8859-4:1988", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "8", + "codeName": "ISO_8859-5:1988", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "9", + "codeName": "ISO_8859-6:1987", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "81", + "codeName": "ISO_8859-6-E", + "description": "[RFC1556]" + }, + { + "code": "82", + "codeName": "ISO_8859-6-I", + "description": "[RFC1556]" + }, + { + "code": "10", + "codeName": "ISO_8859-7:1987", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "11", + "codeName": "ISO_8859-8:1988", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "84", + "codeName": "ISO_8859-8-E", + "description": "[RFC1556]" + }, + { + "code": "85", + "codeName": "ISO_8859-8-I", + "description": "[RFC1556]" + }, + { + "code": "12", + "codeName": "ISO_8859-9:1989", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "95", + "codeName": "ISO_8859-supp", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "1004", + "codeName": "ISO-10646-J-1", + "description": "ISO 10646 Japanese, see [RFC1815]" + }, + { + "code": "1000", + "codeName": "ISO-10646-UCS-2", + "description": "the 2-octet Basic Multilingual Plane, aka Unicode this needs to specify network byte order: the standard does not specify (it is a 16-bit integer space)" + }, + { + "code": "1001", + "codeName": "ISO-10646-UCS-4", + "description": "the full code space. (same comment about byte order, these are 31-bit numbers." + }, + { + "code": "1002", + "codeName": "ISO-10646-UCS-Basic", + "description": "ASCII subset of Unicode. Basic Latin = collection 1 See ISO 10646, Appendix A" + }, + { + "code": "1003", + "codeName": "ISO-10646-Unicode-Latin1", + "description": "ISO Latin-1 subset of Unicode. Basic Latin and Latin-1 Supplement = collections 1 and 2. See ISO 10646, Appendix A. See [RFC1815]." + }, + { + "code": "27", + "codeName": "ISO-10646-UTF-1", + "description": "Universal Transfer Format (1), this is the multibyte encoding, that subsets ASCII-7. It does not have byte ordering issues." + }, + { + "code": "118", + "codeName": "ISO-11548-1", + "description": "See [http://www.iana.org/assignments/charset-reg/ISO-11548-1]" + }, + { + "code": "104", + "codeName": "ISO-2022-CN", + "description": "[RFC1922]" + }, + { + "code": "105", + "codeName": "ISO-2022-CN-EXT", + "description": "[RFC1922]" + }, + { + "code": "39", + "codeName": "ISO-2022-JP", + "description": "[RFC1468] (see also [RFC2237])" + }, + { + "code": "40", + "codeName": "ISO-2022-JP-2", + "description": "[RFC1554]" + }, + { + "code": "37", + "codeName": "ISO-2022-KR", + "description": "[RFC1557] (see also KS_C_5601-1987)" + }, + { + "code": "13", + "codeName": "ISO-8859-10", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "109", + "codeName": "ISO-8859-13", + "description": "ISO See [http://www.iana.org/assignments/charset-reg/ISO-8859-13][Vladas_Tumasonis]" + }, + { + "code": "110", + "codeName": "ISO-8859-14", + "description": "ISO See [http://www.iana.org/assignments/charset-reg/ISO-8859-14] [Keld_Simonsen_2]" + }, + { + "code": "111", + "codeName": "ISO-8859-15", + "description": "ISO see [http://www.iana.org/assignments/charset-reg/ISO-8859-15]" + }, + { + "code": "112", + "codeName": "ISO-8859-16", + "description": "ISO" + }, + { + "code": "2000", + "codeName": "ISO-8859-1-Windows-3.0-Latin-1", + "description": "Extended ISO 8859-1 Latin-1 for Windows 3.0. PCL Symbol Set id: 9U" + }, + { + "code": "2001", + "codeName": "ISO-8859-1-Windows-3.1-Latin-1", + "description": "Extended ISO 8859-1 Latin-1 for Windows 3.1. PCL Symbol Set id: 19U" + }, + { + "code": "2002", + "codeName": "ISO-8859-2-Windows-Latin-2", + "description": "Extended ISO 8859-2. Latin-2 for Windows 3.1. PCL Symbol Set id: 9E" + }, + { + "code": "2003", + "codeName": "ISO-8859-9-Windows-Latin-5", + "description": "Extended ISO 8859-9. Latin-5 for Windows 3.1 PCL Symbol Set id: 5T" + }, + { + "code": "66", + "codeName": "iso-ir-90", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "1005", + "codeName": "ISO-Unicode-IBM-1261", + "description": "IBM Latin-2, -3, -5, Extended Presentation Set, GCSGID: 1261" + }, + { + "code": "1008", + "codeName": "ISO-Unicode-IBM-1264", + "description": "IBM Arabic Presentation Set, GCSGID: 1264" + }, + { + "code": "1009", + "codeName": "ISO-Unicode-IBM-1265", + "description": "IBM Hebrew Presentation Set, GCSGID: 1265" + }, + { + "code": "1006", + "codeName": "ISO-Unicode-IBM-1268", + "description": "IBM Latin-4 Extended Presentation Set, GCSGID: 1268" + }, + { + "code": "1007", + "codeName": "ISO-Unicode-IBM-1276", + "description": "IBM Cyrillic Greek Extended Presentation Set, GCSGID: 1276" + }, + { + "code": "22", + "codeName": "IT", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "41", + "codeName": "JIS_C6220-1969-jp", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "42", + "codeName": "JIS_C6220-1969-ro", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "49", + "codeName": "JIS_C6226-1978", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "63", + "codeName": "JIS_C6226-1983", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "67", + "codeName": "JIS_C6229-1984-a", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "68", + "codeName": "JIS_C6229-1984-b", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "69", + "codeName": "JIS_C6229-1984-b-add", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "70", + "codeName": "JIS_C6229-1984-hand", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "71", + "codeName": "JIS_C6229-1984-hand-add", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "72", + "codeName": "JIS_C6229-1984-kana", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "16", + "codeName": "JIS_Encoding", + "description": "JIS X 0202-1991. Uses ISO 2022 escape sequences to shift code sets as documented in JIS X 0202-1991." + }, + { + "code": "15", + "codeName": "JIS_X0201", + "description": "JIS X 0201-1976. One byte only, this is equivalent to JIS/Roman (similar to ASCII) plus eight-bit half-width Katakana" + }, + { + "code": "98", + "codeName": "JIS_X0212-1990", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "87", + "codeName": "JUS_I.B1.002", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "90", + "codeName": "JUS_I.B1.003-mac", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "89", + "codeName": "JUS_I.B1.003-serb", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "2105", + "codeName": "KOI7-switched", + "description": "See [http://www.iana.org/assignments/charset-reg/KOI7-switched]" + }, + { + "code": "2084", + "codeName": "KOI8-R", + "description": "[RFC1489], based on GOST-19768-74, ISO-6937/8, INIS-Cyrillic, ISO-5427." + }, + { + "code": "2088", + "codeName": "KOI8-U", + "description": "[RFC2319]" + }, + { + "code": "36", + "codeName": "KS_C_5601-1987", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "102", + "codeName": "KSC5636", + "description": "" + }, + { + "code": "119", + "codeName": "KZ-1048", + "description": "See [http://www.iana.org/assignments/charset-reg/KZ-1048] " + }, + { + "code": "45", + "codeName": "latin-greek", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "47", + "codeName": "Latin-greek-1", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "97", + "codeName": "latin-lap", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "2027", + "codeName": "macintosh", + "description": "The Unicode Standard ver1.0, ISBN 0-201-56788-1, Oct 1991" + }, + { + "code": "2023", + "codeName": "Microsoft-Publishing", + "description": "PCL 5 Comparison Guide, Hewlett-Packard, HP part number 5961-0510, October 1992 PCL Symbol Set id: 6J" + }, + { + "code": "2081", + "codeName": "MNEM", + "description": "[RFC1345], also known as mnemonic+ascii+8200" + }, + { + "code": "2080", + "codeName": "MNEMONIC", + "description": "[RFC1345], also known as mnemonic+ascii+38" + }, + { + "code": "62", + "codeName": "MSZ_7795.3", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "33", + "codeName": "NATS-DANO", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "34", + "codeName": "NATS-DANO-ADD", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "31", + "codeName": "NATS-SEFI", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "32", + "codeName": "NATS-SEFI-ADD", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "92", + "codeName": "NC_NC00-10:81", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "26", + "codeName": "NF_Z_62-010", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "46", + "codeName": "NF_Z_62-010_(1973)", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "25", + "codeName": "NS_4551-1", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "58", + "codeName": "NS_4551-2", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "116", + "codeName": "OSD_EBCDIC_DF03_IRV", + "description": "Fujitsu-Siemens standard mainframe EBCDIC encoding see [http://www.iana.org/assignments/charset-reg/OSD-EBCDIC-DF03-IRV]" + }, + { + "code": "117", + "codeName": "OSD_EBCDIC_DF04_1", + "description": "Fujitsu-Siemens standard mainframe EBCDIC encoding see [http://www.iana.org/assignments/charset-reg/OSD-EBCDIC-DF04-1]" + }, + { + "code": "115", + "codeName": "OSD_EBCDIC_DF04_15", + "description": "Fujitsu-Siemens standard mainframe EBCDIC encoding see [http://www.iana.org/assignments/charset-reg/OSD-EBCDIC-DF04-15]" + }, + { + "code": "2012", + "codeName": "PC8-Danish-Norwegian", + "description": "PC Danish Norwegian 8-bit PC set for Danish Norwegian PCL Symbol Set id: 11U" + }, + { + "code": "2014", + "codeName": "PC8-Turkish", + "description": "PC Latin Turkish. PCL Symbol Set id: 9T" + }, + { + "code": "43", + "codeName": "PT", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "60", + "codeName": "PT2", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "2103", + "codeName": "PTCP154", + "description": "See [http://www.iana.org/assignments/charset-reg/PTCP154]" + }, + { + "code": "1011", + "codeName": "SCSU", + "description": "SCSU See [http://www.iana.org/assignments/charset-reg/SCSU] [Markus_Scherer]" + }, + { + "code": "35", + "codeName": "SEN_850200_B", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "21", + "codeName": "SEN_850200_C", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "17", + "codeName": "Shift_JIS", + "description": "An extension of csHalfWidthKatakana by adding graphic characters in JIS X 0208. " + }, + { + "code": "83", + "codeName": "T.101-G2", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "75", + "codeName": "T.61-7bit", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "76", + "codeName": "T.61-8bit", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "2259", + "codeName": "TIS-620", + "description": "Thai Industrial Standards Institute (TISI)" + }, + { + "code": "2107", + "codeName": "TSCII", + "description": "See [http://www.iana.org/assignments/charset-reg/TSCII]" + }, + { + "code": "1010", + "codeName": "UNICODE-1-1", + "description": "[RFC1641]" + }, + { + "code": "103", + "codeName": "UNICODE-1-1-UTF-7", + "description": "[RFC1642]" + }, + { + "code": "2079", + "codeName": "UNKNOWN-8BIT", + "description": "" + }, + { + "code": "3", + "codeName": "US-ASCII", + "description": "ANSI X3.4-1986" + }, + { + "code": "100", + "codeName": "us-dk", + "description": "" + }, + { + "code": "1015", + "codeName": "UTF-16", + "description": "[RFC2781]" + }, + { + "code": "1013", + "codeName": "UTF-16BE", + "description": "[RFC2781]" + }, + { + "code": "1014", + "codeName": "UTF-16LE", + "description": "[RFC2781]" + }, + { + "code": "1017", + "codeName": "UTF-32", + "description": "[http://www.unicode.org/unicode/reports/tr19/]" + }, + { + "code": "1018", + "codeName": "UTF-32BE", + "description": "[http://www.unicode.org/unicode/reports/tr19/]" + }, + { + "code": "1019", + "codeName": "UTF-32LE", + "description": "[http://www.unicode.org/unicode/reports/tr19/]" + }, + { + "code": "1012", + "codeName": "UTF-7", + "description": "[RFC2152]" + }, + { + "code": "106", + "codeName": "UTF-8", + "description": "[RFC3629]" + }, + { + "code": "2007", + "codeName": "Ventura-International", + "description": "Ventura International. ASCII plus coded characters similar to Roman8. PCL Symbol Set id: 13J" + }, + { + "code": "2022", + "codeName": "Ventura-Math", + "description": "PCL 5 Comparison Guide, Hewlett-Packard, HP part number 5961-0510, October 1992 PCL Symbol Set id: 6M" + }, + { + "code": "2006", + "codeName": "Ventura-US", + "description": "Ventura US. " + }, + { + "code": "59", + "codeName": "videotex-suppl", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "2083", + "codeName": "VIQR", + "description": "[RFC1456]" + }, + { + "code": "2082", + "codeName": "VISCII", + "description": "[RFC1456]" + }, + { + "code": "2250", + "codeName": "windows-1250", + "description": "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1250]" + }, + { + "code": "2251", + "codeName": "windows-1251", + "description": "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1251]" + }, + { + "code": "2252", + "codeName": "windows-1252", + "description": "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1252]" + }, + { + "code": "2253", + "codeName": "windows-1253", + "description": "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1253]" + }, + { + "code": "2254", + "codeName": "windows-1254", + "description": "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1254]" + }, + { + "code": "2255", + "codeName": "windows-1255", + "description": "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1255]" + }, + { + "code": "2256", + "codeName": "windows-1256", + "description": "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1256]" + }, + { + "code": "2257", + "codeName": "windows-1257", + "description": "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1257] " + }, + { + "code": "2258", + "codeName": "windows-1258", + "description": "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1258]" + }, + { + "code": "2024", + "codeName": "Windows-31J", + "description": "Windows Japanese. " + }, + { + "code": "2109", + "codeName": "windows-874", + "description": "See [http://www.iana.org/assignments/charset-reg/windows-874]" + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_classification.json b/resources/json/iso_classification.json new file mode 100644 index 0000000..c61eacf --- /dev/null +++ b/resources/json/iso_classification.json @@ -0,0 +1,55 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_classification", + "source": "ISO", + "sourceName": "MD_ClassificationCode", + "extensible": true, + "description": "name of the handling restrictions on the dataset", + "codelist": [ + { + "code": "001", + "codeName": "unclassified", + "description": "available for general disclosure" + }, + { + "code": "002", + "codeName": "restricted", + "description": "not for general disclosure" + }, + { + "code": "003", + "codeName": "confidential", + "description": "available for someone who can be entrusted with information" + }, + { + "code": "004", + "codeName": "secret", + "description": "kept or meant to be kept private, unknown, or hidden from all but a select group of people" + }, + { + "code": "005", + "codeName": "topSecret", + "description": "of the highest secrecy" + }, + { + "code": "006", + "codeName": "sensitiveButUnclassified", + "description": "although unclassified, requires strict controls over its distribution" + }, + { + "code": "007", + "codeName": "forOfficialUseOnly", + "description": "unclassified information that is to be used only for official purposes determined by the designating body" + }, + { + "code": "008", + "codeName": "protected", + "description": "compromise of the information could cause damage" + }, + { + "code": "009", + "codeName": "limitedDistribution", + "description": "dissemination limited by designating body" + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_contextCode.json b/resources/json/iso_contextCode.json new file mode 100644 index 0000000..85c9211 --- /dev/null +++ b/resources/json/iso_contextCode.json @@ -0,0 +1,25 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_contextCode", + "source": "ISO", + "sourceName": "MI_ContextCode", + "extensible": true, + "description": "designation of criterion for defining the context of the scanning process event", + "codelist": [ + { + "code": "001", + "codeName": "acquisition", + "description": "event related to a specific collection" + }, + { + "code": "002", + "codeName": "pass", + "description": "event related to a sequence of collections" + }, + { + "code": "003", + "codeName": "wayPoint", + "description": "event related to a navigational manoeuvre" + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_countries.json b/resources/json/iso_countries.json new file mode 100644 index 0000000..913c3f8 --- /dev/null +++ b/resources/json/iso_countries.json @@ -0,0 +1,1255 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_countries", + "source": "ISO", + "sourceName": "CountryCode", + "extensible": true, + "description": "three letter country codes from ISO 3166-1 alpha-3 code list", + "codelist": [ + { + "code": "004", + "codeName": "AFG", + "description": "Afghanistan" + }, + { + "code": "248", + "codeName": "ALA", + "description": "Åland Islands" + }, + { + "code": "008", + "codeName": "ALB", + "description": "Albania" + }, + { + "code": "012", + "codeName": "DZA", + "description": "Algeria" + }, + { + "code": "016", + "codeName": "ASM", + "description": "American Samoa" + }, + { + "code": "020", + "codeName": "AND", + "description": "Andorra" + }, + { + "code": "024", + "codeName": "AGO", + "description": "Angola" + }, + { + "code": "660", + "codeName": "AIA", + "description": "Anguilla" + }, + { + "code": "010", + "codeName": "ATA", + "description": "Antarctica" + }, + { + "code": "028", + "codeName": "ATG", + "description": "Antigua and Barbuda" + }, + { + "code": "032", + "codeName": "ARG", + "description": "Argentina" + }, + { + "code": "051", + "codeName": "ARM", + "description": "Armenia" + }, + { + "code": "533", + "codeName": "ABW", + "description": "Aruba" + }, + { + "code": "036", + "codeName": "AUS", + "description": "Australia" + }, + { + "code": "040", + "codeName": "AUT", + "description": "Austria" + }, + { + "code": "031", + "codeName": "AZE", + "description": "Azerbaijan" + }, + { + "code": "044", + "codeName": "BHS", + "description": "Bahamas" + }, + { + "code": "048", + "codeName": "BHR", + "description": "Bahrain" + }, + { + "code": "050", + "codeName": "BGD", + "description": "Bangladesh" + }, + { + "code": "052", + "codeName": "BRB", + "description": "Barbados" + }, + { + "code": "112", + "codeName": "BLR", + "description": "Belarus" + }, + { + "code": "056", + "codeName": "BEL", + "description": "Belgium" + }, + { + "code": "084", + "codeName": "BLZ", + "description": "Belize" + }, + { + "code": "204", + "codeName": "BEN", + "description": "Benin" + }, + { + "code": "060", + "codeName": "BMU", + "description": "Bermuda" + }, + { + "code": "064", + "codeName": "BTN", + "description": "Bhutan" + }, + { + "code": "068", + "codeName": "BOL", + "description": "Bolivia (Plurinational State of)" + }, + { + "code": "535", + "codeName": "BES", + "description": "Bonaire, Sint Eustatius and Saba" + }, + { + "code": "070", + "codeName": "BIH", + "description": "Bosnia and Herzegovina" + }, + { + "code": "072", + "codeName": "BWA", + "description": "Botswana" + }, + { + "code": "074", + "codeName": "BVT", + "description": "Bouvet Island" + }, + { + "code": "076", + "codeName": "BRA", + "description": "Brazil" + }, + { + "code": "086", + "codeName": "IOT", + "description": "British Indian Ocean Territory" + }, + { + "code": "096", + "codeName": "BRN", + "description": "Brunei Darussalam" + }, + { + "code": "100", + "codeName": "BGR", + "description": "Bulgaria" + }, + { + "code": "854", + "codeName": "BFA", + "description": "Burkina Faso" + }, + { + "code": "108", + "codeName": "BDI", + "description": "Burundi" + }, + { + "code": "116", + "codeName": "KHM", + "description": "Cambodia" + }, + { + "code": "120", + "codeName": "CMR", + "description": "Cameroon" + }, + { + "code": "124", + "codeName": "CAN", + "description": "Canada" + }, + { + "code": "132", + "codeName": "CPV", + "description": "Cabo Verde" + }, + { + "code": "136", + "codeName": "CYM", + "description": "Cayman Islands" + }, + { + "code": "140", + "codeName": "CAF", + "description": "Central African Republic" + }, + { + "code": "148", + "codeName": "TCD", + "description": "Chad" + }, + { + "code": "152", + "codeName": "CHL", + "description": "Chile" + }, + { + "code": "156", + "codeName": "CHN", + "description": "China" + }, + { + "code": "162", + "codeName": "CXR", + "description": "Christmas Island" + }, + { + "code": "166", + "codeName": "CCK", + "description": "Cocos (Keeling) Islands" + }, + { + "code": "170", + "codeName": "COL", + "description": "Colombia" + }, + { + "code": "174", + "codeName": "COM", + "description": "Comoros" + }, + { + "code": "178", + "codeName": "COG", + "description": "Congo" + }, + { + "code": "180", + "codeName": "COD", + "description": "Congo (Democratic Republic of the)" + }, + { + "code": "184", + "codeName": "COK", + "description": "Cook Islands" + }, + { + "code": "188", + "codeName": "CRI", + "description": "Costa Rica" + }, + { + "code": "384", + "codeName": "CIV", + "description": "Côte d'Ivoire" + }, + { + "code": "191", + "codeName": "HRV", + "description": "Croatia" + }, + { + "code": "192", + "codeName": "CUB", + "description": "Cuba" + }, + { + "code": "531", + "codeName": "CUW", + "description": "Curaçao" + }, + { + "code": "196", + "codeName": "CYP", + "description": "Cyprus" + }, + { + "code": "203", + "codeName": "CZE", + "description": "Czech Republic" + }, + { + "code": "208", + "codeName": "DNK", + "description": "Denmark" + }, + { + "code": "262", + "codeName": "DJI", + "description": "Djibouti" + }, + { + "code": "212", + "codeName": "DMA", + "description": "Dominica" + }, + { + "code": "214", + "codeName": "DOM", + "description": "Dominican Republic" + }, + { + "code": "218", + "codeName": "ECU", + "description": "Ecuador" + }, + { + "code": "818", + "codeName": "EGY", + "description": "Egypt" + }, + { + "code": "222", + "codeName": "SLV", + "description": "El Salvador" + }, + { + "code": "226", + "codeName": "GNQ", + "description": "Equatorial Guinea" + }, + { + "code": "232", + "codeName": "ERI", + "description": "Eritrea" + }, + { + "code": "233", + "codeName": "EST", + "description": "Estonia" + }, + { + "code": "231", + "codeName": "ETH", + "description": "Ethiopia" + }, + { + "code": "238", + "codeName": "FLK", + "description": "Falkland Islands (Malvinas)" + }, + { + "code": "234", + "codeName": "FRO", + "description": "Faroe Islands" + }, + { + "code": "242", + "codeName": "FJI", + "description": "Fiji" + }, + { + "code": "246", + "codeName": "FIN", + "description": "Finland" + }, + { + "code": "250", + "codeName": "FRA", + "description": "France" + }, + { + "code": "254", + "codeName": "GUF", + "description": "French Guiana" + }, + { + "code": "258", + "codeName": "PYF", + "description": "French Polynesia" + }, + { + "code": "260", + "codeName": "ATF", + "description": "French Southern Territories" + }, + { + "code": "266", + "codeName": "GAB", + "description": "Gabon" + }, + { + "code": "270", + "codeName": "GMB", + "description": "Gambia" + }, + { + "code": "268", + "codeName": "GEO", + "description": "Georgia" + }, + { + "code": "276", + "codeName": "DEU", + "description": "Germany" + }, + { + "code": "288", + "codeName": "GHA", + "description": "Ghana" + }, + { + "code": "292", + "codeName": "GIB", + "description": "Gibraltar" + }, + { + "code": "300", + "codeName": "GRC", + "description": "Greece" + }, + { + "code": "304", + "codeName": "GRL", + "description": "Greenland" + }, + { + "code": "308", + "codeName": "GRD", + "description": "Grenada" + }, + { + "code": "312", + "codeName": "GLP", + "description": "Guadeloupe" + }, + { + "code": "316", + "codeName": "GUM", + "description": "Guam" + }, + { + "code": "320", + "codeName": "GTM", + "description": "Guatemala" + }, + { + "code": "831", + "codeName": "GGY", + "description": "Guernsey" + }, + { + "code": "324", + "codeName": "GIN", + "description": "Guinea" + }, + { + "code": "624", + "codeName": "GNB", + "description": "Guinea-Bissau" + }, + { + "code": "328", + "codeName": "GUY", + "description": "Guyana" + }, + { + "code": "332", + "codeName": "HTI", + "description": "Haiti" + }, + { + "code": "334", + "codeName": "HMD", + "description": "Heard Island and McDonald Islands" + }, + { + "code": "336", + "codeName": "VAT", + "description": "Holy See" + }, + { + "code": "340", + "codeName": "HND", + "description": "Honduras" + }, + { + "code": "344", + "codeName": "HKG", + "description": "Hong Kong" + }, + { + "code": "348", + "codeName": "HUN", + "description": "Hungary" + }, + { + "code": "352", + "codeName": "ISL", + "description": "Iceland" + }, + { + "code": "356", + "codeName": "IND", + "description": "India" + }, + { + "code": "360", + "codeName": "IDN", + "description": "Indonesia" + }, + { + "code": "364", + "codeName": "IRN", + "description": "Iran (Islamic Republic of)" + }, + { + "code": "368", + "codeName": "IRQ", + "description": "Iraq" + }, + { + "code": "372", + "codeName": "IRL", + "description": "Ireland" + }, + { + "code": "833", + "codeName": "IMN", + "description": "Isle of Man" + }, + { + "code": "376", + "codeName": "ISR", + "description": "Israel" + }, + { + "code": "380", + "codeName": "ITA", + "description": "Italy" + }, + { + "code": "388", + "codeName": "JAM", + "description": "Jamaica" + }, + { + "code": "392", + "codeName": "JPN", + "description": "Japan" + }, + { + "code": "832", + "codeName": "JEY", + "description": "Jersey" + }, + { + "code": "400", + "codeName": "JOR", + "description": "Jordan" + }, + { + "code": "398", + "codeName": "KAZ", + "description": "Kazakhstan" + }, + { + "code": "404", + "codeName": "KEN", + "description": "Kenya" + }, + { + "code": "296", + "codeName": "KIR", + "description": "Kiribati" + }, + { + "code": "408", + "codeName": "PRK", + "description": "Korea (Democratic People's Republic of)" + }, + { + "code": "410", + "codeName": "KOR", + "description": "Korea (Republic of)" + }, + { + "code": "414", + "codeName": "KWT", + "description": "Kuwait" + }, + { + "code": "417", + "codeName": "KGZ", + "description": "Kyrgyzstan" + }, + { + "code": "418", + "codeName": "LAO", + "description": "Lao People's Democratic Republic" + }, + { + "code": "428", + "codeName": "LVA", + "description": "Latvia" + }, + { + "code": "422", + "codeName": "LBN", + "description": "Lebanon" + }, + { + "code": "426", + "codeName": "LSO", + "description": "Lesotho" + }, + { + "code": "430", + "codeName": "LBR", + "description": "Liberia" + }, + { + "code": "434", + "codeName": "LBY", + "description": "Libya" + }, + { + "code": "438", + "codeName": "LIE", + "description": "Liechtenstein" + }, + { + "code": "440", + "codeName": "LTU", + "description": "Lithuania" + }, + { + "code": "442", + "codeName": "LUX", + "description": "Luxembourg" + }, + { + "code": "446", + "codeName": "MAC", + "description": "Macao" + }, + { + "code": "807", + "codeName": "MKD", + "description": "Macedonia (the former Yugoslav Republic of)" + }, + { + "code": "450", + "codeName": "MDG", + "description": "Madagascar" + }, + { + "code": "454", + "codeName": "MWI", + "description": "Malawi" + }, + { + "code": "458", + "codeName": "MYS", + "description": "Malaysia" + }, + { + "code": "462", + "codeName": "MDV", + "description": "Maldives" + }, + { + "code": "466", + "codeName": "MLI", + "description": "Mali" + }, + { + "code": "470", + "codeName": "MLT", + "description": "Malta" + }, + { + "code": "584", + "codeName": "MHL", + "description": "Marshall Islands" + }, + { + "code": "474", + "codeName": "MTQ", + "description": "Martinique" + }, + { + "code": "478", + "codeName": "MRT", + "description": "Mauritania" + }, + { + "code": "480", + "codeName": "MUS", + "description": "Mauritius" + }, + { + "code": "175", + "codeName": "MYT", + "description": "Mayotte" + }, + { + "code": "484", + "codeName": "MEX", + "description": "Mexico" + }, + { + "code": "583", + "codeName": "FSM", + "description": "Micronesia (Federated States of)" + }, + { + "code": "498", + "codeName": "MDA", + "description": "Moldova (Republic of)" + }, + { + "code": "492", + "codeName": "MCO", + "description": "Monaco" + }, + { + "code": "496", + "codeName": "MNG", + "description": "Mongolia" + }, + { + "code": "499", + "codeName": "MNE", + "description": "Montenegro" + }, + { + "code": "500", + "codeName": "MSR", + "description": "Montserrat" + }, + { + "code": "504", + "codeName": "MAR", + "description": "Morocco" + }, + { + "code": "508", + "codeName": "MOZ", + "description": "Mozambique" + }, + { + "code": "104", + "codeName": "MMR", + "description": "Myanmar" + }, + { + "code": "516", + "codeName": "NAM", + "description": "Namibia" + }, + { + "code": "520", + "codeName": "NRU", + "description": "Nauru" + }, + { + "code": "524", + "codeName": "NPL", + "description": "Nepal" + }, + { + "code": "528", + "codeName": "NLD", + "description": "Netherlands" + }, + { + "code": "540", + "codeName": "NCL", + "description": "New Caledonia" + }, + { + "code": "554", + "codeName": "NZL", + "description": "New Zealand" + }, + { + "code": "558", + "codeName": "NIC", + "description": "Nicaragua" + }, + { + "code": "562", + "codeName": "NER", + "description": "Niger" + }, + { + "code": "566", + "codeName": "NGA", + "description": "Nigeria" + }, + { + "code": "570", + "codeName": "NIU", + "description": "Niue" + }, + { + "code": "574", + "codeName": "NFK", + "description": "Norfolk Island" + }, + { + "code": "580", + "codeName": "MNP", + "description": "Northern Mariana Islands" + }, + { + "code": "578", + "codeName": "NOR", + "description": "Norway" + }, + { + "code": "512", + "codeName": "OMN", + "description": "Oman" + }, + { + "code": "586", + "codeName": "PAK", + "description": "Pakistan" + }, + { + "code": "585", + "codeName": "PLW", + "description": "Palau" + }, + { + "code": "275", + "codeName": "PSE", + "description": "Palestine, State of" + }, + { + "code": "591", + "codeName": "PAN", + "description": "Panama" + }, + { + "code": "598", + "codeName": "PNG", + "description": "Papua New Guinea" + }, + { + "code": "600", + "codeName": "PRY", + "description": "Paraguay" + }, + { + "code": "604", + "codeName": "PER", + "description": "Peru" + }, + { + "code": "608", + "codeName": "PHL", + "description": "Philippines" + }, + { + "code": "612", + "codeName": "PCN", + "description": "Pitcairn" + }, + { + "code": "616", + "codeName": "POL", + "description": "Poland" + }, + { + "code": "620", + "codeName": "PRT", + "description": "Portugal" + }, + { + "code": "630", + "codeName": "PRI", + "description": "Puerto Rico" + }, + { + "code": "634", + "codeName": "QAT", + "description": "Qatar" + }, + { + "code": "638", + "codeName": "REU", + "description": "Réunion" + }, + { + "code": "642", + "codeName": "ROU", + "description": "Romania" + }, + { + "code": "643", + "codeName": "RUS", + "description": "Russian Federation" + }, + { + "code": "646", + "codeName": "RWA", + "description": "Rwanda" + }, + { + "code": "652", + "codeName": "BLM", + "description": "Saint Barthélemy" + }, + { + "code": "654", + "codeName": "SHN", + "description": "Saint Helena, Ascension and Tristan da Cunha" + }, + { + "code": "659", + "codeName": "KNA", + "description": "Saint Kitts and Nevis" + }, + { + "code": "662", + "codeName": "LCA", + "description": "Saint Lucia" + }, + { + "code": "663", + "codeName": "MAF", + "description": "Saint Martin (French part)" + }, + { + "code": "666", + "codeName": "SPM", + "description": "Saint Pierre and Miquelon" + }, + { + "code": "670", + "codeName": "VCT", + "description": "Saint Vincent and the Grenadines" + }, + { + "code": "882", + "codeName": "WSM", + "description": "Samoa" + }, + { + "code": "674", + "codeName": "SMR", + "description": "San Marino" + }, + { + "code": "678", + "codeName": "STP", + "description": "Sao Tome and Principe" + }, + { + "code": "682", + "codeName": "SAU", + "description": "Saudi Arabia" + }, + { + "code": "686", + "codeName": "SEN", + "description": "Senegal" + }, + { + "code": "688", + "codeName": "SRB", + "description": "Serbia" + }, + { + "code": "690", + "codeName": "SYC", + "description": "Seychelles" + }, + { + "code": "694", + "codeName": "SLE", + "description": "Sierra Leone" + }, + { + "code": "702", + "codeName": "SGP", + "description": "Singapore" + }, + { + "code": "534", + "codeName": "SXM", + "description": "Sint Maarten (Dutch part)" + }, + { + "code": "703", + "codeName": "SVK", + "description": "Slovakia" + }, + { + "code": "705", + "codeName": "SVN", + "description": "Slovenia" + }, + { + "code": "090", + "codeName": "SLB", + "description": "Solomon Islands" + }, + { + "code": "706", + "codeName": "SOM", + "description": "Somalia" + }, + { + "code": "710", + "codeName": "ZAF", + "description": "South Africa" + }, + { + "code": "239", + "codeName": "SGS", + "description": "South Georgia and the South Sandwich Islands" + }, + { + "code": "728", + "codeName": "SSD", + "description": "South Sudan" + }, + { + "code": "724", + "codeName": "ESP", + "description": "Spain" + }, + { + "code": "144", + "codeName": "LKA", + "description": "Sri Lanka" + }, + { + "code": "729", + "codeName": "SDN", + "description": "Sudan" + }, + { + "code": "740", + "codeName": "SUR", + "description": "Suriname" + }, + { + "code": "744", + "codeName": "SJM", + "description": "Svalbard and Jan Mayen" + }, + { + "code": "748", + "codeName": "SWZ", + "description": "Swaziland" + }, + { + "code": "752", + "codeName": "SWE", + "description": "Sweden" + }, + { + "code": "756", + "codeName": "CHE", + "description": "Switzerland" + }, + { + "code": "760", + "codeName": "SYR", + "description": "Syrian Arab Republic" + }, + { + "code": "158", + "codeName": "TWN", + "description": "Taiwan, Province of China" + }, + { + "code": "762", + "codeName": "TJK", + "description": "Tajikistan" + }, + { + "code": "834", + "codeName": "TZA", + "description": "Tanzania, United Republic of" + }, + { + "code": "764", + "codeName": "THA", + "description": "Thailand" + }, + { + "code": "626", + "codeName": "TLS", + "description": "Timor-Leste" + }, + { + "code": "768", + "codeName": "TGO", + "description": "Togo" + }, + { + "code": "772", + "codeName": "TKL", + "description": "Tokelau" + }, + { + "code": "776", + "codeName": "TON", + "description": "Tonga" + }, + { + "code": "780", + "codeName": "TTO", + "description": "Trinidad and Tobago" + }, + { + "code": "788", + "codeName": "TUN", + "description": "Tunisia" + }, + { + "code": "792", + "codeName": "TUR", + "description": "Turkey" + }, + { + "code": "795", + "codeName": "TKM", + "description": "Turkmenistan" + }, + { + "code": "796", + "codeName": "TCA", + "description": "Turks and Caicos Islands" + }, + { + "code": "798", + "codeName": "TUV", + "description": "Tuvalu" + }, + { + "code": "800", + "codeName": "UGA", + "description": "Uganda" + }, + { + "code": "804", + "codeName": "UKR", + "description": "Ukraine" + }, + { + "code": "784", + "codeName": "ARE", + "description": "United Arab Emirates" + }, + { + "code": "826", + "codeName": "GBR", + "description": "United Kingdom of Great Britain and Northern Ireland" + }, + { + "code": "840", + "codeName": "USA", + "description": "United States of America" + }, + { + "code": "581", + "codeName": "UMI", + "description": "United States Minor Outlying Islands" + }, + { + "code": "858", + "codeName": "URY", + "description": "Uruguay" + }, + { + "code": "860", + "codeName": "UZB", + "description": "Uzbekistan" + }, + { + "code": "548", + "codeName": "VUT", + "description": "Vanuatu" + }, + { + "code": "862", + "codeName": "VEN", + "description": "Venezuela (Bolivarian Republic of)" + }, + { + "code": "704", + "codeName": "VNM", + "description": "Viet Nam" + }, + { + "code": "092", + "codeName": "VGB", + "description": "Virgin Islands (British)" + }, + { + "code": "850", + "codeName": "VIR", + "description": "Virgin Islands (U.S.)" + }, + { + "code": "876", + "codeName": "WLF", + "description": "Wallis and Futuna" + }, + { + "code": "732", + "codeName": "ESH", + "description": "Western Sahara" + }, + { + "code": "887", + "codeName": "YEM", + "description": "Yemen" + }, + { + "code": "894", + "codeName": "ZMB", + "description": "Zambia" + }, + { + "code": "716", + "codeName": "ZWE", + "description": "Zimbabwe" + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_coverageContentType.json b/resources/json/iso_coverageContentType.json new file mode 100644 index 0000000..edab6e6 --- /dev/null +++ b/resources/json/iso_coverageContentType.json @@ -0,0 +1,50 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_coverageContentType", + "source": "ISO", + "sourceName": "MD_CoverageContentTypeCode", + "extensible": true, + "description": "specific type of information represented in the cell", + "codelist": [ + { + "code": "001", + "codeName": "image", + "description": "meaningful numerical representation of a physical parameter that is not the actual value of the physical parameter" + }, + { + "code": "002", + "codeName": "thematicClassification", + "description": "code value with no quantitative meaning, used to represent a physical quality" + }, + { + "code": "003", + "codeName": "physicalMeasurement", + "description": "value in physical units of the quantity being measured" + }, + { + "code": "004", + "codeName": "auxillaryInformation", + "description": "data, usually a physical measurement, used to support the calculation of the primary physicalMeasurement coverages in the dataset" + }, + { + "code": "005", + "codeName": "qualityInformation", + "description": "data used to characterize the quality of the physicalMeasurement coverages in the dataset" + }, + { + "code": "006", + "codeName": "referenceInformation", + "description": "reference information used to support the calculation or use of the physicalMeasurement coverages in the dataset" + }, + { + "code": "007", + "codeName": "modelResult", + "description": "resources with values that are calculated using a model rather than being observed or calculated from observations" + }, + { + "code": "008", + "codeName": "coordinate", + "description": "data used to provide coordinate axis values" + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_currency.json b/resources/json/iso_currency.json new file mode 100644 index 0000000..6b5f2b2 --- /dev/null +++ b/resources/json/iso_currency.json @@ -0,0 +1,1405 @@ +{ + "codelistType": "currency", + "codelistName": "iso_currency", + "source": "SNV", + "sourceName": "Swiss Association for Standards", + "extensible": false, + "description": "currency and funds codelist", + "codelist": [ + { + "code": "971", + "codeName": "AFN", + "description": "AFGHANISTAN-Afghani" + }, + { + "code": "978", + "codeName": "EUR", + "description": "ÅLAND ISLANDS-Euro" + }, + { + "code": "008", + "codeName": "ALL", + "description": "ALBANIA-Lek" + }, + { + "code": "012", + "codeName": "DZD", + "description": "ALGERIA-Algerian Dinar" + }, + { + "code": "840", + "codeName": "USD", + "description": "AMERICAN SAMOA-US Dollar" + }, + { + "code": "978", + "codeName": "EUR", + "description": "ANDORRA-Euro" + }, + { + "code": "973", + "codeName": "AOA", + "description": "ANGOLA-Kwanza" + }, + { + "code": "951", + "codeName": "XCD", + "description": "ANGUILLA-East Caribbean Dollar" + }, + { + "code": "0", + "codeName": "_", + "description": "ANTARCTICA-No universal currency" + }, + { + "code": "951", + "codeName": "XCD", + "description": "ANTIGUA AND BARBUDA-East Caribbean Dollar" + }, + { + "code": "032", + "codeName": "ARS", + "description": "ARGENTINA-Argentine Peso" + }, + { + "code": "051", + "codeName": "AMD", + "description": "ARMENIA-Armenian Dram" + }, + { + "code": "533", + "codeName": "AWG", + "description": "ARUBA-Aruban Florin" + }, + { + "code": "036", + "codeName": "AUD", + "description": "AUSTRALIA-Australian Dollar" + }, + { + "code": "978", + "codeName": "EUR", + "description": "AUSTRIA-Euro" + }, + { + "code": "944", + "codeName": "AZN", + "description": "AZERBAIJAN-Azerbaijanian Manat" + }, + { + "code": "044", + "codeName": "BSD", + "description": "BAHAMAS (THE)-Bahamian Dollar" + }, + { + "code": "048", + "codeName": "BHD", + "description": "BAHRAIN-Bahraini Dinar" + }, + { + "code": "050", + "codeName": "BDT", + "description": "BANGLADESH-Taka" + }, + { + "code": "052", + "codeName": "BBD", + "description": "BARBADOS-Barbados Dollar" + }, + { + "code": "933", + "codeName": "BYN", + "description": "BELARUS-Belarusian Ruble" + }, + { + "code": "974", + "codeName": "BYR", + "description": "BELARUS-Belarusian Ruble" + }, + { + "code": "978", + "codeName": "EUR", + "description": "BELGIUM-Euro" + }, + { + "code": "084", + "codeName": "BZD", + "description": "BELIZE-Belize Dollar" + }, + { + "code": "952", + "codeName": "XOF", + "description": "BENIN-CFA Franc BCEAO" + }, + { + "code": "060", + "codeName": "BMD", + "description": "BERMUDA-Bermudian Dollar" + }, + { + "code": "356", + "codeName": "INR", + "description": "BHUTAN-Indian Rupee" + }, + { + "code": "064", + "codeName": "BTN", + "description": "BHUTAN-Ngultrum" + }, + { + "code": "068", + "codeName": "BOB", + "description": "BOLIVIA (PLURINATIONAL STATE OF)-Boliviano" + }, + { + "code": "984", + "codeName": "BOV", + "description": "BOLIVIA (PLURINATIONAL STATE OF)-Mvdol" + }, + { + "code": "840", + "codeName": "USD", + "description": "BONAIRE, SINT EUSTATIUS AND SABA-US Dollar" + }, + { + "code": "977", + "codeName": "BAM", + "description": "BOSNIA AND HERZEGOVINA-Convertible Mark" + }, + { + "code": "072", + "codeName": "BWP", + "description": "BOTSWANA-Pula" + }, + { + "code": "578", + "codeName": "NOK", + "description": "BOUVET ISLAND-Norwegian Krone" + }, + { + "code": "986", + "codeName": "BRL", + "description": "BRAZIL-Brazilian Real" + }, + { + "code": "840", + "codeName": "USD", + "description": "BRITISH INDIAN OCEAN TERRITORY (THE)-US Dollar" + }, + { + "code": "096", + "codeName": "BND", + "description": "BRUNEI DARUSSALAM-Brunei Dollar" + }, + { + "code": "975", + "codeName": "BGN", + "description": "BULGARIA-Bulgarian Lev" + }, + { + "code": "952", + "codeName": "XOF", + "description": "BURKINA FASO-CFA Franc BCEAO" + }, + { + "code": "108", + "codeName": "BIF", + "description": "BURUNDI-Burundi Franc" + }, + { + "code": "132", + "codeName": "CVE", + "description": "CABO VERDE-Cabo Verde Escudo" + }, + { + "code": "116", + "codeName": "KHR", + "description": "CAMBODIA-Riel" + }, + { + "code": "950", + "codeName": "XAF", + "description": "CAMEROON-CFA Franc BEAC" + }, + { + "code": "124", + "codeName": "CAD", + "description": "CANADA-Canadian Dollar" + }, + { + "code": "136", + "codeName": "KYD", + "description": "CAYMAN ISLANDS (THE)-Cayman Islands Dollar" + }, + { + "code": "950", + "codeName": "XAF", + "description": "CENTRAL AFRICAN REPUBLIC (THE)-CFA Franc BEAC" + }, + { + "code": "950", + "codeName": "XAF", + "description": "CHAD-CFA Franc BEAC" + }, + { + "code": "152", + "codeName": "CLP", + "description": "CHILE-Chilean Peso" + }, + { + "code": "990", + "codeName": "CLF", + "description": "CHILE-Unidad de Fomento" + }, + { + "code": "156", + "codeName": "CNY", + "description": "CHINA-Yuan Renminbi" + }, + { + "code": "036", + "codeName": "AUD", + "description": "CHRISTMAS ISLAND-Australian Dollar" + }, + { + "code": "036", + "codeName": "AUD", + "description": "COCOS (KEELING) ISLANDS (THE)-Australian Dollar" + }, + { + "code": "170", + "codeName": "COP", + "description": "COLOMBIA-Colombian Peso" + }, + { + "code": "970", + "codeName": "COU", + "description": "COLOMBIA-Unidad de Valor Real" + }, + { + "code": "174", + "codeName": "KMF", + "description": "COMOROS (THE)-Comoro Franc" + }, + { + "code": "976", + "codeName": "CDF", + "description": "CONGO (THE DEMOCRATIC REPUBLIC OF THE)-Congolese Franc" + }, + { + "code": "950", + "codeName": "XAF", + "description": "CONGO (THE)-CFA Franc BEAC" + }, + { + "code": "554", + "codeName": "NZD", + "description": "COOK ISLANDS (THE)-New Zealand Dollar" + }, + { + "code": "188", + "codeName": "CRC", + "description": "COSTA RICA-Costa Rican Colon" + }, + { + "code": "952", + "codeName": "XOF", + "description": "CÔTE D'IVOIRE-CFA Franc BCEAO" + }, + { + "code": "191", + "codeName": "HRK", + "description": "CROATIA-Kuna" + }, + { + "code": "192", + "codeName": "CUP", + "description": "CUBA-Cuban Peso" + }, + { + "code": "931", + "codeName": "CUC", + "description": "CUBA-Peso Convertible" + }, + { + "code": "532", + "codeName": "ANG", + "description": "CURAÇAO-Netherlands Antillean Guilder" + }, + { + "code": "978", + "codeName": "EUR", + "description": "CYPRUS-Euro" + }, + { + "code": "203", + "codeName": "CZK", + "description": "CZECH REPUBLIC (THE)-Czech Koruna" + }, + { + "code": "208", + "codeName": "DKK", + "description": "DENMARK-Danish Krone" + }, + { + "code": "262", + "codeName": "DJF", + "description": "DJIBOUTI-Djibouti Franc" + }, + { + "code": "951", + "codeName": "XCD", + "description": "DOMINICA-East Caribbean Dollar" + }, + { + "code": "214", + "codeName": "DOP", + "description": "DOMINICAN REPUBLIC (THE)-Dominican Peso" + }, + { + "code": "840", + "codeName": "USD", + "description": "ECUADOR-US Dollar" + }, + { + "code": "818", + "codeName": "EGP", + "description": "EGYPT-Egyptian Pound" + }, + { + "code": "222", + "codeName": "SVC", + "description": "EL SALVADOR-El Salvador Colon" + }, + { + "code": "840", + "codeName": "USD", + "description": "EL SALVADOR-US Dollar" + }, + { + "code": "950", + "codeName": "XAF", + "description": "EQUATORIAL GUINEA-CFA Franc BEAC" + }, + { + "code": "232", + "codeName": "ERN", + "description": "ERITREA-Nakfa" + }, + { + "code": "978", + "codeName": "EUR", + "description": "ESTONIA-Euro" + }, + { + "code": "230", + "codeName": "ETB", + "description": "ETHIOPIA-Ethiopian Birr" + }, + { + "code": "978", + "codeName": "EUR", + "description": "EUROPEAN UNION-Euro" + }, + { + "code": "238", + "codeName": "FKP", + "description": "FALKLAND ISLANDS (THE) [MALVINAS]-Falkland Islands Pound" + }, + { + "code": "208", + "codeName": "DKK", + "description": "FAROE ISLANDS (THE)-Danish Krone" + }, + { + "code": "242", + "codeName": "FJD", + "description": "FIJI-Fiji Dollar" + }, + { + "code": "978", + "codeName": "EUR", + "description": "FINLAND-Euro" + }, + { + "code": "978", + "codeName": "EUR", + "description": "FRANCE-Euro" + }, + { + "code": "978", + "codeName": "EUR", + "description": "FRENCH GUIANA-Euro" + }, + { + "code": "953", + "codeName": "XPF", + "description": "FRENCH POLYNESIA-CFP Franc" + }, + { + "code": "978", + "codeName": "EUR", + "description": "FRENCH SOUTHERN TERRITORIES (THE)-Euro" + }, + { + "code": "950", + "codeName": "XAF", + "description": "GABON-CFA Franc BEAC" + }, + { + "code": "270", + "codeName": "GMD", + "description": "GAMBIA (THE)-Dalasi" + }, + { + "code": "981", + "codeName": "GEL", + "description": "GEORGIA-Lari" + }, + { + "code": "978", + "codeName": "EUR", + "description": "GERMANY-Euro" + }, + { + "code": "936", + "codeName": "GHS", + "description": "GHANA-Ghana Cedi" + }, + { + "code": "292", + "codeName": "GIP", + "description": "GIBRALTAR-Gibraltar Pound" + }, + { + "code": "978", + "codeName": "EUR", + "description": "GREECE-Euro" + }, + { + "code": "208", + "codeName": "DKK", + "description": "GREENLAND-Danish Krone" + }, + { + "code": "951", + "codeName": "XCD", + "description": "GRENADA-East Caribbean Dollar" + }, + { + "code": "978", + "codeName": "EUR", + "description": "GUADELOUPE-Euro" + }, + { + "code": "840", + "codeName": "USD", + "description": "GUAM-US Dollar" + }, + { + "code": "320", + "codeName": "GTQ", + "description": "GUATEMALA-Quetzal" + }, + { + "code": "826", + "codeName": "GBP", + "description": "GUERNSEY-Pound Sterling" + }, + { + "code": "324", + "codeName": "GNF", + "description": "GUINEA-Guinea Franc" + }, + { + "code": "952", + "codeName": "XOF", + "description": "GUINEA-BISSAU-CFA Franc BCEAO" + }, + { + "code": "328", + "codeName": "GYD", + "description": "GUYANA-Guyana Dollar" + }, + { + "code": "332", + "codeName": "HTG", + "description": "HAITI-Gourde" + }, + { + "code": "840", + "codeName": "USD", + "description": "HAITI-US Dollar" + }, + { + "code": "036", + "codeName": "AUD", + "description": "HEARD ISLAND AND McDONALD ISLANDS-Australian Dollar" + }, + { + "code": "978", + "codeName": "EUR", + "description": "HOLY SEE (THE)-Euro" + }, + { + "code": "340", + "codeName": "HNL", + "description": "HONDURAS-Lempira" + }, + { + "code": "344", + "codeName": "HKD", + "description": "HONG KONG-Hong Kong Dollar" + }, + { + "code": "348", + "codeName": "HUF", + "description": "HUNGARY-Forint" + }, + { + "code": "352", + "codeName": "ISK", + "description": "ICELAND-Iceland Krona" + }, + { + "code": "356", + "codeName": "INR", + "description": "INDIA-Indian Rupee" + }, + { + "code": "360", + "codeName": "IDR", + "description": "INDONESIA-Rupiah" + }, + { + "code": "960", + "codeName": "XDR", + "description": "INTERNATIONAL MONETARY FUND (IMF) -SDR (Special Drawing Right)" + }, + { + "code": "364", + "codeName": "IRR", + "description": "IRAN (ISLAMIC REPUBLIC OF)-Iranian Rial" + }, + { + "code": "368", + "codeName": "IQD", + "description": "IRAQ-Iraqi Dinar" + }, + { + "code": "978", + "codeName": "EUR", + "description": "IRELAND-Euro" + }, + { + "code": "826", + "codeName": "GBP", + "description": "ISLE OF MAN-Pound Sterling" + }, + { + "code": "376", + "codeName": "ILS", + "description": "ISRAEL-New Israeli Sheqel" + }, + { + "code": "978", + "codeName": "EUR", + "description": "ITALY-Euro" + }, + { + "code": "388", + "codeName": "JMD", + "description": "JAMAICA-Jamaican Dollar" + }, + { + "code": "392", + "codeName": "JPY", + "description": "JAPAN-Yen" + }, + { + "code": "826", + "codeName": "GBP", + "description": "JERSEY-Pound Sterling" + }, + { + "code": "400", + "codeName": "JOD", + "description": "JORDAN-Jordanian Dinar" + }, + { + "code": "398", + "codeName": "KZT", + "description": "KAZAKHSTAN-Tenge" + }, + { + "code": "404", + "codeName": "KES", + "description": "KENYA-Kenyan Shilling" + }, + { + "code": "036", + "codeName": "AUD", + "description": "KIRIBATI-Australian Dollar" + }, + { + "code": "408", + "codeName": "KPW", + "description": "KOREA (THE DEMOCRATIC PEOPLE’S REPUBLIC OF)-North Korean Won" + }, + { + "code": "410", + "codeName": "KRW", + "description": "KOREA (THE REPUBLIC OF)-Won" + }, + { + "code": "414", + "codeName": "KWD", + "description": "KUWAIT-Kuwaiti Dinar" + }, + { + "code": "417", + "codeName": "KGS", + "description": "KYRGYZSTAN-Som" + }, + { + "code": "418", + "codeName": "LAK", + "description": "LAO PEOPLE’S DEMOCRATIC REPUBLIC (THE)-Kip" + }, + { + "code": "978", + "codeName": "EUR", + "description": "LATVIA-Euro" + }, + { + "code": "422", + "codeName": "LBP", + "description": "LEBANON-Lebanese Pound" + }, + { + "code": "426", + "codeName": "LSL", + "description": "LESOTHO-Loti" + }, + { + "code": "710", + "codeName": "ZAR", + "description": "LESOTHO-Rand" + }, + { + "code": "430", + "codeName": "LRD", + "description": "LIBERIA-Liberian Dollar" + }, + { + "code": "434", + "codeName": "LYD", + "description": "LIBYA-Libyan Dinar" + }, + { + "code": "756", + "codeName": "CHF", + "description": "LIECHTENSTEIN-Swiss Franc" + }, + { + "code": "978", + "codeName": "EUR", + "description": "LITHUANIA-Euro" + }, + { + "code": "978", + "codeName": "EUR", + "description": "LUXEMBOURG-Euro" + }, + { + "code": "446", + "codeName": "MOP", + "description": "MACAO-Pataca" + }, + { + "code": "807", + "codeName": "MKD", + "description": "MACEDONIA (THE FORMER YUGOSLAV REPUBLIC OF)-Denar" + }, + { + "code": "969", + "codeName": "MGA", + "description": "MADAGASCAR-Malagasy Ariary" + }, + { + "code": "454", + "codeName": "MWK", + "description": "MALAWI-Malawi Kwacha" + }, + { + "code": "458", + "codeName": "MYR", + "description": "MALAYSIA-Malaysian Ringgit" + }, + { + "code": "462", + "codeName": "MVR", + "description": "MALDIVES-Rufiyaa" + }, + { + "code": "952", + "codeName": "XOF", + "description": "MALI-CFA Franc BCEAO" + }, + { + "code": "978", + "codeName": "EUR", + "description": "MALTA-Euro" + }, + { + "code": "840", + "codeName": "USD", + "description": "MARSHALL ISLANDS (THE)-US Dollar" + }, + { + "code": "978", + "codeName": "EUR", + "description": "MARTINIQUE-Euro" + }, + { + "code": "478", + "codeName": "MRO", + "description": "MAURITANIA-Ouguiya" + }, + { + "code": "480", + "codeName": "MUR", + "description": "MAURITIUS-Mauritius Rupee" + }, + { + "code": "978", + "codeName": "EUR", + "description": "MAYOTTE-Euro" + }, + { + "code": "965", + "codeName": "XUA", + "description": "MEMBER COUNTRIES OF THE AFRICAN DEVELOPMENT BANK GROUP-ADB Unit of Account" + }, + { + "code": "484", + "codeName": "MXN", + "description": "MEXICO-Mexican Peso" + }, + { + "code": "979", + "codeName": "MXV", + "description": "MEXICO-Mexican Unidad de Inversion (UDI)" + }, + { + "code": "840", + "codeName": "USD", + "description": "MICRONESIA (FEDERATED STATES OF)-US Dollar" + }, + { + "code": "498", + "codeName": "MDL", + "description": "MOLDOVA (THE REPUBLIC OF)-Moldovan Leu" + }, + { + "code": "978", + "codeName": "EUR", + "description": "MONACO-Euro" + }, + { + "code": "496", + "codeName": "MNT", + "description": "MONGOLIA-Tugrik" + }, + { + "code": "978", + "codeName": "EUR", + "description": "MONTENEGRO-Euro" + }, + { + "code": "951", + "codeName": "XCD", + "description": "MONTSERRAT-East Caribbean Dollar" + }, + { + "code": "504", + "codeName": "MAD", + "description": "MOROCCO-Moroccan Dirham" + }, + { + "code": "943", + "codeName": "MZN", + "description": "MOZAMBIQUE-Mozambique Metical" + }, + { + "code": "104", + "codeName": "MMK", + "description": "MYANMAR-Kyat" + }, + { + "code": "516", + "codeName": "NAD", + "description": "NAMIBIA-Namibia Dollar" + }, + { + "code": "710", + "codeName": "ZAR", + "description": "NAMIBIA-Rand" + }, + { + "code": "036", + "codeName": "AUD", + "description": "NAURU-Australian Dollar" + }, + { + "code": "524", + "codeName": "NPR", + "description": "NEPAL-Nepalese Rupee" + }, + { + "code": "978", + "codeName": "EUR", + "description": "NETHERLANDS (THE)-Euro" + }, + { + "code": "953", + "codeName": "XPF", + "description": "NEW CALEDONIA-CFP Franc" + }, + { + "code": "554", + "codeName": "NZD", + "description": "NEW ZEALAND-New Zealand Dollar" + }, + { + "code": "558", + "codeName": "NIO", + "description": "NICARAGUA-Cordoba Oro" + }, + { + "code": "952", + "codeName": "XOF", + "description": "NIGER (THE)-CFA Franc BCEAO" + }, + { + "code": "566", + "codeName": "NGN", + "description": "NIGERIA-Naira" + }, + { + "code": "554", + "codeName": "NZD", + "description": "NIUE-New Zealand Dollar" + }, + { + "code": "036", + "codeName": "AUD", + "description": "NORFOLK ISLAND-Australian Dollar" + }, + { + "code": "840", + "codeName": "USD", + "description": "NORTHERN MARIANA ISLANDS (THE)-US Dollar" + }, + { + "code": "578", + "codeName": "NOK", + "description": "NORWAY-Norwegian Krone" + }, + { + "code": "512", + "codeName": "OMR", + "description": "OMAN-Rial Omani" + }, + { + "code": "586", + "codeName": "PKR", + "description": "PAKISTAN-Pakistan Rupee" + }, + { + "code": "840", + "codeName": "USD", + "description": "PALAU-US Dollar" + }, + { + "code": "0", + "codeName": "_", + "description": "PALESTINE, STATE OF-No universal currency" + }, + { + "code": "590", + "codeName": "PAB", + "description": "PANAMA-Balboa" + }, + { + "code": "840", + "codeName": "USD", + "description": "PANAMA-US Dollar" + }, + { + "code": "598", + "codeName": "PGK", + "description": "PAPUA NEW GUINEA-Kina" + }, + { + "code": "600", + "codeName": "PYG", + "description": "PARAGUAY-Guarani" + }, + { + "code": "604", + "codeName": "PEN", + "description": "PERU-Sol" + }, + { + "code": "608", + "codeName": "PHP", + "description": "PHILIPPINES (THE)-Philippine Peso" + }, + { + "code": "554", + "codeName": "NZD", + "description": "PITCAIRN-New Zealand Dollar" + }, + { + "code": "985", + "codeName": "PLN", + "description": "POLAND-Zloty" + }, + { + "code": "978", + "codeName": "EUR", + "description": "PORTUGAL-Euro" + }, + { + "code": "840", + "codeName": "USD", + "description": "PUERTO RICO-US Dollar" + }, + { + "code": "634", + "codeName": "QAR", + "description": "QATAR-Qatari Rial" + }, + { + "code": "978", + "codeName": "EUR", + "description": "RÉUNION-Euro" + }, + { + "code": "946", + "codeName": "RON", + "description": "ROMANIA-Romanian Leu" + }, + { + "code": "643", + "codeName": "RUB", + "description": "RUSSIAN FEDERATION (THE)-Russian Ruble" + }, + { + "code": "646", + "codeName": "RWF", + "description": "RWANDA-Rwanda Franc" + }, + { + "code": "978", + "codeName": "EUR", + "description": "SAINT BARTHÉLEMY-Euro" + }, + { + "code": "654", + "codeName": "SHP", + "description": "SAINT HELENA, ASCENSION AND TRISTAN DA CUNHA-Saint Helena Pound" + }, + { + "code": "951", + "codeName": "XCD", + "description": "SAINT KITTS AND NEVIS-East Caribbean Dollar" + }, + { + "code": "951", + "codeName": "XCD", + "description": "SAINT LUCIA-East Caribbean Dollar" + }, + { + "code": "978", + "codeName": "EUR", + "description": "SAINT MARTIN (FRENCH PART)-Euro" + }, + { + "code": "978", + "codeName": "EUR", + "description": "SAINT PIERRE AND MIQUELON-Euro" + }, + { + "code": "951", + "codeName": "XCD", + "description": "SAINT VINCENT AND THE GRENADINES-East Caribbean Dollar" + }, + { + "code": "882", + "codeName": "WST", + "description": "SAMOA-Tala" + }, + { + "code": "978", + "codeName": "EUR", + "description": "SAN MARINO-Euro" + }, + { + "code": "678", + "codeName": "STD", + "description": "SAO TOME AND PRINCIPE-Dobra" + }, + { + "code": "682", + "codeName": "SAR", + "description": "SAUDI ARABIA-Saudi Riyal" + }, + { + "code": "952", + "codeName": "XOF", + "description": "SENEGAL-CFA Franc BCEAO" + }, + { + "code": "941", + "codeName": "RSD", + "description": "SERBIA-Serbian Dinar" + }, + { + "code": "690", + "codeName": "SCR", + "description": "SEYCHELLES-Seychelles Rupee" + }, + { + "code": "694", + "codeName": "SLL", + "description": "SIERRA LEONE-Leone" + }, + { + "code": "702", + "codeName": "SGD", + "description": "SINGAPORE-Singapore Dollar" + }, + { + "code": "532", + "codeName": "ANG", + "description": "SINT MAARTEN (DUTCH PART)-Netherlands Antillean Guilder" + }, + { + "code": "994", + "codeName": "XSU", + "description": "SISTEMA UNITARIO DE COMPENSACION REGIONAL DE PAGOS 'SUCRE'-Sucre" + }, + { + "code": "978", + "codeName": "EUR", + "description": "SLOVAKIA-Euro" + }, + { + "code": "978", + "codeName": "EUR", + "description": "SLOVENIA-Euro" + }, + { + "code": "090", + "codeName": "SBD", + "description": "SOLOMON ISLANDS-Solomon Islands Dollar" + }, + { + "code": "706", + "codeName": "SOS", + "description": "SOMALIA-Somali Shilling" + }, + { + "code": "710", + "codeName": "ZAR", + "description": "SOUTH AFRICA-Rand" + }, + { + "code": "0", + "codeName": "_", + "description": "SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS-No universal currency" + }, + { + "code": "728", + "codeName": "SSP", + "description": "SOUTH SUDAN-South Sudanese Pound" + }, + { + "code": "978", + "codeName": "EUR", + "description": "SPAIN-Euro" + }, + { + "code": "144", + "codeName": "LKR", + "description": "SRI LANKA-Sri Lanka Rupee" + }, + { + "code": "938", + "codeName": "SDG", + "description": "SUDAN (THE)-Sudanese Pound" + }, + { + "code": "968", + "codeName": "SRD", + "description": "SURINAME-Surinam Dollar" + }, + { + "code": "578", + "codeName": "NOK", + "description": "SVALBARD AND JAN MAYEN-Norwegian Krone" + }, + { + "code": "748", + "codeName": "SZL", + "description": "SWAZILAND-Lilangeni" + }, + { + "code": "752", + "codeName": "SEK", + "description": "SWEDEN-Swedish Krona" + }, + { + "code": "756", + "codeName": "CHF", + "description": "SWITZERLAND-Swiss Franc" + }, + { + "code": "947", + "codeName": "CHE", + "description": "SWITZERLAND-WIR Euro" + }, + { + "code": "948", + "codeName": "CHW", + "description": "SWITZERLAND-WIR Franc" + }, + { + "code": "760", + "codeName": "SYP", + "description": "SYRIAN ARAB REPUBLIC-Syrian Pound" + }, + { + "code": "901", + "codeName": "TWD", + "description": "TAIWAN (PROVINCE OF CHINA)-New Taiwan Dollar" + }, + { + "code": "972", + "codeName": "TJS", + "description": "TAJIKISTAN-Somoni" + }, + { + "code": "834", + "codeName": "TZS", + "description": "TANZANIA, UNITED REPUBLIC OF-Tanzanian Shilling" + }, + { + "code": "764", + "codeName": "THB", + "description": "THAILAND-Baht" + }, + { + "code": "840", + "codeName": "USD", + "description": "TIMOR-LESTE-US Dollar" + }, + { + "code": "952", + "codeName": "XOF", + "description": "TOGO-CFA Franc BCEAO" + }, + { + "code": "554", + "codeName": "NZD", + "description": "TOKELAU-New Zealand Dollar" + }, + { + "code": "776", + "codeName": "TOP", + "description": "TONGA-Pa’anga" + }, + { + "code": "780", + "codeName": "TTD", + "description": "TRINIDAD AND TOBAGO-Trinidad and Tobago Dollar" + }, + { + "code": "788", + "codeName": "TND", + "description": "TUNISIA-Tunisian Dinar" + }, + { + "code": "949", + "codeName": "TRY", + "description": "TURKEY-Turkish Lira" + }, + { + "code": "934", + "codeName": "TMT", + "description": "TURKMENISTAN-Turkmenistan New Manat" + }, + { + "code": "840", + "codeName": "USD", + "description": "TURKS AND CAICOS ISLANDS (THE)-US Dollar" + }, + { + "code": "036", + "codeName": "AUD", + "description": "TUVALU-Australian Dollar" + }, + { + "code": "800", + "codeName": "UGX", + "description": "UGANDA-Uganda Shilling" + }, + { + "code": "980", + "codeName": "UAH", + "description": "UKRAINE-Hryvnia" + }, + { + "code": "784", + "codeName": "AED", + "description": "UNITED ARAB EMIRATES (THE)-UAE Dirham" + }, + { + "code": "826", + "codeName": "GBP", + "description": "UNITED KINGDOM OF GREAT BRITAIN AND NORTHERN IRELAND (THE)-Pound Sterling" + }, + { + "code": "840", + "codeName": "USD", + "description": "UNITED STATES MINOR OUTLYING ISLANDS (THE)-US Dollar" + }, + { + "code": "840", + "codeName": "USD", + "description": "UNITED STATES OF AMERICA (THE)-US Dollar" + }, + { + "code": "997", + "codeName": "USN", + "description": "UNITED STATES OF AMERICA (THE)-US Dollar (Next day)" + }, + { + "code": "858", + "codeName": "UYU", + "description": "URUGUAY-Peso Uruguayo" + }, + { + "code": "940", + "codeName": "UYI", + "description": "URUGUAY-Uruguay Peso en Unidades Indexadas (URUIURUI)" + }, + { + "code": "860", + "codeName": "UZS", + "description": "UZBEKISTAN-Uzbekistan Sum" + }, + { + "code": "548", + "codeName": "VUV", + "description": "VANUATU-Vatu" + }, + { + "code": "937", + "codeName": "VEF", + "description": "VENEZUELA (BOLIVARIAN REPUBLIC OF)-Bolívar" + }, + { + "code": "704", + "codeName": "VND", + "description": "VIET NAM-Dong" + }, + { + "code": "840", + "codeName": "USD", + "description": "VIRGIN ISLANDS (BRITISH)-US Dollar" + }, + { + "code": "840", + "codeName": "USD", + "description": "VIRGIN ISLANDS (U.S.)-US Dollar" + }, + { + "code": "953", + "codeName": "XPF", + "description": "WALLIS AND FUTUNA-CFP Franc" + }, + { + "code": "504", + "codeName": "MAD", + "description": "WESTERN SAHARA-Moroccan Dirham" + }, + { + "code": "886", + "codeName": "YER", + "description": "YEMEN-Yemeni Rial" + }, + { + "code": "967", + "codeName": "ZMW", + "description": "ZAMBIA-Zambian Kwacha" + }, + { + "code": "932", + "codeName": "ZWL", + "description": "ZIMBABWE-Zimbabwe Dollar" + }, + { + "code": "955", + "codeName": "XBA", + "description": "ZZ01_Bond Markets Unit European_EURCO-Bond Markets Unit European Composite Unit (EURCO)" + }, + { + "code": "956", + "codeName": "XBB", + "description": "ZZ02_Bond Markets Unit European_EMU-6-Bond Markets Unit European Monetary Unit (E.M.U.-6)" + }, + { + "code": "957", + "codeName": "XBC", + "description": "ZZ03_Bond Markets Unit European_EUA-9-Bond Markets Unit European Unit of Account 9 (E.U.A.-9)" + }, + { + "code": "958", + "codeName": "XBD", + "description": "ZZ04_Bond Markets Unit European_EUA-17-Bond Markets Unit European Unit of Account 17 (E.U.A.-17)" + }, + { + "code": "963", + "codeName": "XTS", + "description": "ZZ06_Testing_Code-Codes specifically reserved for testing purposes" + }, + { + "code": "999", + "codeName": "XXX", + "description": "ZZ07_No_Currency-The codes assigned for transactions where no currency is involved" + }, + { + "code": "959", + "codeName": "XAU", + "description": "ZZ08_Gold-Gold" + }, + { + "code": "964", + "codeName": "XPD", + "description": "ZZ09_Palladium-Palladium" + }, + { + "code": "962", + "codeName": "XPT", + "description": "ZZ10_Platinum-Platinum" + }, + { + "code": "961", + "codeName": "XAG", + "description": "ZZ11_Silver-Silver" + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_dataQualityElement.json b/resources/json/iso_dataQualityElement.json new file mode 100644 index 0000000..461f1f1 --- /dev/null +++ b/resources/json/iso_dataQualityElement.json @@ -0,0 +1,130 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_dataQualityElement", + "source": "ISO", + "sourceName": "dataQualityElement", + "extensible": true, + "description": "ISO data quality elements", + "codelist": [ + { + "code": "001", + "codeName": "DQ_AbsoluteExternalPositionalAccuracy", + "description": "closeness of reported coordinate values to values accepted as or being true" + }, + { + "code": "002", + "codeName": "DQ_AccuracyOfATimeMeasurement", + "description": "correctness of the temporal references of an item (reporting of error in time measurement)" + }, + { + "code": "003", + "codeName": "DQ_ConceptualConsistency", + "description": "adherence to rules of the conceptual schema" + }, + { + "code": "004", + "codeName": "DQ_CompletenessCommission", + "description": "excess data present in the dataset, as described by the scope" + }, + { + "code": "005", + "codeName": "DQ_CompletenessOmission", + "description": "data absent from the dataset, as described by the scope" + }, + { + "code": "006", + "codeName": "DQ_Confidence", + "description": "trustworthiness of a data quality result" + }, + { + "code": "007", + "codeName": "DQ_CoverageResult", + "description": "result of a data quality measure organising the measured values as a coverage" + }, + { + "code": "008", + "codeName": "DQ_DomainConsistency", + "description": "adherence of values to the value domains" + }, + { + "code": "009", + "codeName": "DQ_FormatConsistency", + "description": "degree to which data is stored in accordance with the physical structure of the dataset, as described by the scope" + }, + { + "code": "010", + "codeName": "DQ_GriddedDataPositionalAccuracy", + "description": "closeness of gridded data position values to values accepted as or being true" + }, + { + "code": "011", + "codeName": "DQ_Homogeneity", + "description": "expected or tested uniformity of the results obtained for a data quality evaluation" + }, + { + "code": "012", + "codeName": "DQ_NonQuantitativeAttributeCorrectness", + "description": "correctness of non-quantitative attributes" + }, + { + "code": "013", + "codeName": "DQ_QuantitativeAttributeAccuracy", + "description": "accuracy of quantitative attributes" + }, + { + "code": "014", + "codeName": "DQ_RelativeInternalPositionalAccuracy", + "description": "closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true" + }, + { + "code": "015", + "codeName": "DQ_Representativity", + "description": "degree to which the sample used has produced a result which is representative of the data within the data quality scope" + }, + { + "code": "016", + "codeName": "DQ_TemporalConsistency", + "description": "correctness of ordered events or sequences, if reported" + }, + { + "code": "017", + "codeName": "DQ_TemporalValidity", + "description": "validity of data specified by the scope with respect to time" + }, + { + "code": "018", + "codeName": "DQ_ThematicClassificationCorrectness", + "description": "comparison of the classes assigned to features or their attributes to a universe of discourse" + }, + { + "code": "019", + "codeName": "DQ_TopologicalConsistency", + "description": "correctness of the explicitly encoded topological characteristics of the dataset as described by the scope" + }, + { + "code": "020", + "codeName": "DQ_UsabilityElement", + "description": "degree of adherence of a dataset to a specific set of requirements" + }, + { + "code": "021", + "codeName": "DQ_Completeness", + "description": "presence and absence of features, their attributes and their relationships" + }, + { + "code": "022", + "codeName": "DQ_LogicalConsistency", + "description": "adherence to rules of the conceptual schema" + }, + { + "code": "023", + "codeName": "DQ_PositionalAccuracy", + "description": "closeness of reported coordinate values to values accepted as or being true" + }, + { + "code": "024", + "codeName": "DQ_TemporalQuality", + "description": "correctness of the temporal references of an item (reporting of error in time measurement)" + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_dateType.json b/resources/json/iso_dateType.json new file mode 100644 index 0000000..473d0a6 --- /dev/null +++ b/resources/json/iso_dateType.json @@ -0,0 +1,145 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_dateType", + "source": "ISO", + "sourceName": "CI_DateTypeCode", + "extensible": true, + "description": "identification of when a given event occurred", + "codelist": [ + { + "code": "001", + "codeName": "creation", + "description": "date identifies when the resource was brought into existence" + }, + { + "code": "002", + "codeName": "publication", + "description": "date identifies when the resource was issued" + }, + { + "code": "003", + "codeName": "revision", + "description": "date identifies when the resource was examined or re-examined and improved or amended" + }, + { + "code": "004", + "codeName": "expiry", + "description": "date identifies when resource expires" + }, + { + "code": "005", + "codeName": "lastUpdate", + "description": "date identifies when resource was last updated" + }, + { + "code": "006", + "codeName": "lastRevision", + "description": "date identifies when resource was last reviewed" + }, + { + "code": "007", + "codeName": "nextUpdate", + "description": "date identifies when resource will be next updated" + }, + { + "code": "008", + "codeName": "unavailable", + "description": "date identifies when resource became not available or obtainable" + }, + { + "code": "009", + "codeName": "inForce", + "description": "date identifies when resource became in force" + }, + { + "code": "010", + "codeName": "adopted", + "description": "date identifies when resource was adopted" + }, + { + "code": "011", + "codeName": "deprecated", + "description": "date identifies when resource was deprecated" + }, + { + "code": "012", + "codeName": "superseded", + "description": "date identifies when resource was superseded or replaced by another resource" + }, + { + "code": "013", + "codeName": "validityBegins", + "description": "time at which the data are considered to become valid. NOTE: There could be quite a delay between creation and validity begins" + }, + { + "code": "014", + "codeName": "validityExpires", + "description": "time at which the data are no longer considered to be valid" + }, + { + "code": "015", + "codeName": "released", + "description": "the date that the resource shall be released for public access" + }, + { + "code": "016", + "codeName": "distribution", + "description": "date identifies when an instance of the resource was distributed" + }, + { + "code": "adiwg001", + "codeName": "acquisition", + "description": "date ownership of the resource was acquired generally by purchase" + }, + { + "code": "adiwg002", + "codeName": "assessment", + "description": "date the resource was reviewed or assessed" + }, + { + "code": "adiwg003", + "codeName": "award", + "description": "date a grant or funding was awarded" + }, + { + "code": "adiwg004", + "codeName": "collected", + "description": "date a sample or data was collected" + }, + { + "code": "adiwg005", + "codeName": "deprecated", + "description": "date a resource, data, or standard was deprecated" + }, + { + "code": "adiwg006", + "codeName": "due", + "description": "date a resource or task is to be completed" + }, + { + "code": "adiwg007", + "codeName": "end", + "description": "end date" + }, + { + "code": "adiwg008", + "codeName": "received", + "description": "date a resource was received" + }, + { + "code": "adiwg009", + "codeName": "reported", + "description": "date something was reported or announced" + }, + { + "code": "adiwg010", + "codeName": "start", + "description": "start or begin date" + }, + { + "code": "adiwg011", + "codeName": "transmitted", + "description": "date resource was transmitted to another party" + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_dimensionNameType.json b/resources/json/iso_dimensionNameType.json new file mode 100644 index 0000000..f20e751 --- /dev/null +++ b/resources/json/iso_dimensionNameType.json @@ -0,0 +1,50 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_dimensionNameType", + "source": "ISO", + "sourceName": "MD_DimensionNameTypeCode", + "extensible": true, + "description": "name of the dimension", + "codelist": [ + { + "code": "001", + "codeName": "row", + "description": "ordinate (y) axis" + }, + { + "code": "002", + "codeName": "column", + "description": "abscissa (x) axis" + }, + { + "code": "003", + "codeName": "vertical", + "description": "vertical (z) axis" + }, + { + "code": "004", + "codeName": "track", + "description": "along the direction of motion of the scan point" + }, + { + "code": "005", + "codeName": "crossTrack", + "description": "perpendicular to the direction of motion of the scan point" + }, + { + "code": "006", + "codeName": "line", + "description": "scan line of a sensor" + }, + { + "code": "007", + "codeName": "sample", + "description": "element along a scan line" + }, + { + "code": "008", + "codeName": "time", + "description": "duration" + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_entityClass.json b/resources/json/iso_entityClass.json new file mode 100644 index 0000000..c5ad9b4 --- /dev/null +++ b/resources/json/iso_entityClass.json @@ -0,0 +1,90 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_entityClass", + "source": "ISO", + "sourceName": "MD_DatatypeCode", + "extensible": true, + "description": "datatype of element or entity", + "codelist": [ + { + "code": "001", + "codeName": "class", + "description": "descriptor of a set of objects that share the same attributes, operations, methods, relationships, and behavior" + }, + { + "code": "002", + "codeName": "codelist", + "description": "flexible enumeration useful for expressing a long list of values, can be extended" + }, + { + "code": "003", + "codeName": "enumerations", + "description": "data type whose instances form a list of named literal values, not extendable" + }, + { + "code": "004", + "codeName": "codelistElement", + "description": "permissible value for a codelist or enumeration" + }, + { + "code": "005", + "codeName": "abstractClass", + "description": "class that cannot be directly instantiated" + }, + { + "code": "006", + "codeName": "aggregateClass", + "description": "class that is composed of classes it is connected to by an aggregate relationship" + }, + { + "code": "007", + "codeName": "specifiedClass", + "description": "subclass that may be substituted for its superclass" + }, + { + "code": "008", + "codeName": "datatypeClass", + "description": "class with few or no operations whose primary purpose is to hold the abstract state of another class for transmittal, storage, encoding or persistent storage" + }, + { + "code": "009", + "codeName": "interfaceClass", + "description": "named set of operations that characterize the behavior of an element" + }, + { + "code": "010", + "codeName": "unionClass", + "description": "class describing a selection of one of the specified types" + }, + { + "code": "011", + "codeName": "metaClass", + "description": "class whose instances are classes" + }, + { + "code": "012", + "codeName": "typeClass", + "description": "class used for specification of a domain of instances (objects), together with the operations applicable to the objects. A type may have attributes and associations" + }, + { + "code": "013", + "codeName": "characterString", + "description": "free text field" + }, + { + "code": "014", + "codeName": "integer", + "description": "numeric filed" + }, + { + "code": "015", + "codeName": "association", + "description": "semantic relationship between two classes that involves connections among their instances" + }, + { + "code": "016", + "codeName": "typeClass", + "description": "class used for specification of a domain of instances (objects), together with the operations applicable to the objects. A type may have attributes and associations" + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_geometricObjectType.json b/resources/json/iso_geometricObjectType.json new file mode 100644 index 0000000..a433e7f --- /dev/null +++ b/resources/json/iso_geometricObjectType.json @@ -0,0 +1,40 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_geometricObjectType", + "source": "ISO", + "sourceName": "MD_GeometricObjectTypeCode", + "extensible": true, + "description": "name of point or vector objects used to locate zero-, one-, two- or three-dimensional spatial locations in the dataset", + "codelist": [ + { + "code": "001", + "codeName": "complex", + "description": "set of geometric primitives such that their boundaries can be represented as a union of other primitives" + }, + { + "code": "002", + "codeName": "composite", + "description": "connected set of curves, solids or surfaces" + }, + { + "code": "003", + "codeName": "curve", + "description": "bounded, 1-dimensional geometric primitive, representing the continuous image of a line" + }, + { + "code": "004", + "codeName": "point", + "description": "zero-dimensional geometric primitive, representing a position but not having an extent" + }, + { + "code": "005", + "codeName": "solid", + "description": "bounded, connected 3-dimensional geometric primitive, representing the continuous image of a region of space" + }, + { + "code": "006", + "codeName": "surface", + "description": "bounded, connected 2-dimensional geometric primitive, representing the continuous image of a region of a plane" + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_geometryTypeCode.json b/resources/json/iso_geometryTypeCode.json new file mode 100644 index 0000000..1fa7b9b --- /dev/null +++ b/resources/json/iso_geometryTypeCode.json @@ -0,0 +1,30 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_geometryTypeCode", + "source": "ISO", + "sourceName": "MI_GeometryTypeCode", + "extensible": true, + "description": "geometric description of the collection", + "codelist": [ + { + "code": "001", + "codeName": "point", + "description": "single geographic point of interest" + }, + { + "code": "002", + "codeName": "linear", + "description": "extended collection in a single vector" + }, + { + "code": "003", + "codeName": "areal", + "description": "collection of a geographic area defined by a polygon (coverage)" + }, + { + "code": "004", + "codeName": "stripe", + "description": "series of linear collections grouped by way points" + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_imageCondition.json b/resources/json/iso_imageCondition.json new file mode 100644 index 0000000..e9181e6 --- /dev/null +++ b/resources/json/iso_imageCondition.json @@ -0,0 +1,65 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_imageCondition", + "source": "ISO", + "sourceName": "MD_ImagingConditionCode", + "extensible": true, + "description": "code which indicates conditions which may affect the image", + "codelist": [ + { + "code": "001", + "codeName": "blurredImage", + "description": "portion of the image is blurred" + }, + { + "code": "002", + "codeName": "cloud", + "description": "portion of the image is partially obscured by cloud cover" + }, + { + "code": "003", + "codeName": "degradingObliquity", + "description": "acute angle between the plane of the ecliptic (the plane of the Earth's orbit) and the plane of the celestial equator" + }, + { + "code": "004", + "codeName": "fog", + "description": "portion of the image is partially obscured by fog" + }, + { + "code": "005", + "codeName": "heavySmokeOrDust", + "description": "portion of the image is partially obscured by heavy smoke or dust" + }, + { + "code": "006", + "codeName": "night", + "description": "image was taken at night" + }, + { + "code": "007", + "codeName": "rain", + "description": "image was taken during rainfall" + }, + { + "code": "008", + "codeName": "semiDarkness", + "description": "image was taken during semi-dark conditions - twilight conditions" + }, + { + "code": "009", + "codeName": "shadow", + "description": "portion of the image is obscured by shadow" + }, + { + "code": "010", + "codeName": "snow", + "description": "portion of the image is obscured by snow" + }, + { + "code": "011", + "codeName": "terrainMasking", + "description": "the absence of collection data of a given point or area caused by the relative location of topographic features which obstruct the collection path between the collector(s) and the subject(s) of interest" + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_initiativeType.json b/resources/json/iso_initiativeType.json new file mode 100644 index 0000000..cf448d5 --- /dev/null +++ b/resources/json/iso_initiativeType.json @@ -0,0 +1,85 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_initiativeType", + "source": "ISO", + "sourceName": "DS_InitiativeTypeCode", + "extensible": true, + "description": "type of initiative under which the resource was produced - the activity that resulted in the resource", + "codelist": [ + { + "code": "001", + "codeName": "campaign", + "description": "series of organized planned actions" + }, + { + "code": "002", + "codeName": "collection", + "description": "accumulation of datasets assembled for a specific purpose" + }, + { + "code": "003", + "codeName": "exercise", + "description": "specific performance of a function or group of functions" + }, + { + "code": "004", + "codeName": "experiment", + "description": "process designed to find if something is effective or valid" + }, + { + "code": "005", + "codeName": "investigation", + "description": "search or systematic inquiry" + }, + { + "code": "006", + "codeName": "mission", + "description": "specific operation of a data collection system" + }, + { + "code": "007", + "codeName": "sensor", + "description": "device or piece of equipment which detects or records" + }, + { + "code": "008", + "codeName": "operation", + "description": "action that is part of a series of actions" + }, + { + "code": "009", + "codeName": "platform", + "description": "vehicle or other support base that holds a sensor" + }, + { + "code": "010", + "codeName": "process", + "description": "method of doing something involving a number of steps" + }, + { + "code": "011", + "codeName": "program", + "description": "specific planned activity" + }, + { + "code": "012", + "codeName": "project", + "description": "organized undertaking, research, or development" + }, + { + "code": "013", + "codeName": "study", + "description": "examination or investigation" + }, + { + "code": "014", + "codeName": "task", + "description": "piece of work" + }, + { + "code": "015", + "codeName": "trial", + "description": "process of testing to discover or demonstrate something" + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_keywordType.json b/resources/json/iso_keywordType.json new file mode 100644 index 0000000..bf30b1c --- /dev/null +++ b/resources/json/iso_keywordType.json @@ -0,0 +1,100 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_keywordType", + "source": "ISO", + "sourceName": "MD_KeywordTypeCode", + "extensible": true, + "description": "methods used to group similar keywords", + "codelist": [ + { + "code": "001", + "codeName": "discipline", + "description": "keyword identifies a branch of instruction or specialized learning" + }, + { + "code": "002", + "codeName": "place", + "description": "keyword identifies a location" + }, + { + "code": "003", + "codeName": "stratum", + "description": "keyword identifies the layer(s) of any deposited substance" + }, + { + "code": "004", + "codeName": "temporal", + "description": "keyword identifies a time period related to the dataset" + }, + { + "code": "005", + "codeName": "theme", + "description": "keyword identifies a particular subject or topic" + }, + { + "code": "006", + "codeName": "dataCentre", + "description": "keyword identifies a repository or archive that manages and distributes data" + }, + { + "code": "007", + "codeName": "featureType", + "description": "keyword identifies a resource containing or about a collection of feature instances with common characteristics" + }, + { + "code": "008", + "codeName": "instrument", + "description": "keyword identifies a device used to measure or compare physical properties" + }, + { + "code": "009", + "codeName": "platform", + "description": "keyword identifies a structure upon which an instrument is mounted" + }, + { + "code": "010", + "codeName": "process", + "description": "keyword identifies a series of actions or natural occurrences" + }, + { + "code": "011", + "codeName": "project", + "description": "keyword identifies an endeavour undertaken to create or modify a product or service" + }, + { + "code": "012", + "codeName": "service", + "description": "keyword identifies an activity carried out by one party for the benefit of another" + }, + { + "code": "013", + "codeName": "product", + "description": "keyword identifies a type of product" + }, + { + "code": "014", + "codeName": "subTopicCategory", + "description": "refinement of a topic category for the purpose of geographic data classification" + }, + { + "code": "015", + "codeName": "taxon", + "description": "keyword identifies a taxonomy of the resource" + }, + { + "code": "adiwg001", + "codeName": "region", + "description": "keyword identifies a known geographic region (such as US Census Area, ecoregion type, etc.)" + }, + { + "code": "adiwg002", + "codeName": "isoTopicCategory", + "description": "high-level geographic data thematic classification to assist in the grouping and search of available geographic data sets" + }, + { + "code": "adiwg003", + "codeName": "methodology", + "description": "keyword or phrase that summarizes a field or laboratory methods used" + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_language.json b/resources/json/iso_language.json new file mode 100644 index 0000000..c6b341e --- /dev/null +++ b/resources/json/iso_language.json @@ -0,0 +1,2435 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_language", + "source": "Library of Congress", + "sourceName": "LanguageCode", + "extensible": true, + "description": "code for the representation of names of languages ISO 639 Part 2", + "codelist": [ + { + "code": "001", + "codeName": "aar", + "description": "Afar" + }, + { + "code": "002", + "codeName": "abk", + "description": "Abkhazian" + }, + { + "code": "003", + "codeName": "ace", + "description": "Achinese" + }, + { + "code": "004", + "codeName": "ach", + "description": "Acoli" + }, + { + "code": "005", + "codeName": "ada", + "description": "Adangme" + }, + { + "code": "006", + "codeName": "ady", + "description": "Adyghe; Adygei" + }, + { + "code": "007", + "codeName": "afa", + "description": "Afro-Asiatic languages" + }, + { + "code": "008", + "codeName": "afh", + "description": "Afrihili" + }, + { + "code": "009", + "codeName": "afr", + "description": "Afrikaans" + }, + { + "code": "010", + "codeName": "ain", + "description": "Ainu" + }, + { + "code": "011", + "codeName": "aka", + "description": "Akan" + }, + { + "code": "012", + "codeName": "akk", + "description": "Akkadian" + }, + { + "code": "013", + "codeName": "alb", + "description": "Albanian" + }, + { + "code": "014", + "codeName": "ale", + "description": "Aleut" + }, + { + "code": "015", + "codeName": "alg", + "description": "Algonquian languages" + }, + { + "code": "016", + "codeName": "alt", + "description": "Southern Altai" + }, + { + "code": "017", + "codeName": "amh", + "description": "Amharic" + }, + { + "code": "018", + "codeName": "ang", + "description": "English, Old (ca.450-1100)" + }, + { + "code": "019", + "codeName": "anp", + "description": "Angika" + }, + { + "code": "020", + "codeName": "apa", + "description": "Apache languages" + }, + { + "code": "021", + "codeName": "ara", + "description": "Arabic" + }, + { + "code": "022", + "codeName": "arc", + "description": "Official Aramaic (700-300 BCE); Imperial Aramaic (700-300 BCE)" + }, + { + "code": "023", + "codeName": "arg", + "description": "Aragonese" + }, + { + "code": "024", + "codeName": "arm", + "description": "Armenian" + }, + { + "code": "025", + "codeName": "arn", + "description": "Mapudungun; Mapuche" + }, + { + "code": "026", + "codeName": "arp", + "description": "Arapaho" + }, + { + "code": "027", + "codeName": "art", + "description": "Artificial languages" + }, + { + "code": "028", + "codeName": "arw", + "description": "Arawak" + }, + { + "code": "029", + "codeName": "asm", + "description": "Assamese" + }, + { + "code": "030", + "codeName": "ast", + "description": "Asturian; Bable; Leonese; Asturleonese" + }, + { + "code": "031", + "codeName": "ath", + "description": "Athapascan languages" + }, + { + "code": "032", + "codeName": "aus", + "description": "Australian languages" + }, + { + "code": "033", + "codeName": "ava", + "description": "Avaric" + }, + { + "code": "034", + "codeName": "ave", + "description": "Avestan" + }, + { + "code": "035", + "codeName": "awa", + "description": "Awadhi" + }, + { + "code": "036", + "codeName": "aym", + "description": "Aymara" + }, + { + "code": "037", + "codeName": "aze", + "description": "Azerbaijani" + }, + { + "code": "038", + "codeName": "bad", + "description": "Banda languages" + }, + { + "code": "039", + "codeName": "bai", + "description": "Bamileke languages" + }, + { + "code": "040", + "codeName": "bak", + "description": "Bashkir" + }, + { + "code": "041", + "codeName": "bal", + "description": "Baluchi" + }, + { + "code": "042", + "codeName": "bam", + "description": "Bambara" + }, + { + "code": "043", + "codeName": "ban", + "description": "Balinese" + }, + { + "code": "044", + "codeName": "baq", + "description": "Basque" + }, + { + "code": "045", + "codeName": "bas", + "description": "Basa" + }, + { + "code": "046", + "codeName": "bat", + "description": "Baltic languages" + }, + { + "code": "047", + "codeName": "bej", + "description": "Beja; Bedawiyet" + }, + { + "code": "048", + "codeName": "bel", + "description": "Belarusian" + }, + { + "code": "049", + "codeName": "bem", + "description": "Bemba" + }, + { + "code": "050", + "codeName": "ben", + "description": "Bengali" + }, + { + "code": "051", + "codeName": "ber", + "description": "Berber languages" + }, + { + "code": "052", + "codeName": "bho", + "description": "Bhojpuri" + }, + { + "code": "053", + "codeName": "bih", + "description": "Bihari languages" + }, + { + "code": "054", + "codeName": "bik", + "description": "Bikol" + }, + { + "code": "055", + "codeName": "bin", + "description": "Bini; Edo" + }, + { + "code": "056", + "codeName": "bis", + "description": "Bislama" + }, + { + "code": "057", + "codeName": "bla", + "description": "Siksika" + }, + { + "code": "058", + "codeName": "bnt", + "description": "Bantu (Other)" + }, + { + "code": "059", + "codeName": "bos", + "description": "Bosnian" + }, + { + "code": "060", + "codeName": "bra", + "description": "Braj" + }, + { + "code": "061", + "codeName": "bre", + "description": "Breton" + }, + { + "code": "062", + "codeName": "btk", + "description": "Batak languages" + }, + { + "code": "063", + "codeName": "bua", + "description": "Buriat" + }, + { + "code": "064", + "codeName": "bug", + "description": "Buginese" + }, + { + "code": "065", + "codeName": "bul", + "description": "Bulgarian" + }, + { + "code": "066", + "codeName": "bur", + "description": "Burmese" + }, + { + "code": "067", + "codeName": "byn", + "description": "Blin; Bilin" + }, + { + "code": "068", + "codeName": "cad", + "description": "Caddo" + }, + { + "code": "069", + "codeName": "cai", + "description": "Central American Indian languages" + }, + { + "code": "070", + "codeName": "car", + "description": "Galibi Carib" + }, + { + "code": "071", + "codeName": "cat", + "description": "Catalan; Valencian" + }, + { + "code": "072", + "codeName": "cau", + "description": "Caucasian languages" + }, + { + "code": "073", + "codeName": "ceb", + "description": "Cebuano" + }, + { + "code": "074", + "codeName": "cel", + "description": "Celtic languages" + }, + { + "code": "075", + "codeName": "cha", + "description": "Chamorro" + }, + { + "code": "076", + "codeName": "chb", + "description": "Chibcha" + }, + { + "code": "077", + "codeName": "che", + "description": "Chechen" + }, + { + "code": "078", + "codeName": "chg", + "description": "Chagatai" + }, + { + "code": "079", + "codeName": "chi", + "description": "Chinese" + }, + { + "code": "080", + "codeName": "chk", + "description": "Chuukese" + }, + { + "code": "081", + "codeName": "chm", + "description": "Mari" + }, + { + "code": "082", + "codeName": "chn", + "description": "Chinook jargon" + }, + { + "code": "083", + "codeName": "cho", + "description": "Choctaw" + }, + { + "code": "084", + "codeName": "chp", + "description": "Chipewyan; Dene Suline" + }, + { + "code": "085", + "codeName": "chr", + "description": "Cherokee" + }, + { + "code": "086", + "codeName": "chu", + "description": "Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic" + }, + { + "code": "087", + "codeName": "chv", + "description": "Chuvash" + }, + { + "code": "088", + "codeName": "chy", + "description": "Cheyenne" + }, + { + "code": "089", + "codeName": "cmc", + "description": "Chamic languages" + }, + { + "code": "090", + "codeName": "cop", + "description": "Coptic" + }, + { + "code": "091", + "codeName": "cor", + "description": "Cornish" + }, + { + "code": "092", + "codeName": "cos", + "description": "Corsican" + }, + { + "code": "093", + "codeName": "cpe", + "description": "Creoles and pidgins, English based" + }, + { + "code": "094", + "codeName": "cpf", + "description": "Creoles and pidgins, French-based " + }, + { + "code": "095", + "codeName": "cpp", + "description": "Creoles and pidgins, Portuguese-based " + }, + { + "code": "096", + "codeName": "cre", + "description": "Cree" + }, + { + "code": "097", + "codeName": "crh", + "description": "Crimean Tatar; Crimean Turkish" + }, + { + "code": "098", + "codeName": "crp", + "description": "Creoles and pidgins " + }, + { + "code": "099", + "codeName": "csb", + "description": "Kashubian" + }, + { + "code": "100", + "codeName": "cus", + "description": "Cushitic languages" + }, + { + "code": "101", + "codeName": "cze", + "description": "Czech" + }, + { + "code": "102", + "codeName": "dak", + "description": "Dakota" + }, + { + "code": "103", + "codeName": "dan", + "description": "Danish" + }, + { + "code": "104", + "codeName": "dar", + "description": "Dargwa" + }, + { + "code": "105", + "codeName": "day", + "description": "Land Dayak languages" + }, + { + "code": "106", + "codeName": "del", + "description": "Delaware" + }, + { + "code": "107", + "codeName": "den", + "description": "Slave (Athapascan)" + }, + { + "code": "108", + "codeName": "dgr", + "description": "Dogrib" + }, + { + "code": "109", + "codeName": "din", + "description": "Dinka" + }, + { + "code": "110", + "codeName": "div", + "description": "Divehi; Dhivehi; Maldivian" + }, + { + "code": "111", + "codeName": "doi", + "description": "Dogri" + }, + { + "code": "112", + "codeName": "dra", + "description": "Dravidian languages" + }, + { + "code": "113", + "codeName": "dsb", + "description": "Lower Sorbian" + }, + { + "code": "114", + "codeName": "dua", + "description": "Duala" + }, + { + "code": "115", + "codeName": "dum", + "description": "Dutch, Middle (ca.1050-1350)" + }, + { + "code": "116", + "codeName": "dut", + "description": "Dutch; Flemish" + }, + { + "code": "117", + "codeName": "dyu", + "description": "Dyula" + }, + { + "code": "118", + "codeName": "dzo", + "description": "Dzongkha" + }, + { + "code": "119", + "codeName": "efi", + "description": "Efik" + }, + { + "code": "120", + "codeName": "egy", + "description": "Egyptian (Ancient)" + }, + { + "code": "121", + "codeName": "eka", + "description": "Ekajuk" + }, + { + "code": "122", + "codeName": "elx", + "description": "Elamite" + }, + { + "code": "123", + "codeName": "eng", + "description": "English" + }, + { + "code": "124", + "codeName": "enm", + "description": "English, Middle (1100-1500)" + }, + { + "code": "125", + "codeName": "epo", + "description": "Esperanto" + }, + { + "code": "126", + "codeName": "est", + "description": "Estonian" + }, + { + "code": "127", + "codeName": "ewe", + "description": "Ewe" + }, + { + "code": "128", + "codeName": "ewo", + "description": "Ewondo" + }, + { + "code": "129", + "codeName": "fan", + "description": "Fang" + }, + { + "code": "130", + "codeName": "fao", + "description": "Faroese" + }, + { + "code": "131", + "codeName": "fat", + "description": "Fanti" + }, + { + "code": "132", + "codeName": "fij", + "description": "Fijian" + }, + { + "code": "133", + "codeName": "fil", + "description": "Filipino; Pilipino" + }, + { + "code": "134", + "codeName": "fin", + "description": "Finnish" + }, + { + "code": "135", + "codeName": "fiu", + "description": "Finno-Ugrian languages" + }, + { + "code": "136", + "codeName": "fon", + "description": "Fon" + }, + { + "code": "137", + "codeName": "fre", + "description": "French" + }, + { + "code": "138", + "codeName": "frm", + "description": "French, Middle (ca.1400-1600)" + }, + { + "code": "139", + "codeName": "fro", + "description": "French, Old (842-ca.1400)" + }, + { + "code": "140", + "codeName": "frr", + "description": "Northern Frisian" + }, + { + "code": "141", + "codeName": "frs", + "description": "Eastern Frisian" + }, + { + "code": "142", + "codeName": "fry", + "description": "Western Frisian" + }, + { + "code": "143", + "codeName": "ful", + "description": "Fulah" + }, + { + "code": "144", + "codeName": "fur", + "description": "Friulian" + }, + { + "code": "145", + "codeName": "gaa", + "description": "Ga" + }, + { + "code": "146", + "codeName": "gay", + "description": "Gayo" + }, + { + "code": "147", + "codeName": "gba", + "description": "Gbaya" + }, + { + "code": "148", + "codeName": "gem", + "description": "Germanic languages" + }, + { + "code": "149", + "codeName": "geo", + "description": "Georgian" + }, + { + "code": "150", + "codeName": "ger", + "description": "German" + }, + { + "code": "151", + "codeName": "gez", + "description": "Geez" + }, + { + "code": "152", + "codeName": "gil", + "description": "Gilbertese" + }, + { + "code": "153", + "codeName": "gla", + "description": "Gaelic; Scottish Gaelic" + }, + { + "code": "154", + "codeName": "gle", + "description": "Irish" + }, + { + "code": "155", + "codeName": "glg", + "description": "Galician" + }, + { + "code": "156", + "codeName": "glv", + "description": "Manx" + }, + { + "code": "157", + "codeName": "gmh", + "description": "German, Middle High (ca.1050-1500)" + }, + { + "code": "158", + "codeName": "goh", + "description": "German, Old High (ca.750-1050)" + }, + { + "code": "159", + "codeName": "gon", + "description": "Gondi" + }, + { + "code": "160", + "codeName": "gor", + "description": "Gorontalo" + }, + { + "code": "161", + "codeName": "got", + "description": "Gothic" + }, + { + "code": "162", + "codeName": "grb", + "description": "Grebo" + }, + { + "code": "163", + "codeName": "grc", + "description": "Greek, Ancient (to 1453)" + }, + { + "code": "164", + "codeName": "gre", + "description": "Greek, Modern (1453-)" + }, + { + "code": "165", + "codeName": "grn", + "description": "Guarani" + }, + { + "code": "166", + "codeName": "gsw", + "description": "Swiss German; Alemannic; Alsatian" + }, + { + "code": "167", + "codeName": "guj", + "description": "Gujarati" + }, + { + "code": "168", + "codeName": "gwi", + "description": "Gwich'in" + }, + { + "code": "169", + "codeName": "hai", + "description": "Haida" + }, + { + "code": "170", + "codeName": "hat", + "description": "Haitian; Haitian Creole" + }, + { + "code": "171", + "codeName": "hau", + "description": "Hausa" + }, + { + "code": "172", + "codeName": "haw", + "description": "Hawaiian" + }, + { + "code": "173", + "codeName": "heb", + "description": "Hebrew" + }, + { + "code": "174", + "codeName": "her", + "description": "Herero" + }, + { + "code": "175", + "codeName": "hil", + "description": "Hiligaynon" + }, + { + "code": "176", + "codeName": "him", + "description": "Himachali languages; Western Pahari languages" + }, + { + "code": "177", + "codeName": "hin", + "description": "Hindi" + }, + { + "code": "178", + "codeName": "hit", + "description": "Hittite" + }, + { + "code": "179", + "codeName": "hmn", + "description": "Hmong; Mong" + }, + { + "code": "180", + "codeName": "hmo", + "description": "Hiri Motu" + }, + { + "code": "181", + "codeName": "hrv", + "description": "Croatian" + }, + { + "code": "182", + "codeName": "hsb", + "description": "Upper Sorbian" + }, + { + "code": "183", + "codeName": "hun", + "description": "Hungarian" + }, + { + "code": "184", + "codeName": "hup", + "description": "Hupa" + }, + { + "code": "185", + "codeName": "iba", + "description": "Iban" + }, + { + "code": "186", + "codeName": "ibo", + "description": "Igbo" + }, + { + "code": "187", + "codeName": "ice", + "description": "Icelandic" + }, + { + "code": "188", + "codeName": "ido", + "description": "Ido" + }, + { + "code": "189", + "codeName": "iii", + "description": "Sichuan Yi; Nuosu" + }, + { + "code": "190", + "codeName": "ijo", + "description": "Ijo languages" + }, + { + "code": "191", + "codeName": "iku", + "description": "Inuktitut" + }, + { + "code": "192", + "codeName": "ile", + "description": "Interlingue; Occidental" + }, + { + "code": "193", + "codeName": "ilo", + "description": "Iloko" + }, + { + "code": "194", + "codeName": "ina", + "description": "Interlingua (International Auxiliary Language Association)" + }, + { + "code": "195", + "codeName": "inc", + "description": "Indic languages" + }, + { + "code": "196", + "codeName": "ind", + "description": "Indonesian" + }, + { + "code": "197", + "codeName": "ine", + "description": "Indo-European languages" + }, + { + "code": "198", + "codeName": "inh", + "description": "Ingush" + }, + { + "code": "199", + "codeName": "ipk", + "description": "Inupiaq" + }, + { + "code": "200", + "codeName": "ira", + "description": "Iranian languages" + }, + { + "code": "201", + "codeName": "iro", + "description": "Iroquoian languages" + }, + { + "code": "202", + "codeName": "ita", + "description": "Italian" + }, + { + "code": "203", + "codeName": "jav", + "description": "Javanese" + }, + { + "code": "204", + "codeName": "jbo", + "description": "Lojban" + }, + { + "code": "205", + "codeName": "jpn", + "description": "Japanese" + }, + { + "code": "206", + "codeName": "jpr", + "description": "Judeo-Persian" + }, + { + "code": "207", + "codeName": "jrb", + "description": "Judeo-Arabic" + }, + { + "code": "208", + "codeName": "kaa", + "description": "Kara-Kalpak" + }, + { + "code": "209", + "codeName": "kab", + "description": "Kabyle" + }, + { + "code": "210", + "codeName": "kac", + "description": "Kachin; Jingpho" + }, + { + "code": "211", + "codeName": "kal", + "description": "Kalaallisut; Greenlandic" + }, + { + "code": "212", + "codeName": "kam", + "description": "Kamba" + }, + { + "code": "213", + "codeName": "kan", + "description": "Kannada" + }, + { + "code": "214", + "codeName": "kar", + "description": "Karen languages" + }, + { + "code": "215", + "codeName": "kas", + "description": "Kashmiri" + }, + { + "code": "216", + "codeName": "kau", + "description": "Kanuri" + }, + { + "code": "217", + "codeName": "kaw", + "description": "Kawi" + }, + { + "code": "218", + "codeName": "kaz", + "description": "Kazakh" + }, + { + "code": "219", + "codeName": "kbd", + "description": "Kabardian" + }, + { + "code": "220", + "codeName": "kha", + "description": "Khasi" + }, + { + "code": "221", + "codeName": "khi", + "description": "Khoisan languages" + }, + { + "code": "222", + "codeName": "khm", + "description": "Central Khmer" + }, + { + "code": "223", + "codeName": "kho", + "description": "Khotanese; Sakan" + }, + { + "code": "224", + "codeName": "kik", + "description": "Kikuyu; Gikuyu" + }, + { + "code": "225", + "codeName": "kin", + "description": "Kinyarwanda" + }, + { + "code": "226", + "codeName": "kir", + "description": "Kirghiz; Kyrgyz" + }, + { + "code": "227", + "codeName": "kmb", + "description": "Kimbundu" + }, + { + "code": "228", + "codeName": "kok", + "description": "Konkani" + }, + { + "code": "229", + "codeName": "kom", + "description": "Komi" + }, + { + "code": "230", + "codeName": "kon", + "description": "Kongo" + }, + { + "code": "231", + "codeName": "kor", + "description": "Korean" + }, + { + "code": "232", + "codeName": "kos", + "description": "Kosraean" + }, + { + "code": "233", + "codeName": "kpe", + "description": "Kpelle" + }, + { + "code": "234", + "codeName": "krc", + "description": "Karachay-Balkar" + }, + { + "code": "235", + "codeName": "krl", + "description": "Karelian" + }, + { + "code": "236", + "codeName": "kro", + "description": "Kru languages" + }, + { + "code": "237", + "codeName": "kru", + "description": "Kurukh" + }, + { + "code": "238", + "codeName": "kua", + "description": "Kuanyama; Kwanyama" + }, + { + "code": "239", + "codeName": "kum", + "description": "Kumyk" + }, + { + "code": "240", + "codeName": "kur", + "description": "Kurdish" + }, + { + "code": "241", + "codeName": "kut", + "description": "Kutenai" + }, + { + "code": "242", + "codeName": "lad", + "description": "Ladino" + }, + { + "code": "243", + "codeName": "lah", + "description": "Lahnda" + }, + { + "code": "244", + "codeName": "lam", + "description": "Lamba" + }, + { + "code": "245", + "codeName": "lao", + "description": "Lao" + }, + { + "code": "246", + "codeName": "lat", + "description": "Latin" + }, + { + "code": "247", + "codeName": "lav", + "description": "Latvian" + }, + { + "code": "248", + "codeName": "lez", + "description": "Lezghian" + }, + { + "code": "249", + "codeName": "lim", + "description": "Limburgan; Limburger; Limburgish" + }, + { + "code": "250", + "codeName": "lin", + "description": "Lingala" + }, + { + "code": "251", + "codeName": "lit", + "description": "Lithuanian" + }, + { + "code": "252", + "codeName": "lol", + "description": "Mongo" + }, + { + "code": "253", + "codeName": "loz", + "description": "Lozi" + }, + { + "code": "254", + "codeName": "ltz", + "description": "Luxembourgish; Letzeburgesch" + }, + { + "code": "255", + "codeName": "lua", + "description": "Luba-Lulua" + }, + { + "code": "256", + "codeName": "lub", + "description": "Luba-Katanga" + }, + { + "code": "257", + "codeName": "lug", + "description": "Ganda" + }, + { + "code": "258", + "codeName": "lui", + "description": "Luiseno" + }, + { + "code": "259", + "codeName": "lun", + "description": "Lunda" + }, + { + "code": "260", + "codeName": "luo", + "description": "Luo (Kenya and Tanzania)" + }, + { + "code": "261", + "codeName": "lus", + "description": "Lushai" + }, + { + "code": "262", + "codeName": "mac", + "description": "Macedonian" + }, + { + "code": "263", + "codeName": "mad", + "description": "Madurese" + }, + { + "code": "264", + "codeName": "mag", + "description": "Magahi" + }, + { + "code": "265", + "codeName": "mah", + "description": "Marshallese" + }, + { + "code": "266", + "codeName": "mai", + "description": "Maithili" + }, + { + "code": "267", + "codeName": "mak", + "description": "Makasar" + }, + { + "code": "268", + "codeName": "mal", + "description": "Malayalam" + }, + { + "code": "269", + "codeName": "man", + "description": "Mandingo" + }, + { + "code": "270", + "codeName": "mao", + "description": "Maori" + }, + { + "code": "271", + "codeName": "map", + "description": "Austronesian languages" + }, + { + "code": "272", + "codeName": "mar", + "description": "Marathi" + }, + { + "code": "273", + "codeName": "mas", + "description": "Masai" + }, + { + "code": "274", + "codeName": "may", + "description": "Malay" + }, + { + "code": "275", + "codeName": "mdf", + "description": "Moksha" + }, + { + "code": "276", + "codeName": "mdr", + "description": "Mandar" + }, + { + "code": "277", + "codeName": "men", + "description": "Mende" + }, + { + "code": "278", + "codeName": "mga", + "description": "Irish, Middle (900-1200)" + }, + { + "code": "279", + "codeName": "mic", + "description": "Mi'kmaq; Micmac" + }, + { + "code": "280", + "codeName": "min", + "description": "Minangkabau" + }, + { + "code": "281", + "codeName": "mis", + "description": "Uncoded languages" + }, + { + "code": "282", + "codeName": "mkh", + "description": "Mon-Khmer languages" + }, + { + "code": "283", + "codeName": "mlg", + "description": "Malagasy" + }, + { + "code": "284", + "codeName": "mlt", + "description": "Maltese" + }, + { + "code": "285", + "codeName": "mnc", + "description": "Manchu" + }, + { + "code": "286", + "codeName": "mni", + "description": "Manipuri" + }, + { + "code": "287", + "codeName": "mno", + "description": "Manobo languages" + }, + { + "code": "288", + "codeName": "moh", + "description": "Mohawk" + }, + { + "code": "289", + "codeName": "mon", + "description": "Mongolian" + }, + { + "code": "290", + "codeName": "mos", + "description": "Mossi" + }, + { + "code": "291", + "codeName": "mul", + "description": "Multiple languages" + }, + { + "code": "292", + "codeName": "mun", + "description": "Munda languages" + }, + { + "code": "293", + "codeName": "mus", + "description": "Creek" + }, + { + "code": "294", + "codeName": "mwl", + "description": "Mirandese" + }, + { + "code": "295", + "codeName": "mwr", + "description": "Marwari" + }, + { + "code": "296", + "codeName": "myn", + "description": "Mayan languages" + }, + { + "code": "297", + "codeName": "myv", + "description": "Erzya" + }, + { + "code": "298", + "codeName": "nah", + "description": "Nahuatl languages" + }, + { + "code": "299", + "codeName": "nai", + "description": "North American Indian languages" + }, + { + "code": "300", + "codeName": "nap", + "description": "Neapolitan" + }, + { + "code": "301", + "codeName": "nau", + "description": "Nauru" + }, + { + "code": "302", + "codeName": "nav", + "description": "Navajo; Navaho" + }, + { + "code": "303", + "codeName": "nbl", + "description": "Ndebele, South; South Ndebele" + }, + { + "code": "304", + "codeName": "nde", + "description": "Ndebele, North; North Ndebele" + }, + { + "code": "305", + "codeName": "ndo", + "description": "Ndonga" + }, + { + "code": "306", + "codeName": "nds", + "description": "Low German; Low Saxon; German, Low; Saxon, Low" + }, + { + "code": "307", + "codeName": "nep", + "description": "Nepali" + }, + { + "code": "308", + "codeName": "new", + "description": "Nepal Bhasa; Newari" + }, + { + "code": "309", + "codeName": "nia", + "description": "Nias" + }, + { + "code": "310", + "codeName": "nic", + "description": "Niger-Kordofanian languages" + }, + { + "code": "311", + "codeName": "niu", + "description": "Niuean" + }, + { + "code": "312", + "codeName": "nno", + "description": "Norwegian Nynorsk; Nynorsk, Norwegian" + }, + { + "code": "313", + "codeName": "nob", + "description": "Bokmål, Norwegian; Norwegian Bokmål" + }, + { + "code": "314", + "codeName": "nog", + "description": "Nogai" + }, + { + "code": "315", + "codeName": "non", + "description": "Norse, Old" + }, + { + "code": "316", + "codeName": "nor", + "description": "Norwegian" + }, + { + "code": "317", + "codeName": "nqo", + "description": "N'Ko" + }, + { + "code": "318", + "codeName": "nso", + "description": "Pedi; Sepedi; Northern Sotho" + }, + { + "code": "319", + "codeName": "nub", + "description": "Nubian languages" + }, + { + "code": "320", + "codeName": "nwc", + "description": "Classical Newari; Old Newari; Classical Nepal Bhasa" + }, + { + "code": "321", + "codeName": "nya", + "description": "Chichewa; Chewa; Nyanja" + }, + { + "code": "322", + "codeName": "nym", + "description": "Nyamwezi" + }, + { + "code": "323", + "codeName": "nyn", + "description": "Nyankole" + }, + { + "code": "324", + "codeName": "nyo", + "description": "Nyoro" + }, + { + "code": "325", + "codeName": "nzi", + "description": "Nzima" + }, + { + "code": "326", + "codeName": "oci", + "description": "Occitan (post 1500); Provençal" + }, + { + "code": "327", + "codeName": "oji", + "description": "Ojibwa" + }, + { + "code": "328", + "codeName": "ori", + "description": "Oriya" + }, + { + "code": "329", + "codeName": "orm", + "description": "Oromo" + }, + { + "code": "330", + "codeName": "osa", + "description": "Osage" + }, + { + "code": "331", + "codeName": "oss", + "description": "Ossetian; Ossetic" + }, + { + "code": "332", + "codeName": "ota", + "description": "Turkish, Ottoman (1500-1928)" + }, + { + "code": "333", + "codeName": "oto", + "description": "Otomian languages" + }, + { + "code": "334", + "codeName": "paa", + "description": "Papuan languages" + }, + { + "code": "335", + "codeName": "pag", + "description": "Pangasinan" + }, + { + "code": "336", + "codeName": "pal", + "description": "Pahlavi" + }, + { + "code": "337", + "codeName": "pam", + "description": "Pampanga; Kapampangan" + }, + { + "code": "338", + "codeName": "pan", + "description": "Panjabi; Punjabi" + }, + { + "code": "339", + "codeName": "pap", + "description": "Papiamento" + }, + { + "code": "340", + "codeName": "pau", + "description": "Palauan" + }, + { + "code": "341", + "codeName": "peo", + "description": "Persian, Old (ca.600-400 B.C.)" + }, + { + "code": "342", + "codeName": "per", + "description": "Persian" + }, + { + "code": "343", + "codeName": "phi", + "description": "Philippine languages" + }, + { + "code": "344", + "codeName": "phn", + "description": "Phoenician" + }, + { + "code": "345", + "codeName": "pli", + "description": "Pali" + }, + { + "code": "346", + "codeName": "pol", + "description": "Polish" + }, + { + "code": "347", + "codeName": "pon", + "description": "Pohnpeian" + }, + { + "code": "348", + "codeName": "por", + "description": "Portuguese" + }, + { + "code": "349", + "codeName": "pra", + "description": "Prakrit languages" + }, + { + "code": "350", + "codeName": "pro", + "description": "Provençal, Old (to 1500)" + }, + { + "code": "351", + "codeName": "pus", + "description": "Pushto; Pashto" + }, + { + "code": "353", + "codeName": "que", + "description": "Quechua" + }, + { + "code": "354", + "codeName": "raj", + "description": "Rajasthani" + }, + { + "code": "355", + "codeName": "rap", + "description": "Rapanui" + }, + { + "code": "356", + "codeName": "rar", + "description": "Rarotongan; Cook Islands Maori" + }, + { + "code": "357", + "codeName": "roa", + "description": "Romance languages" + }, + { + "code": "358", + "codeName": "roh", + "description": "Romansh" + }, + { + "code": "359", + "codeName": "rom", + "description": "Romany" + }, + { + "code": "360", + "codeName": "rum", + "description": "Romanian; Moldavian; Moldovan" + }, + { + "code": "361", + "codeName": "run", + "description": "Rundi" + }, + { + "code": "362", + "codeName": "rup", + "description": "Aromanian; Arumanian; Macedo-Romanian" + }, + { + "code": "363", + "codeName": "rus", + "description": "Russian" + }, + { + "code": "364", + "codeName": "sad", + "description": "Sandawe" + }, + { + "code": "365", + "codeName": "sag", + "description": "Sango" + }, + { + "code": "366", + "codeName": "sah", + "description": "Yakut" + }, + { + "code": "367", + "codeName": "sai", + "description": "South American Indian (Other)" + }, + { + "code": "368", + "codeName": "sal", + "description": "Salishan languages" + }, + { + "code": "369", + "codeName": "sam", + "description": "Samaritan Aramaic" + }, + { + "code": "370", + "codeName": "san", + "description": "Sanskrit" + }, + { + "code": "371", + "codeName": "sas", + "description": "Sasak" + }, + { + "code": "372", + "codeName": "sat", + "description": "Santali" + }, + { + "code": "373", + "codeName": "scn", + "description": "Sicilian" + }, + { + "code": "374", + "codeName": "sco", + "description": "Scots" + }, + { + "code": "375", + "codeName": "sel", + "description": "Selkup" + }, + { + "code": "376", + "codeName": "sem", + "description": "Semitic languages" + }, + { + "code": "377", + "codeName": "sga", + "description": "Irish, Old (to 900)" + }, + { + "code": "378", + "codeName": "sgn", + "description": "Sign Languages" + }, + { + "code": "379", + "codeName": "shn", + "description": "Shan" + }, + { + "code": "380", + "codeName": "sid", + "description": "Sidamo" + }, + { + "code": "381", + "codeName": "sin", + "description": "Sinhala; Sinhalese" + }, + { + "code": "382", + "codeName": "sio", + "description": "Siouan languages" + }, + { + "code": "383", + "codeName": "sit", + "description": "Sino-Tibetan languages" + }, + { + "code": "384", + "codeName": "sla", + "description": "Slavic languages" + }, + { + "code": "385", + "codeName": "slo", + "description": "Slovak" + }, + { + "code": "386", + "codeName": "slv", + "description": "Slovenian" + }, + { + "code": "387", + "codeName": "sma", + "description": "Southern Sami" + }, + { + "code": "388", + "codeName": "sme", + "description": "Northern Sami" + }, + { + "code": "389", + "codeName": "smi", + "description": "Sami languages" + }, + { + "code": "390", + "codeName": "smj", + "description": "Lule Sami" + }, + { + "code": "391", + "codeName": "smn", + "description": "Inari Sami" + }, + { + "code": "392", + "codeName": "smo", + "description": "Samoan" + }, + { + "code": "393", + "codeName": "sms", + "description": "Skolt Sami" + }, + { + "code": "394", + "codeName": "sna", + "description": "Shona" + }, + { + "code": "395", + "codeName": "snd", + "description": "Sindhi" + }, + { + "code": "396", + "codeName": "snk", + "description": "Soninke" + }, + { + "code": "397", + "codeName": "sog", + "description": "Sogdian" + }, + { + "code": "398", + "codeName": "som", + "description": "Somali" + }, + { + "code": "399", + "codeName": "son", + "description": "Songhai languages" + }, + { + "code": "400", + "codeName": "sot", + "description": "Sotho, Southern" + }, + { + "code": "401", + "codeName": "spa", + "description": "Spanish; Castilian" + }, + { + "code": "402", + "codeName": "srd", + "description": "Sardinian" + }, + { + "code": "403", + "codeName": "srn", + "description": "Sranan Tongo" + }, + { + "code": "404", + "codeName": "srp", + "description": "Serbian" + }, + { + "code": "405", + "codeName": "srr", + "description": "Serer" + }, + { + "code": "406", + "codeName": "ssa", + "description": "Nilo-Saharan languages" + }, + { + "code": "407", + "codeName": "ssw", + "description": "Swati" + }, + { + "code": "408", + "codeName": "suk", + "description": "Sukuma" + }, + { + "code": "409", + "codeName": "sun", + "description": "Sundanese" + }, + { + "code": "410", + "codeName": "sus", + "description": "Susu" + }, + { + "code": "411", + "codeName": "sux", + "description": "Sumerian" + }, + { + "code": "412", + "codeName": "swa", + "description": "Swahili" + }, + { + "code": "413", + "codeName": "swe", + "description": "Swedish" + }, + { + "code": "414", + "codeName": "syc", + "description": "Classical Syriac" + }, + { + "code": "415", + "codeName": "syr", + "description": "Syriac" + }, + { + "code": "416", + "codeName": "tah", + "description": "Tahitian" + }, + { + "code": "417", + "codeName": "tai", + "description": "Tai languages" + }, + { + "code": "418", + "codeName": "tam", + "description": "Tamil" + }, + { + "code": "419", + "codeName": "tat", + "description": "Tatar" + }, + { + "code": "420", + "codeName": "tel", + "description": "Telugu" + }, + { + "code": "421", + "codeName": "tem", + "description": "Timne" + }, + { + "code": "422", + "codeName": "ter", + "description": "Tereno" + }, + { + "code": "423", + "codeName": "tet", + "description": "Tetum" + }, + { + "code": "424", + "codeName": "tgk", + "description": "Tajik" + }, + { + "code": "425", + "codeName": "tgl", + "description": "Tagalog" + }, + { + "code": "426", + "codeName": "tha", + "description": "Thai" + }, + { + "code": "427", + "codeName": "tib", + "description": "Tibetan" + }, + { + "code": "428", + "codeName": "tig", + "description": "Tigre" + }, + { + "code": "429", + "codeName": "tir", + "description": "Tigrinya" + }, + { + "code": "430", + "codeName": "tiv", + "description": "Tiv" + }, + { + "code": "431", + "codeName": "tkl", + "description": "Tokelau" + }, + { + "code": "432", + "codeName": "tlh", + "description": "Klingon; tlhIngan-Hol" + }, + { + "code": "433", + "codeName": "tli", + "description": "Tlingit" + }, + { + "code": "434", + "codeName": "tmh", + "description": "Tamashek" + }, + { + "code": "435", + "codeName": "tog", + "description": "Tonga (Nyasa)" + }, + { + "code": "436", + "codeName": "ton", + "description": "Tonga (Tonga Islands)" + }, + { + "code": "437", + "codeName": "tpi", + "description": "Tok Pisin" + }, + { + "code": "438", + "codeName": "tsi", + "description": "Tsimshian" + }, + { + "code": "439", + "codeName": "tsn", + "description": "Tswana" + }, + { + "code": "440", + "codeName": "tso", + "description": "Tsonga" + }, + { + "code": "441", + "codeName": "tuk", + "description": "Turkmen" + }, + { + "code": "442", + "codeName": "tum", + "description": "Tumbuka" + }, + { + "code": "443", + "codeName": "tup", + "description": "Tupi languages" + }, + { + "code": "444", + "codeName": "tur", + "description": "Turkish" + }, + { + "code": "445", + "codeName": "tut", + "description": "Altaic languages" + }, + { + "code": "446", + "codeName": "tvl", + "description": "Tuvalu" + }, + { + "code": "447", + "codeName": "twi", + "description": "Twi" + }, + { + "code": "448", + "codeName": "tyv", + "description": "Tuvinian" + }, + { + "code": "449", + "codeName": "udm", + "description": "Udmurt" + }, + { + "code": "450", + "codeName": "uga", + "description": "Ugaritic" + }, + { + "code": "451", + "codeName": "uig", + "description": "Uighur; Uyghur" + }, + { + "code": "452", + "codeName": "ukr", + "description": "Ukrainian" + }, + { + "code": "453", + "codeName": "umb", + "description": "Umbundu" + }, + { + "code": "454", + "codeName": "und", + "description": "Undetermined" + }, + { + "code": "455", + "codeName": "urd", + "description": "Urdu" + }, + { + "code": "456", + "codeName": "uzb", + "description": "Uzbek" + }, + { + "code": "457", + "codeName": "vai", + "description": "Vai" + }, + { + "code": "458", + "codeName": "ven", + "description": "Venda" + }, + { + "code": "459", + "codeName": "vie", + "description": "Vietnamese" + }, + { + "code": "460", + "codeName": "vol", + "description": "Volapük" + }, + { + "code": "461", + "codeName": "vot", + "description": "Votic" + }, + { + "code": "462", + "codeName": "wak", + "description": "Wakashan languages" + }, + { + "code": "463", + "codeName": "wal", + "description": "Walamo" + }, + { + "code": "464", + "codeName": "war", + "description": "Waray" + }, + { + "code": "465", + "codeName": "was", + "description": "Washo" + }, + { + "code": "466", + "codeName": "wel", + "description": "Welsh" + }, + { + "code": "467", + "codeName": "wen", + "description": "Sorbian languages" + }, + { + "code": "468", + "codeName": "wln", + "description": "Walloon" + }, + { + "code": "469", + "codeName": "wol", + "description": "Wolof" + }, + { + "code": "470", + "codeName": "xal", + "description": "Kalmyk; Oirat" + }, + { + "code": "471", + "codeName": "xho", + "description": "Xhosa" + }, + { + "code": "472", + "codeName": "yao", + "description": "Yao" + }, + { + "code": "473", + "codeName": "yap", + "description": "Yapese" + }, + { + "code": "474", + "codeName": "yid", + "description": "Yiddish" + }, + { + "code": "475", + "codeName": "yor", + "description": "Yoruba" + }, + { + "code": "476", + "codeName": "ypk", + "description": "Yupik languages" + }, + { + "code": "477", + "codeName": "zap", + "description": "Zapotec" + }, + { + "code": "478", + "codeName": "zbl", + "description": "Blissymbols; Blissymbolics; Bliss" + }, + { + "code": "479", + "codeName": "zen", + "description": "Zenaga" + }, + { + "code": "480", + "codeName": "zgh", + "description": "Standard Moroccan Tamazight" + }, + { + "code": "481", + "codeName": "zha", + "description": "Zhuang; Chuang" + }, + { + "code": "482", + "codeName": "znd", + "description": "Zande languages" + }, + { + "code": "483", + "codeName": "zul", + "description": "Zulu" + }, + { + "code": "484", + "codeName": "zun", + "description": "Zuni" + }, + { + "code": "485", + "codeName": "zxx", + "description": "No linguistic content; Not applicable" + }, + { + "code": "486", + "codeName": "zza", + "description": "Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki" + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_maintenanceFrequency.json b/resources/json/iso_maintenanceFrequency.json new file mode 100644 index 0000000..b1a4c92 --- /dev/null +++ b/resources/json/iso_maintenanceFrequency.json @@ -0,0 +1,85 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_maintenanceFrequency", + "source": "ISO", + "sourceName": "MD_MaintenanceFrequencyCode", + "extensible": true, + "description": "frequency with which modifications and deletions are made to the data after it is first produced", + "codelist": [ + { + "code": "001", + "codeName": "continual", + "description": "data is repeatedly and frequently updated" + }, + { + "code": "002", + "codeName": "daily", + "description": "data is updated each day" + }, + { + "code": "003", + "codeName": "weekly", + "description": "data is updated on a weekly basis" + }, + { + "code": "004", + "codeName": "fortnightly", + "description": "data is updated every two weeks" + }, + { + "code": "005", + "codeName": "monthly", + "description": "data is updated each month" + }, + { + "code": "006", + "codeName": "quarterly", + "description": "data is updated every three months" + }, + { + "code": "007", + "codeName": "biannually", + "description": "data is updated twice each year" + }, + { + "code": "008", + "codeName": "annually", + "description": "data is updated every year" + }, + { + "code": "009", + "codeName": "asNeeded", + "description": "data is updated as deemed necessary" + }, + { + "code": "010", + "codeName": "irregular", + "description": "data is updated in intervals that are uneven in duration" + }, + { + "code": "011", + "codeName": "notPlanned", + "description": "there are no plans to update the data" + }, + { + "code": "012", + "codeName": "unknown", + "description": "frequency of maintenance for the data is not known" + }, + { + "code": "013", + "codeName": "periodic", + "description": "resource is updated at regular intervals" + }, + { + "code": "014", + "codeName": "semimonthly", + "description": "resource updated twice monthly" + }, + { + "code": "015", + "codeName": "biennially", + "description": "resource is updated every 2 years" + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_mediumFormat.json b/resources/json/iso_mediumFormat.json new file mode 100644 index 0000000..d5dd50b --- /dev/null +++ b/resources/json/iso_mediumFormat.json @@ -0,0 +1,45 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_mediumFormat", + "source": "ISO", + "sourceName": "MD_MediumFormatCode", + "extensible": true, + "description": "method used to write to the medium", + "codelist": [ + { + "code": "001", + "codeName": "cpio", + "description": "CoPy In / Out (UNIX file format and command)" + }, + { + "code": "002", + "codeName": "tar", + "description": "Tape ARchive" + }, + { + "code": "003", + "codeName": "highSierra", + "description": "high sierra file system" + }, + { + "code": "004", + "codeName": "iso9660", + "description": "information processing – volume and file structure of CD-ROM" + }, + { + "code": "005", + "codeName": "iso9660RockRidge", + "description": "rock ridge interchange protocol (UNIX)" + }, + { + "code": "006", + "codeName": "iso9660AppleHFS", + "description": "hierarchical file system (Macintosh)" + }, + { + "code": "007", + "codeName": "udf", + "description": "universal disk format" + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_mediumName.json b/resources/json/iso_mediumName.json new file mode 100644 index 0000000..d9f3464 --- /dev/null +++ b/resources/json/iso_mediumName.json @@ -0,0 +1,140 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_mediumName", + "source": "ISO", + "sourceName": "MD_MediumNameCode", + "extensible": true, + "description": "name of the medium", + "codelist": [ + { + "code": "001", + "codeName": "cdRom", + "description": "read-only optical disk" + }, + { + "code": "002", + "codeName": "dvd", + "description": "digital versatile disk" + }, + { + "code": "003", + "codeName": "dvdRom", + "description": "digital versatile disk, read only" + }, + { + "code": "004", + "codeName": "3halfInchFloppy", + "description": "3,5 inch magnetic disk" + }, + { + "code": "005", + "codeName": "5quarterInchFloppy", + "description": "5,25 inch magnetic disk" + }, + { + "code": "006", + "codeName": "7trackTape", + "description": "7 track magnetic tape" + }, + { + "code": "007", + "codeName": "9trackTape", + "description": "9 track magnetic tape" + }, + { + "code": "008", + "codeName": "3480Cartridge", + "description": "3480 cartridge tape drive" + }, + { + "code": "009", + "codeName": "3490Cartridge", + "description": "3490 cartridge tape drive" + }, + { + "code": "010", + "codeName": "3580Cartridge", + "description": "3580 cartridge tape drive" + }, + { + "code": "011", + "codeName": "4mmCartridge", + "description": "4 millimetre magnetic tape" + }, + { + "code": "012", + "codeName": "8mmCartridge", + "description": "8 millimetre magnetic tape" + }, + { + "code": "013", + "codeName": "1quarterInchCartridgeTape", + "description": "0,25 inch magnetic tape" + }, + { + "code": "014", + "codeName": "digitalLinearTape", + "description": "half inch cartridge streaming tape drive" + }, + { + "code": "015", + "codeName": "onLine", + "description": "direct computer linkage" + }, + { + "code": "016", + "codeName": "satellite", + "description": "linkage through a satellite communication system" + }, + { + "code": "017", + "codeName": "telephoneLink", + "description": "communication through a telephone network" + }, + { + "code": "018", + "codeName": "hardcopy", + "description": "pamphlet or leaflet giving descriptive information" + }, + { + "code": "adiwg001", + "codeName": "bluRay", + "description": "Blu-ray digital versatile disk" + }, + { + "code": "adiwg002", + "codeName": "usbHardDrive", + "description": "USB hard drive disk or solid state" + }, + { + "code": "adiwg003", + "codeName": "memoryStick", + "description": "USB memory stick" + }, + { + "code": "adiwg004", + "codeName": "sdCard", + "description": "SD memory card" + }, + { + "code": "adiwg005", + "codeName": "flashCard", + "description": "compact flash memory card" + }, + { + "code": "adiwg006", + "codeName": "film", + "description": "8mm, 16mm, 35mm, 120 and other positive and negative camera film sizes" + }, + { + "code": "adiwg007", + "codeName": "microfilm", + "description": "microfilm" + }, + { + "code": "adiwg008", + "codeName": "internet", + "description": "internet" + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_objectiveTypeCode.json b/resources/json/iso_objectiveTypeCode.json new file mode 100644 index 0000000..950e538 --- /dev/null +++ b/resources/json/iso_objectiveTypeCode.json @@ -0,0 +1,25 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_objectiveTypeCode", + "source": "ISO", + "sourceName": "MI_objectiveTypeCode", + "extensible": true, + "description": "temporal persistence of collection objective", + "codelist": [ + { + "code": "001", + "codeName": "instantaneousCollection", + "description": "single instance of collection" + }, + { + "code": "002", + "codeName": "persistentView", + "description": "multiple instances of collection" + }, + { + "code": "003", + "codeName": "survey", + "description": "collection over specified domain" + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_obligation.json b/resources/json/iso_obligation.json new file mode 100644 index 0000000..a9eac16 --- /dev/null +++ b/resources/json/iso_obligation.json @@ -0,0 +1,25 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_obligation", + "source": "ISO", + "sourceName": "MD_ObligationCode", + "extensible": false, + "description": "obligation of the element or entity (enumeration - cannot be extended)", + "codelist": [ + { + "code": "001", + "codeName": "mandatory", + "description": "element is always required" + }, + { + "code": "002", + "codeName": "optional", + "description": "element is not required" + }, + { + "code": "003", + "codeName": "conditional", + "description": "element is required when a specific condition is met" + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_onlineFunction.json b/resources/json/iso_onlineFunction.json new file mode 100644 index 0000000..31da3b4 --- /dev/null +++ b/resources/json/iso_onlineFunction.json @@ -0,0 +1,85 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_onlineFunction", + "source": "ISO", + "sourceName": "CI_OnLineFunctionCode", + "extensible": true, + "description": "function performed by the resource", + "codelist": [ + { + "code": "001", + "codeName": "download", + "description": "online instructions for transferring data from one storage device or system to another" + }, + { + "code": "002", + "codeName": "information", + "description": "online information about the resource" + }, + { + "code": "003", + "codeName": "offlineAccess", + "description": "online instructions for requesting the resource from the provider" + }, + { + "code": "004", + "codeName": "order", + "description": "online order process for obtaining the resource" + }, + { + "code": "005", + "codeName": "search", + "description": "online search interface for seeking out information about the resource" + }, + { + "code": "006", + "codeName": "completeMetadata", + "description": "complete metadata provided" + }, + { + "code": "007", + "codeName": "browseGraphic", + "description": "browse graphic provided" + }, + { + "code": "008", + "codeName": "upload", + "description": "online resource upload capability provided" + }, + { + "code": "009", + "codeName": "emailService", + "description": "online email service provided" + }, + { + "code": "010", + "codeName": "browsing", + "description": "online browsing provided" + }, + { + "code": "011", + "codeName": "fileAccess", + "description": "online file access provided" + }, + { + "code": "adiwg001", + "codeName": "webApplication", + "description": "online web application or data forms" + }, + { + "code": "adiwg002", + "codeName": "doi", + "description": "digital object identifier URL" + }, + { + "code": "adiwg003", + "codeName": "orcid", + "description": "Open Researcher and Contributor ID URL" + }, + { + "code": "adiwg004", + "codeName": "dataUri", + "description": "data file encoded per RFC 2397, the data URL scheme" + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_operationTypeCode.json b/resources/json/iso_operationTypeCode.json new file mode 100644 index 0000000..2055098 --- /dev/null +++ b/resources/json/iso_operationTypeCode.json @@ -0,0 +1,25 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_operationTypeCode", + "source": "ISO", + "sourceName": "MI_OperationTypeCode", + "extensible": true, + "description": "code indicating whether the data contained in this packet is real (originates from live-fly or other non-simulated operational sources), simulated (originates from target simulator sources), or synthesized (a mix of real and simulated data).", + "codelist": [ + { + "code": "001", + "codeName": "instantaneousCollection", + "description": "originates from live-fly or other non-simulated operational source" + }, + { + "code": "002", + "codeName": "persistentView", + "description": "originates from target simulator sources" + }, + { + "code": "003", + "codeName": "survey", + "description": "mix of real and simulated data" + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_pixelOrientation.json b/resources/json/iso_pixelOrientation.json new file mode 100644 index 0000000..81878af --- /dev/null +++ b/resources/json/iso_pixelOrientation.json @@ -0,0 +1,35 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_pixelOrientation", + "source": "ISO", + "sourceName": "MD_PixelOrientationCode", + "extensible": false, + "description": "point in a pixel corresponding to the Earth location of the pixel", + "codelist": [ + { + "code": "001", + "codeName": "centre", + "description": "point halfway between the lower left and the upper right of the pixel" + }, + { + "code": "002", + "codeName": "lowerLeft", + "description": "the corner in the pixel closest to the origin of the SRS; if two are at the same distance from the origin, the one with the smallest x-value" + }, + { + "code": "003", + "codeName": "lowerRight", + "description": "next corner counterclockwise from the lower left" + }, + { + "code": "004", + "codeName": "upperRight", + "description": "next corner counterclockwise from the lower right" + }, + { + "code": "005", + "codeName": "upperLeft", + "description": "next corner counterclockwise from the upper right" + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_polarisationOrientationCode.json b/resources/json/iso_polarisationOrientationCode.json new file mode 100644 index 0000000..4692c3b --- /dev/null +++ b/resources/json/iso_polarisationOrientationCode.json @@ -0,0 +1,40 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_polarisationOrientationCode", + "source": "ISO", + "sourceName": "MI_PolarisationOrientationCode", + "extensible": true, + "description": "polarisation of the antenna relative to the waveform", + "codelist": [ + { + "code": "001", + "codeName": "horizontal", + "description": "polarization of the sensor oriented in the horizontal plane in relation to swath direction" + }, + { + "code": "002", + "codeName": "vertical", + "description": "polarization of the sensor oriented in the vertical plane in relation to swath direction" + }, + { + "code": "003", + "codeName": "leftCircular", + "description": "polarization of the sensor oriented in the left circular plane in relation to swath direction" + }, + { + "code": "004", + "codeName": "rightCircular", + "description": "polarization of the sensor oriented in the right circular plane in relation to swath direction" + }, + { + "code": "005", + "codeName": "theta", + "description": "polarization of the sensor oriented in the angle between +90° and 0° parallel to swath direction" + }, + { + "code": "006", + "codeName": "phi", + "description": "polarization of the sensor oriented in the +90° and 0° perpendicular to swath direction" + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_presentationForm.json b/resources/json/iso_presentationForm.json new file mode 100644 index 0000000..691661d --- /dev/null +++ b/resources/json/iso_presentationForm.json @@ -0,0 +1,130 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_presentationForm", + "source": "ISO", + "sourceName": "CI_PresentationFormCode", + "extensible": true, + "description": "mode in which the data is represented", + "codelist": [ + { + "code": "001", + "codeName": "documentDigital", + "description": "digital representation of a primarily textual item (can contain illustrations also)" + }, + { + "code": "002", + "codeName": "documentHardcopy", + "description": "representation of a primarily textual item (can contain illustrations also) on paper, photographic material, or other media" + }, + { + "code": "003", + "codeName": "imageDigital", + "description": "likeness of natural or man-made features, objects, and activities acquired through the sensing of visual or any other segment of the electromagnetic spectrum by sensors, such as thermal infrared, and high resolution radar and stored in digital format" + }, + { + "code": "004", + "codeName": "imageHardcopy", + "description": "likeness of natural or man-made features, objects, and activities acquired through the sensing of visual or any other segment of the electromagnetic spectrum by sensors, such as thermal infrared, and high resolution radar and reproduced on paper, photographic material, or other media for use directly by the human user" + }, + { + "code": "005", + "codeName": "mapDigital", + "description": "map represented in raster or vector form" + }, + { + "code": "006", + "codeName": "mapHardcopy", + "description": "map printed on paper, photographic material, or other media for use directly by the human user" + }, + { + "code": "007", + "codeName": "modelDigital", + "description": "multi-dimensional digital representation of a feature, process, etc." + }, + { + "code": "008", + "codeName": "modelHardcopy", + "description": "3-dimensional, physical model" + }, + { + "code": "009", + "codeName": "profileDigital", + "description": "vertical cross-section in digital form" + }, + { + "code": "010", + "codeName": "profileHardcopy", + "description": "vertical cross-section printed on paper, etc." + }, + { + "code": "011", + "codeName": "tableDigital", + "description": "digital representation of facts or figures systematically displayed, especially in columns" + }, + { + "code": "012", + "codeName": "tableHardcopy", + "description": "representation of facts or figures systematically displayed, especially in columns, printed on paper, photographic material, or other media" + }, + { + "code": "013", + "codeName": "videoDigital", + "description": "digital video recording" + }, + { + "code": "014", + "codeName": "videoHardcopy", + "description": "video recording on film" + }, + { + "code": "015", + "codeName": "audioDigital", + "description": "digital audio recording" + }, + { + "code": "016", + "codeName": "audioHardcopy", + "description": "audio recording delivered by analog media, such as a magnetic tape" + }, + { + "code": "017", + "codeName": "multimediaDigitial", + "description": "information representation using simultaneously various digital modes for text, sound, image" + }, + { + "code": "018", + "codeName": "multimediaHardcopy", + "description": "information representation using simultaneously various analog modes for text, sound, image" + }, + { + "code": "019", + "codeName": "physicalObject", + "description": "a physical object. EXAMPLE Rock or mineral sample, microscope slide." + }, + { + "code": "020", + "codeName": "diagramDigital", + "description": "information represented graphically by charts such as pie chart, bar chart, and other type of diagrams and recorded in digital format" + }, + { + "code": "021", + "codeName": "diagramHardcopy", + "description": "information represented graphically by charts such as pie chart, bar chart, and other type of diagrams and printed on paper, photographic material, or other media" + }, + { + "code": "adiwg001", + "codeName": "webSite", + "description": "information represented in a series of web pages" + }, + { + "code": "adiwg002", + "codeName": "webService", + "description": "information represented as series of HTML end points or remote procedure calls" + }, + { + "code": "adiwg003", + "codeName": "databaseDigital", + "description": "information organized in a digital database" + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_priorityCode.json b/resources/json/iso_priorityCode.json new file mode 100644 index 0000000..7f83f1c --- /dev/null +++ b/resources/json/iso_priorityCode.json @@ -0,0 +1,30 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_priorityCode", + "source": "ISO", + "sourceName": "MI_PriorityCode", + "extensible": true, + "description": "ordered list of priorities", + "codelist": [ + { + "code": "001", + "codeName": "critical", + "description": "decisive importance" + }, + { + "code": "002", + "codeName": "highImportance", + "description": "requires resources to be made available" + }, + { + "code": "003", + "codeName": "mediumImportance", + "description": "normal operation priority" + }, + { + "code": "004", + "codeName": "lowImportance", + "description": "to be completed when resources are available" + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_progress.json b/resources/json/iso_progress.json new file mode 100644 index 0000000..56024b1 --- /dev/null +++ b/resources/json/iso_progress.json @@ -0,0 +1,115 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_progress", + "source": "ISO", + "sourceName": "MD_ProgressCode", + "extensible": true, + "description": "status of the dataset or progress of a review", + "codelist": [ + { + "code": "001", + "codeName": "completed", + "description": "production of the data has been completed" + }, + { + "code": "002", + "codeName": "historicalArchive", + "description": "data has been stored in an offline storage facility" + }, + { + "code": "003", + "codeName": "obsolete", + "description": "data is no longer relevant" + }, + { + "code": "004", + "codeName": "onGoing", + "description": "data is continually being updated" + }, + { + "code": "005", + "codeName": "planned", + "description": "fixed date has been established upon or by which the data will be created or updated" + }, + { + "code": "006", + "codeName": "required", + "description": "data needs to be generated or updated" + }, + { + "code": "007", + "codeName": "underDevelopment", + "description": "resource (data or project) is currently in the process of being created" + }, + { + "code": "008", + "codeName": "final", + "description": "progress concluded and no changes will be accepted" + }, + { + "code": "009", + "codeName": "pending", + "description": "committed to, but not yet addressed" + }, + { + "code": "010", + "codeName": "retired", + "description": "item is no longer recommended for use. It has not been superseded by another item" + }, + { + "code": "011", + "codeName": "superseded", + "description": "replaced by new" + }, + { + "code": "012", + "codeName": "tentative", + "description": "provisional changes likely before resource becomes final or complete" + }, + { + "code": "013", + "codeName": "valid", + "description": "acceptable under specific conditions" + }, + { + "code": "014", + "codeName": "accepted", + "description": "agreed to by sponsor" + }, + { + "code": "015", + "codeName": "notAccepted", + "description": "rejected by sponsor" + }, + { + "code": "016", + "codeName": "withdrawn", + "description": "removed from consideration" + }, + { + "code": "017", + "codeName": "proposed", + "description": "suggested that development needs to be undertaken" + }, + { + "code": "018", + "codeName": "deprecated", + "description": "resource superseded and will become obsolete, use only for historical purposes" + }, + { + "code": "adiwg001", + "codeName": "funded", + "description": "resource has been approved and secured funding" + }, + { + "code": "adiwg002", + "codeName": "cancelled", + "description": "project has been canceled" + }, + { + "code": "adiwg003", + "codeName": "suspended", + "description": "project has been placed on hold but is expected to resume at a latter date" + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_referenceSystemType.json b/resources/json/iso_referenceSystemType.json new file mode 100644 index 0000000..e925209 --- /dev/null +++ b/resources/json/iso_referenceSystemType.json @@ -0,0 +1,150 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_referenceSystemType", + "source": "ISO", + "sourceName": "MD_ReferenceSystemTypeCode", + "extensible": true, + "description": "defines type of reference system used", + "codelist": [ + { + "code": "001", + "codeName": "compoundEngineeringParametric", + "description": "compound spatio-parametric coordinate reference system containing an engineering coordinate reference system and a parametric reference system; EXAMPLE [local] x, y, pressure" + }, + { + "code": "002", + "codeName": "compoundEngineeringParametricTemporal", + "description": "compound spatio-parametric-temporal coordinate reference system containing an engineering, a parametric, and a temporal coordinate reference system EXAMPLE [local] x, y, pressure, time" + }, + { + "code": "003", + "codeName": "compoundEngineeringTemporal", + "description": "compound spatio-temporal coordinate reference system containing an engineering and a temporal coordinate reference system EXAMPLE [local] x, y, time" + }, + { + "code": "004", + "codeName": "compoundEngineeringVertical", + "description": "compound spatial reference system containing a horizontal engineering coordinate reference system and a vertical coordinate reference system EXAMPLE [local] x, y, height" + }, + { + "code": "005", + "codeName": "compoundEngineeringVerticalTemporal", + "description": "compound spatio-temporal coordinate reference system containing an engineering, a vertical, and a temporal coordinate reference system EXAMPLE [local] x, y, height, time" + }, + { + "code": "006", + "codeName": "compoundGeographic2DParametric", + "description": "compound spatio-parametric coordinate reference system containing a 2 dimensional geographic horizontal coordinate reference system and a parametric reference system EXAMPLE latitude, longitude, pressure" + }, + { + "code": "007", + "codeName": "compoundGeographic2DParametricTemporal", + "description": "compound spatio-parametric-temporal coordinate reference system containing a 2 dimensional geographic horizontal, a parametric and a temporal coordinate reference system EXAMPLE latitude, longitude, pressure, time" + }, + { + "code": "008", + "codeName": "compoundGeographic2DTemporal", + "description": "compound spatio-temporal coordinate reference system containing a 2 dimensional geographic horizontal coordinate reference system and a temporal reference system EXAMPLE latitude, longitude, time" + }, + { + "code": "009", + "codeName": "compoundGeographic2DVertical", + "description": "compound coordinate reference system in which one constituent coordinate reference system is a horizontal geodetic coordinate reference system and one is a vertical coordinate reference system EXAMPLE latitude, longitude, [gravity-related] height or depth" + }, + { + "code": "010", + "codeName": "compoundGeographicVerticalTemporal", + "description": "compound spatio-temporal coordinate reference system containing a 2 dimensional geographic horizontal, a vertical, and a temporal coordinate reference system EXAMPLE latitude, longitude, height, time" + }, + { + "code": "011", + "codeName": "compoundGeographic3DTemporal", + "description": "compound spatio-temporal coordinate reference system containing a 3 dimensional geographic and a temporal coordinate reference system EXAMPLE latitude, longitude, ellipsoidal height, time" + }, + { + "code": "012", + "codeName": "compoundProjected2DParametric", + "description": "compound spatio-parametric coordinate reference system containing a projected horizontal coordinate reference system and a parametric reference system EXAMPLE easting, northing, density" + }, + { + "code": "013", + "codeName": "compoundProjected2DParametricTemporal", + "description": "compound spatio-parametric-temporal coordinate reference system containing a projected horizontal, a parametric, and a temporal coordinate reference system EXAMPLE easting, northing, density, time" + }, + { + "code": "014", + "codeName": "compoundProjectedTemporal", + "description": "compound spatio-temporal coordinate reference system containing a projected horizontal and a temporal coordinate reference system EXAMPLE easting, northing, time" + }, + { + "code": "015", + "codeName": "compoundProjectedVertical", + "description": "compound spatial reference system containing a horizontal projected coordinate reference system and a vertical coordinate reference system EXAMPLE easting, northing, [gravity-related] height or depth" + }, + { + "code": "016", + "codeName": "compoundProjectedVerticalTemporal", + "description": "compound spatio-temporal coordinate reference system containing a projected horizontal, a vertical, and a temporal coordinate reference system EXAMPLE easting, northing, height, time" + }, + { + "code": "017", + "codeName": "engineering", + "description": "coordinate reference system based on an engineering datum (datum describing the relationship of a coordinate system to a local reference) EXAMPLE [local] x,y" + }, + { + "code": "018", + "codeName": "engineeringDesign", + "description": "engineering coordinate reference system in which the base representation of a moving object is specified EXAMPLE [local] x,y 19. engineeringImage engineeringImage coordinate reference system" + }, + { + "code": "019", + "codeName": "engineeringImage", + "description": "coordinate reference system based on an image datum (engineering datum which defines the relationship of a coordinate system to an image) EXAMPLE row, column" + }, + { + "code": "020", + "codeName": "geodeticGeocentric", + "description": "geodetic CRS having a Cartesian 3D coordinate system EXAMPLE [geocentric] X,Y,Z" + }, + { + "code": "021", + "codeName": "geodeticGeographic2D", + "description": "geodetic CRS having an ellipsoidal 2D coordinate system EXAMPLE latitude, longitude" + }, + { + "code": "022", + "codeName": "geodeticGeographic3D", + "description": "geodetic CRS having an ellipsoidal 3D coordinate system EXAMPLE latitude, longitude, ellipsoidal height" + }, + { + "code": "023", + "codeName": "geographicIdentifier", + "description": "spatial reference in the form of a label or code that identifies a location EXAMPLE post code" + }, + { + "code": "024", + "codeName": "linear", + "description": "reference system that identifies a location by reference to a segment of a linear geographic feature and distance along that segment from a given point EXAMPLE x km along road" + }, + { + "code": "025", + "codeName": "parametric", + "description": "coordinate reference system based on a parametric datum (datum describing the relationship of a parametric coordinate system to an object) EXAMPLE pressure" + }, + { + "code": "026", + "codeName": "projected", + "description": "coordinate reference system derived from a two-dimensional geodetic coordinate reference system by applying a map projection EXAMPLE easting, northing" + }, + { + "code": "027", + "codeName": "temporal", + "description": "reference system against which time is measured EXAMPLE time" + }, + { + "code": "028", + "codeName": "vertical", + "description": "one-dimensional coordinate reference system based on a vertical datum (datum describing the relation of gravity-related heights or depths to the Earth) EXAMPLE [gravity-related] height or depth" + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_restriction.json b/resources/json/iso_restriction.json new file mode 100644 index 0000000..8387afa --- /dev/null +++ b/resources/json/iso_restriction.json @@ -0,0 +1,110 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_restriction", + "source": "ISO", + "sourceName": "MD_RestrictionCode", + "extensible": true, + "description": "limitation(s) placed upon the access or use of the data)", + "codelist": [ + { + "code": "001", + "codeName": "copyright", + "description": "exclusive right to the publication, production, or sale of the rights to a literary, dramatic, musical, or artistic work, or to the use of a commercial print or label, granted by law for a specified period of time to an author, composer, artist, distributor" + }, + { + "code": "002", + "codeName": "patent", + "description": "government has granted exclusive right to make, sell, use or license an invention or discovery" + }, + { + "code": "003", + "codeName": "patentPending", + "description": "produced or sold information awaiting a patent" + }, + { + "code": "004", + "codeName": "trademark", + "description": "a name, symbol, or other device identifying a product, officially registered and legally restricted to the use of the owner or manufacturer" + }, + { + "code": "005", + "codeName": "license", + "description": "formal permission to do something" + }, + { + "code": "006", + "codeName": "intellectualPropertyRights", + "description": "rights to financial benefit from and control of distribution of non-tangible property that is a result of creativity" + }, + { + "code": "007", + "codeName": "restricted", + "description": "withheld from general circulation or disclosure" + }, + { + "code": "008", + "codeName": "otherRestrictions", + "description": "limitation not listed" + }, + { + "code": "009", + "codeName": "unrestricted", + "description": "no constraints exist" + }, + { + "code": "010", + "codeName": "licenceUnrestricted", + "description": "formal permission not required to use the resource" + }, + { + "code": "011", + "codeName": "licenceEndUser", + "description": "formal permission required for a person or an entity to use the resource and that may differ from the person that orders or purchases it" + }, + { + "code": "012", + "codeName": "licenceDistributor", + "description": "formal permission required for a person or an entity to commercialize or distribute the resource" + }, + { + "code": "013", + "codeName": "private", + "description": "protects rights of individual or organisations from observation, intrusion, or attention of others" + }, + { + "code": "014", + "codeName": "statutory", + "description": "prescribed by law" + }, + { + "code": "015", + "codeName": "confidential", + "description": "not available to the public. NOTE Contains information that could be prejudicial to a commercial, industrial, or national interest." + }, + { + "code": "016", + "codeName": "sensitiveButUnclassified", + "description": "although unclassified, requires strict controls over its distribution." + }, + { + "code": "017", + "codeName": "in-confidence", + "description": "with trust" + }, + { + "code": "adiwg001", + "codeName": "threatenedOrEndangered", + "description": "information could risk threatened or endangered species" + }, + { + "code": "adiwg002", + "codeName": "traditionalKnowledge", + "description": "information protected by American Indian or Alaska Native rights or culture" + }, + { + "code": "adiwg003", + "codeName": "personallyIdentifiableInformation", + "description": "information that can be used to identify an individual" + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_role.json b/resources/json/iso_role.json new file mode 100644 index 0000000..cc61152 --- /dev/null +++ b/resources/json/iso_role.json @@ -0,0 +1,140 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_role", + "source": "ISO", + "sourceName": "CI_RoleCode", + "extensible": true, + "description": "function performed by the responsible party", + "codelist": [ + { + "code": "001", + "codeName": "resourceProvider", + "description": "party that supplies the resource" + }, + { + "code": "002", + "codeName": "custodian", + "description": "party that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource" + }, + { + "code": "003", + "codeName": "owner", + "description": "party that owns the resource" + }, + { + "code": "004", + "codeName": "user", + "description": "party that uses the resource" + }, + { + "code": "005", + "codeName": "distributor", + "description": "party that distributes the resource" + }, + { + "code": "006", + "codeName": "originator", + "description": "party that created the resource" + }, + { + "code": "007", + "codeName": "pointOfContact", + "description": "party who can be contacted for acquiring knowledge about or acquisition of the resource" + }, + { + "code": "008", + "codeName": "principalInvestigator", + "description": "key party responsible for gathering information and conducting research" + }, + { + "code": "009", + "codeName": "processor", + "description": "party who has processed the data in a manner such that the resource has been modified" + }, + { + "code": "010", + "codeName": "publisher", + "description": "party who published the resource" + }, + { + "code": "011", + "codeName": "author", + "description": "party who authored the resource" + }, + { + "code": "012", + "codeName": "sponsor", + "description": "party who speaks for the resource" + }, + { + "code": "013", + "codeName": "coAuthor", + "description": "party who jointly authors the resource" + }, + { + "code": "014", + "codeName": "collaborator", + "description": "party who assists with the generation of the resource other than the principal investigator" + }, + { + "code": "015", + "codeName": "editor", + "description": "party who reviewed or modified the resource to improve the content" + }, + { + "code": "016", + "codeName": "mediator", + "description": "a class of entity that mediates access to the resource and for whom the resource is intended or useful" + }, + { + "code": "017", + "codeName": "rightsHolder", + "description": "party owning or managing rights over the resource" + }, + { + "code": "018", + "codeName": "contributor", + "description": "party contributing to the resource" + }, + { + "code": "019", + "codeName": "funder", + "description": "party providing monetary support for the resource" + }, + { + "code": "020", + "codeName": "stakeholder", + "description": "party who has an interest in the resource or the use of the resource" + }, + { + "code": "adiwg001", + "codeName": "administrator", + "description": "party who has administrative oversight for the resource" + }, + { + "code": "adiwg002", + "codeName": "client", + "description": "agency or person requesting a project or data collection" + }, + { + "code": "adiwg003", + "codeName": "logistics", + "description": "entity that provides logistics support" + }, + { + "code": "adiwg004", + "codeName": "coPrincipalInvestigator", + "description": "party who is jointly responsible for gathering information and conducting research" + }, + { + "code": "adiwg005", + "codeName": "observer", + "description": "party who determines the identification of a species, mineral, or other sample" + }, + { + "code": "adiwg006", + "codeName": "curator", + "description": "party who serves as curator for specimens deposited in a repository" + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_scope.json b/resources/json/iso_scope.json new file mode 100644 index 0000000..091cad1 --- /dev/null +++ b/resources/json/iso_scope.json @@ -0,0 +1,215 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_scope", + "source": "ISO", + "sourceName": "MD_ScopeCode", + "extensible": true, + "description": "class of information to which the referencing entity applies", + "codelist": [ + { + "code": "001", + "codeName": "attribute", + "description": "information applies to the attribute class" + }, + { + "code": "002", + "codeName": "attributeType", + "description": "information applies to the characteristic of a feature" + }, + { + "code": "003", + "codeName": "collectionHardware", + "description": "information applies to the collection hardware class" + }, + { + "code": "004", + "codeName": "collectionSession", + "description": "information applies to the collection session" + }, + { + "code": "005", + "codeName": "dataset", + "description": "information applies to a geographic dataset" + }, + { + "code": "006", + "codeName": "series", + "description": "information applies to the series" + }, + { + "code": "007", + "codeName": "nonGeographicDataset", + "description": "information applies to non-geographic data" + }, + { + "code": "008", + "codeName": "dimensionGroup", + "description": "information applies to a dimension group" + }, + { + "code": "009", + "codeName": "feature", + "description": "information applies to a feature" + }, + { + "code": "010", + "codeName": "featureType", + "description": "information applies to a feature type" + }, + { + "code": "011", + "codeName": "propertyType", + "description": "information applies to a property type" + }, + { + "code": "012", + "codeName": "fieldSession", + "description": "information applies to a field session" + }, + { + "code": "013", + "codeName": "software", + "description": "information applies to a computer program or routine" + }, + { + "code": "014", + "codeName": "service", + "description": "information applies to a capability which a service provider entity makes available to a service user entity through a set of interfaces that define a behaviour, such as a use case" + }, + { + "code": "015", + "codeName": "model", + "description": "information applies to a copy or imitation of an existing or hypothetical object" + }, + { + "code": "016", + "codeName": "tile", + "description": "information applies to a tile, a spatial subset of geographic data" + }, + { + "code": "017", + "codeName": "metadata", + "description": "information applies to metadata" + }, + { + "code": "018", + "codeName": "initiative", + "description": "information applies to an initiative" + }, + { + "code": "019", + "codeName": "sample", + "description": "information applies to a sample" + }, + { + "code": "020", + "codeName": "document", + "description": "information applies to a document" + }, + { + "code": "021", + "codeName": "repository", + "description": "information applies to a repository" + }, + { + "code": "022", + "codeName": "aggregate", + "description": "information applies to an aggregate resource" + }, + { + "code": "023", + "codeName": "product", + "description": "metadata describing an ISO 19131 data product specification" + }, + { + "code": "024", + "codeName": "collection", + "description": "information applies to an unstructured set" + }, + { + "code": "025", + "codeName": "coverage", + "description": "information applies to a coverage" + }, + { + "code": "026", + "codeName": "application", + "description": "information resource hosted on a specific set of hardware and accessible over a network" + }, + { + "code": "adiwg001", + "codeName": "sciencePaper", + "description": "document based on an experiment or research" + }, + { + "code": "adiwg002", + "codeName": "userGuide", + "description": "operating manual for users" + }, + { + "code": "adiwg003", + "codeName": "dataDictionary", + "description": "element and entity definitions" + }, + { + "code": "adiwg004", + "codeName": "website", + "description": "information applies to a website such as a thematic portal" + }, + { + "code": "adiwg005", + "codeName": "publication", + "description": "information applies to a published document" + }, + { + "code": "adiwg006", + "codeName": "report", + "description": "information applies to an unpublished document" + }, + { + "code": "adiwg007", + "codeName": "awardInfo", + "description": "information applies to a document related to the grant or award for the resource" + }, + { + "code": "adiwg008", + "codeName": "collectionSite", + "description": "Locations where data are collected for scientific research" + }, + { + "code": "adiwg009", + "codeName": "project", + "description": "high level information that applies to research activity such as project title, location, contacts, timeframe, abstract, etc." + }, + { + "code": "adiwg010", + "codeName": "factSheet", + "description": "information applies to fact sheet, pamphlet, flyer, or brochure" + }, + { + "code": "adiwg011", + "codeName": "tabularDataset", + "description": "information applies to a tabular dataset, spreadsheet, or relational database" + }, + { + "code": "adiwg012", + "codeName": "map", + "description": "information applies to a printed or electronic map" + }, + { + "code": "adiwg013", + "codeName": "drawing", + "description": "information applies to a hand drawn or digital drawing" + }, + { + "code": "adiwg014", + "codeName": "photographicImage", + "description": "information applies to a still or moving film or video image" + }, + { + "code": "adiwg015", + "codeName": "presentation", + "description": "information applies to a collection of presentation slides or recorded presentation" + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_sequenceCode.json b/resources/json/iso_sequenceCode.json new file mode 100644 index 0000000..45c6f24 --- /dev/null +++ b/resources/json/iso_sequenceCode.json @@ -0,0 +1,25 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_sequenceCode", + "source": "ISO", + "sourceName": "MI_SequenceCode", + "extensible": true, + "description": "temporal relation of activation", + "codelist": [ + { + "code": "001", + "codeName": "start", + "description": "beginning of a collection" + }, + { + "code": "002", + "codeName": "end", + "description": "end of a collection" + }, + { + "code": "003", + "codeName": "instantaneous", + "description": "collection without a significant duration" + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_spatialRepresentation.json b/resources/json/iso_spatialRepresentation.json new file mode 100644 index 0000000..87c52a8 --- /dev/null +++ b/resources/json/iso_spatialRepresentation.json @@ -0,0 +1,45 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_spatialRepresentation", + "source": "ISO", + "sourceName": "MD_SpatialRepresentationTypeCode", + "extensible": true, + "description": "method used to represent geographic information in the dataset", + "codelist": [ + { + "code": "001", + "codeName": "vector", + "description": "vector data is used to represent geographic data" + }, + { + "code": "002", + "codeName": "grid", + "description": "grid data is used to represent geographic data" + }, + { + "code": "003", + "codeName": "textTable", + "description": "textual or tabular data is used to represent geographic data" + }, + { + "code": "004", + "codeName": "tin", + "description": "triangulated irregular network" + }, + { + "code": "005", + "codeName": "stereoModel", + "description": "three-dimensional view formed by the intersecting homologous rays of an overlapping pair of images" + }, + { + "code": "006", + "codeName": "video", + "description": "scene from a video recording" + }, + { + "code": "adiwg001", + "codeName": "coordinate", + "description": "data associated with coordinate pairs" + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_telephone.json b/resources/json/iso_telephone.json new file mode 100644 index 0000000..5b9196e --- /dev/null +++ b/resources/json/iso_telephone.json @@ -0,0 +1,50 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_telephone", + "source": "ISO", + "sourceName": "CI_TelephoneTypeCode", + "extensible": true, + "description": "type of telephone", + "codelist": [ + { + "code": "001", + "codeName": "voice", + "description": "telephone provides voice service" + }, + { + "code": "002", + "codeName": "facsimile", + "description": "telephone provides facsimile service" + }, + { + "code": "003", + "codeName": "sms", + "description": "telephone provides short message service" + }, + { + "code": "adiwg001", + "codeName": "mms", + "description": "telephone provides multimedia message service" + }, + { + "code": "adiwg002", + "codeName": "tty", + "description": "telephone provides text telephone service" + }, + { + "code": "adiwg003", + "codeName": "imessage", + "description": "telephone provides Apple iMessage service" + }, + { + "code": "adiwg004", + "codeName": "mobile", + "description": "telephone is a mobile or cell phone" + }, + { + "code": "adiwg005", + "codeName": "message", + "description": "telephone can receive messages" + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_topicCategory.json b/resources/json/iso_topicCategory.json new file mode 100644 index 0000000..6f05b02 --- /dev/null +++ b/resources/json/iso_topicCategory.json @@ -0,0 +1,115 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_topicCategory", + "source": "ISO", + "sourceName": "MD_TopicCategoryCode", + "extensible": false, + "description": "high-level geographic data thematic classification to assist in the grouping and search of available geographic data sets. Can be used to group keywords as well. Listed examples are not exhaustive. NOTE It is understood there are overlaps between general categories and the user is encouraged to select the one most appropriate. (enumeration - cannot be extended)", + "codelist": [ + { + "code": "001", + "codeName": "farming", + "description": "rearing of animals and/or cultivation of plants. Examples: agriculture, irrigation, aquaculture, plantations, herding, pests and diseases affecting crops and livestock" + }, + { + "code": "002", + "codeName": "biota", + "description": "flora and/or fauna in natural environment. Examples: wildlife, vegetation, biological sciences, ecology, wilderness, sealife, wetlands, habitat." + }, + { + "code": "003", + "codeName": "boundaries", + "description": "legal land descriptions. Examples: political and administrative boundaries." + }, + { + "code": "004", + "codeName": "climatologyMeteorologyAtmosphere", + "description": "processes and phenomena of the atmosphere. Examples: cloud cover, weather, climate, atmospheric conditions, climate change, precipitation" + }, + { + "code": "005", + "codeName": "economy", + "description": "economic activities, conditions and employment. Examples: production, labour, revenue, commerce, industry, tourism and ecotourism, forestry, fisheries, commercial or subsistence hunting, exploration and exploitation of resources such as minerals, oil and gas" + }, + { + "code": "006", + "codeName": "elevation", + "description": "height above or below sea level. Examples: altitude, bathymetry, digital elevation models, slope, derived products" + }, + { + "code": "007", + "codeName": "environment", + "description": "environmental resources, protection and conservation. Examples: environmental pollution, waste storage and treatment, environmental impact assessment, monitoring environmental risk, nature reserves, landscape" + }, + { + "code": "008", + "codeName": "geoscientificInformation", + "description": "information pertaining to earth sciences. Examples: geophysical features and processes, geology, minerals, sciences dealing with the composition, structure and origin of the earth’s rocks, risks of earthquakes, volcanic activity, landslides, gravity information, soils, permafrost, ydrogeology, erosion" + }, + { + "code": "009", + "codeName": "health", + "description": "health, health services, human ecology, and safety. Examples: disease and illness, factors affecting health, hygiene, substance abuse, mental and physical health, health services" + }, + { + "code": "010", + "codeName": "imageryBaseMapsEarthCover", + "description": "base maps. Examples: land cover, topographic maps, imagery, unclassified images, annotations" + }, + { + "code": "011", + "codeName": "intelligenceMilitary", + "description": "military bases, structures, activities. Examples: barracks, training grounds, military transportation, information collection" + }, + { + "code": "012", + "codeName": "inlandWaters", + "description": "inland water features, drainage systems and their characteristics. Examples: rivers and glaciers, salt lakes, water utilization plans, dams, currents, floods, water quality, hydrographic charts" + }, + { + "code": "013", + "codeName": "location", + "description": "positional information and services. Examples: addresses, geodetic networks, control points, postal zones and services, place names" + }, + { + "code": "014", + "codeName": "oceans", + "description": "features and characteristics of salt water bodies (excluding inland waters). Examples: tides, tidal waves, coastal information, reefs" + }, + { + "code": "015", + "codeName": "planningCadastre", + "description": "information used for appropriate actions for future use of the land. Examples: land use maps, zoning maps, cadastral surveys, land ownership" + }, + { + "code": "016", + "codeName": "society", + "description": "characteristics of society and cultures. Examples: settlements, anthropology, archaeology, education, traditional beliefs, manners and customs, demographic data, recreational areas and activities, social impact assessments, crime and justice, census information" + }, + { + "code": "017", + "codeName": "structure", + "description": "man-made construction. Examples: buildings, museums, churches, factories, housing, monuments, shops, towers" + }, + { + "code": "018", + "codeName": "transportation", + "description": "means and aids for conveying persons and/or goods. Examples: roads, airports/airstrips, shipping routes, tunnels, nautical charts, vehicle or vessel location, aeronautical charts, railways" + }, + { + "code": "019", + "codeName": "utilitiesCommunication", + "description": "energy, water and waste systems and communications infrastructure and services. Examples: hydroelectricity, geothermal, solar and nuclear sources of energy, water purification and distribution, sewage collection and disposal, electricity and gas distribution, data communication, telecommunication, radio, communication networks" + }, + { + "code": "020", + "codeName": "extraTerrestrial", + "description": "region more than 100 km above the surface of the Earth" + }, + { + "code": "021", + "codeName": "disaster", + "description": "information related to disasters. Examples: Site of the disaster, evacuation zone, disaster-prevention facility, disaster relief activities." + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_topologyLevel.json b/resources/json/iso_topologyLevel.json new file mode 100644 index 0000000..7157222 --- /dev/null +++ b/resources/json/iso_topologyLevel.json @@ -0,0 +1,55 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_topologyLevel", + "source": "ISO", + "sourceName": "MD_TopologyLevelCode", + "extensible": true, + "description": "degree of complexity of the spatial relationships", + "codelist": [ + { + "code": "001", + "codeName": "geometryOnly", + "description": "geometry objects without any additional structure which describes topology" + }, + { + "code": "002", + "codeName": "topology1D", + "description": "1-dimensional topological complex – commonly called “chain-node” topology" + }, + { + "code": "003", + "codeName": "planarGraph", + "description": "1-dimensional topological complex that is planar NOTE A planar graph is a graph that can be drawn in a plane in such a way that no two edges intersect except at a vertex" + }, + { + "code": "004", + "codeName": "fullPlanarGraph", + "description": "2-dimensional topological complex that is planar NOTE A 2-dimensional topological complex is commonly called “full topology” in a cartographic 2D environment" + }, + { + "code": "005", + "codeName": "surfaceGraph", + "description": "1-dimensional topological complex that is isomorphic to a subset of a surface NOTE A geometric complex is isomorphic to a topological complex if their elements are in a one-to-one, dimensional-and boundary-preserving correspondence to one another" + }, + { + "code": "006", + "codeName": "fullSurfaceGraph", + "description": "2-dimensional topological complex that is isomorphic to a subset of a surface" + }, + { + "code": "007", + "codeName": "topology3D", + "description": "3-dimensional topological complex NOTE A topological complex is a collection of topological primitives that are closed under the boundary operations" + }, + { + "code": "008", + "codeName": "fullTopology3D", + "description": "complete coverage of a 3D Euclidean coordinate space" + }, + { + "code": "009", + "codeName": "abstract", + "description": "topological complex without any specified geometric realisation" + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_transferFunctionTypeCode.json b/resources/json/iso_transferFunctionTypeCode.json new file mode 100644 index 0000000..0965e32 --- /dev/null +++ b/resources/json/iso_transferFunctionTypeCode.json @@ -0,0 +1,25 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_transferFunctionTypeCode", + "source": "ISO", + "sourceName": "MI_TransferFunctionTypeCode", + "extensible": true, + "description": "transform function to be used when scaling a physical value for a given element", + "codelist": [ + { + "code": "001", + "codeName": "linear", + "description": "function used for transformation is first order polynomial" + }, + { + "code": "002", + "codeName": "logarithmic", + "description": "function used for transformation is logarithmic" + }, + { + "code": "003", + "codeName": "exponential", + "description": "function used for transformation is exponential" + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_triggerCode.json b/resources/json/iso_triggerCode.json new file mode 100644 index 0000000..fde23fb --- /dev/null +++ b/resources/json/iso_triggerCode.json @@ -0,0 +1,25 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_triggerCode", + "source": "ISO", + "sourceName": "MI_TriggerCode", + "extensible": true, + "description": "mechanism of activation", + "codelist": [ + { + "code": "001", + "codeName": "automatic", + "description": "event due to external stimuli" + }, + { + "code": "002", + "codeName": "manual", + "description": "event manually instigated" + }, + { + "code": "003", + "codeName": "preProgrammed", + "description": "event instigated by planned internal stimuli" + } + ] +} \ No newline at end of file diff --git a/resources/json/mdcodes.json b/resources/json/mdcodes.json new file mode 100644 index 0000000..20a4df9 --- /dev/null +++ b/resources/json/mdcodes.json @@ -0,0 +1,9922 @@ +{ + "iso_associationType": { + "codelistType": "staticList", + "codelistName": "iso_associationType", + "source": "ISO", + "sourceName": "DS_AssociationTypeCode", + "extensible": true, + "description": "justification for the correlation of two resources (datasets or projects)", + "codelist": [ + { + "code": "001", + "codeName": "crossReference", + "description": "the associated resource is a reference to another dataset or project" + }, + { + "code": "002", + "codeName": "largerWorkCitation", + "description": "the associated resource is a citation to a master resource of the main resource" + }, + { + "code": "003", + "codeName": "partOfSeamlessDatabase", + "description": "the associated resource is a part of the same structured dataset as the main resource" + }, + { + "code": "004", + "codeName": "source", + "description": "the associated resource is mapping and charting information from which the main resource content originates" + }, + { + "code": "005", + "codeName": "stereoMate", + "description": "the associated resource is part of a set of imagery that when used together provide three-dimensional images" + }, + { + "code": "006", + "codeName": "isComposedOf", + "description": "the associated resource is a dataset or project that is part of the main resource" + }, + { + "code": "007", + "codeName": "collectiveTitle", + "description": "the associated resource is a common title for a collection of resources. NOTE Title identifies elements of a series collectively, combined with information about what volumes are available at the source cite." + }, + { + "code": "008", + "codeName": "series", + "description": "the associated resource was produced via the same product specifications as the main resource" + }, + { + "code": "009", + "codeName": "dependency", + "description": "the associated resource is dependent on the main resource" + }, + { + "code": "010", + "codeName": "revisionOf", + "description": "the main resource is a revision of the associated resource" + }, + { + "code": "adiwg001", + "codeName": "projectProduct", + "description": "DEPRECATED: use product", + "deprecated": true + }, + { + "code": "adiwg002", + "codeName": "supplementalResource", + "description": "the associated resource is a supplemental resource to the main resource" + }, + { + "code": "adiwg003", + "codeName": "produced", + "description": "DEPRECATED: use product", + "deprecated": true + }, + { + "code": "adiwg004", + "codeName": "productOf", + "description": "DEPRECATED: use parentProject", + "deprecated": true + }, + { + "code": "adiwg005", + "codeName": "mainProjectOf", + "description": "DEPRECATED: use subProject", + "deprecated": true + }, + { + "code": "adiwg006", + "codeName": "subProjectOf", + "description": "DEPRECATED: use parentProject", + "deprecated": true + }, + { + "code": "adiwg007", + "codeName": "product", + "description": "the associated resource is a product developed as deliverable of the main resource" + }, + { + "code": "adiwg008", + "codeName": "parentProject", + "description": "the associated resource is a parent project of the main resource" + }, + { + "code": "adiwg009", + "codeName": "subProject", + "description": "the associated resource is sub-project or task of the main resource" + }, + { + "code": "adiwg010", + "codeName": "derivativeResource", + "description": "the associated resource is derived from main resource" + }, + { + "code": "adiwg011", + "codeName": "alternate", + "description": "the associated resource is an alternate reference for the main resource" + }, + { + "code": "adiwg012", + "codeName": "isPartOf", + "description": "the associated resource is a subset of the main resource" + } + ] + }, + "iso_bandDefinition": { + "codelistType": "staticList", + "codelistName": "iso_bandDefinition", + "source": "ISO", + "sourceName": "MI_BandDefinition", + "extensible": true, + "description": "designation of criterion for defining maximum and minimum wavelengths for a spectral band", + "codelist": [ + { + "code": "001", + "codeName": "3dB", + "description": "width of a distribution equal to the distance between the outer two points on the distribution having power level half of that at the peak" + }, + { + "code": "002", + "codeName": "halfMaximum", + "description": "width of a distribution equal to the distance between the outer two points on the distribution having power level half of that at the peak" + }, + { + "code": "003", + "codeName": "fiftyPercent", + "description": "full spectral width of a spectral power density measured at 50% of its peak height" + }, + { + "code": "004", + "codeName": "oneOverE", + "description": "width of a distribution equal to the distance between the outer two points on the distribution having power level 1/e that of the peak" + }, + { + "code": "005", + "codeName": "equivalentWidth", + "description": "width of a band with full sensitivity or absorption at every wavelength that detects or absorbs the same amount of energy as the band described" + } + ] + }, + "iso_cellGeometry": { + "codelistType": "staticList", + "codelistName": "iso_cellGeometry", + "source": "ISO", + "sourceName": "MD_CellGeometryCode", + "extensible": true, + "description": "code indicating the geometry represented by the grid cell value", + "codelist": [ + { + "code": "001", + "codeName": "point", + "description": "each cell represents a point" + }, + { + "code": "002", + "codeName": "area", + "description": "each cell represents an area" + }, + { + "code": "003", + "codeName": "voxel", + "description": "each cell represents a volumetric measurement on a regular grid in three dimensional space" + }, + { + "code": "004", + "codeName": "stratum", + "description": "height range for a single point vertical profile" + } + ] + }, + "iso_characterSet": { + "codelistType": "staticList", + "codelistName": "iso_characterSet", + "source": "Internet Assigned Numbers Authority (IANA)", + "sourceName": "MD_CharacterSetCode", + "extensible": true, + "description": "name of the character coding standard used in the resource", + "codelist": [ + { + "code": "2005", + "codeName": "Adobe-Standard-Encoding", + "description": "PostScript Language Reference Manual PCL Symbol Set id: 10J" + }, + { + "code": "2020", + "codeName": "Adobe-Symbol-Encoding", + "description": "PostScript Language Reference Manual PCL Symbol Set id: 5M " + }, + { + "code": "2104", + "codeName": "Amiga-1251", + "description": "See [http://www.amiga.ultranet.ru/Amiga-1251.html]" + }, + { + "code": "74", + "codeName": "ANSI_X3.110-1983", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "65", + "codeName": "ASMO_449", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "2026", + "codeName": "Big5", + "description": "Chinese for Taiwan Multi-byte set. PCL Symbol Set Id: 18T" + }, + { + "code": "2101", + "codeName": "Big5-HKSCS", + "description": "See [http://www.iana.org/assignments/charset-reg/Big5-HKSCS]" + }, + { + "code": "1020", + "codeName": "BOCU-1", + "description": "[http://www.unicode.org/notes/tn6/]" + }, + { + "code": "2106", + "codeName": "BRF", + "description": "See [http://www.iana.org/assignments/charset-reg/BRF] " + }, + { + "code": "20", + "codeName": "BS_4730", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "50", + "codeName": "BS_viewdata", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "1016", + "codeName": "CESU-8", + "description": "[http://www.unicode.org/unicode/reports/tr26]" + }, + { + "code": "2260", + "codeName": "CP50220", + "description": "See [http://www.iana.org/assignments/charset-reg/CP50220]" + }, + { + "code": "2108", + "codeName": "CP51932", + "description": "See [http://www.iana.org/assignments/charset-reg/CP51932] " + }, + { + "code": "78", + "codeName": "CSA_Z243.4-1985-1", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "79", + "codeName": "CSA_Z243.4-1985-2", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "80", + "codeName": "CSA_Z243.4-1985-gr", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "86", + "codeName": "CSN_369103", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "2008", + "codeName": "DEC-MCS", + "description": "VAX/VMS User's Manual, Order Number: AI-Y517A-TE, April 1986." + }, + { + "code": "24", + "codeName": "DIN_66003", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "101", + "codeName": "dk-us", + "description": "" + }, + { + "code": "99", + "codeName": "DS_2089", + "description": "Danish Standard, DS 2089, February 1974" + }, + { + "code": "2064", + "codeName": "EBCDIC-AT-DE", + "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" + }, + { + "code": "2065", + "codeName": "EBCDIC-AT-DE-A", + "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" + }, + { + "code": "2066", + "codeName": "EBCDIC-CA-FR", + "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" + }, + { + "code": "2067", + "codeName": "EBCDIC-DK-NO", + "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" + }, + { + "code": "2068", + "codeName": "EBCDIC-DK-NO-A", + "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" + }, + { + "code": "2074", + "codeName": "EBCDIC-ES", + "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" + }, + { + "code": "2075", + "codeName": "EBCDIC-ES-A", + "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" + }, + { + "code": "2076", + "codeName": "EBCDIC-ES-S", + "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" + }, + { + "code": "2069", + "codeName": "EBCDIC-FI-SE", + "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" + }, + { + "code": "2070", + "codeName": "EBCDIC-FI-SE-A", + "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" + }, + { + "code": "2071", + "codeName": "EBCDIC-FR", + "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" + }, + { + "code": "2072", + "codeName": "EBCDIC-IT", + "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" + }, + { + "code": "2073", + "codeName": "EBCDIC-PT", + "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" + }, + { + "code": "2077", + "codeName": "EBCDIC-UK", + "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" + }, + { + "code": "2078", + "codeName": "EBCDIC-US", + "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" + }, + { + "code": "77", + "codeName": "ECMA-cyrillic", + "description": "[ISO registry] (formerly [ECMA registry])" + }, + { + "code": "23", + "codeName": "ES", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "61", + "codeName": "ES2", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "38", + "codeName": "EUC-KR", + "description": "[RFC1557] (see also KS_C_5861-1992)" + }, + { + "code": "19", + "codeName": "Extended_UNIX_Code_Fixed_Width_for_Japanese", + "description": "Code set 0: US-ASCII; code set 2: Half Width Katakana; code set 3: JIS X0212-1990" + }, + { + "code": "18", + "codeName": "Extended_UNIX_Code_Packed_Format_for_Japanese", + "description": "Code set 0: US-ASCII; code set 1: JIS X0208-1990; code set 3: JIS X0212-1990 " + }, + { + "code": "56", + "codeName": "GB_1988-80", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "57", + "codeName": "GB_2312-80", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "114", + "codeName": "GB18030", + "description": "Chinese IT Standardization Technical Committee see [http://www.iana.org/assignments/charset-reg/GB18030]" + }, + { + "code": "2025", + "codeName": "GB2312", + "description": "Chinese for People's Republic of China (PRC) mixed one byte, two byte set" + }, + { + "code": "113", + "codeName": "GBK", + "description": "Chinese IT Standardization Technical Committee see [http://www.iana.org/assignments/charset-reg/GBK]" + }, + { + "code": "94", + "codeName": "GOST_19768-74", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "64", + "codeName": "greek7", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "44", + "codeName": "greek7-old", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "91", + "codeName": "greek-ccitt", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "2021", + "codeName": "HP-DeskTop", + "description": "PCL 5 Comparison Guide, Hewlett-Packard, HP part number 5961-0510, October 1992 PCL Symbol Set id: 7J" + }, + { + "code": "2017", + "codeName": "HP-Legal", + "description": "PCL 5 Comparison Guide, Hewlett-Packard, HP part number 5961-0510, October 1992 PCL Symbol Set id: 1U" + }, + { + "code": "2019", + "codeName": "HP-Math8", + "description": "PCL 5 Comparison Guide, Hewlett-Packard, HP part number 5961-0510, October 1992 PCL Symbol Set id: 8M" + }, + { + "code": "2018", + "codeName": "HP-Pi-font", + "description": "PCL 5 Comparison Guide, Hewlett-Packard, HP part number 5961-0510, October 1992 PCL Symbol Set id: 15U " + }, + { + "code": "2004", + "codeName": "hp-roman8", + "description": "LaserJet IIP Printer User's Manual, HP part no 33471-90901, Hewlet-Packard, June 1989." + }, + { + "code": "2085", + "codeName": "HZ-GB-2312", + "description": "[RFC1842], [RFC1843][RFC1843][RFC1842]" + }, + { + "code": "2089", + "codeName": "IBM00858", + "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM00858]" + }, + { + "code": "2090", + "codeName": "IBM00924", + "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM00924]" + }, + { + "code": "2091", + "codeName": "IBM01140", + "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM01140]" + }, + { + "code": "2092", + "codeName": "IBM01141", + "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM01141] " + }, + { + "code": "2093", + "codeName": "IBM01142", + "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM01142]" + }, + { + "code": "2094", + "codeName": "IBM01143", + "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM01143]" + }, + { + "code": "2095", + "codeName": "IBM01144", + "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM01144]" + }, + { + "code": "2096", + "codeName": "IBM01145", + "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM01145]" + }, + { + "code": "2097", + "codeName": "IBM01146", + "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM01146]" + }, + { + "code": "2098", + "codeName": "IBM01147", + "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM01147]" + }, + { + "code": "2099", + "codeName": "IBM01148", + "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM01148]" + }, + { + "code": "2100", + "codeName": "IBM01149", + "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM01149]" + }, + { + "code": "2028", + "codeName": "IBM037", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2029", + "codeName": "IBM038", + "description": "IBM 3174 Character Set Ref, GA27-3831-02, March 1990" + }, + { + "code": "2063", + "codeName": "IBM1026", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2102", + "codeName": "IBM1047", + "description": "IBM1047 (EBCDIC Latin 1/Open Systems) [http://www-1.ibm.com/servers/eserver/iseries/software/globalization/pdf/cp01047z.pdf]" + }, + { + "code": "2030", + "codeName": "IBM273", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2031", + "codeName": "IBM274", + "description": "IBM 3174 Character Set Ref, GA27-3831-02, March 1990" + }, + { + "code": "2032", + "codeName": "IBM275", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2033", + "codeName": "IBM277", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2034", + "codeName": "IBM278", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2035", + "codeName": "IBM280", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2036", + "codeName": "IBM281", + "description": "IBM 3174 Character Set Ref, GA27-3831-02, March 1990" + }, + { + "code": "2037", + "codeName": "IBM284", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2038", + "codeName": "IBM285", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2039", + "codeName": "IBM290", + "description": "IBM 3174 Character Set Ref, GA27-3831-02, March 1990" + }, + { + "code": "2040", + "codeName": "IBM297", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2041", + "codeName": "IBM420", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990, IBM NLS RM p 11-11" + }, + { + "code": "2042", + "codeName": "IBM423", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2043", + "codeName": "IBM424", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2011", + "codeName": "IBM437", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2044", + "codeName": "IBM500", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2087", + "codeName": "IBM775", + "description": "HP PCL 5 Comparison Guide (P/N 5021-0329) pp B-13, 1996" + }, + { + "code": "2009", + "codeName": "IBM850", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990 " + }, + { + "code": "2045", + "codeName": "IBM851", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2010", + "codeName": "IBM852", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2046", + "codeName": "IBM855", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2047", + "codeName": "IBM857", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2048", + "codeName": "IBM860", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2049", + "codeName": "IBM861", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2013", + "codeName": "IBM862", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2050", + "codeName": "IBM863", + "description": "IBM Keyboard layouts and code pages, PN 07G4586 June 1991" + }, + { + "code": "2051", + "codeName": "IBM864", + "description": "IBM Keyboard layouts and code pages, PN 07G4586 June 1991" + }, + { + "code": "2052", + "codeName": "IBM865", + "description": "IBM DOS 3.3 Ref (Abridged), 94X9575 (Feb 1987)" + }, + { + "code": "2086", + "codeName": "IBM866", + "description": "IBM NLDG Volume 2 (SE09-8002-03) August 1994" + }, + { + "code": "2053", + "codeName": "IBM868", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2054", + "codeName": "IBM869", + "description": "IBM Keyboard layouts and code pages, PN 07G4586 June 1991" + }, + { + "code": "2055", + "codeName": "IBM870", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2056", + "codeName": "IBM871", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2057", + "codeName": "IBM880", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2058", + "codeName": "IBM891", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2059", + "codeName": "IBM903", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2060", + "codeName": "IBM904", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2061", + "codeName": "IBM905", + "description": "IBM 3174 Character Set Ref, GA27-3831-02, March 1990" + }, + { + "code": "2062", + "codeName": "IBM918", + "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" + }, + { + "code": "2015", + "codeName": "IBM-Symbols", + "description": "Presentation Set, CPGID: 259" + }, + { + "code": "2016", + "codeName": "IBM-Thai", + "description": "Presentation Set, CPGID: 838" + }, + { + "code": "88", + "codeName": "IEC_P27-1", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "51", + "codeName": "INIS", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "52", + "codeName": "INIS-8", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "53", + "codeName": "INIS-cyrillic", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "29", + "codeName": "INVARIANT", + "description": "" + }, + { + "code": "96", + "codeName": "ISO_10367-box", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "73", + "codeName": "ISO_2033-1983", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "48", + "codeName": "ISO_5427", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "54", + "codeName": "ISO_5427:1981", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "55", + "codeName": "ISO_5428:1980", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "28", + "codeName": "ISO_646.basic:1983", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "30", + "codeName": "ISO_646.irv:1983", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "93", + "codeName": "ISO_6937-2-25", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "14", + "codeName": "ISO_6937-2-add", + "description": "[ISO-IR: International Register of Escape Sequences] and ISO 6937-2:1983 Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "4", + "codeName": "ISO_8859-1:1987", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "5", + "codeName": "ISO_8859-2:1987", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "6", + "codeName": "ISO_8859-3:1988", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "7", + "codeName": "ISO_8859-4:1988", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "8", + "codeName": "ISO_8859-5:1988", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "9", + "codeName": "ISO_8859-6:1987", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "81", + "codeName": "ISO_8859-6-E", + "description": "[RFC1556]" + }, + { + "code": "82", + "codeName": "ISO_8859-6-I", + "description": "[RFC1556]" + }, + { + "code": "10", + "codeName": "ISO_8859-7:1987", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "11", + "codeName": "ISO_8859-8:1988", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "84", + "codeName": "ISO_8859-8-E", + "description": "[RFC1556]" + }, + { + "code": "85", + "codeName": "ISO_8859-8-I", + "description": "[RFC1556]" + }, + { + "code": "12", + "codeName": "ISO_8859-9:1989", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "95", + "codeName": "ISO_8859-supp", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "1004", + "codeName": "ISO-10646-J-1", + "description": "ISO 10646 Japanese, see [RFC1815]" + }, + { + "code": "1000", + "codeName": "ISO-10646-UCS-2", + "description": "the 2-octet Basic Multilingual Plane, aka Unicode this needs to specify network byte order: the standard does not specify (it is a 16-bit integer space)" + }, + { + "code": "1001", + "codeName": "ISO-10646-UCS-4", + "description": "the full code space. (same comment about byte order, these are 31-bit numbers." + }, + { + "code": "1002", + "codeName": "ISO-10646-UCS-Basic", + "description": "ASCII subset of Unicode. Basic Latin = collection 1 See ISO 10646, Appendix A" + }, + { + "code": "1003", + "codeName": "ISO-10646-Unicode-Latin1", + "description": "ISO Latin-1 subset of Unicode. Basic Latin and Latin-1 Supplement = collections 1 and 2. See ISO 10646, Appendix A. See [RFC1815]." + }, + { + "code": "27", + "codeName": "ISO-10646-UTF-1", + "description": "Universal Transfer Format (1), this is the multibyte encoding, that subsets ASCII-7. It does not have byte ordering issues." + }, + { + "code": "118", + "codeName": "ISO-11548-1", + "description": "See [http://www.iana.org/assignments/charset-reg/ISO-11548-1]" + }, + { + "code": "104", + "codeName": "ISO-2022-CN", + "description": "[RFC1922]" + }, + { + "code": "105", + "codeName": "ISO-2022-CN-EXT", + "description": "[RFC1922]" + }, + { + "code": "39", + "codeName": "ISO-2022-JP", + "description": "[RFC1468] (see also [RFC2237])" + }, + { + "code": "40", + "codeName": "ISO-2022-JP-2", + "description": "[RFC1554]" + }, + { + "code": "37", + "codeName": "ISO-2022-KR", + "description": "[RFC1557] (see also KS_C_5601-1987)" + }, + { + "code": "13", + "codeName": "ISO-8859-10", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "109", + "codeName": "ISO-8859-13", + "description": "ISO See [http://www.iana.org/assignments/charset-reg/ISO-8859-13][Vladas_Tumasonis]" + }, + { + "code": "110", + "codeName": "ISO-8859-14", + "description": "ISO See [http://www.iana.org/assignments/charset-reg/ISO-8859-14] [Keld_Simonsen_2]" + }, + { + "code": "111", + "codeName": "ISO-8859-15", + "description": "ISO see [http://www.iana.org/assignments/charset-reg/ISO-8859-15]" + }, + { + "code": "112", + "codeName": "ISO-8859-16", + "description": "ISO" + }, + { + "code": "2000", + "codeName": "ISO-8859-1-Windows-3.0-Latin-1", + "description": "Extended ISO 8859-1 Latin-1 for Windows 3.0. PCL Symbol Set id: 9U" + }, + { + "code": "2001", + "codeName": "ISO-8859-1-Windows-3.1-Latin-1", + "description": "Extended ISO 8859-1 Latin-1 for Windows 3.1. PCL Symbol Set id: 19U" + }, + { + "code": "2002", + "codeName": "ISO-8859-2-Windows-Latin-2", + "description": "Extended ISO 8859-2. Latin-2 for Windows 3.1. PCL Symbol Set id: 9E" + }, + { + "code": "2003", + "codeName": "ISO-8859-9-Windows-Latin-5", + "description": "Extended ISO 8859-9. Latin-5 for Windows 3.1 PCL Symbol Set id: 5T" + }, + { + "code": "66", + "codeName": "iso-ir-90", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "1005", + "codeName": "ISO-Unicode-IBM-1261", + "description": "IBM Latin-2, -3, -5, Extended Presentation Set, GCSGID: 1261" + }, + { + "code": "1008", + "codeName": "ISO-Unicode-IBM-1264", + "description": "IBM Arabic Presentation Set, GCSGID: 1264" + }, + { + "code": "1009", + "codeName": "ISO-Unicode-IBM-1265", + "description": "IBM Hebrew Presentation Set, GCSGID: 1265" + }, + { + "code": "1006", + "codeName": "ISO-Unicode-IBM-1268", + "description": "IBM Latin-4 Extended Presentation Set, GCSGID: 1268" + }, + { + "code": "1007", + "codeName": "ISO-Unicode-IBM-1276", + "description": "IBM Cyrillic Greek Extended Presentation Set, GCSGID: 1276" + }, + { + "code": "22", + "codeName": "IT", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "41", + "codeName": "JIS_C6220-1969-jp", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "42", + "codeName": "JIS_C6220-1969-ro", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "49", + "codeName": "JIS_C6226-1978", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "63", + "codeName": "JIS_C6226-1983", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "67", + "codeName": "JIS_C6229-1984-a", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "68", + "codeName": "JIS_C6229-1984-b", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "69", + "codeName": "JIS_C6229-1984-b-add", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "70", + "codeName": "JIS_C6229-1984-hand", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "71", + "codeName": "JIS_C6229-1984-hand-add", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "72", + "codeName": "JIS_C6229-1984-kana", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "16", + "codeName": "JIS_Encoding", + "description": "JIS X 0202-1991. Uses ISO 2022 escape sequences to shift code sets as documented in JIS X 0202-1991." + }, + { + "code": "15", + "codeName": "JIS_X0201", + "description": "JIS X 0201-1976. One byte only, this is equivalent to JIS/Roman (similar to ASCII) plus eight-bit half-width Katakana" + }, + { + "code": "98", + "codeName": "JIS_X0212-1990", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "87", + "codeName": "JUS_I.B1.002", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "90", + "codeName": "JUS_I.B1.003-mac", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "89", + "codeName": "JUS_I.B1.003-serb", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "2105", + "codeName": "KOI7-switched", + "description": "See [http://www.iana.org/assignments/charset-reg/KOI7-switched]" + }, + { + "code": "2084", + "codeName": "KOI8-R", + "description": "[RFC1489], based on GOST-19768-74, ISO-6937/8, INIS-Cyrillic, ISO-5427." + }, + { + "code": "2088", + "codeName": "KOI8-U", + "description": "[RFC2319]" + }, + { + "code": "36", + "codeName": "KS_C_5601-1987", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "102", + "codeName": "KSC5636", + "description": "" + }, + { + "code": "119", + "codeName": "KZ-1048", + "description": "See [http://www.iana.org/assignments/charset-reg/KZ-1048] " + }, + { + "code": "45", + "codeName": "latin-greek", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "47", + "codeName": "Latin-greek-1", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "97", + "codeName": "latin-lap", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "2027", + "codeName": "macintosh", + "description": "The Unicode Standard ver1.0, ISBN 0-201-56788-1, Oct 1991" + }, + { + "code": "2023", + "codeName": "Microsoft-Publishing", + "description": "PCL 5 Comparison Guide, Hewlett-Packard, HP part number 5961-0510, October 1992 PCL Symbol Set id: 6J" + }, + { + "code": "2081", + "codeName": "MNEM", + "description": "[RFC1345], also known as mnemonic+ascii+8200" + }, + { + "code": "2080", + "codeName": "MNEMONIC", + "description": "[RFC1345], also known as mnemonic+ascii+38" + }, + { + "code": "62", + "codeName": "MSZ_7795.3", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "33", + "codeName": "NATS-DANO", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "34", + "codeName": "NATS-DANO-ADD", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "31", + "codeName": "NATS-SEFI", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "32", + "codeName": "NATS-SEFI-ADD", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "92", + "codeName": "NC_NC00-10:81", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "26", + "codeName": "NF_Z_62-010", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "46", + "codeName": "NF_Z_62-010_(1973)", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "25", + "codeName": "NS_4551-1", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "58", + "codeName": "NS_4551-2", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "116", + "codeName": "OSD_EBCDIC_DF03_IRV", + "description": "Fujitsu-Siemens standard mainframe EBCDIC encoding see [http://www.iana.org/assignments/charset-reg/OSD-EBCDIC-DF03-IRV]" + }, + { + "code": "117", + "codeName": "OSD_EBCDIC_DF04_1", + "description": "Fujitsu-Siemens standard mainframe EBCDIC encoding see [http://www.iana.org/assignments/charset-reg/OSD-EBCDIC-DF04-1]" + }, + { + "code": "115", + "codeName": "OSD_EBCDIC_DF04_15", + "description": "Fujitsu-Siemens standard mainframe EBCDIC encoding see [http://www.iana.org/assignments/charset-reg/OSD-EBCDIC-DF04-15]" + }, + { + "code": "2012", + "codeName": "PC8-Danish-Norwegian", + "description": "PC Danish Norwegian 8-bit PC set for Danish Norwegian PCL Symbol Set id: 11U" + }, + { + "code": "2014", + "codeName": "PC8-Turkish", + "description": "PC Latin Turkish. PCL Symbol Set id: 9T" + }, + { + "code": "43", + "codeName": "PT", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "60", + "codeName": "PT2", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "2103", + "codeName": "PTCP154", + "description": "See [http://www.iana.org/assignments/charset-reg/PTCP154]" + }, + { + "code": "1011", + "codeName": "SCSU", + "description": "SCSU See [http://www.iana.org/assignments/charset-reg/SCSU] [Markus_Scherer]" + }, + { + "code": "35", + "codeName": "SEN_850200_B", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "21", + "codeName": "SEN_850200_C", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "17", + "codeName": "Shift_JIS", + "description": "An extension of csHalfWidthKatakana by adding graphic characters in JIS X 0208. " + }, + { + "code": "83", + "codeName": "T.101-G2", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "75", + "codeName": "T.61-7bit", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "76", + "codeName": "T.61-8bit", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "2259", + "codeName": "TIS-620", + "description": "Thai Industrial Standards Institute (TISI)" + }, + { + "code": "2107", + "codeName": "TSCII", + "description": "See [http://www.iana.org/assignments/charset-reg/TSCII]" + }, + { + "code": "1010", + "codeName": "UNICODE-1-1", + "description": "[RFC1641]" + }, + { + "code": "103", + "codeName": "UNICODE-1-1-UTF-7", + "description": "[RFC1642]" + }, + { + "code": "2079", + "codeName": "UNKNOWN-8BIT", + "description": "" + }, + { + "code": "3", + "codeName": "US-ASCII", + "description": "ANSI X3.4-1986" + }, + { + "code": "100", + "codeName": "us-dk", + "description": "" + }, + { + "code": "1015", + "codeName": "UTF-16", + "description": "[RFC2781]" + }, + { + "code": "1013", + "codeName": "UTF-16BE", + "description": "[RFC2781]" + }, + { + "code": "1014", + "codeName": "UTF-16LE", + "description": "[RFC2781]" + }, + { + "code": "1017", + "codeName": "UTF-32", + "description": "[http://www.unicode.org/unicode/reports/tr19/]" + }, + { + "code": "1018", + "codeName": "UTF-32BE", + "description": "[http://www.unicode.org/unicode/reports/tr19/]" + }, + { + "code": "1019", + "codeName": "UTF-32LE", + "description": "[http://www.unicode.org/unicode/reports/tr19/]" + }, + { + "code": "1012", + "codeName": "UTF-7", + "description": "[RFC2152]" + }, + { + "code": "106", + "codeName": "UTF-8", + "description": "[RFC3629]" + }, + { + "code": "2007", + "codeName": "Ventura-International", + "description": "Ventura International. ASCII plus coded characters similar to Roman8. PCL Symbol Set id: 13J" + }, + { + "code": "2022", + "codeName": "Ventura-Math", + "description": "PCL 5 Comparison Guide, Hewlett-Packard, HP part number 5961-0510, October 1992 PCL Symbol Set id: 6M" + }, + { + "code": "2006", + "codeName": "Ventura-US", + "description": "Ventura US. " + }, + { + "code": "59", + "codeName": "videotex-suppl", + "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." + }, + { + "code": "2083", + "codeName": "VIQR", + "description": "[RFC1456]" + }, + { + "code": "2082", + "codeName": "VISCII", + "description": "[RFC1456]" + }, + { + "code": "2250", + "codeName": "windows-1250", + "description": "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1250]" + }, + { + "code": "2251", + "codeName": "windows-1251", + "description": "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1251]" + }, + { + "code": "2252", + "codeName": "windows-1252", + "description": "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1252]" + }, + { + "code": "2253", + "codeName": "windows-1253", + "description": "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1253]" + }, + { + "code": "2254", + "codeName": "windows-1254", + "description": "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1254]" + }, + { + "code": "2255", + "codeName": "windows-1255", + "description": "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1255]" + }, + { + "code": "2256", + "codeName": "windows-1256", + "description": "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1256]" + }, + { + "code": "2257", + "codeName": "windows-1257", + "description": "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1257] " + }, + { + "code": "2258", + "codeName": "windows-1258", + "description": "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1258]" + }, + { + "code": "2024", + "codeName": "Windows-31J", + "description": "Windows Japanese. " + }, + { + "code": "2109", + "codeName": "windows-874", + "description": "See [http://www.iana.org/assignments/charset-reg/windows-874]" + } + ] + }, + "iso_classification": { + "codelistType": "staticList", + "codelistName": "iso_classification", + "source": "ISO", + "sourceName": "MD_ClassificationCode", + "extensible": true, + "description": "name of the handling restrictions on the dataset", + "codelist": [ + { + "code": "001", + "codeName": "unclassified", + "description": "available for general disclosure" + }, + { + "code": "002", + "codeName": "restricted", + "description": "not for general disclosure" + }, + { + "code": "003", + "codeName": "confidential", + "description": "available for someone who can be entrusted with information" + }, + { + "code": "004", + "codeName": "secret", + "description": "kept or meant to be kept private, unknown, or hidden from all but a select group of people" + }, + { + "code": "005", + "codeName": "topSecret", + "description": "of the highest secrecy" + }, + { + "code": "006", + "codeName": "sensitiveButUnclassified", + "description": "although unclassified, requires strict controls over its distribution" + }, + { + "code": "007", + "codeName": "forOfficialUseOnly", + "description": "unclassified information that is to be used only for official purposes determined by the designating body" + }, + { + "code": "008", + "codeName": "protected", + "description": "compromise of the information could cause damage" + }, + { + "code": "009", + "codeName": "limitedDistribution", + "description": "dissemination limited by designating body" + } + ] + }, + "iso_contextCode": { + "codelistType": "staticList", + "codelistName": "iso_contextCode", + "source": "ISO", + "sourceName": "MI_ContextCode", + "extensible": true, + "description": "designation of criterion for defining the context of the scanning process event", + "codelist": [ + { + "code": "001", + "codeName": "acquisition", + "description": "event related to a specific collection" + }, + { + "code": "002", + "codeName": "pass", + "description": "event related to a sequence of collections" + }, + { + "code": "003", + "codeName": "wayPoint", + "description": "event related to a navigational manoeuvre" + } + ] + }, + "iso_countries": { + "codelistType": "staticList", + "codelistName": "iso_countries", + "source": "ISO", + "sourceName": "CountryCode", + "extensible": true, + "description": "three letter country codes from ISO 3166-1 alpha-3 code list", + "codelist": [ + { + "code": "004", + "codeName": "AFG", + "description": "Afghanistan" + }, + { + "code": "248", + "codeName": "ALA", + "description": "Åland Islands" + }, + { + "code": "008", + "codeName": "ALB", + "description": "Albania" + }, + { + "code": "012", + "codeName": "DZA", + "description": "Algeria" + }, + { + "code": "016", + "codeName": "ASM", + "description": "American Samoa" + }, + { + "code": "020", + "codeName": "AND", + "description": "Andorra" + }, + { + "code": "024", + "codeName": "AGO", + "description": "Angola" + }, + { + "code": "660", + "codeName": "AIA", + "description": "Anguilla" + }, + { + "code": "010", + "codeName": "ATA", + "description": "Antarctica" + }, + { + "code": "028", + "codeName": "ATG", + "description": "Antigua and Barbuda" + }, + { + "code": "032", + "codeName": "ARG", + "description": "Argentina" + }, + { + "code": "051", + "codeName": "ARM", + "description": "Armenia" + }, + { + "code": "533", + "codeName": "ABW", + "description": "Aruba" + }, + { + "code": "036", + "codeName": "AUS", + "description": "Australia" + }, + { + "code": "040", + "codeName": "AUT", + "description": "Austria" + }, + { + "code": "031", + "codeName": "AZE", + "description": "Azerbaijan" + }, + { + "code": "044", + "codeName": "BHS", + "description": "Bahamas" + }, + { + "code": "048", + "codeName": "BHR", + "description": "Bahrain" + }, + { + "code": "050", + "codeName": "BGD", + "description": "Bangladesh" + }, + { + "code": "052", + "codeName": "BRB", + "description": "Barbados" + }, + { + "code": "112", + "codeName": "BLR", + "description": "Belarus" + }, + { + "code": "056", + "codeName": "BEL", + "description": "Belgium" + }, + { + "code": "084", + "codeName": "BLZ", + "description": "Belize" + }, + { + "code": "204", + "codeName": "BEN", + "description": "Benin" + }, + { + "code": "060", + "codeName": "BMU", + "description": "Bermuda" + }, + { + "code": "064", + "codeName": "BTN", + "description": "Bhutan" + }, + { + "code": "068", + "codeName": "BOL", + "description": "Bolivia (Plurinational State of)" + }, + { + "code": "535", + "codeName": "BES", + "description": "Bonaire, Sint Eustatius and Saba" + }, + { + "code": "070", + "codeName": "BIH", + "description": "Bosnia and Herzegovina" + }, + { + "code": "072", + "codeName": "BWA", + "description": "Botswana" + }, + { + "code": "074", + "codeName": "BVT", + "description": "Bouvet Island" + }, + { + "code": "076", + "codeName": "BRA", + "description": "Brazil" + }, + { + "code": "086", + "codeName": "IOT", + "description": "British Indian Ocean Territory" + }, + { + "code": "096", + "codeName": "BRN", + "description": "Brunei Darussalam" + }, + { + "code": "100", + "codeName": "BGR", + "description": "Bulgaria" + }, + { + "code": "854", + "codeName": "BFA", + "description": "Burkina Faso" + }, + { + "code": "108", + "codeName": "BDI", + "description": "Burundi" + }, + { + "code": "116", + "codeName": "KHM", + "description": "Cambodia" + }, + { + "code": "120", + "codeName": "CMR", + "description": "Cameroon" + }, + { + "code": "124", + "codeName": "CAN", + "description": "Canada" + }, + { + "code": "132", + "codeName": "CPV", + "description": "Cabo Verde" + }, + { + "code": "136", + "codeName": "CYM", + "description": "Cayman Islands" + }, + { + "code": "140", + "codeName": "CAF", + "description": "Central African Republic" + }, + { + "code": "148", + "codeName": "TCD", + "description": "Chad" + }, + { + "code": "152", + "codeName": "CHL", + "description": "Chile" + }, + { + "code": "156", + "codeName": "CHN", + "description": "China" + }, + { + "code": "162", + "codeName": "CXR", + "description": "Christmas Island" + }, + { + "code": "166", + "codeName": "CCK", + "description": "Cocos (Keeling) Islands" + }, + { + "code": "170", + "codeName": "COL", + "description": "Colombia" + }, + { + "code": "174", + "codeName": "COM", + "description": "Comoros" + }, + { + "code": "178", + "codeName": "COG", + "description": "Congo" + }, + { + "code": "180", + "codeName": "COD", + "description": "Congo (Democratic Republic of the)" + }, + { + "code": "184", + "codeName": "COK", + "description": "Cook Islands" + }, + { + "code": "188", + "codeName": "CRI", + "description": "Costa Rica" + }, + { + "code": "384", + "codeName": "CIV", + "description": "Côte d'Ivoire" + }, + { + "code": "191", + "codeName": "HRV", + "description": "Croatia" + }, + { + "code": "192", + "codeName": "CUB", + "description": "Cuba" + }, + { + "code": "531", + "codeName": "CUW", + "description": "Curaçao" + }, + { + "code": "196", + "codeName": "CYP", + "description": "Cyprus" + }, + { + "code": "203", + "codeName": "CZE", + "description": "Czech Republic" + }, + { + "code": "208", + "codeName": "DNK", + "description": "Denmark" + }, + { + "code": "262", + "codeName": "DJI", + "description": "Djibouti" + }, + { + "code": "212", + "codeName": "DMA", + "description": "Dominica" + }, + { + "code": "214", + "codeName": "DOM", + "description": "Dominican Republic" + }, + { + "code": "218", + "codeName": "ECU", + "description": "Ecuador" + }, + { + "code": "818", + "codeName": "EGY", + "description": "Egypt" + }, + { + "code": "222", + "codeName": "SLV", + "description": "El Salvador" + }, + { + "code": "226", + "codeName": "GNQ", + "description": "Equatorial Guinea" + }, + { + "code": "232", + "codeName": "ERI", + "description": "Eritrea" + }, + { + "code": "233", + "codeName": "EST", + "description": "Estonia" + }, + { + "code": "231", + "codeName": "ETH", + "description": "Ethiopia" + }, + { + "code": "238", + "codeName": "FLK", + "description": "Falkland Islands (Malvinas)" + }, + { + "code": "234", + "codeName": "FRO", + "description": "Faroe Islands" + }, + { + "code": "242", + "codeName": "FJI", + "description": "Fiji" + }, + { + "code": "246", + "codeName": "FIN", + "description": "Finland" + }, + { + "code": "250", + "codeName": "FRA", + "description": "France" + }, + { + "code": "254", + "codeName": "GUF", + "description": "French Guiana" + }, + { + "code": "258", + "codeName": "PYF", + "description": "French Polynesia" + }, + { + "code": "260", + "codeName": "ATF", + "description": "French Southern Territories" + }, + { + "code": "266", + "codeName": "GAB", + "description": "Gabon" + }, + { + "code": "270", + "codeName": "GMB", + "description": "Gambia" + }, + { + "code": "268", + "codeName": "GEO", + "description": "Georgia" + }, + { + "code": "276", + "codeName": "DEU", + "description": "Germany" + }, + { + "code": "288", + "codeName": "GHA", + "description": "Ghana" + }, + { + "code": "292", + "codeName": "GIB", + "description": "Gibraltar" + }, + { + "code": "300", + "codeName": "GRC", + "description": "Greece" + }, + { + "code": "304", + "codeName": "GRL", + "description": "Greenland" + }, + { + "code": "308", + "codeName": "GRD", + "description": "Grenada" + }, + { + "code": "312", + "codeName": "GLP", + "description": "Guadeloupe" + }, + { + "code": "316", + "codeName": "GUM", + "description": "Guam" + }, + { + "code": "320", + "codeName": "GTM", + "description": "Guatemala" + }, + { + "code": "831", + "codeName": "GGY", + "description": "Guernsey" + }, + { + "code": "324", + "codeName": "GIN", + "description": "Guinea" + }, + { + "code": "624", + "codeName": "GNB", + "description": "Guinea-Bissau" + }, + { + "code": "328", + "codeName": "GUY", + "description": "Guyana" + }, + { + "code": "332", + "codeName": "HTI", + "description": "Haiti" + }, + { + "code": "334", + "codeName": "HMD", + "description": "Heard Island and McDonald Islands" + }, + { + "code": "336", + "codeName": "VAT", + "description": "Holy See" + }, + { + "code": "340", + "codeName": "HND", + "description": "Honduras" + }, + { + "code": "344", + "codeName": "HKG", + "description": "Hong Kong" + }, + { + "code": "348", + "codeName": "HUN", + "description": "Hungary" + }, + { + "code": "352", + "codeName": "ISL", + "description": "Iceland" + }, + { + "code": "356", + "codeName": "IND", + "description": "India" + }, + { + "code": "360", + "codeName": "IDN", + "description": "Indonesia" + }, + { + "code": "364", + "codeName": "IRN", + "description": "Iran (Islamic Republic of)" + }, + { + "code": "368", + "codeName": "IRQ", + "description": "Iraq" + }, + { + "code": "372", + "codeName": "IRL", + "description": "Ireland" + }, + { + "code": "833", + "codeName": "IMN", + "description": "Isle of Man" + }, + { + "code": "376", + "codeName": "ISR", + "description": "Israel" + }, + { + "code": "380", + "codeName": "ITA", + "description": "Italy" + }, + { + "code": "388", + "codeName": "JAM", + "description": "Jamaica" + }, + { + "code": "392", + "codeName": "JPN", + "description": "Japan" + }, + { + "code": "832", + "codeName": "JEY", + "description": "Jersey" + }, + { + "code": "400", + "codeName": "JOR", + "description": "Jordan" + }, + { + "code": "398", + "codeName": "KAZ", + "description": "Kazakhstan" + }, + { + "code": "404", + "codeName": "KEN", + "description": "Kenya" + }, + { + "code": "296", + "codeName": "KIR", + "description": "Kiribati" + }, + { + "code": "408", + "codeName": "PRK", + "description": "Korea (Democratic People's Republic of)" + }, + { + "code": "410", + "codeName": "KOR", + "description": "Korea (Republic of)" + }, + { + "code": "414", + "codeName": "KWT", + "description": "Kuwait" + }, + { + "code": "417", + "codeName": "KGZ", + "description": "Kyrgyzstan" + }, + { + "code": "418", + "codeName": "LAO", + "description": "Lao People's Democratic Republic" + }, + { + "code": "428", + "codeName": "LVA", + "description": "Latvia" + }, + { + "code": "422", + "codeName": "LBN", + "description": "Lebanon" + }, + { + "code": "426", + "codeName": "LSO", + "description": "Lesotho" + }, + { + "code": "430", + "codeName": "LBR", + "description": "Liberia" + }, + { + "code": "434", + "codeName": "LBY", + "description": "Libya" + }, + { + "code": "438", + "codeName": "LIE", + "description": "Liechtenstein" + }, + { + "code": "440", + "codeName": "LTU", + "description": "Lithuania" + }, + { + "code": "442", + "codeName": "LUX", + "description": "Luxembourg" + }, + { + "code": "446", + "codeName": "MAC", + "description": "Macao" + }, + { + "code": "807", + "codeName": "MKD", + "description": "Macedonia (the former Yugoslav Republic of)" + }, + { + "code": "450", + "codeName": "MDG", + "description": "Madagascar" + }, + { + "code": "454", + "codeName": "MWI", + "description": "Malawi" + }, + { + "code": "458", + "codeName": "MYS", + "description": "Malaysia" + }, + { + "code": "462", + "codeName": "MDV", + "description": "Maldives" + }, + { + "code": "466", + "codeName": "MLI", + "description": "Mali" + }, + { + "code": "470", + "codeName": "MLT", + "description": "Malta" + }, + { + "code": "584", + "codeName": "MHL", + "description": "Marshall Islands" + }, + { + "code": "474", + "codeName": "MTQ", + "description": "Martinique" + }, + { + "code": "478", + "codeName": "MRT", + "description": "Mauritania" + }, + { + "code": "480", + "codeName": "MUS", + "description": "Mauritius" + }, + { + "code": "175", + "codeName": "MYT", + "description": "Mayotte" + }, + { + "code": "484", + "codeName": "MEX", + "description": "Mexico" + }, + { + "code": "583", + "codeName": "FSM", + "description": "Micronesia (Federated States of)" + }, + { + "code": "498", + "codeName": "MDA", + "description": "Moldova (Republic of)" + }, + { + "code": "492", + "codeName": "MCO", + "description": "Monaco" + }, + { + "code": "496", + "codeName": "MNG", + "description": "Mongolia" + }, + { + "code": "499", + "codeName": "MNE", + "description": "Montenegro" + }, + { + "code": "500", + "codeName": "MSR", + "description": "Montserrat" + }, + { + "code": "504", + "codeName": "MAR", + "description": "Morocco" + }, + { + "code": "508", + "codeName": "MOZ", + "description": "Mozambique" + }, + { + "code": "104", + "codeName": "MMR", + "description": "Myanmar" + }, + { + "code": "516", + "codeName": "NAM", + "description": "Namibia" + }, + { + "code": "520", + "codeName": "NRU", + "description": "Nauru" + }, + { + "code": "524", + "codeName": "NPL", + "description": "Nepal" + }, + { + "code": "528", + "codeName": "NLD", + "description": "Netherlands" + }, + { + "code": "540", + "codeName": "NCL", + "description": "New Caledonia" + }, + { + "code": "554", + "codeName": "NZL", + "description": "New Zealand" + }, + { + "code": "558", + "codeName": "NIC", + "description": "Nicaragua" + }, + { + "code": "562", + "codeName": "NER", + "description": "Niger" + }, + { + "code": "566", + "codeName": "NGA", + "description": "Nigeria" + }, + { + "code": "570", + "codeName": "NIU", + "description": "Niue" + }, + { + "code": "574", + "codeName": "NFK", + "description": "Norfolk Island" + }, + { + "code": "580", + "codeName": "MNP", + "description": "Northern Mariana Islands" + }, + { + "code": "578", + "codeName": "NOR", + "description": "Norway" + }, + { + "code": "512", + "codeName": "OMN", + "description": "Oman" + }, + { + "code": "586", + "codeName": "PAK", + "description": "Pakistan" + }, + { + "code": "585", + "codeName": "PLW", + "description": "Palau" + }, + { + "code": "275", + "codeName": "PSE", + "description": "Palestine, State of" + }, + { + "code": "591", + "codeName": "PAN", + "description": "Panama" + }, + { + "code": "598", + "codeName": "PNG", + "description": "Papua New Guinea" + }, + { + "code": "600", + "codeName": "PRY", + "description": "Paraguay" + }, + { + "code": "604", + "codeName": "PER", + "description": "Peru" + }, + { + "code": "608", + "codeName": "PHL", + "description": "Philippines" + }, + { + "code": "612", + "codeName": "PCN", + "description": "Pitcairn" + }, + { + "code": "616", + "codeName": "POL", + "description": "Poland" + }, + { + "code": "620", + "codeName": "PRT", + "description": "Portugal" + }, + { + "code": "630", + "codeName": "PRI", + "description": "Puerto Rico" + }, + { + "code": "634", + "codeName": "QAT", + "description": "Qatar" + }, + { + "code": "638", + "codeName": "REU", + "description": "Réunion" + }, + { + "code": "642", + "codeName": "ROU", + "description": "Romania" + }, + { + "code": "643", + "codeName": "RUS", + "description": "Russian Federation" + }, + { + "code": "646", + "codeName": "RWA", + "description": "Rwanda" + }, + { + "code": "652", + "codeName": "BLM", + "description": "Saint Barthélemy" + }, + { + "code": "654", + "codeName": "SHN", + "description": "Saint Helena, Ascension and Tristan da Cunha" + }, + { + "code": "659", + "codeName": "KNA", + "description": "Saint Kitts and Nevis" + }, + { + "code": "662", + "codeName": "LCA", + "description": "Saint Lucia" + }, + { + "code": "663", + "codeName": "MAF", + "description": "Saint Martin (French part)" + }, + { + "code": "666", + "codeName": "SPM", + "description": "Saint Pierre and Miquelon" + }, + { + "code": "670", + "codeName": "VCT", + "description": "Saint Vincent and the Grenadines" + }, + { + "code": "882", + "codeName": "WSM", + "description": "Samoa" + }, + { + "code": "674", + "codeName": "SMR", + "description": "San Marino" + }, + { + "code": "678", + "codeName": "STP", + "description": "Sao Tome and Principe" + }, + { + "code": "682", + "codeName": "SAU", + "description": "Saudi Arabia" + }, + { + "code": "686", + "codeName": "SEN", + "description": "Senegal" + }, + { + "code": "688", + "codeName": "SRB", + "description": "Serbia" + }, + { + "code": "690", + "codeName": "SYC", + "description": "Seychelles" + }, + { + "code": "694", + "codeName": "SLE", + "description": "Sierra Leone" + }, + { + "code": "702", + "codeName": "SGP", + "description": "Singapore" + }, + { + "code": "534", + "codeName": "SXM", + "description": "Sint Maarten (Dutch part)" + }, + { + "code": "703", + "codeName": "SVK", + "description": "Slovakia" + }, + { + "code": "705", + "codeName": "SVN", + "description": "Slovenia" + }, + { + "code": "090", + "codeName": "SLB", + "description": "Solomon Islands" + }, + { + "code": "706", + "codeName": "SOM", + "description": "Somalia" + }, + { + "code": "710", + "codeName": "ZAF", + "description": "South Africa" + }, + { + "code": "239", + "codeName": "SGS", + "description": "South Georgia and the South Sandwich Islands" + }, + { + "code": "728", + "codeName": "SSD", + "description": "South Sudan" + }, + { + "code": "724", + "codeName": "ESP", + "description": "Spain" + }, + { + "code": "144", + "codeName": "LKA", + "description": "Sri Lanka" + }, + { + "code": "729", + "codeName": "SDN", + "description": "Sudan" + }, + { + "code": "740", + "codeName": "SUR", + "description": "Suriname" + }, + { + "code": "744", + "codeName": "SJM", + "description": "Svalbard and Jan Mayen" + }, + { + "code": "748", + "codeName": "SWZ", + "description": "Swaziland" + }, + { + "code": "752", + "codeName": "SWE", + "description": "Sweden" + }, + { + "code": "756", + "codeName": "CHE", + "description": "Switzerland" + }, + { + "code": "760", + "codeName": "SYR", + "description": "Syrian Arab Republic" + }, + { + "code": "158", + "codeName": "TWN", + "description": "Taiwan, Province of China" + }, + { + "code": "762", + "codeName": "TJK", + "description": "Tajikistan" + }, + { + "code": "834", + "codeName": "TZA", + "description": "Tanzania, United Republic of" + }, + { + "code": "764", + "codeName": "THA", + "description": "Thailand" + }, + { + "code": "626", + "codeName": "TLS", + "description": "Timor-Leste" + }, + { + "code": "768", + "codeName": "TGO", + "description": "Togo" + }, + { + "code": "772", + "codeName": "TKL", + "description": "Tokelau" + }, + { + "code": "776", + "codeName": "TON", + "description": "Tonga" + }, + { + "code": "780", + "codeName": "TTO", + "description": "Trinidad and Tobago" + }, + { + "code": "788", + "codeName": "TUN", + "description": "Tunisia" + }, + { + "code": "792", + "codeName": "TUR", + "description": "Turkey" + }, + { + "code": "795", + "codeName": "TKM", + "description": "Turkmenistan" + }, + { + "code": "796", + "codeName": "TCA", + "description": "Turks and Caicos Islands" + }, + { + "code": "798", + "codeName": "TUV", + "description": "Tuvalu" + }, + { + "code": "800", + "codeName": "UGA", + "description": "Uganda" + }, + { + "code": "804", + "codeName": "UKR", + "description": "Ukraine" + }, + { + "code": "784", + "codeName": "ARE", + "description": "United Arab Emirates" + }, + { + "code": "826", + "codeName": "GBR", + "description": "United Kingdom of Great Britain and Northern Ireland" + }, + { + "code": "840", + "codeName": "USA", + "description": "United States of America" + }, + { + "code": "581", + "codeName": "UMI", + "description": "United States Minor Outlying Islands" + }, + { + "code": "858", + "codeName": "URY", + "description": "Uruguay" + }, + { + "code": "860", + "codeName": "UZB", + "description": "Uzbekistan" + }, + { + "code": "548", + "codeName": "VUT", + "description": "Vanuatu" + }, + { + "code": "862", + "codeName": "VEN", + "description": "Venezuela (Bolivarian Republic of)" + }, + { + "code": "704", + "codeName": "VNM", + "description": "Viet Nam" + }, + { + "code": "092", + "codeName": "VGB", + "description": "Virgin Islands (British)" + }, + { + "code": "850", + "codeName": "VIR", + "description": "Virgin Islands (U.S.)" + }, + { + "code": "876", + "codeName": "WLF", + "description": "Wallis and Futuna" + }, + { + "code": "732", + "codeName": "ESH", + "description": "Western Sahara" + }, + { + "code": "887", + "codeName": "YEM", + "description": "Yemen" + }, + { + "code": "894", + "codeName": "ZMB", + "description": "Zambia" + }, + { + "code": "716", + "codeName": "ZWE", + "description": "Zimbabwe" + } + ] + }, + "iso_coverageContentType": { + "codelistType": "staticList", + "codelistName": "iso_coverageContentType", + "source": "ISO", + "sourceName": "MD_CoverageContentTypeCode", + "extensible": true, + "description": "specific type of information represented in the cell", + "codelist": [ + { + "code": "001", + "codeName": "image", + "description": "meaningful numerical representation of a physical parameter that is not the actual value of the physical parameter" + }, + { + "code": "002", + "codeName": "thematicClassification", + "description": "code value with no quantitative meaning, used to represent a physical quality" + }, + { + "code": "003", + "codeName": "physicalMeasurement", + "description": "value in physical units of the quantity being measured" + }, + { + "code": "004", + "codeName": "auxillaryInformation", + "description": "data, usually a physical measurement, used to support the calculation of the primary physicalMeasurement coverages in the dataset" + }, + { + "code": "005", + "codeName": "qualityInformation", + "description": "data used to characterize the quality of the physicalMeasurement coverages in the dataset" + }, + { + "code": "006", + "codeName": "referenceInformation", + "description": "reference information used to support the calculation or use of the physicalMeasurement coverages in the dataset" + }, + { + "code": "007", + "codeName": "modelResult", + "description": "resources with values that are calculated using a model rather than being observed or calculated from observations" + }, + { + "code": "008", + "codeName": "coordinate", + "description": "data used to provide coordinate axis values" + } + ] + }, + "iso_currency": { + "codelistType": "currency", + "codelistName": "iso_currency", + "source": "SNV", + "sourceName": "Swiss Association for Standards", + "extensible": false, + "description": "currency and funds codelist", + "codelist": [ + { + "code": "971", + "codeName": "AFN", + "description": "AFGHANISTAN-Afghani" + }, + { + "code": "978", + "codeName": "EUR", + "description": "ÅLAND ISLANDS-Euro" + }, + { + "code": "008", + "codeName": "ALL", + "description": "ALBANIA-Lek" + }, + { + "code": "012", + "codeName": "DZD", + "description": "ALGERIA-Algerian Dinar" + }, + { + "code": "840", + "codeName": "USD", + "description": "AMERICAN SAMOA-US Dollar" + }, + { + "code": "978", + "codeName": "EUR", + "description": "ANDORRA-Euro" + }, + { + "code": "973", + "codeName": "AOA", + "description": "ANGOLA-Kwanza" + }, + { + "code": "951", + "codeName": "XCD", + "description": "ANGUILLA-East Caribbean Dollar" + }, + { + "code": "0", + "codeName": "_", + "description": "ANTARCTICA-No universal currency" + }, + { + "code": "951", + "codeName": "XCD", + "description": "ANTIGUA AND BARBUDA-East Caribbean Dollar" + }, + { + "code": "032", + "codeName": "ARS", + "description": "ARGENTINA-Argentine Peso" + }, + { + "code": "051", + "codeName": "AMD", + "description": "ARMENIA-Armenian Dram" + }, + { + "code": "533", + "codeName": "AWG", + "description": "ARUBA-Aruban Florin" + }, + { + "code": "036", + "codeName": "AUD", + "description": "AUSTRALIA-Australian Dollar" + }, + { + "code": "978", + "codeName": "EUR", + "description": "AUSTRIA-Euro" + }, + { + "code": "944", + "codeName": "AZN", + "description": "AZERBAIJAN-Azerbaijanian Manat" + }, + { + "code": "044", + "codeName": "BSD", + "description": "BAHAMAS (THE)-Bahamian Dollar" + }, + { + "code": "048", + "codeName": "BHD", + "description": "BAHRAIN-Bahraini Dinar" + }, + { + "code": "050", + "codeName": "BDT", + "description": "BANGLADESH-Taka" + }, + { + "code": "052", + "codeName": "BBD", + "description": "BARBADOS-Barbados Dollar" + }, + { + "code": "933", + "codeName": "BYN", + "description": "BELARUS-Belarusian Ruble" + }, + { + "code": "974", + "codeName": "BYR", + "description": "BELARUS-Belarusian Ruble" + }, + { + "code": "978", + "codeName": "EUR", + "description": "BELGIUM-Euro" + }, + { + "code": "084", + "codeName": "BZD", + "description": "BELIZE-Belize Dollar" + }, + { + "code": "952", + "codeName": "XOF", + "description": "BENIN-CFA Franc BCEAO" + }, + { + "code": "060", + "codeName": "BMD", + "description": "BERMUDA-Bermudian Dollar" + }, + { + "code": "356", + "codeName": "INR", + "description": "BHUTAN-Indian Rupee" + }, + { + "code": "064", + "codeName": "BTN", + "description": "BHUTAN-Ngultrum" + }, + { + "code": "068", + "codeName": "BOB", + "description": "BOLIVIA (PLURINATIONAL STATE OF)-Boliviano" + }, + { + "code": "984", + "codeName": "BOV", + "description": "BOLIVIA (PLURINATIONAL STATE OF)-Mvdol" + }, + { + "code": "840", + "codeName": "USD", + "description": "BONAIRE, SINT EUSTATIUS AND SABA-US Dollar" + }, + { + "code": "977", + "codeName": "BAM", + "description": "BOSNIA AND HERZEGOVINA-Convertible Mark" + }, + { + "code": "072", + "codeName": "BWP", + "description": "BOTSWANA-Pula" + }, + { + "code": "578", + "codeName": "NOK", + "description": "BOUVET ISLAND-Norwegian Krone" + }, + { + "code": "986", + "codeName": "BRL", + "description": "BRAZIL-Brazilian Real" + }, + { + "code": "840", + "codeName": "USD", + "description": "BRITISH INDIAN OCEAN TERRITORY (THE)-US Dollar" + }, + { + "code": "096", + "codeName": "BND", + "description": "BRUNEI DARUSSALAM-Brunei Dollar" + }, + { + "code": "975", + "codeName": "BGN", + "description": "BULGARIA-Bulgarian Lev" + }, + { + "code": "952", + "codeName": "XOF", + "description": "BURKINA FASO-CFA Franc BCEAO" + }, + { + "code": "108", + "codeName": "BIF", + "description": "BURUNDI-Burundi Franc" + }, + { + "code": "132", + "codeName": "CVE", + "description": "CABO VERDE-Cabo Verde Escudo" + }, + { + "code": "116", + "codeName": "KHR", + "description": "CAMBODIA-Riel" + }, + { + "code": "950", + "codeName": "XAF", + "description": "CAMEROON-CFA Franc BEAC" + }, + { + "code": "124", + "codeName": "CAD", + "description": "CANADA-Canadian Dollar" + }, + { + "code": "136", + "codeName": "KYD", + "description": "CAYMAN ISLANDS (THE)-Cayman Islands Dollar" + }, + { + "code": "950", + "codeName": "XAF", + "description": "CENTRAL AFRICAN REPUBLIC (THE)-CFA Franc BEAC" + }, + { + "code": "950", + "codeName": "XAF", + "description": "CHAD-CFA Franc BEAC" + }, + { + "code": "152", + "codeName": "CLP", + "description": "CHILE-Chilean Peso" + }, + { + "code": "990", + "codeName": "CLF", + "description": "CHILE-Unidad de Fomento" + }, + { + "code": "156", + "codeName": "CNY", + "description": "CHINA-Yuan Renminbi" + }, + { + "code": "036", + "codeName": "AUD", + "description": "CHRISTMAS ISLAND-Australian Dollar" + }, + { + "code": "036", + "codeName": "AUD", + "description": "COCOS (KEELING) ISLANDS (THE)-Australian Dollar" + }, + { + "code": "170", + "codeName": "COP", + "description": "COLOMBIA-Colombian Peso" + }, + { + "code": "970", + "codeName": "COU", + "description": "COLOMBIA-Unidad de Valor Real" + }, + { + "code": "174", + "codeName": "KMF", + "description": "COMOROS (THE)-Comoro Franc" + }, + { + "code": "976", + "codeName": "CDF", + "description": "CONGO (THE DEMOCRATIC REPUBLIC OF THE)-Congolese Franc" + }, + { + "code": "950", + "codeName": "XAF", + "description": "CONGO (THE)-CFA Franc BEAC" + }, + { + "code": "554", + "codeName": "NZD", + "description": "COOK ISLANDS (THE)-New Zealand Dollar" + }, + { + "code": "188", + "codeName": "CRC", + "description": "COSTA RICA-Costa Rican Colon" + }, + { + "code": "952", + "codeName": "XOF", + "description": "CÔTE D'IVOIRE-CFA Franc BCEAO" + }, + { + "code": "191", + "codeName": "HRK", + "description": "CROATIA-Kuna" + }, + { + "code": "192", + "codeName": "CUP", + "description": "CUBA-Cuban Peso" + }, + { + "code": "931", + "codeName": "CUC", + "description": "CUBA-Peso Convertible" + }, + { + "code": "532", + "codeName": "ANG", + "description": "CURAÇAO-Netherlands Antillean Guilder" + }, + { + "code": "978", + "codeName": "EUR", + "description": "CYPRUS-Euro" + }, + { + "code": "203", + "codeName": "CZK", + "description": "CZECH REPUBLIC (THE)-Czech Koruna" + }, + { + "code": "208", + "codeName": "DKK", + "description": "DENMARK-Danish Krone" + }, + { + "code": "262", + "codeName": "DJF", + "description": "DJIBOUTI-Djibouti Franc" + }, + { + "code": "951", + "codeName": "XCD", + "description": "DOMINICA-East Caribbean Dollar" + }, + { + "code": "214", + "codeName": "DOP", + "description": "DOMINICAN REPUBLIC (THE)-Dominican Peso" + }, + { + "code": "840", + "codeName": "USD", + "description": "ECUADOR-US Dollar" + }, + { + "code": "818", + "codeName": "EGP", + "description": "EGYPT-Egyptian Pound" + }, + { + "code": "222", + "codeName": "SVC", + "description": "EL SALVADOR-El Salvador Colon" + }, + { + "code": "840", + "codeName": "USD", + "description": "EL SALVADOR-US Dollar" + }, + { + "code": "950", + "codeName": "XAF", + "description": "EQUATORIAL GUINEA-CFA Franc BEAC" + }, + { + "code": "232", + "codeName": "ERN", + "description": "ERITREA-Nakfa" + }, + { + "code": "978", + "codeName": "EUR", + "description": "ESTONIA-Euro" + }, + { + "code": "230", + "codeName": "ETB", + "description": "ETHIOPIA-Ethiopian Birr" + }, + { + "code": "978", + "codeName": "EUR", + "description": "EUROPEAN UNION-Euro" + }, + { + "code": "238", + "codeName": "FKP", + "description": "FALKLAND ISLANDS (THE) [MALVINAS]-Falkland Islands Pound" + }, + { + "code": "208", + "codeName": "DKK", + "description": "FAROE ISLANDS (THE)-Danish Krone" + }, + { + "code": "242", + "codeName": "FJD", + "description": "FIJI-Fiji Dollar" + }, + { + "code": "978", + "codeName": "EUR", + "description": "FINLAND-Euro" + }, + { + "code": "978", + "codeName": "EUR", + "description": "FRANCE-Euro" + }, + { + "code": "978", + "codeName": "EUR", + "description": "FRENCH GUIANA-Euro" + }, + { + "code": "953", + "codeName": "XPF", + "description": "FRENCH POLYNESIA-CFP Franc" + }, + { + "code": "978", + "codeName": "EUR", + "description": "FRENCH SOUTHERN TERRITORIES (THE)-Euro" + }, + { + "code": "950", + "codeName": "XAF", + "description": "GABON-CFA Franc BEAC" + }, + { + "code": "270", + "codeName": "GMD", + "description": "GAMBIA (THE)-Dalasi" + }, + { + "code": "981", + "codeName": "GEL", + "description": "GEORGIA-Lari" + }, + { + "code": "978", + "codeName": "EUR", + "description": "GERMANY-Euro" + }, + { + "code": "936", + "codeName": "GHS", + "description": "GHANA-Ghana Cedi" + }, + { + "code": "292", + "codeName": "GIP", + "description": "GIBRALTAR-Gibraltar Pound" + }, + { + "code": "978", + "codeName": "EUR", + "description": "GREECE-Euro" + }, + { + "code": "208", + "codeName": "DKK", + "description": "GREENLAND-Danish Krone" + }, + { + "code": "951", + "codeName": "XCD", + "description": "GRENADA-East Caribbean Dollar" + }, + { + "code": "978", + "codeName": "EUR", + "description": "GUADELOUPE-Euro" + }, + { + "code": "840", + "codeName": "USD", + "description": "GUAM-US Dollar" + }, + { + "code": "320", + "codeName": "GTQ", + "description": "GUATEMALA-Quetzal" + }, + { + "code": "826", + "codeName": "GBP", + "description": "GUERNSEY-Pound Sterling" + }, + { + "code": "324", + "codeName": "GNF", + "description": "GUINEA-Guinea Franc" + }, + { + "code": "952", + "codeName": "XOF", + "description": "GUINEA-BISSAU-CFA Franc BCEAO" + }, + { + "code": "328", + "codeName": "GYD", + "description": "GUYANA-Guyana Dollar" + }, + { + "code": "332", + "codeName": "HTG", + "description": "HAITI-Gourde" + }, + { + "code": "840", + "codeName": "USD", + "description": "HAITI-US Dollar" + }, + { + "code": "036", + "codeName": "AUD", + "description": "HEARD ISLAND AND McDONALD ISLANDS-Australian Dollar" + }, + { + "code": "978", + "codeName": "EUR", + "description": "HOLY SEE (THE)-Euro" + }, + { + "code": "340", + "codeName": "HNL", + "description": "HONDURAS-Lempira" + }, + { + "code": "344", + "codeName": "HKD", + "description": "HONG KONG-Hong Kong Dollar" + }, + { + "code": "348", + "codeName": "HUF", + "description": "HUNGARY-Forint" + }, + { + "code": "352", + "codeName": "ISK", + "description": "ICELAND-Iceland Krona" + }, + { + "code": "356", + "codeName": "INR", + "description": "INDIA-Indian Rupee" + }, + { + "code": "360", + "codeName": "IDR", + "description": "INDONESIA-Rupiah" + }, + { + "code": "960", + "codeName": "XDR", + "description": "INTERNATIONAL MONETARY FUND (IMF) -SDR (Special Drawing Right)" + }, + { + "code": "364", + "codeName": "IRR", + "description": "IRAN (ISLAMIC REPUBLIC OF)-Iranian Rial" + }, + { + "code": "368", + "codeName": "IQD", + "description": "IRAQ-Iraqi Dinar" + }, + { + "code": "978", + "codeName": "EUR", + "description": "IRELAND-Euro" + }, + { + "code": "826", + "codeName": "GBP", + "description": "ISLE OF MAN-Pound Sterling" + }, + { + "code": "376", + "codeName": "ILS", + "description": "ISRAEL-New Israeli Sheqel" + }, + { + "code": "978", + "codeName": "EUR", + "description": "ITALY-Euro" + }, + { + "code": "388", + "codeName": "JMD", + "description": "JAMAICA-Jamaican Dollar" + }, + { + "code": "392", + "codeName": "JPY", + "description": "JAPAN-Yen" + }, + { + "code": "826", + "codeName": "GBP", + "description": "JERSEY-Pound Sterling" + }, + { + "code": "400", + "codeName": "JOD", + "description": "JORDAN-Jordanian Dinar" + }, + { + "code": "398", + "codeName": "KZT", + "description": "KAZAKHSTAN-Tenge" + }, + { + "code": "404", + "codeName": "KES", + "description": "KENYA-Kenyan Shilling" + }, + { + "code": "036", + "codeName": "AUD", + "description": "KIRIBATI-Australian Dollar" + }, + { + "code": "408", + "codeName": "KPW", + "description": "KOREA (THE DEMOCRATIC PEOPLE’S REPUBLIC OF)-North Korean Won" + }, + { + "code": "410", + "codeName": "KRW", + "description": "KOREA (THE REPUBLIC OF)-Won" + }, + { + "code": "414", + "codeName": "KWD", + "description": "KUWAIT-Kuwaiti Dinar" + }, + { + "code": "417", + "codeName": "KGS", + "description": "KYRGYZSTAN-Som" + }, + { + "code": "418", + "codeName": "LAK", + "description": "LAO PEOPLE’S DEMOCRATIC REPUBLIC (THE)-Kip" + }, + { + "code": "978", + "codeName": "EUR", + "description": "LATVIA-Euro" + }, + { + "code": "422", + "codeName": "LBP", + "description": "LEBANON-Lebanese Pound" + }, + { + "code": "426", + "codeName": "LSL", + "description": "LESOTHO-Loti" + }, + { + "code": "710", + "codeName": "ZAR", + "description": "LESOTHO-Rand" + }, + { + "code": "430", + "codeName": "LRD", + "description": "LIBERIA-Liberian Dollar" + }, + { + "code": "434", + "codeName": "LYD", + "description": "LIBYA-Libyan Dinar" + }, + { + "code": "756", + "codeName": "CHF", + "description": "LIECHTENSTEIN-Swiss Franc" + }, + { + "code": "978", + "codeName": "EUR", + "description": "LITHUANIA-Euro" + }, + { + "code": "978", + "codeName": "EUR", + "description": "LUXEMBOURG-Euro" + }, + { + "code": "446", + "codeName": "MOP", + "description": "MACAO-Pataca" + }, + { + "code": "807", + "codeName": "MKD", + "description": "MACEDONIA (THE FORMER YUGOSLAV REPUBLIC OF)-Denar" + }, + { + "code": "969", + "codeName": "MGA", + "description": "MADAGASCAR-Malagasy Ariary" + }, + { + "code": "454", + "codeName": "MWK", + "description": "MALAWI-Malawi Kwacha" + }, + { + "code": "458", + "codeName": "MYR", + "description": "MALAYSIA-Malaysian Ringgit" + }, + { + "code": "462", + "codeName": "MVR", + "description": "MALDIVES-Rufiyaa" + }, + { + "code": "952", + "codeName": "XOF", + "description": "MALI-CFA Franc BCEAO" + }, + { + "code": "978", + "codeName": "EUR", + "description": "MALTA-Euro" + }, + { + "code": "840", + "codeName": "USD", + "description": "MARSHALL ISLANDS (THE)-US Dollar" + }, + { + "code": "978", + "codeName": "EUR", + "description": "MARTINIQUE-Euro" + }, + { + "code": "478", + "codeName": "MRO", + "description": "MAURITANIA-Ouguiya" + }, + { + "code": "480", + "codeName": "MUR", + "description": "MAURITIUS-Mauritius Rupee" + }, + { + "code": "978", + "codeName": "EUR", + "description": "MAYOTTE-Euro" + }, + { + "code": "965", + "codeName": "XUA", + "description": "MEMBER COUNTRIES OF THE AFRICAN DEVELOPMENT BANK GROUP-ADB Unit of Account" + }, + { + "code": "484", + "codeName": "MXN", + "description": "MEXICO-Mexican Peso" + }, + { + "code": "979", + "codeName": "MXV", + "description": "MEXICO-Mexican Unidad de Inversion (UDI)" + }, + { + "code": "840", + "codeName": "USD", + "description": "MICRONESIA (FEDERATED STATES OF)-US Dollar" + }, + { + "code": "498", + "codeName": "MDL", + "description": "MOLDOVA (THE REPUBLIC OF)-Moldovan Leu" + }, + { + "code": "978", + "codeName": "EUR", + "description": "MONACO-Euro" + }, + { + "code": "496", + "codeName": "MNT", + "description": "MONGOLIA-Tugrik" + }, + { + "code": "978", + "codeName": "EUR", + "description": "MONTENEGRO-Euro" + }, + { + "code": "951", + "codeName": "XCD", + "description": "MONTSERRAT-East Caribbean Dollar" + }, + { + "code": "504", + "codeName": "MAD", + "description": "MOROCCO-Moroccan Dirham" + }, + { + "code": "943", + "codeName": "MZN", + "description": "MOZAMBIQUE-Mozambique Metical" + }, + { + "code": "104", + "codeName": "MMK", + "description": "MYANMAR-Kyat" + }, + { + "code": "516", + "codeName": "NAD", + "description": "NAMIBIA-Namibia Dollar" + }, + { + "code": "710", + "codeName": "ZAR", + "description": "NAMIBIA-Rand" + }, + { + "code": "036", + "codeName": "AUD", + "description": "NAURU-Australian Dollar" + }, + { + "code": "524", + "codeName": "NPR", + "description": "NEPAL-Nepalese Rupee" + }, + { + "code": "978", + "codeName": "EUR", + "description": "NETHERLANDS (THE)-Euro" + }, + { + "code": "953", + "codeName": "XPF", + "description": "NEW CALEDONIA-CFP Franc" + }, + { + "code": "554", + "codeName": "NZD", + "description": "NEW ZEALAND-New Zealand Dollar" + }, + { + "code": "558", + "codeName": "NIO", + "description": "NICARAGUA-Cordoba Oro" + }, + { + "code": "952", + "codeName": "XOF", + "description": "NIGER (THE)-CFA Franc BCEAO" + }, + { + "code": "566", + "codeName": "NGN", + "description": "NIGERIA-Naira" + }, + { + "code": "554", + "codeName": "NZD", + "description": "NIUE-New Zealand Dollar" + }, + { + "code": "036", + "codeName": "AUD", + "description": "NORFOLK ISLAND-Australian Dollar" + }, + { + "code": "840", + "codeName": "USD", + "description": "NORTHERN MARIANA ISLANDS (THE)-US Dollar" + }, + { + "code": "578", + "codeName": "NOK", + "description": "NORWAY-Norwegian Krone" + }, + { + "code": "512", + "codeName": "OMR", + "description": "OMAN-Rial Omani" + }, + { + "code": "586", + "codeName": "PKR", + "description": "PAKISTAN-Pakistan Rupee" + }, + { + "code": "840", + "codeName": "USD", + "description": "PALAU-US Dollar" + }, + { + "code": "0", + "codeName": "_", + "description": "PALESTINE, STATE OF-No universal currency" + }, + { + "code": "590", + "codeName": "PAB", + "description": "PANAMA-Balboa" + }, + { + "code": "840", + "codeName": "USD", + "description": "PANAMA-US Dollar" + }, + { + "code": "598", + "codeName": "PGK", + "description": "PAPUA NEW GUINEA-Kina" + }, + { + "code": "600", + "codeName": "PYG", + "description": "PARAGUAY-Guarani" + }, + { + "code": "604", + "codeName": "PEN", + "description": "PERU-Sol" + }, + { + "code": "608", + "codeName": "PHP", + "description": "PHILIPPINES (THE)-Philippine Peso" + }, + { + "code": "554", + "codeName": "NZD", + "description": "PITCAIRN-New Zealand Dollar" + }, + { + "code": "985", + "codeName": "PLN", + "description": "POLAND-Zloty" + }, + { + "code": "978", + "codeName": "EUR", + "description": "PORTUGAL-Euro" + }, + { + "code": "840", + "codeName": "USD", + "description": "PUERTO RICO-US Dollar" + }, + { + "code": "634", + "codeName": "QAR", + "description": "QATAR-Qatari Rial" + }, + { + "code": "978", + "codeName": "EUR", + "description": "RÉUNION-Euro" + }, + { + "code": "946", + "codeName": "RON", + "description": "ROMANIA-Romanian Leu" + }, + { + "code": "643", + "codeName": "RUB", + "description": "RUSSIAN FEDERATION (THE)-Russian Ruble" + }, + { + "code": "646", + "codeName": "RWF", + "description": "RWANDA-Rwanda Franc" + }, + { + "code": "978", + "codeName": "EUR", + "description": "SAINT BARTHÉLEMY-Euro" + }, + { + "code": "654", + "codeName": "SHP", + "description": "SAINT HELENA, ASCENSION AND TRISTAN DA CUNHA-Saint Helena Pound" + }, + { + "code": "951", + "codeName": "XCD", + "description": "SAINT KITTS AND NEVIS-East Caribbean Dollar" + }, + { + "code": "951", + "codeName": "XCD", + "description": "SAINT LUCIA-East Caribbean Dollar" + }, + { + "code": "978", + "codeName": "EUR", + "description": "SAINT MARTIN (FRENCH PART)-Euro" + }, + { + "code": "978", + "codeName": "EUR", + "description": "SAINT PIERRE AND MIQUELON-Euro" + }, + { + "code": "951", + "codeName": "XCD", + "description": "SAINT VINCENT AND THE GRENADINES-East Caribbean Dollar" + }, + { + "code": "882", + "codeName": "WST", + "description": "SAMOA-Tala" + }, + { + "code": "978", + "codeName": "EUR", + "description": "SAN MARINO-Euro" + }, + { + "code": "678", + "codeName": "STD", + "description": "SAO TOME AND PRINCIPE-Dobra" + }, + { + "code": "682", + "codeName": "SAR", + "description": "SAUDI ARABIA-Saudi Riyal" + }, + { + "code": "952", + "codeName": "XOF", + "description": "SENEGAL-CFA Franc BCEAO" + }, + { + "code": "941", + "codeName": "RSD", + "description": "SERBIA-Serbian Dinar" + }, + { + "code": "690", + "codeName": "SCR", + "description": "SEYCHELLES-Seychelles Rupee" + }, + { + "code": "694", + "codeName": "SLL", + "description": "SIERRA LEONE-Leone" + }, + { + "code": "702", + "codeName": "SGD", + "description": "SINGAPORE-Singapore Dollar" + }, + { + "code": "532", + "codeName": "ANG", + "description": "SINT MAARTEN (DUTCH PART)-Netherlands Antillean Guilder" + }, + { + "code": "994", + "codeName": "XSU", + "description": "SISTEMA UNITARIO DE COMPENSACION REGIONAL DE PAGOS 'SUCRE'-Sucre" + }, + { + "code": "978", + "codeName": "EUR", + "description": "SLOVAKIA-Euro" + }, + { + "code": "978", + "codeName": "EUR", + "description": "SLOVENIA-Euro" + }, + { + "code": "090", + "codeName": "SBD", + "description": "SOLOMON ISLANDS-Solomon Islands Dollar" + }, + { + "code": "706", + "codeName": "SOS", + "description": "SOMALIA-Somali Shilling" + }, + { + "code": "710", + "codeName": "ZAR", + "description": "SOUTH AFRICA-Rand" + }, + { + "code": "0", + "codeName": "_", + "description": "SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS-No universal currency" + }, + { + "code": "728", + "codeName": "SSP", + "description": "SOUTH SUDAN-South Sudanese Pound" + }, + { + "code": "978", + "codeName": "EUR", + "description": "SPAIN-Euro" + }, + { + "code": "144", + "codeName": "LKR", + "description": "SRI LANKA-Sri Lanka Rupee" + }, + { + "code": "938", + "codeName": "SDG", + "description": "SUDAN (THE)-Sudanese Pound" + }, + { + "code": "968", + "codeName": "SRD", + "description": "SURINAME-Surinam Dollar" + }, + { + "code": "578", + "codeName": "NOK", + "description": "SVALBARD AND JAN MAYEN-Norwegian Krone" + }, + { + "code": "748", + "codeName": "SZL", + "description": "SWAZILAND-Lilangeni" + }, + { + "code": "752", + "codeName": "SEK", + "description": "SWEDEN-Swedish Krona" + }, + { + "code": "756", + "codeName": "CHF", + "description": "SWITZERLAND-Swiss Franc" + }, + { + "code": "947", + "codeName": "CHE", + "description": "SWITZERLAND-WIR Euro" + }, + { + "code": "948", + "codeName": "CHW", + "description": "SWITZERLAND-WIR Franc" + }, + { + "code": "760", + "codeName": "SYP", + "description": "SYRIAN ARAB REPUBLIC-Syrian Pound" + }, + { + "code": "901", + "codeName": "TWD", + "description": "TAIWAN (PROVINCE OF CHINA)-New Taiwan Dollar" + }, + { + "code": "972", + "codeName": "TJS", + "description": "TAJIKISTAN-Somoni" + }, + { + "code": "834", + "codeName": "TZS", + "description": "TANZANIA, UNITED REPUBLIC OF-Tanzanian Shilling" + }, + { + "code": "764", + "codeName": "THB", + "description": "THAILAND-Baht" + }, + { + "code": "840", + "codeName": "USD", + "description": "TIMOR-LESTE-US Dollar" + }, + { + "code": "952", + "codeName": "XOF", + "description": "TOGO-CFA Franc BCEAO" + }, + { + "code": "554", + "codeName": "NZD", + "description": "TOKELAU-New Zealand Dollar" + }, + { + "code": "776", + "codeName": "TOP", + "description": "TONGA-Pa’anga" + }, + { + "code": "780", + "codeName": "TTD", + "description": "TRINIDAD AND TOBAGO-Trinidad and Tobago Dollar" + }, + { + "code": "788", + "codeName": "TND", + "description": "TUNISIA-Tunisian Dinar" + }, + { + "code": "949", + "codeName": "TRY", + "description": "TURKEY-Turkish Lira" + }, + { + "code": "934", + "codeName": "TMT", + "description": "TURKMENISTAN-Turkmenistan New Manat" + }, + { + "code": "840", + "codeName": "USD", + "description": "TURKS AND CAICOS ISLANDS (THE)-US Dollar" + }, + { + "code": "036", + "codeName": "AUD", + "description": "TUVALU-Australian Dollar" + }, + { + "code": "800", + "codeName": "UGX", + "description": "UGANDA-Uganda Shilling" + }, + { + "code": "980", + "codeName": "UAH", + "description": "UKRAINE-Hryvnia" + }, + { + "code": "784", + "codeName": "AED", + "description": "UNITED ARAB EMIRATES (THE)-UAE Dirham" + }, + { + "code": "826", + "codeName": "GBP", + "description": "UNITED KINGDOM OF GREAT BRITAIN AND NORTHERN IRELAND (THE)-Pound Sterling" + }, + { + "code": "840", + "codeName": "USD", + "description": "UNITED STATES MINOR OUTLYING ISLANDS (THE)-US Dollar" + }, + { + "code": "840", + "codeName": "USD", + "description": "UNITED STATES OF AMERICA (THE)-US Dollar" + }, + { + "code": "997", + "codeName": "USN", + "description": "UNITED STATES OF AMERICA (THE)-US Dollar (Next day)" + }, + { + "code": "858", + "codeName": "UYU", + "description": "URUGUAY-Peso Uruguayo" + }, + { + "code": "940", + "codeName": "UYI", + "description": "URUGUAY-Uruguay Peso en Unidades Indexadas (URUIURUI)" + }, + { + "code": "860", + "codeName": "UZS", + "description": "UZBEKISTAN-Uzbekistan Sum" + }, + { + "code": "548", + "codeName": "VUV", + "description": "VANUATU-Vatu" + }, + { + "code": "937", + "codeName": "VEF", + "description": "VENEZUELA (BOLIVARIAN REPUBLIC OF)-Bolívar" + }, + { + "code": "704", + "codeName": "VND", + "description": "VIET NAM-Dong" + }, + { + "code": "840", + "codeName": "USD", + "description": "VIRGIN ISLANDS (BRITISH)-US Dollar" + }, + { + "code": "840", + "codeName": "USD", + "description": "VIRGIN ISLANDS (U.S.)-US Dollar" + }, + { + "code": "953", + "codeName": "XPF", + "description": "WALLIS AND FUTUNA-CFP Franc" + }, + { + "code": "504", + "codeName": "MAD", + "description": "WESTERN SAHARA-Moroccan Dirham" + }, + { + "code": "886", + "codeName": "YER", + "description": "YEMEN-Yemeni Rial" + }, + { + "code": "967", + "codeName": "ZMW", + "description": "ZAMBIA-Zambian Kwacha" + }, + { + "code": "932", + "codeName": "ZWL", + "description": "ZIMBABWE-Zimbabwe Dollar" + }, + { + "code": "955", + "codeName": "XBA", + "description": "ZZ01_Bond Markets Unit European_EURCO-Bond Markets Unit European Composite Unit (EURCO)" + }, + { + "code": "956", + "codeName": "XBB", + "description": "ZZ02_Bond Markets Unit European_EMU-6-Bond Markets Unit European Monetary Unit (E.M.U.-6)" + }, + { + "code": "957", + "codeName": "XBC", + "description": "ZZ03_Bond Markets Unit European_EUA-9-Bond Markets Unit European Unit of Account 9 (E.U.A.-9)" + }, + { + "code": "958", + "codeName": "XBD", + "description": "ZZ04_Bond Markets Unit European_EUA-17-Bond Markets Unit European Unit of Account 17 (E.U.A.-17)" + }, + { + "code": "963", + "codeName": "XTS", + "description": "ZZ06_Testing_Code-Codes specifically reserved for testing purposes" + }, + { + "code": "999", + "codeName": "XXX", + "description": "ZZ07_No_Currency-The codes assigned for transactions where no currency is involved" + }, + { + "code": "959", + "codeName": "XAU", + "description": "ZZ08_Gold-Gold" + }, + { + "code": "964", + "codeName": "XPD", + "description": "ZZ09_Palladium-Palladium" + }, + { + "code": "962", + "codeName": "XPT", + "description": "ZZ10_Platinum-Platinum" + }, + { + "code": "961", + "codeName": "XAG", + "description": "ZZ11_Silver-Silver" + } + ] + }, + "iso_dataQualityElement": { + "codelistType": "staticList", + "codelistName": "iso_dataQualityElement", + "source": "ISO", + "sourceName": "dataQualityElement", + "extensible": true, + "description": "ISO data quality elements", + "codelist": [ + { + "code": "001", + "codeName": "DQ_AbsoluteExternalPositionalAccuracy", + "description": "closeness of reported coordinate values to values accepted as or being true" + }, + { + "code": "002", + "codeName": "DQ_AccuracyOfATimeMeasurement", + "description": "correctness of the temporal references of an item (reporting of error in time measurement)" + }, + { + "code": "003", + "codeName": "DQ_ConceptualConsistency", + "description": "adherence to rules of the conceptual schema" + }, + { + "code": "004", + "codeName": "DQ_CompletenessCommission", + "description": "excess data present in the dataset, as described by the scope" + }, + { + "code": "005", + "codeName": "DQ_CompletenessOmission", + "description": "data absent from the dataset, as described by the scope" + }, + { + "code": "006", + "codeName": "DQ_Confidence", + "description": "trustworthiness of a data quality result" + }, + { + "code": "007", + "codeName": "DQ_CoverageResult", + "description": "result of a data quality measure organising the measured values as a coverage" + }, + { + "code": "008", + "codeName": "DQ_DomainConsistency", + "description": "adherence of values to the value domains" + }, + { + "code": "009", + "codeName": "DQ_FormatConsistency", + "description": "degree to which data is stored in accordance with the physical structure of the dataset, as described by the scope" + }, + { + "code": "010", + "codeName": "DQ_GriddedDataPositionalAccuracy", + "description": "closeness of gridded data position values to values accepted as or being true" + }, + { + "code": "011", + "codeName": "DQ_Homogeneity", + "description": "expected or tested uniformity of the results obtained for a data quality evaluation" + }, + { + "code": "012", + "codeName": "DQ_NonQuantitativeAttributeCorrectness", + "description": "correctness of non-quantitative attributes" + }, + { + "code": "013", + "codeName": "DQ_QuantitativeAttributeAccuracy", + "description": "accuracy of quantitative attributes" + }, + { + "code": "014", + "codeName": "DQ_RelativeInternalPositionalAccuracy", + "description": "closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true" + }, + { + "code": "015", + "codeName": "DQ_Representativity", + "description": "degree to which the sample used has produced a result which is representative of the data within the data quality scope" + }, + { + "code": "016", + "codeName": "DQ_TemporalConsistency", + "description": "correctness of ordered events or sequences, if reported" + }, + { + "code": "017", + "codeName": "DQ_TemporalValidity", + "description": "validity of data specified by the scope with respect to time" + }, + { + "code": "018", + "codeName": "DQ_ThematicClassificationCorrectness", + "description": "comparison of the classes assigned to features or their attributes to a universe of discourse" + }, + { + "code": "019", + "codeName": "DQ_TopologicalConsistency", + "description": "correctness of the explicitly encoded topological characteristics of the dataset as described by the scope" + }, + { + "code": "020", + "codeName": "DQ_UsabilityElement", + "description": "degree of adherence of a dataset to a specific set of requirements" + }, + { + "code": "021", + "codeName": "DQ_Completeness", + "description": "presence and absence of features, their attributes and their relationships" + }, + { + "code": "022", + "codeName": "DQ_LogicalConsistency", + "description": "adherence to rules of the conceptual schema" + }, + { + "code": "023", + "codeName": "DQ_PositionalAccuracy", + "description": "closeness of reported coordinate values to values accepted as or being true" + }, + { + "code": "024", + "codeName": "DQ_TemporalQuality", + "description": "correctness of the temporal references of an item (reporting of error in time measurement)" + } + ] + }, + "iso_dateType": { + "codelistType": "staticList", + "codelistName": "iso_dateType", + "source": "ISO", + "sourceName": "CI_DateTypeCode", + "extensible": true, + "description": "identification of when a given event occurred", + "codelist": [ + { + "code": "001", + "codeName": "creation", + "description": "date identifies when the resource was brought into existence" + }, + { + "code": "002", + "codeName": "publication", + "description": "date identifies when the resource was issued" + }, + { + "code": "003", + "codeName": "revision", + "description": "date identifies when the resource was examined or re-examined and improved or amended" + }, + { + "code": "004", + "codeName": "expiry", + "description": "date identifies when resource expires" + }, + { + "code": "005", + "codeName": "lastUpdate", + "description": "date identifies when resource was last updated" + }, + { + "code": "006", + "codeName": "lastRevision", + "description": "date identifies when resource was last reviewed" + }, + { + "code": "007", + "codeName": "nextUpdate", + "description": "date identifies when resource will be next updated" + }, + { + "code": "008", + "codeName": "unavailable", + "description": "date identifies when resource became not available or obtainable" + }, + { + "code": "009", + "codeName": "inForce", + "description": "date identifies when resource became in force" + }, + { + "code": "010", + "codeName": "adopted", + "description": "date identifies when resource was adopted" + }, + { + "code": "011", + "codeName": "deprecated", + "description": "date identifies when resource was deprecated" + }, + { + "code": "012", + "codeName": "superseded", + "description": "date identifies when resource was superseded or replaced by another resource" + }, + { + "code": "013", + "codeName": "validityBegins", + "description": "time at which the data are considered to become valid. NOTE: There could be quite a delay between creation and validity begins" + }, + { + "code": "014", + "codeName": "validityExpires", + "description": "time at which the data are no longer considered to be valid" + }, + { + "code": "015", + "codeName": "released", + "description": "the date that the resource shall be released for public access" + }, + { + "code": "016", + "codeName": "distribution", + "description": "date identifies when an instance of the resource was distributed" + }, + { + "code": "adiwg001", + "codeName": "acquisition", + "description": "date ownership of the resource was acquired generally by purchase" + }, + { + "code": "adiwg002", + "codeName": "assessment", + "description": "date the resource was reviewed or assessed" + }, + { + "code": "adiwg003", + "codeName": "award", + "description": "date a grant or funding was awarded" + }, + { + "code": "adiwg004", + "codeName": "collected", + "description": "date a sample or data was collected" + }, + { + "code": "adiwg005", + "codeName": "deprecated", + "description": "date a resource, data, or standard was deprecated" + }, + { + "code": "adiwg006", + "codeName": "due", + "description": "date a resource or task is to be completed" + }, + { + "code": "adiwg007", + "codeName": "end", + "description": "end date" + }, + { + "code": "adiwg008", + "codeName": "received", + "description": "date a resource was received" + }, + { + "code": "adiwg009", + "codeName": "reported", + "description": "date something was reported or announced" + }, + { + "code": "adiwg010", + "codeName": "start", + "description": "start or begin date" + }, + { + "code": "adiwg011", + "codeName": "transmitted", + "description": "date resource was transmitted to another party" + } + ] + }, + "iso_DCPList": { + "codelistType": "staticList", + "codelistName": "iso_DCPList", + "source": "ISO", + "sourceName": "DCPList", + "extensible": true, + "description": "distributed computing platforms on which the operation has been implemented", + "codelist": [ + { + "code": "001", + "codeName": "XML", + "description": "Extensible Markup Language" + }, + { + "code": "002", + "codeName": "CORBA", + "description": "Common Object Request Broker Architecture" + }, + { + "code": "003", + "codeName": "JAVA", + "description": "Object-oriented programming language" + }, + { + "code": "004", + "codeName": "COM", + "description": "Component Object Model" + }, + { + "code": "005", + "codeName": "SQL", + "description": "Structured Query Language" + }, + { + "code": "006", + "codeName": "SOAP", + "description": "Simple Object Access Protocol" + }, + { + "code": "007", + "codeName": "Z3950", + "description": "ISO 23950" + }, + { + "code": "008", + "codeName": "HTTP", + "description": "HyperText Transfer Protocol" + }, + { + "code": "009", + "codeName": "FTP", + "description": "File Transfer Protocol" + }, + { + "code": "010", + "codeName": "WebServices", + "description": "Web service" + } + ] + }, + "iso_dimensionNameType": { + "codelistType": "staticList", + "codelistName": "iso_dimensionNameType", + "source": "ISO", + "sourceName": "MD_DimensionNameTypeCode", + "extensible": true, + "description": "name of the dimension", + "codelist": [ + { + "code": "001", + "codeName": "row", + "description": "ordinate (y) axis" + }, + { + "code": "002", + "codeName": "column", + "description": "abscissa (x) axis" + }, + { + "code": "003", + "codeName": "vertical", + "description": "vertical (z) axis" + }, + { + "code": "004", + "codeName": "track", + "description": "along the direction of motion of the scan point" + }, + { + "code": "005", + "codeName": "crossTrack", + "description": "perpendicular to the direction of motion of the scan point" + }, + { + "code": "006", + "codeName": "line", + "description": "scan line of a sensor" + }, + { + "code": "007", + "codeName": "sample", + "description": "element along a scan line" + }, + { + "code": "008", + "codeName": "time", + "description": "duration" + } + ] + }, + "iso_entityClass": { + "codelistType": "staticList", + "codelistName": "iso_entityClass", + "source": "ISO", + "sourceName": "MD_DatatypeCode", + "extensible": true, + "description": "datatype of element or entity", + "codelist": [ + { + "code": "001", + "codeName": "class", + "description": "descriptor of a set of objects that share the same attributes, operations, methods, relationships, and behavior" + }, + { + "code": "002", + "codeName": "codelist", + "description": "flexible enumeration useful for expressing a long list of values, can be extended" + }, + { + "code": "003", + "codeName": "enumerations", + "description": "data type whose instances form a list of named literal values, not extendable" + }, + { + "code": "004", + "codeName": "codelistElement", + "description": "permissible value for a codelist or enumeration" + }, + { + "code": "005", + "codeName": "abstractClass", + "description": "class that cannot be directly instantiated" + }, + { + "code": "006", + "codeName": "aggregateClass", + "description": "class that is composed of classes it is connected to by an aggregate relationship" + }, + { + "code": "007", + "codeName": "specifiedClass", + "description": "subclass that may be substituted for its superclass" + }, + { + "code": "008", + "codeName": "datatypeClass", + "description": "class with few or no operations whose primary purpose is to hold the abstract state of another class for transmittal, storage, encoding or persistent storage" + }, + { + "code": "009", + "codeName": "interfaceClass", + "description": "named set of operations that characterize the behavior of an element" + }, + { + "code": "010", + "codeName": "unionClass", + "description": "class describing a selection of one of the specified types" + }, + { + "code": "011", + "codeName": "metaClass", + "description": "class whose instances are classes" + }, + { + "code": "012", + "codeName": "typeClass", + "description": "class used for specification of a domain of instances (objects), together with the operations applicable to the objects. A type may have attributes and associations" + }, + { + "code": "013", + "codeName": "characterString", + "description": "free text field" + }, + { + "code": "014", + "codeName": "integer", + "description": "numeric filed" + }, + { + "code": "015", + "codeName": "association", + "description": "semantic relationship between two classes that involves connections among their instances" + }, + { + "code": "016", + "codeName": "typeClass", + "description": "class used for specification of a domain of instances (objects), together with the operations applicable to the objects. A type may have attributes and associations" + } + ] + }, + "iso_geometricObjectType": { + "codelistType": "staticList", + "codelistName": "iso_geometricObjectType", + "source": "ISO", + "sourceName": "MD_GeometricObjectTypeCode", + "extensible": true, + "description": "name of point or vector objects used to locate zero-, one-, two- or three-dimensional spatial locations in the dataset", + "codelist": [ + { + "code": "001", + "codeName": "complex", + "description": "set of geometric primitives such that their boundaries can be represented as a union of other primitives" + }, + { + "code": "002", + "codeName": "composite", + "description": "connected set of curves, solids or surfaces" + }, + { + "code": "003", + "codeName": "curve", + "description": "bounded, 1-dimensional geometric primitive, representing the continuous image of a line" + }, + { + "code": "004", + "codeName": "point", + "description": "zero-dimensional geometric primitive, representing a position but not having an extent" + }, + { + "code": "005", + "codeName": "solid", + "description": "bounded, connected 3-dimensional geometric primitive, representing the continuous image of a region of space" + }, + { + "code": "006", + "codeName": "surface", + "description": "bounded, connected 2-dimensional geometric primitive, representing the continuous image of a region of a plane" + } + ] + }, + "iso_geometryTypeCode": { + "codelistType": "staticList", + "codelistName": "iso_geometryTypeCode", + "source": "ISO", + "sourceName": "MI_GeometryTypeCode", + "extensible": true, + "description": "geometric description of the collection", + "codelist": [ + { + "code": "001", + "codeName": "point", + "description": "single geographic point of interest" + }, + { + "code": "002", + "codeName": "linear", + "description": "extended collection in a single vector" + }, + { + "code": "003", + "codeName": "areal", + "description": "collection of a geographic area defined by a polygon (coverage)" + }, + { + "code": "004", + "codeName": "stripe", + "description": "series of linear collections grouped by way points" + } + ] + }, + "iso_imageCondition": { + "codelistType": "staticList", + "codelistName": "iso_imageCondition", + "source": "ISO", + "sourceName": "MD_ImagingConditionCode", + "extensible": true, + "description": "code which indicates conditions which may affect the image", + "codelist": [ + { + "code": "001", + "codeName": "blurredImage", + "description": "portion of the image is blurred" + }, + { + "code": "002", + "codeName": "cloud", + "description": "portion of the image is partially obscured by cloud cover" + }, + { + "code": "003", + "codeName": "degradingObliquity", + "description": "acute angle between the plane of the ecliptic (the plane of the Earth's orbit) and the plane of the celestial equator" + }, + { + "code": "004", + "codeName": "fog", + "description": "portion of the image is partially obscured by fog" + }, + { + "code": "005", + "codeName": "heavySmokeOrDust", + "description": "portion of the image is partially obscured by heavy smoke or dust" + }, + { + "code": "006", + "codeName": "night", + "description": "image was taken at night" + }, + { + "code": "007", + "codeName": "rain", + "description": "image was taken during rainfall" + }, + { + "code": "008", + "codeName": "semiDarkness", + "description": "image was taken during semi-dark conditions - twilight conditions" + }, + { + "code": "009", + "codeName": "shadow", + "description": "portion of the image is obscured by shadow" + }, + { + "code": "010", + "codeName": "snow", + "description": "portion of the image is obscured by snow" + }, + { + "code": "011", + "codeName": "terrainMasking", + "description": "the absence of collection data of a given point or area caused by the relative location of topographic features which obstruct the collection path between the collector(s) and the subject(s) of interest" + } + ] + }, + "iso_initiativeType": { + "codelistType": "staticList", + "codelistName": "iso_initiativeType", + "source": "ISO", + "sourceName": "DS_InitiativeTypeCode", + "extensible": true, + "description": "type of initiative under which the resource was produced - the activity that resulted in the resource", + "codelist": [ + { + "code": "001", + "codeName": "campaign", + "description": "series of organized planned actions" + }, + { + "code": "002", + "codeName": "collection", + "description": "accumulation of datasets assembled for a specific purpose" + }, + { + "code": "003", + "codeName": "exercise", + "description": "specific performance of a function or group of functions" + }, + { + "code": "004", + "codeName": "experiment", + "description": "process designed to find if something is effective or valid" + }, + { + "code": "005", + "codeName": "investigation", + "description": "search or systematic inquiry" + }, + { + "code": "006", + "codeName": "mission", + "description": "specific operation of a data collection system" + }, + { + "code": "007", + "codeName": "sensor", + "description": "device or piece of equipment which detects or records" + }, + { + "code": "008", + "codeName": "operation", + "description": "action that is part of a series of actions" + }, + { + "code": "009", + "codeName": "platform", + "description": "vehicle or other support base that holds a sensor" + }, + { + "code": "010", + "codeName": "process", + "description": "method of doing something involving a number of steps" + }, + { + "code": "011", + "codeName": "program", + "description": "specific planned activity" + }, + { + "code": "012", + "codeName": "project", + "description": "organized undertaking, research, or development" + }, + { + "code": "013", + "codeName": "study", + "description": "examination or investigation" + }, + { + "code": "014", + "codeName": "task", + "description": "piece of work" + }, + { + "code": "015", + "codeName": "trial", + "description": "process of testing to discover or demonstrate something" + } + ] + }, + "iso_keywordType": { + "codelistType": "staticList", + "codelistName": "iso_keywordType", + "source": "ISO", + "sourceName": "MD_KeywordTypeCode", + "extensible": true, + "description": "methods used to group similar keywords", + "codelist": [ + { + "code": "001", + "codeName": "discipline", + "description": "keyword identifies a branch of instruction or specialized learning" + }, + { + "code": "002", + "codeName": "place", + "description": "keyword identifies a location" + }, + { + "code": "003", + "codeName": "stratum", + "description": "keyword identifies the layer(s) of any deposited substance" + }, + { + "code": "004", + "codeName": "temporal", + "description": "keyword identifies a time period related to the dataset" + }, + { + "code": "005", + "codeName": "theme", + "description": "keyword identifies a particular subject or topic" + }, + { + "code": "006", + "codeName": "dataCentre", + "description": "keyword identifies a repository or archive that manages and distributes data" + }, + { + "code": "007", + "codeName": "featureType", + "description": "keyword identifies a resource containing or about a collection of feature instances with common characteristics" + }, + { + "code": "008", + "codeName": "instrument", + "description": "keyword identifies a device used to measure or compare physical properties" + }, + { + "code": "009", + "codeName": "platform", + "description": "keyword identifies a structure upon which an instrument is mounted" + }, + { + "code": "010", + "codeName": "process", + "description": "keyword identifies a series of actions or natural occurrences" + }, + { + "code": "011", + "codeName": "project", + "description": "keyword identifies an endeavour undertaken to create or modify a product or service" + }, + { + "code": "012", + "codeName": "service", + "description": "keyword identifies an activity carried out by one party for the benefit of another" + }, + { + "code": "013", + "codeName": "product", + "description": "keyword identifies a type of product" + }, + { + "code": "014", + "codeName": "subTopicCategory", + "description": "refinement of a topic category for the purpose of geographic data classification" + }, + { + "code": "015", + "codeName": "taxon", + "description": "keyword identifies a taxonomy of the resource" + }, + { + "code": "adiwg001", + "codeName": "region", + "description": "keyword identifies a known geographic region (such as US Census Area, ecoregion type, etc.)" + }, + { + "code": "adiwg002", + "codeName": "isoTopicCategory", + "description": "high-level geographic data thematic classification to assist in the grouping and search of available geographic data sets" + }, + { + "code": "adiwg003", + "codeName": "methodology", + "description": "keyword or phrase that summarizes a field or laboratory methods used" + } + ] + }, + "iso_language": { + "codelistType": "staticList", + "codelistName": "iso_language", + "source": "Library of Congress", + "sourceName": "LanguageCode", + "extensible": true, + "description": "code for the representation of names of languages ISO 639 Part 2", + "codelist": [ + { + "code": "001", + "codeName": "aar", + "description": "Afar" + }, + { + "code": "002", + "codeName": "abk", + "description": "Abkhazian" + }, + { + "code": "003", + "codeName": "ace", + "description": "Achinese" + }, + { + "code": "004", + "codeName": "ach", + "description": "Acoli" + }, + { + "code": "005", + "codeName": "ada", + "description": "Adangme" + }, + { + "code": "006", + "codeName": "ady", + "description": "Adyghe; Adygei" + }, + { + "code": "007", + "codeName": "afa", + "description": "Afro-Asiatic languages" + }, + { + "code": "008", + "codeName": "afh", + "description": "Afrihili" + }, + { + "code": "009", + "codeName": "afr", + "description": "Afrikaans" + }, + { + "code": "010", + "codeName": "ain", + "description": "Ainu" + }, + { + "code": "011", + "codeName": "aka", + "description": "Akan" + }, + { + "code": "012", + "codeName": "akk", + "description": "Akkadian" + }, + { + "code": "013", + "codeName": "alb", + "description": "Albanian" + }, + { + "code": "014", + "codeName": "ale", + "description": "Aleut" + }, + { + "code": "015", + "codeName": "alg", + "description": "Algonquian languages" + }, + { + "code": "016", + "codeName": "alt", + "description": "Southern Altai" + }, + { + "code": "017", + "codeName": "amh", + "description": "Amharic" + }, + { + "code": "018", + "codeName": "ang", + "description": "English, Old (ca.450-1100)" + }, + { + "code": "019", + "codeName": "anp", + "description": "Angika" + }, + { + "code": "020", + "codeName": "apa", + "description": "Apache languages" + }, + { + "code": "021", + "codeName": "ara", + "description": "Arabic" + }, + { + "code": "022", + "codeName": "arc", + "description": "Official Aramaic (700-300 BCE); Imperial Aramaic (700-300 BCE)" + }, + { + "code": "023", + "codeName": "arg", + "description": "Aragonese" + }, + { + "code": "024", + "codeName": "arm", + "description": "Armenian" + }, + { + "code": "025", + "codeName": "arn", + "description": "Mapudungun; Mapuche" + }, + { + "code": "026", + "codeName": "arp", + "description": "Arapaho" + }, + { + "code": "027", + "codeName": "art", + "description": "Artificial languages" + }, + { + "code": "028", + "codeName": "arw", + "description": "Arawak" + }, + { + "code": "029", + "codeName": "asm", + "description": "Assamese" + }, + { + "code": "030", + "codeName": "ast", + "description": "Asturian; Bable; Leonese; Asturleonese" + }, + { + "code": "031", + "codeName": "ath", + "description": "Athapascan languages" + }, + { + "code": "032", + "codeName": "aus", + "description": "Australian languages" + }, + { + "code": "033", + "codeName": "ava", + "description": "Avaric" + }, + { + "code": "034", + "codeName": "ave", + "description": "Avestan" + }, + { + "code": "035", + "codeName": "awa", + "description": "Awadhi" + }, + { + "code": "036", + "codeName": "aym", + "description": "Aymara" + }, + { + "code": "037", + "codeName": "aze", + "description": "Azerbaijani" + }, + { + "code": "038", + "codeName": "bad", + "description": "Banda languages" + }, + { + "code": "039", + "codeName": "bai", + "description": "Bamileke languages" + }, + { + "code": "040", + "codeName": "bak", + "description": "Bashkir" + }, + { + "code": "041", + "codeName": "bal", + "description": "Baluchi" + }, + { + "code": "042", + "codeName": "bam", + "description": "Bambara" + }, + { + "code": "043", + "codeName": "ban", + "description": "Balinese" + }, + { + "code": "044", + "codeName": "baq", + "description": "Basque" + }, + { + "code": "045", + "codeName": "bas", + "description": "Basa" + }, + { + "code": "046", + "codeName": "bat", + "description": "Baltic languages" + }, + { + "code": "047", + "codeName": "bej", + "description": "Beja; Bedawiyet" + }, + { + "code": "048", + "codeName": "bel", + "description": "Belarusian" + }, + { + "code": "049", + "codeName": "bem", + "description": "Bemba" + }, + { + "code": "050", + "codeName": "ben", + "description": "Bengali" + }, + { + "code": "051", + "codeName": "ber", + "description": "Berber languages" + }, + { + "code": "052", + "codeName": "bho", + "description": "Bhojpuri" + }, + { + "code": "053", + "codeName": "bih", + "description": "Bihari languages" + }, + { + "code": "054", + "codeName": "bik", + "description": "Bikol" + }, + { + "code": "055", + "codeName": "bin", + "description": "Bini; Edo" + }, + { + "code": "056", + "codeName": "bis", + "description": "Bislama" + }, + { + "code": "057", + "codeName": "bla", + "description": "Siksika" + }, + { + "code": "058", + "codeName": "bnt", + "description": "Bantu (Other)" + }, + { + "code": "059", + "codeName": "bos", + "description": "Bosnian" + }, + { + "code": "060", + "codeName": "bra", + "description": "Braj" + }, + { + "code": "061", + "codeName": "bre", + "description": "Breton" + }, + { + "code": "062", + "codeName": "btk", + "description": "Batak languages" + }, + { + "code": "063", + "codeName": "bua", + "description": "Buriat" + }, + { + "code": "064", + "codeName": "bug", + "description": "Buginese" + }, + { + "code": "065", + "codeName": "bul", + "description": "Bulgarian" + }, + { + "code": "066", + "codeName": "bur", + "description": "Burmese" + }, + { + "code": "067", + "codeName": "byn", + "description": "Blin; Bilin" + }, + { + "code": "068", + "codeName": "cad", + "description": "Caddo" + }, + { + "code": "069", + "codeName": "cai", + "description": "Central American Indian languages" + }, + { + "code": "070", + "codeName": "car", + "description": "Galibi Carib" + }, + { + "code": "071", + "codeName": "cat", + "description": "Catalan; Valencian" + }, + { + "code": "072", + "codeName": "cau", + "description": "Caucasian languages" + }, + { + "code": "073", + "codeName": "ceb", + "description": "Cebuano" + }, + { + "code": "074", + "codeName": "cel", + "description": "Celtic languages" + }, + { + "code": "075", + "codeName": "cha", + "description": "Chamorro" + }, + { + "code": "076", + "codeName": "chb", + "description": "Chibcha" + }, + { + "code": "077", + "codeName": "che", + "description": "Chechen" + }, + { + "code": "078", + "codeName": "chg", + "description": "Chagatai" + }, + { + "code": "079", + "codeName": "chi", + "description": "Chinese" + }, + { + "code": "080", + "codeName": "chk", + "description": "Chuukese" + }, + { + "code": "081", + "codeName": "chm", + "description": "Mari" + }, + { + "code": "082", + "codeName": "chn", + "description": "Chinook jargon" + }, + { + "code": "083", + "codeName": "cho", + "description": "Choctaw" + }, + { + "code": "084", + "codeName": "chp", + "description": "Chipewyan; Dene Suline" + }, + { + "code": "085", + "codeName": "chr", + "description": "Cherokee" + }, + { + "code": "086", + "codeName": "chu", + "description": "Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic" + }, + { + "code": "087", + "codeName": "chv", + "description": "Chuvash" + }, + { + "code": "088", + "codeName": "chy", + "description": "Cheyenne" + }, + { + "code": "089", + "codeName": "cmc", + "description": "Chamic languages" + }, + { + "code": "090", + "codeName": "cop", + "description": "Coptic" + }, + { + "code": "091", + "codeName": "cor", + "description": "Cornish" + }, + { + "code": "092", + "codeName": "cos", + "description": "Corsican" + }, + { + "code": "093", + "codeName": "cpe", + "description": "Creoles and pidgins, English based" + }, + { + "code": "094", + "codeName": "cpf", + "description": "Creoles and pidgins, French-based " + }, + { + "code": "095", + "codeName": "cpp", + "description": "Creoles and pidgins, Portuguese-based " + }, + { + "code": "096", + "codeName": "cre", + "description": "Cree" + }, + { + "code": "097", + "codeName": "crh", + "description": "Crimean Tatar; Crimean Turkish" + }, + { + "code": "098", + "codeName": "crp", + "description": "Creoles and pidgins " + }, + { + "code": "099", + "codeName": "csb", + "description": "Kashubian" + }, + { + "code": "100", + "codeName": "cus", + "description": "Cushitic languages" + }, + { + "code": "101", + "codeName": "cze", + "description": "Czech" + }, + { + "code": "102", + "codeName": "dak", + "description": "Dakota" + }, + { + "code": "103", + "codeName": "dan", + "description": "Danish" + }, + { + "code": "104", + "codeName": "dar", + "description": "Dargwa" + }, + { + "code": "105", + "codeName": "day", + "description": "Land Dayak languages" + }, + { + "code": "106", + "codeName": "del", + "description": "Delaware" + }, + { + "code": "107", + "codeName": "den", + "description": "Slave (Athapascan)" + }, + { + "code": "108", + "codeName": "dgr", + "description": "Dogrib" + }, + { + "code": "109", + "codeName": "din", + "description": "Dinka" + }, + { + "code": "110", + "codeName": "div", + "description": "Divehi; Dhivehi; Maldivian" + }, + { + "code": "111", + "codeName": "doi", + "description": "Dogri" + }, + { + "code": "112", + "codeName": "dra", + "description": "Dravidian languages" + }, + { + "code": "113", + "codeName": "dsb", + "description": "Lower Sorbian" + }, + { + "code": "114", + "codeName": "dua", + "description": "Duala" + }, + { + "code": "115", + "codeName": "dum", + "description": "Dutch, Middle (ca.1050-1350)" + }, + { + "code": "116", + "codeName": "dut", + "description": "Dutch; Flemish" + }, + { + "code": "117", + "codeName": "dyu", + "description": "Dyula" + }, + { + "code": "118", + "codeName": "dzo", + "description": "Dzongkha" + }, + { + "code": "119", + "codeName": "efi", + "description": "Efik" + }, + { + "code": "120", + "codeName": "egy", + "description": "Egyptian (Ancient)" + }, + { + "code": "121", + "codeName": "eka", + "description": "Ekajuk" + }, + { + "code": "122", + "codeName": "elx", + "description": "Elamite" + }, + { + "code": "123", + "codeName": "eng", + "description": "English" + }, + { + "code": "124", + "codeName": "enm", + "description": "English, Middle (1100-1500)" + }, + { + "code": "125", + "codeName": "epo", + "description": "Esperanto" + }, + { + "code": "126", + "codeName": "est", + "description": "Estonian" + }, + { + "code": "127", + "codeName": "ewe", + "description": "Ewe" + }, + { + "code": "128", + "codeName": "ewo", + "description": "Ewondo" + }, + { + "code": "129", + "codeName": "fan", + "description": "Fang" + }, + { + "code": "130", + "codeName": "fao", + "description": "Faroese" + }, + { + "code": "131", + "codeName": "fat", + "description": "Fanti" + }, + { + "code": "132", + "codeName": "fij", + "description": "Fijian" + }, + { + "code": "133", + "codeName": "fil", + "description": "Filipino; Pilipino" + }, + { + "code": "134", + "codeName": "fin", + "description": "Finnish" + }, + { + "code": "135", + "codeName": "fiu", + "description": "Finno-Ugrian languages" + }, + { + "code": "136", + "codeName": "fon", + "description": "Fon" + }, + { + "code": "137", + "codeName": "fre", + "description": "French" + }, + { + "code": "138", + "codeName": "frm", + "description": "French, Middle (ca.1400-1600)" + }, + { + "code": "139", + "codeName": "fro", + "description": "French, Old (842-ca.1400)" + }, + { + "code": "140", + "codeName": "frr", + "description": "Northern Frisian" + }, + { + "code": "141", + "codeName": "frs", + "description": "Eastern Frisian" + }, + { + "code": "142", + "codeName": "fry", + "description": "Western Frisian" + }, + { + "code": "143", + "codeName": "ful", + "description": "Fulah" + }, + { + "code": "144", + "codeName": "fur", + "description": "Friulian" + }, + { + "code": "145", + "codeName": "gaa", + "description": "Ga" + }, + { + "code": "146", + "codeName": "gay", + "description": "Gayo" + }, + { + "code": "147", + "codeName": "gba", + "description": "Gbaya" + }, + { + "code": "148", + "codeName": "gem", + "description": "Germanic languages" + }, + { + "code": "149", + "codeName": "geo", + "description": "Georgian" + }, + { + "code": "150", + "codeName": "ger", + "description": "German" + }, + { + "code": "151", + "codeName": "gez", + "description": "Geez" + }, + { + "code": "152", + "codeName": "gil", + "description": "Gilbertese" + }, + { + "code": "153", + "codeName": "gla", + "description": "Gaelic; Scottish Gaelic" + }, + { + "code": "154", + "codeName": "gle", + "description": "Irish" + }, + { + "code": "155", + "codeName": "glg", + "description": "Galician" + }, + { + "code": "156", + "codeName": "glv", + "description": "Manx" + }, + { + "code": "157", + "codeName": "gmh", + "description": "German, Middle High (ca.1050-1500)" + }, + { + "code": "158", + "codeName": "goh", + "description": "German, Old High (ca.750-1050)" + }, + { + "code": "159", + "codeName": "gon", + "description": "Gondi" + }, + { + "code": "160", + "codeName": "gor", + "description": "Gorontalo" + }, + { + "code": "161", + "codeName": "got", + "description": "Gothic" + }, + { + "code": "162", + "codeName": "grb", + "description": "Grebo" + }, + { + "code": "163", + "codeName": "grc", + "description": "Greek, Ancient (to 1453)" + }, + { + "code": "164", + "codeName": "gre", + "description": "Greek, Modern (1453-)" + }, + { + "code": "165", + "codeName": "grn", + "description": "Guarani" + }, + { + "code": "166", + "codeName": "gsw", + "description": "Swiss German; Alemannic; Alsatian" + }, + { + "code": "167", + "codeName": "guj", + "description": "Gujarati" + }, + { + "code": "168", + "codeName": "gwi", + "description": "Gwich'in" + }, + { + "code": "169", + "codeName": "hai", + "description": "Haida" + }, + { + "code": "170", + "codeName": "hat", + "description": "Haitian; Haitian Creole" + }, + { + "code": "171", + "codeName": "hau", + "description": "Hausa" + }, + { + "code": "172", + "codeName": "haw", + "description": "Hawaiian" + }, + { + "code": "173", + "codeName": "heb", + "description": "Hebrew" + }, + { + "code": "174", + "codeName": "her", + "description": "Herero" + }, + { + "code": "175", + "codeName": "hil", + "description": "Hiligaynon" + }, + { + "code": "176", + "codeName": "him", + "description": "Himachali languages; Western Pahari languages" + }, + { + "code": "177", + "codeName": "hin", + "description": "Hindi" + }, + { + "code": "178", + "codeName": "hit", + "description": "Hittite" + }, + { + "code": "179", + "codeName": "hmn", + "description": "Hmong; Mong" + }, + { + "code": "180", + "codeName": "hmo", + "description": "Hiri Motu" + }, + { + "code": "181", + "codeName": "hrv", + "description": "Croatian" + }, + { + "code": "182", + "codeName": "hsb", + "description": "Upper Sorbian" + }, + { + "code": "183", + "codeName": "hun", + "description": "Hungarian" + }, + { + "code": "184", + "codeName": "hup", + "description": "Hupa" + }, + { + "code": "185", + "codeName": "iba", + "description": "Iban" + }, + { + "code": "186", + "codeName": "ibo", + "description": "Igbo" + }, + { + "code": "187", + "codeName": "ice", + "description": "Icelandic" + }, + { + "code": "188", + "codeName": "ido", + "description": "Ido" + }, + { + "code": "189", + "codeName": "iii", + "description": "Sichuan Yi; Nuosu" + }, + { + "code": "190", + "codeName": "ijo", + "description": "Ijo languages" + }, + { + "code": "191", + "codeName": "iku", + "description": "Inuktitut" + }, + { + "code": "192", + "codeName": "ile", + "description": "Interlingue; Occidental" + }, + { + "code": "193", + "codeName": "ilo", + "description": "Iloko" + }, + { + "code": "194", + "codeName": "ina", + "description": "Interlingua (International Auxiliary Language Association)" + }, + { + "code": "195", + "codeName": "inc", + "description": "Indic languages" + }, + { + "code": "196", + "codeName": "ind", + "description": "Indonesian" + }, + { + "code": "197", + "codeName": "ine", + "description": "Indo-European languages" + }, + { + "code": "198", + "codeName": "inh", + "description": "Ingush" + }, + { + "code": "199", + "codeName": "ipk", + "description": "Inupiaq" + }, + { + "code": "200", + "codeName": "ira", + "description": "Iranian languages" + }, + { + "code": "201", + "codeName": "iro", + "description": "Iroquoian languages" + }, + { + "code": "202", + "codeName": "ita", + "description": "Italian" + }, + { + "code": "203", + "codeName": "jav", + "description": "Javanese" + }, + { + "code": "204", + "codeName": "jbo", + "description": "Lojban" + }, + { + "code": "205", + "codeName": "jpn", + "description": "Japanese" + }, + { + "code": "206", + "codeName": "jpr", + "description": "Judeo-Persian" + }, + { + "code": "207", + "codeName": "jrb", + "description": "Judeo-Arabic" + }, + { + "code": "208", + "codeName": "kaa", + "description": "Kara-Kalpak" + }, + { + "code": "209", + "codeName": "kab", + "description": "Kabyle" + }, + { + "code": "210", + "codeName": "kac", + "description": "Kachin; Jingpho" + }, + { + "code": "211", + "codeName": "kal", + "description": "Kalaallisut; Greenlandic" + }, + { + "code": "212", + "codeName": "kam", + "description": "Kamba" + }, + { + "code": "213", + "codeName": "kan", + "description": "Kannada" + }, + { + "code": "214", + "codeName": "kar", + "description": "Karen languages" + }, + { + "code": "215", + "codeName": "kas", + "description": "Kashmiri" + }, + { + "code": "216", + "codeName": "kau", + "description": "Kanuri" + }, + { + "code": "217", + "codeName": "kaw", + "description": "Kawi" + }, + { + "code": "218", + "codeName": "kaz", + "description": "Kazakh" + }, + { + "code": "219", + "codeName": "kbd", + "description": "Kabardian" + }, + { + "code": "220", + "codeName": "kha", + "description": "Khasi" + }, + { + "code": "221", + "codeName": "khi", + "description": "Khoisan languages" + }, + { + "code": "222", + "codeName": "khm", + "description": "Central Khmer" + }, + { + "code": "223", + "codeName": "kho", + "description": "Khotanese; Sakan" + }, + { + "code": "224", + "codeName": "kik", + "description": "Kikuyu; Gikuyu" + }, + { + "code": "225", + "codeName": "kin", + "description": "Kinyarwanda" + }, + { + "code": "226", + "codeName": "kir", + "description": "Kirghiz; Kyrgyz" + }, + { + "code": "227", + "codeName": "kmb", + "description": "Kimbundu" + }, + { + "code": "228", + "codeName": "kok", + "description": "Konkani" + }, + { + "code": "229", + "codeName": "kom", + "description": "Komi" + }, + { + "code": "230", + "codeName": "kon", + "description": "Kongo" + }, + { + "code": "231", + "codeName": "kor", + "description": "Korean" + }, + { + "code": "232", + "codeName": "kos", + "description": "Kosraean" + }, + { + "code": "233", + "codeName": "kpe", + "description": "Kpelle" + }, + { + "code": "234", + "codeName": "krc", + "description": "Karachay-Balkar" + }, + { + "code": "235", + "codeName": "krl", + "description": "Karelian" + }, + { + "code": "236", + "codeName": "kro", + "description": "Kru languages" + }, + { + "code": "237", + "codeName": "kru", + "description": "Kurukh" + }, + { + "code": "238", + "codeName": "kua", + "description": "Kuanyama; Kwanyama" + }, + { + "code": "239", + "codeName": "kum", + "description": "Kumyk" + }, + { + "code": "240", + "codeName": "kur", + "description": "Kurdish" + }, + { + "code": "241", + "codeName": "kut", + "description": "Kutenai" + }, + { + "code": "242", + "codeName": "lad", + "description": "Ladino" + }, + { + "code": "243", + "codeName": "lah", + "description": "Lahnda" + }, + { + "code": "244", + "codeName": "lam", + "description": "Lamba" + }, + { + "code": "245", + "codeName": "lao", + "description": "Lao" + }, + { + "code": "246", + "codeName": "lat", + "description": "Latin" + }, + { + "code": "247", + "codeName": "lav", + "description": "Latvian" + }, + { + "code": "248", + "codeName": "lez", + "description": "Lezghian" + }, + { + "code": "249", + "codeName": "lim", + "description": "Limburgan; Limburger; Limburgish" + }, + { + "code": "250", + "codeName": "lin", + "description": "Lingala" + }, + { + "code": "251", + "codeName": "lit", + "description": "Lithuanian" + }, + { + "code": "252", + "codeName": "lol", + "description": "Mongo" + }, + { + "code": "253", + "codeName": "loz", + "description": "Lozi" + }, + { + "code": "254", + "codeName": "ltz", + "description": "Luxembourgish; Letzeburgesch" + }, + { + "code": "255", + "codeName": "lua", + "description": "Luba-Lulua" + }, + { + "code": "256", + "codeName": "lub", + "description": "Luba-Katanga" + }, + { + "code": "257", + "codeName": "lug", + "description": "Ganda" + }, + { + "code": "258", + "codeName": "lui", + "description": "Luiseno" + }, + { + "code": "259", + "codeName": "lun", + "description": "Lunda" + }, + { + "code": "260", + "codeName": "luo", + "description": "Luo (Kenya and Tanzania)" + }, + { + "code": "261", + "codeName": "lus", + "description": "Lushai" + }, + { + "code": "262", + "codeName": "mac", + "description": "Macedonian" + }, + { + "code": "263", + "codeName": "mad", + "description": "Madurese" + }, + { + "code": "264", + "codeName": "mag", + "description": "Magahi" + }, + { + "code": "265", + "codeName": "mah", + "description": "Marshallese" + }, + { + "code": "266", + "codeName": "mai", + "description": "Maithili" + }, + { + "code": "267", + "codeName": "mak", + "description": "Makasar" + }, + { + "code": "268", + "codeName": "mal", + "description": "Malayalam" + }, + { + "code": "269", + "codeName": "man", + "description": "Mandingo" + }, + { + "code": "270", + "codeName": "mao", + "description": "Maori" + }, + { + "code": "271", + "codeName": "map", + "description": "Austronesian languages" + }, + { + "code": "272", + "codeName": "mar", + "description": "Marathi" + }, + { + "code": "273", + "codeName": "mas", + "description": "Masai" + }, + { + "code": "274", + "codeName": "may", + "description": "Malay" + }, + { + "code": "275", + "codeName": "mdf", + "description": "Moksha" + }, + { + "code": "276", + "codeName": "mdr", + "description": "Mandar" + }, + { + "code": "277", + "codeName": "men", + "description": "Mende" + }, + { + "code": "278", + "codeName": "mga", + "description": "Irish, Middle (900-1200)" + }, + { + "code": "279", + "codeName": "mic", + "description": "Mi'kmaq; Micmac" + }, + { + "code": "280", + "codeName": "min", + "description": "Minangkabau" + }, + { + "code": "281", + "codeName": "mis", + "description": "Uncoded languages" + }, + { + "code": "282", + "codeName": "mkh", + "description": "Mon-Khmer languages" + }, + { + "code": "283", + "codeName": "mlg", + "description": "Malagasy" + }, + { + "code": "284", + "codeName": "mlt", + "description": "Maltese" + }, + { + "code": "285", + "codeName": "mnc", + "description": "Manchu" + }, + { + "code": "286", + "codeName": "mni", + "description": "Manipuri" + }, + { + "code": "287", + "codeName": "mno", + "description": "Manobo languages" + }, + { + "code": "288", + "codeName": "moh", + "description": "Mohawk" + }, + { + "code": "289", + "codeName": "mon", + "description": "Mongolian" + }, + { + "code": "290", + "codeName": "mos", + "description": "Mossi" + }, + { + "code": "291", + "codeName": "mul", + "description": "Multiple languages" + }, + { + "code": "292", + "codeName": "mun", + "description": "Munda languages" + }, + { + "code": "293", + "codeName": "mus", + "description": "Creek" + }, + { + "code": "294", + "codeName": "mwl", + "description": "Mirandese" + }, + { + "code": "295", + "codeName": "mwr", + "description": "Marwari" + }, + { + "code": "296", + "codeName": "myn", + "description": "Mayan languages" + }, + { + "code": "297", + "codeName": "myv", + "description": "Erzya" + }, + { + "code": "298", + "codeName": "nah", + "description": "Nahuatl languages" + }, + { + "code": "299", + "codeName": "nai", + "description": "North American Indian languages" + }, + { + "code": "300", + "codeName": "nap", + "description": "Neapolitan" + }, + { + "code": "301", + "codeName": "nau", + "description": "Nauru" + }, + { + "code": "302", + "codeName": "nav", + "description": "Navajo; Navaho" + }, + { + "code": "303", + "codeName": "nbl", + "description": "Ndebele, South; South Ndebele" + }, + { + "code": "304", + "codeName": "nde", + "description": "Ndebele, North; North Ndebele" + }, + { + "code": "305", + "codeName": "ndo", + "description": "Ndonga" + }, + { + "code": "306", + "codeName": "nds", + "description": "Low German; Low Saxon; German, Low; Saxon, Low" + }, + { + "code": "307", + "codeName": "nep", + "description": "Nepali" + }, + { + "code": "308", + "codeName": "new", + "description": "Nepal Bhasa; Newari" + }, + { + "code": "309", + "codeName": "nia", + "description": "Nias" + }, + { + "code": "310", + "codeName": "nic", + "description": "Niger-Kordofanian languages" + }, + { + "code": "311", + "codeName": "niu", + "description": "Niuean" + }, + { + "code": "312", + "codeName": "nno", + "description": "Norwegian Nynorsk; Nynorsk, Norwegian" + }, + { + "code": "313", + "codeName": "nob", + "description": "Bokmål, Norwegian; Norwegian Bokmål" + }, + { + "code": "314", + "codeName": "nog", + "description": "Nogai" + }, + { + "code": "315", + "codeName": "non", + "description": "Norse, Old" + }, + { + "code": "316", + "codeName": "nor", + "description": "Norwegian" + }, + { + "code": "317", + "codeName": "nqo", + "description": "N'Ko" + }, + { + "code": "318", + "codeName": "nso", + "description": "Pedi; Sepedi; Northern Sotho" + }, + { + "code": "319", + "codeName": "nub", + "description": "Nubian languages" + }, + { + "code": "320", + "codeName": "nwc", + "description": "Classical Newari; Old Newari; Classical Nepal Bhasa" + }, + { + "code": "321", + "codeName": "nya", + "description": "Chichewa; Chewa; Nyanja" + }, + { + "code": "322", + "codeName": "nym", + "description": "Nyamwezi" + }, + { + "code": "323", + "codeName": "nyn", + "description": "Nyankole" + }, + { + "code": "324", + "codeName": "nyo", + "description": "Nyoro" + }, + { + "code": "325", + "codeName": "nzi", + "description": "Nzima" + }, + { + "code": "326", + "codeName": "oci", + "description": "Occitan (post 1500); Provençal" + }, + { + "code": "327", + "codeName": "oji", + "description": "Ojibwa" + }, + { + "code": "328", + "codeName": "ori", + "description": "Oriya" + }, + { + "code": "329", + "codeName": "orm", + "description": "Oromo" + }, + { + "code": "330", + "codeName": "osa", + "description": "Osage" + }, + { + "code": "331", + "codeName": "oss", + "description": "Ossetian; Ossetic" + }, + { + "code": "332", + "codeName": "ota", + "description": "Turkish, Ottoman (1500-1928)" + }, + { + "code": "333", + "codeName": "oto", + "description": "Otomian languages" + }, + { + "code": "334", + "codeName": "paa", + "description": "Papuan languages" + }, + { + "code": "335", + "codeName": "pag", + "description": "Pangasinan" + }, + { + "code": "336", + "codeName": "pal", + "description": "Pahlavi" + }, + { + "code": "337", + "codeName": "pam", + "description": "Pampanga; Kapampangan" + }, + { + "code": "338", + "codeName": "pan", + "description": "Panjabi; Punjabi" + }, + { + "code": "339", + "codeName": "pap", + "description": "Papiamento" + }, + { + "code": "340", + "codeName": "pau", + "description": "Palauan" + }, + { + "code": "341", + "codeName": "peo", + "description": "Persian, Old (ca.600-400 B.C.)" + }, + { + "code": "342", + "codeName": "per", + "description": "Persian" + }, + { + "code": "343", + "codeName": "phi", + "description": "Philippine languages" + }, + { + "code": "344", + "codeName": "phn", + "description": "Phoenician" + }, + { + "code": "345", + "codeName": "pli", + "description": "Pali" + }, + { + "code": "346", + "codeName": "pol", + "description": "Polish" + }, + { + "code": "347", + "codeName": "pon", + "description": "Pohnpeian" + }, + { + "code": "348", + "codeName": "por", + "description": "Portuguese" + }, + { + "code": "349", + "codeName": "pra", + "description": "Prakrit languages" + }, + { + "code": "350", + "codeName": "pro", + "description": "Provençal, Old (to 1500)" + }, + { + "code": "351", + "codeName": "pus", + "description": "Pushto; Pashto" + }, + { + "code": "353", + "codeName": "que", + "description": "Quechua" + }, + { + "code": "354", + "codeName": "raj", + "description": "Rajasthani" + }, + { + "code": "355", + "codeName": "rap", + "description": "Rapanui" + }, + { + "code": "356", + "codeName": "rar", + "description": "Rarotongan; Cook Islands Maori" + }, + { + "code": "357", + "codeName": "roa", + "description": "Romance languages" + }, + { + "code": "358", + "codeName": "roh", + "description": "Romansh" + }, + { + "code": "359", + "codeName": "rom", + "description": "Romany" + }, + { + "code": "360", + "codeName": "rum", + "description": "Romanian; Moldavian; Moldovan" + }, + { + "code": "361", + "codeName": "run", + "description": "Rundi" + }, + { + "code": "362", + "codeName": "rup", + "description": "Aromanian; Arumanian; Macedo-Romanian" + }, + { + "code": "363", + "codeName": "rus", + "description": "Russian" + }, + { + "code": "364", + "codeName": "sad", + "description": "Sandawe" + }, + { + "code": "365", + "codeName": "sag", + "description": "Sango" + }, + { + "code": "366", + "codeName": "sah", + "description": "Yakut" + }, + { + "code": "367", + "codeName": "sai", + "description": "South American Indian (Other)" + }, + { + "code": "368", + "codeName": "sal", + "description": "Salishan languages" + }, + { + "code": "369", + "codeName": "sam", + "description": "Samaritan Aramaic" + }, + { + "code": "370", + "codeName": "san", + "description": "Sanskrit" + }, + { + "code": "371", + "codeName": "sas", + "description": "Sasak" + }, + { + "code": "372", + "codeName": "sat", + "description": "Santali" + }, + { + "code": "373", + "codeName": "scn", + "description": "Sicilian" + }, + { + "code": "374", + "codeName": "sco", + "description": "Scots" + }, + { + "code": "375", + "codeName": "sel", + "description": "Selkup" + }, + { + "code": "376", + "codeName": "sem", + "description": "Semitic languages" + }, + { + "code": "377", + "codeName": "sga", + "description": "Irish, Old (to 900)" + }, + { + "code": "378", + "codeName": "sgn", + "description": "Sign Languages" + }, + { + "code": "379", + "codeName": "shn", + "description": "Shan" + }, + { + "code": "380", + "codeName": "sid", + "description": "Sidamo" + }, + { + "code": "381", + "codeName": "sin", + "description": "Sinhala; Sinhalese" + }, + { + "code": "382", + "codeName": "sio", + "description": "Siouan languages" + }, + { + "code": "383", + "codeName": "sit", + "description": "Sino-Tibetan languages" + }, + { + "code": "384", + "codeName": "sla", + "description": "Slavic languages" + }, + { + "code": "385", + "codeName": "slo", + "description": "Slovak" + }, + { + "code": "386", + "codeName": "slv", + "description": "Slovenian" + }, + { + "code": "387", + "codeName": "sma", + "description": "Southern Sami" + }, + { + "code": "388", + "codeName": "sme", + "description": "Northern Sami" + }, + { + "code": "389", + "codeName": "smi", + "description": "Sami languages" + }, + { + "code": "390", + "codeName": "smj", + "description": "Lule Sami" + }, + { + "code": "391", + "codeName": "smn", + "description": "Inari Sami" + }, + { + "code": "392", + "codeName": "smo", + "description": "Samoan" + }, + { + "code": "393", + "codeName": "sms", + "description": "Skolt Sami" + }, + { + "code": "394", + "codeName": "sna", + "description": "Shona" + }, + { + "code": "395", + "codeName": "snd", + "description": "Sindhi" + }, + { + "code": "396", + "codeName": "snk", + "description": "Soninke" + }, + { + "code": "397", + "codeName": "sog", + "description": "Sogdian" + }, + { + "code": "398", + "codeName": "som", + "description": "Somali" + }, + { + "code": "399", + "codeName": "son", + "description": "Songhai languages" + }, + { + "code": "400", + "codeName": "sot", + "description": "Sotho, Southern" + }, + { + "code": "401", + "codeName": "spa", + "description": "Spanish; Castilian" + }, + { + "code": "402", + "codeName": "srd", + "description": "Sardinian" + }, + { + "code": "403", + "codeName": "srn", + "description": "Sranan Tongo" + }, + { + "code": "404", + "codeName": "srp", + "description": "Serbian" + }, + { + "code": "405", + "codeName": "srr", + "description": "Serer" + }, + { + "code": "406", + "codeName": "ssa", + "description": "Nilo-Saharan languages" + }, + { + "code": "407", + "codeName": "ssw", + "description": "Swati" + }, + { + "code": "408", + "codeName": "suk", + "description": "Sukuma" + }, + { + "code": "409", + "codeName": "sun", + "description": "Sundanese" + }, + { + "code": "410", + "codeName": "sus", + "description": "Susu" + }, + { + "code": "411", + "codeName": "sux", + "description": "Sumerian" + }, + { + "code": "412", + "codeName": "swa", + "description": "Swahili" + }, + { + "code": "413", + "codeName": "swe", + "description": "Swedish" + }, + { + "code": "414", + "codeName": "syc", + "description": "Classical Syriac" + }, + { + "code": "415", + "codeName": "syr", + "description": "Syriac" + }, + { + "code": "416", + "codeName": "tah", + "description": "Tahitian" + }, + { + "code": "417", + "codeName": "tai", + "description": "Tai languages" + }, + { + "code": "418", + "codeName": "tam", + "description": "Tamil" + }, + { + "code": "419", + "codeName": "tat", + "description": "Tatar" + }, + { + "code": "420", + "codeName": "tel", + "description": "Telugu" + }, + { + "code": "421", + "codeName": "tem", + "description": "Timne" + }, + { + "code": "422", + "codeName": "ter", + "description": "Tereno" + }, + { + "code": "423", + "codeName": "tet", + "description": "Tetum" + }, + { + "code": "424", + "codeName": "tgk", + "description": "Tajik" + }, + { + "code": "425", + "codeName": "tgl", + "description": "Tagalog" + }, + { + "code": "426", + "codeName": "tha", + "description": "Thai" + }, + { + "code": "427", + "codeName": "tib", + "description": "Tibetan" + }, + { + "code": "428", + "codeName": "tig", + "description": "Tigre" + }, + { + "code": "429", + "codeName": "tir", + "description": "Tigrinya" + }, + { + "code": "430", + "codeName": "tiv", + "description": "Tiv" + }, + { + "code": "431", + "codeName": "tkl", + "description": "Tokelau" + }, + { + "code": "432", + "codeName": "tlh", + "description": "Klingon; tlhIngan-Hol" + }, + { + "code": "433", + "codeName": "tli", + "description": "Tlingit" + }, + { + "code": "434", + "codeName": "tmh", + "description": "Tamashek" + }, + { + "code": "435", + "codeName": "tog", + "description": "Tonga (Nyasa)" + }, + { + "code": "436", + "codeName": "ton", + "description": "Tonga (Tonga Islands)" + }, + { + "code": "437", + "codeName": "tpi", + "description": "Tok Pisin" + }, + { + "code": "438", + "codeName": "tsi", + "description": "Tsimshian" + }, + { + "code": "439", + "codeName": "tsn", + "description": "Tswana" + }, + { + "code": "440", + "codeName": "tso", + "description": "Tsonga" + }, + { + "code": "441", + "codeName": "tuk", + "description": "Turkmen" + }, + { + "code": "442", + "codeName": "tum", + "description": "Tumbuka" + }, + { + "code": "443", + "codeName": "tup", + "description": "Tupi languages" + }, + { + "code": "444", + "codeName": "tur", + "description": "Turkish" + }, + { + "code": "445", + "codeName": "tut", + "description": "Altaic languages" + }, + { + "code": "446", + "codeName": "tvl", + "description": "Tuvalu" + }, + { + "code": "447", + "codeName": "twi", + "description": "Twi" + }, + { + "code": "448", + "codeName": "tyv", + "description": "Tuvinian" + }, + { + "code": "449", + "codeName": "udm", + "description": "Udmurt" + }, + { + "code": "450", + "codeName": "uga", + "description": "Ugaritic" + }, + { + "code": "451", + "codeName": "uig", + "description": "Uighur; Uyghur" + }, + { + "code": "452", + "codeName": "ukr", + "description": "Ukrainian" + }, + { + "code": "453", + "codeName": "umb", + "description": "Umbundu" + }, + { + "code": "454", + "codeName": "und", + "description": "Undetermined" + }, + { + "code": "455", + "codeName": "urd", + "description": "Urdu" + }, + { + "code": "456", + "codeName": "uzb", + "description": "Uzbek" + }, + { + "code": "457", + "codeName": "vai", + "description": "Vai" + }, + { + "code": "458", + "codeName": "ven", + "description": "Venda" + }, + { + "code": "459", + "codeName": "vie", + "description": "Vietnamese" + }, + { + "code": "460", + "codeName": "vol", + "description": "Volapük" + }, + { + "code": "461", + "codeName": "vot", + "description": "Votic" + }, + { + "code": "462", + "codeName": "wak", + "description": "Wakashan languages" + }, + { + "code": "463", + "codeName": "wal", + "description": "Walamo" + }, + { + "code": "464", + "codeName": "war", + "description": "Waray" + }, + { + "code": "465", + "codeName": "was", + "description": "Washo" + }, + { + "code": "466", + "codeName": "wel", + "description": "Welsh" + }, + { + "code": "467", + "codeName": "wen", + "description": "Sorbian languages" + }, + { + "code": "468", + "codeName": "wln", + "description": "Walloon" + }, + { + "code": "469", + "codeName": "wol", + "description": "Wolof" + }, + { + "code": "470", + "codeName": "xal", + "description": "Kalmyk; Oirat" + }, + { + "code": "471", + "codeName": "xho", + "description": "Xhosa" + }, + { + "code": "472", + "codeName": "yao", + "description": "Yao" + }, + { + "code": "473", + "codeName": "yap", + "description": "Yapese" + }, + { + "code": "474", + "codeName": "yid", + "description": "Yiddish" + }, + { + "code": "475", + "codeName": "yor", + "description": "Yoruba" + }, + { + "code": "476", + "codeName": "ypk", + "description": "Yupik languages" + }, + { + "code": "477", + "codeName": "zap", + "description": "Zapotec" + }, + { + "code": "478", + "codeName": "zbl", + "description": "Blissymbols; Blissymbolics; Bliss" + }, + { + "code": "479", + "codeName": "zen", + "description": "Zenaga" + }, + { + "code": "480", + "codeName": "zgh", + "description": "Standard Moroccan Tamazight" + }, + { + "code": "481", + "codeName": "zha", + "description": "Zhuang; Chuang" + }, + { + "code": "482", + "codeName": "znd", + "description": "Zande languages" + }, + { + "code": "483", + "codeName": "zul", + "description": "Zulu" + }, + { + "code": "484", + "codeName": "zun", + "description": "Zuni" + }, + { + "code": "485", + "codeName": "zxx", + "description": "No linguistic content; Not applicable" + }, + { + "code": "486", + "codeName": "zza", + "description": "Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki" + } + ] + }, + "iso_maintenanceFrequency": { + "codelistType": "staticList", + "codelistName": "iso_maintenanceFrequency", + "source": "ISO", + "sourceName": "MD_MaintenanceFrequencyCode", + "extensible": true, + "description": "frequency with which modifications and deletions are made to the data after it is first produced", + "codelist": [ + { + "code": "001", + "codeName": "continual", + "description": "data is repeatedly and frequently updated" + }, + { + "code": "002", + "codeName": "daily", + "description": "data is updated each day" + }, + { + "code": "003", + "codeName": "weekly", + "description": "data is updated on a weekly basis" + }, + { + "code": "004", + "codeName": "fortnightly", + "description": "data is updated every two weeks" + }, + { + "code": "005", + "codeName": "monthly", + "description": "data is updated each month" + }, + { + "code": "006", + "codeName": "quarterly", + "description": "data is updated every three months" + }, + { + "code": "007", + "codeName": "biannually", + "description": "data is updated twice each year" + }, + { + "code": "008", + "codeName": "annually", + "description": "data is updated every year" + }, + { + "code": "009", + "codeName": "asNeeded", + "description": "data is updated as deemed necessary" + }, + { + "code": "010", + "codeName": "irregular", + "description": "data is updated in intervals that are uneven in duration" + }, + { + "code": "011", + "codeName": "notPlanned", + "description": "there are no plans to update the data" + }, + { + "code": "012", + "codeName": "unknown", + "description": "frequency of maintenance for the data is not known" + }, + { + "code": "013", + "codeName": "periodic", + "description": "resource is updated at regular intervals" + }, + { + "code": "014", + "codeName": "semimonthly", + "description": "resource updated twice monthly" + }, + { + "code": "015", + "codeName": "biennially", + "description": "resource is updated every 2 years" + } + ] + }, + "iso_mediumFormat": { + "codelistType": "staticList", + "codelistName": "iso_mediumFormat", + "source": "ISO", + "sourceName": "MD_MediumFormatCode", + "extensible": true, + "description": "method used to write to the medium", + "codelist": [ + { + "code": "001", + "codeName": "cpio", + "description": "CoPy In / Out (UNIX file format and command)" + }, + { + "code": "002", + "codeName": "tar", + "description": "Tape ARchive" + }, + { + "code": "003", + "codeName": "highSierra", + "description": "high sierra file system" + }, + { + "code": "004", + "codeName": "iso9660", + "description": "information processing – volume and file structure of CD-ROM" + }, + { + "code": "005", + "codeName": "iso9660RockRidge", + "description": "rock ridge interchange protocol (UNIX)" + }, + { + "code": "006", + "codeName": "iso9660AppleHFS", + "description": "hierarchical file system (Macintosh)" + }, + { + "code": "007", + "codeName": "udf", + "description": "universal disk format" + } + ] + }, + "iso_mediumName": { + "codelistType": "staticList", + "codelistName": "iso_mediumName", + "source": "ISO", + "sourceName": "MD_MediumNameCode", + "extensible": true, + "description": "name of the medium", + "codelist": [ + { + "code": "001", + "codeName": "cdRom", + "description": "read-only optical disk" + }, + { + "code": "002", + "codeName": "dvd", + "description": "digital versatile disk" + }, + { + "code": "003", + "codeName": "dvdRom", + "description": "digital versatile disk, read only" + }, + { + "code": "004", + "codeName": "3halfInchFloppy", + "description": "3,5 inch magnetic disk" + }, + { + "code": "005", + "codeName": "5quarterInchFloppy", + "description": "5,25 inch magnetic disk" + }, + { + "code": "006", + "codeName": "7trackTape", + "description": "7 track magnetic tape" + }, + { + "code": "007", + "codeName": "9trackTape", + "description": "9 track magnetic tape" + }, + { + "code": "008", + "codeName": "3480Cartridge", + "description": "3480 cartridge tape drive" + }, + { + "code": "009", + "codeName": "3490Cartridge", + "description": "3490 cartridge tape drive" + }, + { + "code": "010", + "codeName": "3580Cartridge", + "description": "3580 cartridge tape drive" + }, + { + "code": "011", + "codeName": "4mmCartridge", + "description": "4 millimetre magnetic tape" + }, + { + "code": "012", + "codeName": "8mmCartridge", + "description": "8 millimetre magnetic tape" + }, + { + "code": "013", + "codeName": "1quarterInchCartridgeTape", + "description": "0,25 inch magnetic tape" + }, + { + "code": "014", + "codeName": "digitalLinearTape", + "description": "half inch cartridge streaming tape drive" + }, + { + "code": "015", + "codeName": "onLine", + "description": "direct computer linkage" + }, + { + "code": "016", + "codeName": "satellite", + "description": "linkage through a satellite communication system" + }, + { + "code": "017", + "codeName": "telephoneLink", + "description": "communication through a telephone network" + }, + { + "code": "018", + "codeName": "hardcopy", + "description": "pamphlet or leaflet giving descriptive information" + }, + { + "code": "adiwg001", + "codeName": "bluRay", + "description": "Blu-ray digital versatile disk" + }, + { + "code": "adiwg002", + "codeName": "usbHardDrive", + "description": "USB hard drive disk or solid state" + }, + { + "code": "adiwg003", + "codeName": "memoryStick", + "description": "USB memory stick" + }, + { + "code": "adiwg004", + "codeName": "sdCard", + "description": "SD memory card" + }, + { + "code": "adiwg005", + "codeName": "flashCard", + "description": "compact flash memory card" + }, + { + "code": "adiwg006", + "codeName": "film", + "description": "8mm, 16mm, 35mm, 120 and other positive and negative camera film sizes" + }, + { + "code": "adiwg007", + "codeName": "microfilm", + "description": "microfilm" + }, + { + "code": "adiwg008", + "codeName": "internet", + "description": "internet" + } + ] + }, + "iso_objectiveTypeCode": { + "codelistType": "staticList", + "codelistName": "iso_objectiveTypeCode", + "source": "ISO", + "sourceName": "MI_objectiveTypeCode", + "extensible": true, + "description": "temporal persistence of collection objective", + "codelist": [ + { + "code": "001", + "codeName": "instantaneousCollection", + "description": "single instance of collection" + }, + { + "code": "002", + "codeName": "persistentView", + "description": "multiple instances of collection" + }, + { + "code": "003", + "codeName": "survey", + "description": "collection over specified domain" + } + ] + }, + "iso_obligation": { + "codelistType": "staticList", + "codelistName": "iso_obligation", + "source": "ISO", + "sourceName": "MD_ObligationCode", + "extensible": false, + "description": "obligation of the element or entity (enumeration - cannot be extended)", + "codelist": [ + { + "code": "001", + "codeName": "mandatory", + "description": "element is always required" + }, + { + "code": "002", + "codeName": "optional", + "description": "element is not required" + }, + { + "code": "003", + "codeName": "conditional", + "description": "element is required when a specific condition is met" + } + ] + }, + "iso_onlineFunction": { + "codelistType": "staticList", + "codelistName": "iso_onlineFunction", + "source": "ISO", + "sourceName": "CI_OnLineFunctionCode", + "extensible": true, + "description": "function performed by the resource", + "codelist": [ + { + "code": "001", + "codeName": "download", + "description": "online instructions for transferring data from one storage device or system to another" + }, + { + "code": "002", + "codeName": "information", + "description": "online information about the resource" + }, + { + "code": "003", + "codeName": "offlineAccess", + "description": "online instructions for requesting the resource from the provider" + }, + { + "code": "004", + "codeName": "order", + "description": "online order process for obtaining the resource" + }, + { + "code": "005", + "codeName": "search", + "description": "online search interface for seeking out information about the resource" + }, + { + "code": "006", + "codeName": "completeMetadata", + "description": "complete metadata provided" + }, + { + "code": "007", + "codeName": "browseGraphic", + "description": "browse graphic provided" + }, + { + "code": "008", + "codeName": "upload", + "description": "online resource upload capability provided" + }, + { + "code": "009", + "codeName": "emailService", + "description": "online email service provided" + }, + { + "code": "010", + "codeName": "browsing", + "description": "online browsing provided" + }, + { + "code": "011", + "codeName": "fileAccess", + "description": "online file access provided" + }, + { + "code": "adiwg001", + "codeName": "webApplication", + "description": "online web application or data forms" + }, + { + "code": "adiwg002", + "codeName": "doi", + "description": "digital object identifier URL" + }, + { + "code": "adiwg003", + "codeName": "orcid", + "description": "Open Researcher and Contributor ID URL" + }, + { + "code": "adiwg004", + "codeName": "dataUri", + "description": "data file encoded per RFC 2397, the data URL scheme" + } + ] + }, + "iso_operationTypeCode": { + "codelistType": "staticList", + "codelistName": "iso_operationTypeCode", + "source": "ISO", + "sourceName": "MI_OperationTypeCode", + "extensible": true, + "description": "code indicating whether the data contained in this packet is real (originates from live-fly or other non-simulated operational sources), simulated (originates from target simulator sources), or synthesized (a mix of real and simulated data).", + "codelist": [ + { + "code": "001", + "codeName": "instantaneousCollection", + "description": "originates from live-fly or other non-simulated operational source" + }, + { + "code": "002", + "codeName": "persistentView", + "description": "originates from target simulator sources" + }, + { + "code": "003", + "codeName": "survey", + "description": "mix of real and simulated data" + } + ] + }, + "iso_pixelOrientation": { + "codelistType": "staticList", + "codelistName": "iso_pixelOrientation", + "source": "ISO", + "sourceName": "MD_PixelOrientationCode", + "extensible": false, + "description": "point in a pixel corresponding to the Earth location of the pixel", + "codelist": [ + { + "code": "001", + "codeName": "centre", + "description": "point halfway between the lower left and the upper right of the pixel" + }, + { + "code": "002", + "codeName": "lowerLeft", + "description": "the corner in the pixel closest to the origin of the SRS; if two are at the same distance from the origin, the one with the smallest x-value" + }, + { + "code": "003", + "codeName": "lowerRight", + "description": "next corner counterclockwise from the lower left" + }, + { + "code": "004", + "codeName": "upperRight", + "description": "next corner counterclockwise from the lower right" + }, + { + "code": "005", + "codeName": "upperLeft", + "description": "next corner counterclockwise from the upper right" + } + ] + }, + "iso_polarisationOrientationCode": { + "codelistType": "staticList", + "codelistName": "iso_polarisationOrientationCode", + "source": "ISO", + "sourceName": "MI_PolarisationOrientationCode", + "extensible": true, + "description": "polarisation of the antenna relative to the waveform", + "codelist": [ + { + "code": "001", + "codeName": "horizontal", + "description": "polarization of the sensor oriented in the horizontal plane in relation to swath direction" + }, + { + "code": "002", + "codeName": "vertical", + "description": "polarization of the sensor oriented in the vertical plane in relation to swath direction" + }, + { + "code": "003", + "codeName": "leftCircular", + "description": "polarization of the sensor oriented in the left circular plane in relation to swath direction" + }, + { + "code": "004", + "codeName": "rightCircular", + "description": "polarization of the sensor oriented in the right circular plane in relation to swath direction" + }, + { + "code": "005", + "codeName": "theta", + "description": "polarization of the sensor oriented in the angle between +90° and 0° parallel to swath direction" + }, + { + "code": "006", + "codeName": "phi", + "description": "polarization of the sensor oriented in the +90° and 0° perpendicular to swath direction" + } + ] + }, + "iso_presentationForm": { + "codelistType": "staticList", + "codelistName": "iso_presentationForm", + "source": "ISO", + "sourceName": "CI_PresentationFormCode", + "extensible": true, + "description": "mode in which the data is represented", + "codelist": [ + { + "code": "001", + "codeName": "documentDigital", + "description": "digital representation of a primarily textual item (can contain illustrations also)" + }, + { + "code": "002", + "codeName": "documentHardcopy", + "description": "representation of a primarily textual item (can contain illustrations also) on paper, photographic material, or other media" + }, + { + "code": "003", + "codeName": "imageDigital", + "description": "likeness of natural or man-made features, objects, and activities acquired through the sensing of visual or any other segment of the electromagnetic spectrum by sensors, such as thermal infrared, and high resolution radar and stored in digital format" + }, + { + "code": "004", + "codeName": "imageHardcopy", + "description": "likeness of natural or man-made features, objects, and activities acquired through the sensing of visual or any other segment of the electromagnetic spectrum by sensors, such as thermal infrared, and high resolution radar and reproduced on paper, photographic material, or other media for use directly by the human user" + }, + { + "code": "005", + "codeName": "mapDigital", + "description": "map represented in raster or vector form" + }, + { + "code": "006", + "codeName": "mapHardcopy", + "description": "map printed on paper, photographic material, or other media for use directly by the human user" + }, + { + "code": "007", + "codeName": "modelDigital", + "description": "multi-dimensional digital representation of a feature, process, etc." + }, + { + "code": "008", + "codeName": "modelHardcopy", + "description": "3-dimensional, physical model" + }, + { + "code": "009", + "codeName": "profileDigital", + "description": "vertical cross-section in digital form" + }, + { + "code": "010", + "codeName": "profileHardcopy", + "description": "vertical cross-section printed on paper, etc." + }, + { + "code": "011", + "codeName": "tableDigital", + "description": "digital representation of facts or figures systematically displayed, especially in columns" + }, + { + "code": "012", + "codeName": "tableHardcopy", + "description": "representation of facts or figures systematically displayed, especially in columns, printed on paper, photographic material, or other media" + }, + { + "code": "013", + "codeName": "videoDigital", + "description": "digital video recording" + }, + { + "code": "014", + "codeName": "videoHardcopy", + "description": "video recording on film" + }, + { + "code": "015", + "codeName": "audioDigital", + "description": "digital audio recording" + }, + { + "code": "016", + "codeName": "audioHardcopy", + "description": "audio recording delivered by analog media, such as a magnetic tape" + }, + { + "code": "017", + "codeName": "multimediaDigitial", + "description": "information representation using simultaneously various digital modes for text, sound, image" + }, + { + "code": "018", + "codeName": "multimediaHardcopy", + "description": "information representation using simultaneously various analog modes for text, sound, image" + }, + { + "code": "019", + "codeName": "physicalObject", + "description": "a physical object. EXAMPLE Rock or mineral sample, microscope slide." + }, + { + "code": "020", + "codeName": "diagramDigital", + "description": "information represented graphically by charts such as pie chart, bar chart, and other type of diagrams and recorded in digital format" + }, + { + "code": "021", + "codeName": "diagramHardcopy", + "description": "information represented graphically by charts such as pie chart, bar chart, and other type of diagrams and printed on paper, photographic material, or other media" + }, + { + "code": "adiwg001", + "codeName": "webSite", + "description": "information represented in a series of web pages" + }, + { + "code": "adiwg002", + "codeName": "webService", + "description": "information represented as series of HTML end points or remote procedure calls" + }, + { + "code": "adiwg003", + "codeName": "databaseDigital", + "description": "information organized in a digital database" + } + ] + }, + "iso_priorityCode": { + "codelistType": "staticList", + "codelistName": "iso_priorityCode", + "source": "ISO", + "sourceName": "MI_PriorityCode", + "extensible": true, + "description": "ordered list of priorities", + "codelist": [ + { + "code": "001", + "codeName": "critical", + "description": "decisive importance" + }, + { + "code": "002", + "codeName": "highImportance", + "description": "requires resources to be made available" + }, + { + "code": "003", + "codeName": "mediumImportance", + "description": "normal operation priority" + }, + { + "code": "004", + "codeName": "lowImportance", + "description": "to be completed when resources are available" + } + ] + }, + "iso_progress": { + "codelistType": "staticList", + "codelistName": "iso_progress", + "source": "ISO", + "sourceName": "MD_ProgressCode", + "extensible": true, + "description": "status of the dataset or progress of a review", + "codelist": [ + { + "code": "001", + "codeName": "completed", + "description": "production of the data has been completed" + }, + { + "code": "002", + "codeName": "historicalArchive", + "description": "data has been stored in an offline storage facility" + }, + { + "code": "003", + "codeName": "obsolete", + "description": "data is no longer relevant" + }, + { + "code": "004", + "codeName": "onGoing", + "description": "data is continually being updated" + }, + { + "code": "005", + "codeName": "planned", + "description": "fixed date has been established upon or by which the data will be created or updated" + }, + { + "code": "006", + "codeName": "required", + "description": "data needs to be generated or updated" + }, + { + "code": "007", + "codeName": "underDevelopment", + "description": "resource (data or project) is currently in the process of being created" + }, + { + "code": "008", + "codeName": "final", + "description": "progress concluded and no changes will be accepted" + }, + { + "code": "009", + "codeName": "pending", + "description": "committed to, but not yet addressed" + }, + { + "code": "010", + "codeName": "retired", + "description": "item is no longer recommended for use. It has not been superseded by another item" + }, + { + "code": "011", + "codeName": "superseded", + "description": "replaced by new" + }, + { + "code": "012", + "codeName": "tentative", + "description": "provisional changes likely before resource becomes final or complete" + }, + { + "code": "013", + "codeName": "valid", + "description": "acceptable under specific conditions" + }, + { + "code": "014", + "codeName": "accepted", + "description": "agreed to by sponsor" + }, + { + "code": "015", + "codeName": "notAccepted", + "description": "rejected by sponsor" + }, + { + "code": "016", + "codeName": "withdrawn", + "description": "removed from consideration" + }, + { + "code": "017", + "codeName": "proposed", + "description": "suggested that development needs to be undertaken" + }, + { + "code": "018", + "codeName": "deprecated", + "description": "resource superseded and will become obsolete, use only for historical purposes" + }, + { + "code": "adiwg001", + "codeName": "funded", + "description": "resource has been approved and secured funding" + }, + { + "code": "adiwg002", + "codeName": "cancelled", + "description": "project has been canceled" + }, + { + "code": "adiwg003", + "codeName": "suspended", + "description": "project has been placed on hold but is expected to resume at a latter date" + } + ] + }, + "iso_referenceSystemType": { + "codelistType": "staticList", + "codelistName": "iso_referenceSystemType", + "source": "ISO", + "sourceName": "MD_ReferenceSystemTypeCode", + "extensible": true, + "description": "defines type of reference system used", + "codelist": [ + { + "code": "001", + "codeName": "compoundEngineeringParametric", + "description": "compound spatio-parametric coordinate reference system containing an engineering coordinate reference system and a parametric reference system; EXAMPLE [local] x, y, pressure" + }, + { + "code": "002", + "codeName": "compoundEngineeringParametricTemporal", + "description": "compound spatio-parametric-temporal coordinate reference system containing an engineering, a parametric, and a temporal coordinate reference system EXAMPLE [local] x, y, pressure, time" + }, + { + "code": "003", + "codeName": "compoundEngineeringTemporal", + "description": "compound spatio-temporal coordinate reference system containing an engineering and a temporal coordinate reference system EXAMPLE [local] x, y, time" + }, + { + "code": "004", + "codeName": "compoundEngineeringVertical", + "description": "compound spatial reference system containing a horizontal engineering coordinate reference system and a vertical coordinate reference system EXAMPLE [local] x, y, height" + }, + { + "code": "005", + "codeName": "compoundEngineeringVerticalTemporal", + "description": "compound spatio-temporal coordinate reference system containing an engineering, a vertical, and a temporal coordinate reference system EXAMPLE [local] x, y, height, time" + }, + { + "code": "006", + "codeName": "compoundGeographic2DParametric", + "description": "compound spatio-parametric coordinate reference system containing a 2 dimensional geographic horizontal coordinate reference system and a parametric reference system EXAMPLE latitude, longitude, pressure" + }, + { + "code": "007", + "codeName": "compoundGeographic2DParametricTemporal", + "description": "compound spatio-parametric-temporal coordinate reference system containing a 2 dimensional geographic horizontal, a parametric and a temporal coordinate reference system EXAMPLE latitude, longitude, pressure, time" + }, + { + "code": "008", + "codeName": "compoundGeographic2DTemporal", + "description": "compound spatio-temporal coordinate reference system containing a 2 dimensional geographic horizontal coordinate reference system and a temporal reference system EXAMPLE latitude, longitude, time" + }, + { + "code": "009", + "codeName": "compoundGeographic2DVertical", + "description": "compound coordinate reference system in which one constituent coordinate reference system is a horizontal geodetic coordinate reference system and one is a vertical coordinate reference system EXAMPLE latitude, longitude, [gravity-related] height or depth" + }, + { + "code": "010", + "codeName": "compoundGeographicVerticalTemporal", + "description": "compound spatio-temporal coordinate reference system containing a 2 dimensional geographic horizontal, a vertical, and a temporal coordinate reference system EXAMPLE latitude, longitude, height, time" + }, + { + "code": "011", + "codeName": "compoundGeographic3DTemporal", + "description": "compound spatio-temporal coordinate reference system containing a 3 dimensional geographic and a temporal coordinate reference system EXAMPLE latitude, longitude, ellipsoidal height, time" + }, + { + "code": "012", + "codeName": "compoundProjected2DParametric", + "description": "compound spatio-parametric coordinate reference system containing a projected horizontal coordinate reference system and a parametric reference system EXAMPLE easting, northing, density" + }, + { + "code": "013", + "codeName": "compoundProjected2DParametricTemporal", + "description": "compound spatio-parametric-temporal coordinate reference system containing a projected horizontal, a parametric, and a temporal coordinate reference system EXAMPLE easting, northing, density, time" + }, + { + "code": "014", + "codeName": "compoundProjectedTemporal", + "description": "compound spatio-temporal coordinate reference system containing a projected horizontal and a temporal coordinate reference system EXAMPLE easting, northing, time" + }, + { + "code": "015", + "codeName": "compoundProjectedVertical", + "description": "compound spatial reference system containing a horizontal projected coordinate reference system and a vertical coordinate reference system EXAMPLE easting, northing, [gravity-related] height or depth" + }, + { + "code": "016", + "codeName": "compoundProjectedVerticalTemporal", + "description": "compound spatio-temporal coordinate reference system containing a projected horizontal, a vertical, and a temporal coordinate reference system EXAMPLE easting, northing, height, time" + }, + { + "code": "017", + "codeName": "engineering", + "description": "coordinate reference system based on an engineering datum (datum describing the relationship of a coordinate system to a local reference) EXAMPLE [local] x,y" + }, + { + "code": "018", + "codeName": "engineeringDesign", + "description": "engineering coordinate reference system in which the base representation of a moving object is specified EXAMPLE [local] x,y 19. engineeringImage engineeringImage coordinate reference system" + }, + { + "code": "019", + "codeName": "engineeringImage", + "description": "coordinate reference system based on an image datum (engineering datum which defines the relationship of a coordinate system to an image) EXAMPLE row, column" + }, + { + "code": "020", + "codeName": "geodeticGeocentric", + "description": "geodetic CRS having a Cartesian 3D coordinate system EXAMPLE [geocentric] X,Y,Z" + }, + { + "code": "021", + "codeName": "geodeticGeographic2D", + "description": "geodetic CRS having an ellipsoidal 2D coordinate system EXAMPLE latitude, longitude" + }, + { + "code": "022", + "codeName": "geodeticGeographic3D", + "description": "geodetic CRS having an ellipsoidal 3D coordinate system EXAMPLE latitude, longitude, ellipsoidal height" + }, + { + "code": "023", + "codeName": "geographicIdentifier", + "description": "spatial reference in the form of a label or code that identifies a location EXAMPLE post code" + }, + { + "code": "024", + "codeName": "linear", + "description": "reference system that identifies a location by reference to a segment of a linear geographic feature and distance along that segment from a given point EXAMPLE x km along road" + }, + { + "code": "025", + "codeName": "parametric", + "description": "coordinate reference system based on a parametric datum (datum describing the relationship of a parametric coordinate system to an object) EXAMPLE pressure" + }, + { + "code": "026", + "codeName": "projected", + "description": "coordinate reference system derived from a two-dimensional geodetic coordinate reference system by applying a map projection EXAMPLE easting, northing" + }, + { + "code": "027", + "codeName": "temporal", + "description": "reference system against which time is measured EXAMPLE time" + }, + { + "code": "028", + "codeName": "vertical", + "description": "one-dimensional coordinate reference system based on a vertical datum (datum describing the relation of gravity-related heights or depths to the Earth) EXAMPLE [gravity-related] height or depth" + } + ] + }, + "iso_restriction": { + "codelistType": "staticList", + "codelistName": "iso_restriction", + "source": "ISO", + "sourceName": "MD_RestrictionCode", + "extensible": true, + "description": "limitation(s) placed upon the access or use of the data)", + "codelist": [ + { + "code": "001", + "codeName": "copyright", + "description": "exclusive right to the publication, production, or sale of the rights to a literary, dramatic, musical, or artistic work, or to the use of a commercial print or label, granted by law for a specified period of time to an author, composer, artist, distributor" + }, + { + "code": "002", + "codeName": "patent", + "description": "government has granted exclusive right to make, sell, use or license an invention or discovery" + }, + { + "code": "003", + "codeName": "patentPending", + "description": "produced or sold information awaiting a patent" + }, + { + "code": "004", + "codeName": "trademark", + "description": "a name, symbol, or other device identifying a product, officially registered and legally restricted to the use of the owner or manufacturer" + }, + { + "code": "005", + "codeName": "license", + "description": "formal permission to do something" + }, + { + "code": "006", + "codeName": "intellectualPropertyRights", + "description": "rights to financial benefit from and control of distribution of non-tangible property that is a result of creativity" + }, + { + "code": "007", + "codeName": "restricted", + "description": "withheld from general circulation or disclosure" + }, + { + "code": "008", + "codeName": "otherRestrictions", + "description": "limitation not listed" + }, + { + "code": "009", + "codeName": "unrestricted", + "description": "no constraints exist" + }, + { + "code": "010", + "codeName": "licenceUnrestricted", + "description": "formal permission not required to use the resource" + }, + { + "code": "011", + "codeName": "licenceEndUser", + "description": "formal permission required for a person or an entity to use the resource and that may differ from the person that orders or purchases it" + }, + { + "code": "012", + "codeName": "licenceDistributor", + "description": "formal permission required for a person or an entity to commercialize or distribute the resource" + }, + { + "code": "013", + "codeName": "private", + "description": "protects rights of individual or organisations from observation, intrusion, or attention of others" + }, + { + "code": "014", + "codeName": "statutory", + "description": "prescribed by law" + }, + { + "code": "015", + "codeName": "confidential", + "description": "not available to the public. NOTE Contains information that could be prejudicial to a commercial, industrial, or national interest." + }, + { + "code": "016", + "codeName": "sensitiveButUnclassified", + "description": "although unclassified, requires strict controls over its distribution." + }, + { + "code": "017", + "codeName": "in-confidence", + "description": "with trust" + }, + { + "code": "adiwg001", + "codeName": "threatenedOrEndangered", + "description": "information could risk threatened or endangered species" + }, + { + "code": "adiwg002", + "codeName": "traditionalKnowledge", + "description": "information protected by American Indian or Alaska Native rights or culture" + }, + { + "code": "adiwg003", + "codeName": "personallyIdentifiableInformation", + "description": "information that can be used to identify an individual" + } + ] + }, + "iso_role": { + "codelistType": "staticList", + "codelistName": "iso_role", + "source": "ISO", + "sourceName": "CI_RoleCode", + "extensible": true, + "description": "function performed by the responsible party", + "codelist": [ + { + "code": "001", + "codeName": "resourceProvider", + "description": "party that supplies the resource" + }, + { + "code": "002", + "codeName": "custodian", + "description": "party that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource" + }, + { + "code": "003", + "codeName": "owner", + "description": "party that owns the resource" + }, + { + "code": "004", + "codeName": "user", + "description": "party that uses the resource" + }, + { + "code": "005", + "codeName": "distributor", + "description": "party that distributes the resource" + }, + { + "code": "006", + "codeName": "originator", + "description": "party that created the resource" + }, + { + "code": "007", + "codeName": "pointOfContact", + "description": "party who can be contacted for acquiring knowledge about or acquisition of the resource" + }, + { + "code": "008", + "codeName": "principalInvestigator", + "description": "key party responsible for gathering information and conducting research" + }, + { + "code": "009", + "codeName": "processor", + "description": "party who has processed the data in a manner such that the resource has been modified" + }, + { + "code": "010", + "codeName": "publisher", + "description": "party who published the resource" + }, + { + "code": "011", + "codeName": "author", + "description": "party who authored the resource" + }, + { + "code": "012", + "codeName": "sponsor", + "description": "party who speaks for the resource" + }, + { + "code": "013", + "codeName": "coAuthor", + "description": "party who jointly authors the resource" + }, + { + "code": "014", + "codeName": "collaborator", + "description": "party who assists with the generation of the resource other than the principal investigator" + }, + { + "code": "015", + "codeName": "editor", + "description": "party who reviewed or modified the resource to improve the content" + }, + { + "code": "016", + "codeName": "mediator", + "description": "a class of entity that mediates access to the resource and for whom the resource is intended or useful" + }, + { + "code": "017", + "codeName": "rightsHolder", + "description": "party owning or managing rights over the resource" + }, + { + "code": "018", + "codeName": "contributor", + "description": "party contributing to the resource" + }, + { + "code": "019", + "codeName": "funder", + "description": "party providing monetary support for the resource" + }, + { + "code": "020", + "codeName": "stakeholder", + "description": "party who has an interest in the resource or the use of the resource" + }, + { + "code": "adiwg001", + "codeName": "administrator", + "description": "party who has administrative oversight for the resource" + }, + { + "code": "adiwg002", + "codeName": "client", + "description": "agency or person requesting a project or data collection" + }, + { + "code": "adiwg003", + "codeName": "logistics", + "description": "entity that provides logistics support" + }, + { + "code": "adiwg004", + "codeName": "coPrincipalInvestigator", + "description": "party who is jointly responsible for gathering information and conducting research" + }, + { + "code": "adiwg005", + "codeName": "observer", + "description": "party who determines the identification of a species, mineral, or other sample" + }, + { + "code": "adiwg006", + "codeName": "curator", + "description": "party who serves as curator for specimens deposited in a repository" + } + ] + }, + "iso_scope": { + "codelistType": "staticList", + "codelistName": "iso_scope", + "source": "ISO", + "sourceName": "MD_ScopeCode", + "extensible": true, + "description": "class of information to which the referencing entity applies", + "codelist": [ + { + "code": "001", + "codeName": "attribute", + "description": "information applies to the attribute class" + }, + { + "code": "002", + "codeName": "attributeType", + "description": "information applies to the characteristic of a feature" + }, + { + "code": "003", + "codeName": "collectionHardware", + "description": "information applies to the collection hardware class" + }, + { + "code": "004", + "codeName": "collectionSession", + "description": "information applies to the collection session" + }, + { + "code": "005", + "codeName": "dataset", + "description": "information applies to a geographic dataset" + }, + { + "code": "006", + "codeName": "series", + "description": "information applies to the series" + }, + { + "code": "007", + "codeName": "nonGeographicDataset", + "description": "information applies to non-geographic data" + }, + { + "code": "008", + "codeName": "dimensionGroup", + "description": "information applies to a dimension group" + }, + { + "code": "009", + "codeName": "feature", + "description": "information applies to a feature" + }, + { + "code": "010", + "codeName": "featureType", + "description": "information applies to a feature type" + }, + { + "code": "011", + "codeName": "propertyType", + "description": "information applies to a property type" + }, + { + "code": "012", + "codeName": "fieldSession", + "description": "information applies to a field session" + }, + { + "code": "013", + "codeName": "software", + "description": "information applies to a computer program or routine" + }, + { + "code": "014", + "codeName": "service", + "description": "information applies to a capability which a service provider entity makes available to a service user entity through a set of interfaces that define a behaviour, such as a use case" + }, + { + "code": "015", + "codeName": "model", + "description": "information applies to a copy or imitation of an existing or hypothetical object" + }, + { + "code": "016", + "codeName": "tile", + "description": "information applies to a tile, a spatial subset of geographic data" + }, + { + "code": "017", + "codeName": "metadata", + "description": "information applies to metadata" + }, + { + "code": "018", + "codeName": "initiative", + "description": "information applies to an initiative" + }, + { + "code": "019", + "codeName": "sample", + "description": "information applies to a sample" + }, + { + "code": "020", + "codeName": "document", + "description": "information applies to a document" + }, + { + "code": "021", + "codeName": "repository", + "description": "information applies to a repository" + }, + { + "code": "022", + "codeName": "aggregate", + "description": "information applies to an aggregate resource" + }, + { + "code": "023", + "codeName": "product", + "description": "metadata describing an ISO 19131 data product specification" + }, + { + "code": "024", + "codeName": "collection", + "description": "information applies to an unstructured set" + }, + { + "code": "025", + "codeName": "coverage", + "description": "information applies to a coverage" + }, + { + "code": "026", + "codeName": "application", + "description": "information resource hosted on a specific set of hardware and accessible over a network" + }, + { + "code": "adiwg001", + "codeName": "sciencePaper", + "description": "document based on an experiment or research" + }, + { + "code": "adiwg002", + "codeName": "userGuide", + "description": "operating manual for users" + }, + { + "code": "adiwg003", + "codeName": "dataDictionary", + "description": "element and entity definitions" + }, + { + "code": "adiwg004", + "codeName": "website", + "description": "information applies to a website such as a thematic portal" + }, + { + "code": "adiwg005", + "codeName": "publication", + "description": "information applies to a published document" + }, + { + "code": "adiwg006", + "codeName": "report", + "description": "information applies to an unpublished document" + }, + { + "code": "adiwg007", + "codeName": "awardInfo", + "description": "information applies to a document related to the grant or award for the resource" + }, + { + "code": "adiwg008", + "codeName": "collectionSite", + "description": "Locations where data are collected for scientific research" + }, + { + "code": "adiwg009", + "codeName": "project", + "description": "high level information that applies to research activity such as project title, location, contacts, timeframe, abstract, etc." + }, + { + "code": "adiwg010", + "codeName": "factSheet", + "description": "information applies to fact sheet, pamphlet, flyer, or brochure" + }, + { + "code": "adiwg011", + "codeName": "tabularDataset", + "description": "information applies to a tabular dataset, spreadsheet, or relational database" + }, + { + "code": "adiwg012", + "codeName": "map", + "description": "information applies to a printed or electronic map" + }, + { + "code": "adiwg013", + "codeName": "drawing", + "description": "information applies to a hand drawn or digital drawing" + }, + { + "code": "adiwg014", + "codeName": "photographicImage", + "description": "information applies to a still or moving film or video image" + }, + { + "code": "adiwg015", + "codeName": "presentation", + "description": "information applies to a collection of presentation slides or recorded presentation" + } + ] + }, + "iso_sequenceCode": { + "codelistType": "staticList", + "codelistName": "iso_sequenceCode", + "source": "ISO", + "sourceName": "MI_SequenceCode", + "extensible": true, + "description": "temporal relation of activation", + "codelist": [ + { + "code": "001", + "codeName": "start", + "description": "beginning of a collection" + }, + { + "code": "002", + "codeName": "end", + "description": "end of a collection" + }, + { + "code": "003", + "codeName": "instantaneous", + "description": "collection without a significant duration" + } + ] + }, + "iso_spatialRepresentation": { + "codelistType": "staticList", + "codelistName": "iso_spatialRepresentation", + "source": "ISO", + "sourceName": "MD_SpatialRepresentationTypeCode", + "extensible": true, + "description": "method used to represent geographic information in the dataset", + "codelist": [ + { + "code": "001", + "codeName": "vector", + "description": "vector data is used to represent geographic data" + }, + { + "code": "002", + "codeName": "grid", + "description": "grid data is used to represent geographic data" + }, + { + "code": "003", + "codeName": "textTable", + "description": "textual or tabular data is used to represent geographic data" + }, + { + "code": "004", + "codeName": "tin", + "description": "triangulated irregular network" + }, + { + "code": "005", + "codeName": "stereoModel", + "description": "three-dimensional view formed by the intersecting homologous rays of an overlapping pair of images" + }, + { + "code": "006", + "codeName": "video", + "description": "scene from a video recording" + }, + { + "code": "adiwg001", + "codeName": "coordinate", + "description": "data associated with coordinate pairs" + } + ] + }, + "iso_telephone": { + "codelistType": "staticList", + "codelistName": "iso_telephone", + "source": "ISO", + "sourceName": "CI_TelephoneTypeCode", + "extensible": true, + "description": "type of telephone", + "codelist": [ + { + "code": "001", + "codeName": "voice", + "description": "telephone provides voice service" + }, + { + "code": "002", + "codeName": "facsimile", + "description": "telephone provides facsimile service" + }, + { + "code": "003", + "codeName": "sms", + "description": "telephone provides short message service" + }, + { + "code": "adiwg001", + "codeName": "mms", + "description": "telephone provides multimedia message service" + }, + { + "code": "adiwg002", + "codeName": "tty", + "description": "telephone provides text telephone service" + }, + { + "code": "adiwg003", + "codeName": "imessage", + "description": "telephone provides Apple iMessage service" + }, + { + "code": "adiwg004", + "codeName": "mobile", + "description": "telephone is a mobile or cell phone" + }, + { + "code": "adiwg005", + "codeName": "message", + "description": "telephone can receive messages" + } + ] + }, + "iso_topicCategory": { + "codelistType": "staticList", + "codelistName": "iso_topicCategory", + "source": "ISO", + "sourceName": "MD_TopicCategoryCode", + "extensible": false, + "description": "high-level geographic data thematic classification to assist in the grouping and search of available geographic data sets. Can be used to group keywords as well. Listed examples are not exhaustive. NOTE It is understood there are overlaps between general categories and the user is encouraged to select the one most appropriate. (enumeration - cannot be extended)", + "codelist": [ + { + "code": "001", + "codeName": "farming", + "description": "rearing of animals and/or cultivation of plants. Examples: agriculture, irrigation, aquaculture, plantations, herding, pests and diseases affecting crops and livestock" + }, + { + "code": "002", + "codeName": "biota", + "description": "flora and/or fauna in natural environment. Examples: wildlife, vegetation, biological sciences, ecology, wilderness, sealife, wetlands, habitat." + }, + { + "code": "003", + "codeName": "boundaries", + "description": "legal land descriptions. Examples: political and administrative boundaries." + }, + { + "code": "004", + "codeName": "climatologyMeteorologyAtmosphere", + "description": "processes and phenomena of the atmosphere. Examples: cloud cover, weather, climate, atmospheric conditions, climate change, precipitation" + }, + { + "code": "005", + "codeName": "economy", + "description": "economic activities, conditions and employment. Examples: production, labour, revenue, commerce, industry, tourism and ecotourism, forestry, fisheries, commercial or subsistence hunting, exploration and exploitation of resources such as minerals, oil and gas" + }, + { + "code": "006", + "codeName": "elevation", + "description": "height above or below sea level. Examples: altitude, bathymetry, digital elevation models, slope, derived products" + }, + { + "code": "007", + "codeName": "environment", + "description": "environmental resources, protection and conservation. Examples: environmental pollution, waste storage and treatment, environmental impact assessment, monitoring environmental risk, nature reserves, landscape" + }, + { + "code": "008", + "codeName": "geoscientificInformation", + "description": "information pertaining to earth sciences. Examples: geophysical features and processes, geology, minerals, sciences dealing with the composition, structure and origin of the earth’s rocks, risks of earthquakes, volcanic activity, landslides, gravity information, soils, permafrost, ydrogeology, erosion" + }, + { + "code": "009", + "codeName": "health", + "description": "health, health services, human ecology, and safety. Examples: disease and illness, factors affecting health, hygiene, substance abuse, mental and physical health, health services" + }, + { + "code": "010", + "codeName": "imageryBaseMapsEarthCover", + "description": "base maps. Examples: land cover, topographic maps, imagery, unclassified images, annotations" + }, + { + "code": "011", + "codeName": "intelligenceMilitary", + "description": "military bases, structures, activities. Examples: barracks, training grounds, military transportation, information collection" + }, + { + "code": "012", + "codeName": "inlandWaters", + "description": "inland water features, drainage systems and their characteristics. Examples: rivers and glaciers, salt lakes, water utilization plans, dams, currents, floods, water quality, hydrographic charts" + }, + { + "code": "013", + "codeName": "location", + "description": "positional information and services. Examples: addresses, geodetic networks, control points, postal zones and services, place names" + }, + { + "code": "014", + "codeName": "oceans", + "description": "features and characteristics of salt water bodies (excluding inland waters). Examples: tides, tidal waves, coastal information, reefs" + }, + { + "code": "015", + "codeName": "planningCadastre", + "description": "information used for appropriate actions for future use of the land. Examples: land use maps, zoning maps, cadastral surveys, land ownership" + }, + { + "code": "016", + "codeName": "society", + "description": "characteristics of society and cultures. Examples: settlements, anthropology, archaeology, education, traditional beliefs, manners and customs, demographic data, recreational areas and activities, social impact assessments, crime and justice, census information" + }, + { + "code": "017", + "codeName": "structure", + "description": "man-made construction. Examples: buildings, museums, churches, factories, housing, monuments, shops, towers" + }, + { + "code": "018", + "codeName": "transportation", + "description": "means and aids for conveying persons and/or goods. Examples: roads, airports/airstrips, shipping routes, tunnels, nautical charts, vehicle or vessel location, aeronautical charts, railways" + }, + { + "code": "019", + "codeName": "utilitiesCommunication", + "description": "energy, water and waste systems and communications infrastructure and services. Examples: hydroelectricity, geothermal, solar and nuclear sources of energy, water purification and distribution, sewage collection and disposal, electricity and gas distribution, data communication, telecommunication, radio, communication networks" + }, + { + "code": "020", + "codeName": "extraTerrestrial", + "description": "region more than 100 km above the surface of the Earth" + }, + { + "code": "021", + "codeName": "disaster", + "description": "information related to disasters. Examples: Site of the disaster, evacuation zone, disaster-prevention facility, disaster relief activities." + } + ] + }, + "iso_topologyLevel": { + "codelistType": "staticList", + "codelistName": "iso_topologyLevel", + "source": "ISO", + "sourceName": "MD_TopologyLevelCode", + "extensible": true, + "description": "degree of complexity of the spatial relationships", + "codelist": [ + { + "code": "001", + "codeName": "geometryOnly", + "description": "geometry objects without any additional structure which describes topology" + }, + { + "code": "002", + "codeName": "topology1D", + "description": "1-dimensional topological complex – commonly called “chain-node” topology" + }, + { + "code": "003", + "codeName": "planarGraph", + "description": "1-dimensional topological complex that is planar NOTE A planar graph is a graph that can be drawn in a plane in such a way that no two edges intersect except at a vertex" + }, + { + "code": "004", + "codeName": "fullPlanarGraph", + "description": "2-dimensional topological complex that is planar NOTE A 2-dimensional topological complex is commonly called “full topology” in a cartographic 2D environment" + }, + { + "code": "005", + "codeName": "surfaceGraph", + "description": "1-dimensional topological complex that is isomorphic to a subset of a surface NOTE A geometric complex is isomorphic to a topological complex if their elements are in a one-to-one, dimensional-and boundary-preserving correspondence to one another" + }, + { + "code": "006", + "codeName": "fullSurfaceGraph", + "description": "2-dimensional topological complex that is isomorphic to a subset of a surface" + }, + { + "code": "007", + "codeName": "topology3D", + "description": "3-dimensional topological complex NOTE A topological complex is a collection of topological primitives that are closed under the boundary operations" + }, + { + "code": "008", + "codeName": "fullTopology3D", + "description": "complete coverage of a 3D Euclidean coordinate space" + }, + { + "code": "009", + "codeName": "abstract", + "description": "topological complex without any specified geometric realisation" + } + ] + }, + "iso_transferFunctionTypeCode": { + "codelistType": "staticList", + "codelistName": "iso_transferFunctionTypeCode", + "source": "ISO", + "sourceName": "MI_TransferFunctionTypeCode", + "extensible": true, + "description": "transform function to be used when scaling a physical value for a given element", + "codelist": [ + { + "code": "001", + "codeName": "linear", + "description": "function used for transformation is first order polynomial" + }, + { + "code": "002", + "codeName": "logarithmic", + "description": "function used for transformation is logarithmic" + }, + { + "code": "003", + "codeName": "exponential", + "description": "function used for transformation is exponential" + } + ] + }, + "iso_triggerCode": { + "codelistType": "staticList", + "codelistName": "iso_triggerCode", + "source": "ISO", + "sourceName": "MI_TriggerCode", + "extensible": true, + "description": "mechanism of activation", + "codelist": [ + { + "code": "001", + "codeName": "automatic", + "description": "event due to external stimuli" + }, + { + "code": "002", + "codeName": "manual", + "description": "event manually instigated" + }, + { + "code": "003", + "codeName": "preProgrammed", + "description": "event instigated by planned internal stimuli" + } + ] + }, + "adiwg_addressType": { + "codelistType": "staticList", + "codelistName": "adiwg_addressType", + "source": "Alaska Data Integration working group", + "sourceName": "ADIwg_AddressType", + "extensible": true, + "description": "contact address type", + "codelist": [ + { + "code": "001", + "codeName": "mailing", + "description": "indicates the address is serviceable postal location" + }, + { + "code": "002", + "codeName": "physical", + "description": "indicates the address is a physical or street location" + } + ] + }, + "adiwg_applicationProfile": { + "codelistType": "staticList", + "codelistName": "adiwg_applicationProfile", + "source": "Alaska Data Integration working group", + "sourceName": "ADIwg_ApplicationProfile", + "extensible": true, + "description": "application profiles that can be used with online resources", + "codelist": [ + { + "code": "001", + "codeName": "http://opengis.net/spec/wms", + "description": "OGC Web Map Service (WMS)" + }, + { + "code": "002", + "codeName": "http://opengis.net/spec/wfs", + "description": "OGC Web Feature Service (WFS)" + }, + { + "code": "003", + "codeName": "http://opengis.net/spec/wcs", + "description": "OGC Web Coverage Service (WCS)" + }, + { + "code": "004", + "codeName": "http://opengis.net/spec/wmts", + "description": "OGC Web Map Tile Service (WMTS)" + }, + { + "code": "005", + "codeName": "http://opengis.net/spec/csw", + "description": "OGC Catalog Service (CSW)" + }, + { + "code": "006", + "codeName": "http://opengis.net/spec/kml", + "description": "OGC Keyhole Markup Language (KML)" + }, + { + "code": "007", + "codeName": "http://www.geoplatform.gov/spec/esri-map-rest", + "description": "Esri REST Map Service" + }, + { + "code": "008", + "codeName": "http://www.geoplatform.gov/spec/esri-image-rest", + "description": "Esri REST Image Service" + }, + { + "code": "009", + "codeName": "http://www.geoplatform.gov/spec/esri-feature-rest", + "description": "Esri REST Feature Service" + } + ] + }, + "adiwg_dataType": { + "codelistType": "staticList", + "codelistName": "adiwg_dataType", + "source": "Alaska Data Integration working group", + "sourceName": "ADIwg_DataType", + "extensible": true, + "description": "ANSI and SQL dataTypes", + "codelist": [ + { + "code": "char01", + "codeName": "character", + "description": "fixed length character strings" + }, + { + "code": "char03", + "codeName": "character varying", + "description": "variable length character strings" + }, + { + "code": "char06", + "codeName": "character large object", + "description": "character large object" + }, + { + "code": "nchar01", + "codeName": "national character", + "description": "fixed length national character strings (2 byte unicode)" + }, + { + "code": "nchar04", + "codeName": "national character varying", + "description": "variable length national character strings (2 byte unicode)" + }, + { + "code": "nchar07", + "codeName": "national character large object", + "description": "national character (2 byte unicode) large object" + }, + { + "code": "text01", + "codeName": "text", + "description": "variable string to maximum of 65K characters" + }, + { + "code": "text02", + "codeName": "tinytext", + "description": "variable string to maximum of 255 characters" + }, + { + "code": "text03", + "codeName": "mediumtext", + "description": "variable string to maximum of 16M characters" + }, + { + "code": "text04", + "codeName": "longtext", + "description": "variable string to maximum of 4G characters" + }, + { + "code": "bin01", + "codeName": "binary", + "description": "fixed length binary" + }, + { + "code": "bin02", + "codeName": "binary varying", + "description": "variable length binary" + }, + { + "code": "bin03", + "codeName": "binary large object", + "description": "binary large object to maximum of 65K bytes" + }, + { + "code": "bin05", + "codeName": "mediumblob", + "description": "binary large object to maximum of 16M bytes" + }, + { + "code": "bin06", + "codeName": "longblob", + "description": "binary large object to maximum of 4G bytes" + }, + { + "code": "int01", + "codeName": "integer", + "description": "integers number (+-2B)" + }, + { + "code": "int03", + "codeName": "tinyint", + "description": "integer numbers (+-128)" + }, + { + "code": "int04", + "codeName": "mediumint", + "description": "integer numbers (+-16K)" + }, + { + "code": "int05", + "codeName": "smallint", + "description": "integer numbers (+-32K)" + }, + { + "code": "int06", + "codeName": "bigint", + "description": "integer numbers (+-1e27)" + }, + { + "code": "num01", + "codeName": "float", + "description": "floating point numbers" + }, + { + "code": "num02", + "codeName": "real", + "description": "low precision floating point numbers" + }, + { + "code": "num03", + "codeName": "double precision", + "description": "high precision floating point numbers" + }, + { + "code": "num04", + "codeName": "numeric", + "description": "fixed precision and scale decimal numbers" + }, + { + "code": "num05", + "codeName": "decimal", + "description": "fixed precision and scale decimal numbers (numeric alternate)" + }, + { + "code": "bit01", + "codeName": "bit", + "description": "fixed length bit strings" + }, + { + "code": "bit02", + "codeName": "bit varying", + "description": "variable length bit strings" + }, + { + "code": "date01", + "codeName": "date", + "description": "calendar date" + }, + { + "code": "date02", + "codeName": "time", + "description": "clock time" + }, + { + "code": "date03", + "codeName": "datetime", + "description": "date and time" + }, + { + "code": "date04", + "codeName": "timestamp", + "description": "number of seconds since the Unix epoch (1970-01-01T00:00:00 UTC)" + }, + { + "code": "date05", + "codeName": "year", + "description": "year" + }, + { + "code": "date06", + "codeName": "interval", + "description": "time intervals" + }, + { + "code": "date07", + "codeName": "interval day", + "description": "day intervals" + }, + { + "code": "date08", + "codeName": "interval year", + "description": "year intervals" + }, + { + "code": "money01", + "codeName": "currency", + "description": "monetary value" + }, + { + "code": "money02", + "codeName": "money", + "description": "monetary value" + }, + { + "code": "bool01", + "codeName": "boolean", + "description": "Boolean value (true/false)" + }, + { + "code": "xml01", + "codeName": "xml", + "description": "xml formatted data" + }, + { + "code": "enum01", + "codeName": "enum", + "description": "list of possible values: enum('a','b','c')" + } + ] + }, + "adiwg_entityType": { + "codelistType": "staticList", + "codelistName": "adiwg_entityType", + "source": "Alaska Data Integration working group", + "sourceName": "ADIwg_EntityType", + "extensible": true, + "description": "individual or organization entity type", + "codelist": [ + { + "code": "001", + "codeName": "academic", + "description": "any university, college, or school of education" + }, + { + "code": "002", + "codeName": "consortium", + "description": "an association of several businesses or organizations" + }, + { + "code": "003", + "codeName": "federal", + "description": "any branch or level of the federal government" + }, + { + "code": "004", + "codeName": "lcc", + "description": "any Landscape Conservation Cooperative" + }, + { + "code": "005", + "codeName": "foundation", + "description": "any organization supported by an endowment" + }, + { + "code": "006", + "codeName": "local", + "description": "any local government including county, municipality, borough, city" + }, + { + "code": "007", + "codeName": "nonProfit", + "description": "any not-for-profit business or organization" + }, + { + "code": "008", + "codeName": "private", + "description": "any for-profit business or organization" + }, + { + "code": "009", + "codeName": "research", + "description": "any for-profit organization whose primary focus is conducting research or consulting" + }, + { + "code": "010", + "codeName": "state", + "description": "any branch or department of state or provincial government " + }, + { + "code": "011", + "codeName": "tribal", + "description": "any organization of indigenous people" + } + ] + }, + "adiwg_mapGridSystem": { + "codelistType": "staticList", + "codelistName": "adiwg_mapGridSystem", + "source": "Alaska Data Integration working group", + "sourceName": "ADIwg_MapGridSystem", + "extensible": true, + "description": "map grid systems", + "codelist": [ + { + "code": "utm", + "codeName": "UTM", + "description": "Universal Transverse Mercator (UTM) grid system based on the transverse mercator projection, applied between latitudes 84 degrees north and 80 degrees south on the Earth's surface." + }, + { + "code": "ups", + "codeName": "UPS", + "description": "Universal Polar Stereographic (UPS) grid system based on the polar stereographic projection, applied to the Earth's polar regions north of 84 degrees north and south of 80 degrees south." + }, + { + "code": "spcs", + "codeName": "SPCS", + "description": "State Plane Coordinate System (SPCS), a plane-rectangular coordinate system established for each state in the United States by the National Geodetic Survey" + }, + { + "code": "arcsys", + "codeName": "ARC", + "description": "Equal Arc-second Coordinate System (ARC) grid system, a plane-rectangular coordinate system established in Department of Defense in 1990." + }, + { + "code": "other", + "codeName": "other", + "description": "other grid system" + } + ] + }, + "adiwg_mapProjection": { + "codelistType": "staticList", + "codelistName": "adiwg_mapProjection", + "source": "Alaska Data Integration working group", + "sourceName": "ADIwg_MapProjection", + "extensible": true, + "description": "map projections", + "codelist": [ + { + "code": "alaska", + "codeName": "Alaska", + "description": "modified stereographic for Alaska projection" + }, + { + "code": "albers", + "codeName": "Albers", + "description": "Albers equal-area conic projection" + }, + { + "code": "azimuthalEquidistant", + "codeName": "azimuthal equidistant", + "description": "azimuthal equidistant projection" + }, + { + "code": "equidistantConic", + "codeName": "equidistant conic", + "description": "equidistant conic projection" + }, + { + "code": "equirectangular", + "codeName": "equirectangular", + "description": "equirectangular projection" + }, + { + "code": "generalVertical", + "codeName": "general vertical", + "description": "general vertical near-sided projection" + }, + { + "code": "gnomonic", + "codeName": "gnomonic", + "description": "gnomonic projection" + }, + { + "code": "lambertConic", + "codeName": "Lambert conic", + "description": "Lambert conformal conic projection" + }, + { + "code": "lambertEqualArea", + "codeName": "Lambert equal area", + "description": "Lambert azimuthal equal area projection" + }, + { + "code": "mercator", + "codeName": "Mercator", + "description": "Mercator projection" + }, + { + "code": "localPlanar", + "codeName": "local planar coordinate system", + "description": "any right-handed planar coordinate system with z-axis locally aligned with the surface of the earth" + }, + { + "code": "localSystem", + "codeName": "Local coordinate system", + "description": "any right-handed planar coordinate system" + }, + { + "code": "miller", + "codeName": "Miller", + "description": "Miller cylindrical projection" + }, + { + "code": "obliqueMercator", + "codeName": "oblique Mercator", + "description": "oblique Mercator projection" + }, + { + "code": "orthographic", + "codeName": "orthographic", + "description": "orthographic projection" + }, + { + "code": "other", + "codeName": "other projection", + "description": "other projection definition" + }, + { + "code": "parameters", + "codeName": "parameters", + "description": "projection parameter set" + }, + { + "code": "polarStereo", + "codeName": "polar stereographic", + "description": "polar stereographic projection" + }, + { + "code": "polyconic", + "codeName": "polyconic", + "description": "polyconic projection" + }, + { + "code": "robinson", + "codeName": "Robinson", + "description": "Robinson projection" + }, + { + "code": "sinusoidal", + "codeName": "sinusoidal", + "description": "sinusoidal projection" + }, + { + "code": "spaceOblique", + "codeName": "space oblique", + "description": "space oblique Mercator (Landsat) projection" + }, + { + "code": "stereographic", + "codeName": "stereographic", + "description": "stereographic projection" + }, + { + "code": "transverseMercator", + "codeName": "transverse Mercator", + "description": "transverse Mercator projection" + }, + { + "code": "grinten", + "codeName": "Van Der Grinten", + "description": "van der Grinten projection" + } + ] + }, + "adiwg_metadataRepository": { + "codelistType": "staticList", + "codelistName": "adiwg_metadataRepository", + "source": "Alaska Data Integration working group", + "sourceName": "ADIwg_MetadataRepository", + "extensible": true, + "description": "established repositories for scientific data and metadata", + "codelist": [ + { + "code": "cdddf5c7-eec4-4e0c-9b54-d75b763a88fc", + "codeName": "data.gov", + "description": "U.S. Government repository of open data" + }, + { + "code": "da0336c4-a8f6-4010-99b3-1b848d14ff2f", + "codeName": "ScienceBase", + "description": "U.S. Geological Survey repository for data and metadata" + }, + { + "code": "b1d2ffbe-0b64-40fe-890a-02c4f0b6b9b4", + "codeName": "ScienceCatalog", + "description": "U.S. Geological Survey inventory for data and metadata" + }, + { + "code": "a791e961-f2d4-4be4-ab3c-1cdf8fd025b9", + "codeName": "LCCScienceCatalog", + "description": "Repository of Landscape Conservation Cooperative projects and data products." + } + ] + }, + "adiwg_metadataStandard": { + "codelistType": "staticList", + "codelistName": "adiwg_metadataStandard", + "source": "Alaska Data Integration working group", + "sourceName": "ADIwg_MetadataStandard", + "extensible": true, + "description": "documented standard for scientific metadata encoding", + "codelist": [ + { + "code": "001", + "codeName": "FGDC-CSDGM", + "description": "Content Standard for Digital Geospatial Metadata FGDC_STD_001-1998" + }, + { + "code": "002", + "codeName": "ISO19110", + "description": "International Standard for Feature Catalogue - 2005-02-15" + }, + { + "code": "003", + "codeName": "ISO19115", + "description": "International Standard for Geographic Information - Metadata 2003-05-01" + }, + { + "code": "004", + "codeName": "ISO19115-2", + "description": "International Standard for Geographic Information - Metadata 2009-02-15" + }, + { + "code": "005", + "codeName": "ISO19115-1", + "description": "International Standard for Geographic Information - Metadata 2014-04-01" + }, + { + "code": "006", + "codeName": "mdJson", + "description": "Alaska Data Integration working group JSON encoded metadata for exchange" + }, + { + "code": "007", + "codeName": "HTML", + "description": "Alaska Data Integration working group HTML5 encoded metadata for viewing" + }, + { + "code": "008", + "codeName": "sbJSON", + "description": "U.S. Geological Survey JSON encoded metadata for ScienceBase" + } + ] + }, + "adiwg_namespace": { + "codelistType": "staticList", + "codelistName": "adiwg_namespace", + "source": "Alaska Data Integration working group", + "sourceName": "ADIwg_Namespace", + "extensible": true, + "description": "frequently referenced namespaces", + "codelist": [ + { + "code": "info:ark/", + "codeName": "ARK", + "description": "Archival Resource Key" + }, + { + "code": "info:doi/", + "codeName": "DOI", + "description": "Digital Object Identifier" + }, + { + "code": "urn:ogc:def:crs:EPSG", + "codeName": "epsgCRS", + "description": "Coordinate reference system from European Petroleum Survey Group database" + }, + { + "code": "urn:isan", + "codeName": "ISAN", + "description": "International Standard Audiovisual Number" + }, + { + "code": "urn:isbn", + "codeName": "ISBN", + "description": "International Standard Book Number" + }, + { + "code": "urn:ISSN", + "codeName": "ISSN", + "description": "International Standard Serial Number" + }, + { + "code": "gov.sciencebase.catalog", + "codeName": "scienceBase", + "description": "ScienceBase is a U.S. Geological Survey cataloging and collaborative data management platform." + }, + { + "code": "itis.gov", + "codeName": "ITIS", + "description": "Integrated Taxonomic Information System" + }, + { + "code": "urn:uuid", + "codeName": "UUID", + "description": "Universally unique identifier" + }, + { + "code": "orcid.org", + "codeName": "ORCID", + "description": "Open Researcher and Contributor identifier" + }, + { + "code": "ror.org", + "codeName": "ROR", + "description": "Research Organization Registry identifier" + }, + { + "code": "spatialreference.org", + "codeName": "SR-ORG", + "description": "Coordinate reference system from SpatialReference.org database" + }, + { + "code": "org.adiwg.code.mapGridSystem", + "codeName": "mapGridSystem", + "description": "Name of the grid UTM, State Plane, or other grid system used by a spatial reference system." + }, + { + "code": "org.adiwg.code.mapProjection", + "codeName": "mapProjection", + "description": "Name of the planar, grid, or local projection used by a spatial reference system." + } + ] + } +} \ No newline at end of file diff --git a/scripts/prepublish.js b/scripts/prepublish.js index 429d615..e06f53a 100755 --- a/scripts/prepublish.js +++ b/scripts/prepublish.js @@ -7,9 +7,13 @@ let buildify = require('buildify'); let rimraf = require('rimraf'); let path = 'resources/js'; -if (fs.statSync(path).isDirectory()) { +console.log('Start Preprocess for npm publishing') + +if (fs.existsSync(path)) { rimraf.sync(path); - console.log('Removed existing resources/js files.'); + console.log('Removed existing resources/js files'); +} else { + console.log('No existing resources/js files'); } fs.mkdirSync(path); From 867edc810e4efe81442ca430f8ebf1271443b6dd Mon Sep 17 00:00:00 2001 From: Hilmar Maier Date: Thu, 1 Feb 2024 17:44:42 -0900 Subject: [PATCH 02/19] Merge dev into develop (#59) * Remove "geographic" from description (#54) * Remove "geographic" from description * Update iso_scope.yml Update definition from "a dataset" to "the dataset" to match the definition as defined in https://standards.iso.org/iso/19115/-3/mcc/1.0/codelists.xml. --------- Co-authored-by: Hilmar Maier * Data Quality Code Lists (#53) * Fix Data Quality Element Rename iso_dataQualityElement.yml to adiwg_dataQualityElement.yml. Fix codelistName, source, and sourceName. * Add iso_valueStructure.yml * Add iso_evaluationMethodTypeCode * Add adiwg_evaluationMethod * Add iso_uom * Rename iso_uom to adiwg_unitsOfMeasure Also add more units. * Remove Comment * Update .gitignore --------- Co-authored-by: Johnathan --- .gitignore | 1 + resources/adiwg_dataQualityElement.yml | 130 +++++++++++ resources/adiwg_evaluationMethod.yml | 27 +++ resources/adiwg_unitsOfMeasure.yml | 55 +++++ resources/iso_dataQualityElement.yml | 35 --- resources/iso_evaluationMethodTypeCode.yml | 25 +++ resources/iso_scope.yml | 247 +++++++++++++++++---- resources/iso_valueStructure.yml | 40 ++++ 8 files changed, 483 insertions(+), 77 deletions(-) create mode 100644 resources/adiwg_dataQualityElement.yml create mode 100644 resources/adiwg_evaluationMethod.yml create mode 100644 resources/adiwg_unitsOfMeasure.yml delete mode 100644 resources/iso_dataQualityElement.yml create mode 100644 resources/iso_evaluationMethodTypeCode.yml create mode 100644 resources/iso_valueStructure.yml diff --git a/.gitignore b/.gitignore index 687e280..d6a0ec7 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ dev mkmf.log node_modules resources/js +.vscode diff --git a/resources/adiwg_dataQualityElement.yml b/resources/adiwg_dataQualityElement.yml new file mode 100644 index 0000000..5bb9510 --- /dev/null +++ b/resources/adiwg_dataQualityElement.yml @@ -0,0 +1,130 @@ +--- +# mdJson codelists + +codelistType: "staticList" +codelistName: "adiwg_dataQualityElement" +source: "Alaska Data Integration working group" +sourceName: "ADIwg_DataQualityElement" +extensible: true +description: "ISO data quality element class names" +codelist: + - { + code: "001", + codeName: DQ_AbsoluteExternalPositionalAccuracy, + description: "closeness of reported coordinate values to values accepted as or being true", + } + - { + code: "002", + codeName: DQ_AccuracyOfATimeMeasurement, + description: "correctness of the temporal references of an item (reporting of error in time measurement)", + } + - { + code: "003", + codeName: DQ_ConceptualConsistency, + description: "adherence to rules of the conceptual schema", + } + - { + code: "004", + codeName: DQ_CompletenessCommission, + description: "excess data present in the dataset, as described by the scope", + } + - { + code: "005", + codeName: DQ_CompletenessOmission, + description: "data absent from the dataset, as described by the scope", + } + - { + code: "006", + codeName: DQ_Confidence, + description: "trustworthiness of a data quality result", + } + - { + code: "007", + codeName: DQ_CoverageResult, + description: "result of a data quality measure organising the measured values as a coverage", + } + - { + code: "008", + codeName: DQ_DomainConsistency, + description: "adherence of values to the value domains", + } + - { + code: "009", + codeName: DQ_FormatConsistency, + description: "degree to which data is stored in accordance with the physical structure of the dataset, as described by the scope", + } + - { + code: "010", + codeName: DQ_GriddedDataPositionalAccuracy, + description: "closeness of gridded data position values to values accepted as or being true", + } + - { + code: "011", + codeName: DQ_Homogeneity, + description: "expected or tested uniformity of the results obtained for a data quality evaluation", + } + - { + code: "012", + codeName: DQ_NonQuantitativeAttributeCorrectness, + description: "correctness of non-quantitative attributes", + } + - { + code: "013", + codeName: DQ_QuantitativeAttributeAccuracy, + description: "accuracy of quantitative attributes", + } + - { + code: "014", + codeName: DQ_RelativeInternalPositionalAccuracy, + description: "closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true", + } + - { + code: "015", + codeName: DQ_Representativity, + description: "degree to which the sample used has produced a result which is representative of the data within the data quality scope", + } + - { + code: "016", + codeName: DQ_TemporalConsistency, + description: "correctness of ordered events or sequences, if reported", + } + - { + code: "017", + codeName: DQ_TemporalValidity, + description: "validity of data specified by the scope with respect to time", + } + - { + code: "018", + codeName: DQ_ThematicClassificationCorrectness, + description: "comparison of the classes assigned to features or their attributes to a universe of discourse", + } + - { + code: "019", + codeName: DQ_TopologicalConsistency, + description: "correctness of the explicitly encoded topological characteristics of the dataset as described by the scope", + } + - { + code: "020", + codeName: DQ_UsabilityElement, + description: "degree of adherence of a dataset to a specific set of requirements", + } + - { + code: "021", + codeName: DQ_Completeness, + description: "presence and absence of features, their attributes and their relationships", + } + - { + code: "022", + codeName: DQ_LogicalConsistency, + description: "adherence to rules of the conceptual schema", + } + - { + code: "023", + codeName: DQ_PositionalAccuracy, + description: "closeness of reported coordinate values to values accepted as or being true", + } + - { + code: "024", + codeName: DQ_TemporalQuality, + description: "correctness of the temporal references of an item (reporting of error in time measurement)", + } diff --git a/resources/adiwg_evaluationMethod.yml b/resources/adiwg_evaluationMethod.yml new file mode 100644 index 0000000..0d9e56f --- /dev/null +++ b/resources/adiwg_evaluationMethod.yml @@ -0,0 +1,27 @@ +--- +# mdJson codelists + +codelistType: "staticList" +codelistName: "adiwg_evaluationMethod" +source: "Alaska Data Integration working group" +sourceName: "ADIwg_EvaluationMethod" +extensible: true +description: "the type of Evaluation Method" +codelist: + - { + code: "001", + codeName: evaluationMethod, + description: "type of method used to evaluate quality of the data", + } + - { code: "002", codeName: data, description: "data evaluation method" } + - { code: "003", codeName: fullInspection, description: "full inspection" } + - { + code: "004", + codeName: sampleBasedInspection, + description: "sample based inspection", + } + - { + code: "005", + codeName: aggregationDerivation, + description: "aggregation or derivation method", + } diff --git a/resources/adiwg_unitsOfMeasure.yml b/resources/adiwg_unitsOfMeasure.yml new file mode 100644 index 0000000..a6c30b4 --- /dev/null +++ b/resources/adiwg_unitsOfMeasure.yml @@ -0,0 +1,55 @@ +--- +# mdJson codelists + +codelistType: "staticList" +codelistName: "adiwg_unitsOfMeasure" +source: "Alaska Data Integration working group" +sourceName: "ADIwg_UnitsOfMeasure" +extensible: true +description: "units of measure" +codelist: + - { code: "001", codeName: metres, description: "m" } + - { code: "002", codeName: millimetres, description: "mm" } + - { code: "003", codeName: centimetres, description: "cm" } + - { code: "004", codeName: kilometres, description: "km" } + - { code: "005", codeName: inches, description: "in" } + - { code: "006", codeName: feet, description: "ft" } + - { code: "007", codeName: yards, description: "yd" } + - { code: "008", codeName: miles, description: "mi" } + - { code: "009", codeName: kilometresPerHour, description: "km/h" } + - { code: "010", codeName: milesPerHour, description: "mph" } + - { code: "011", codeName: metresPerSecond, description: "m/s" } + - { code: "012", codeName: feetPerSecond, description: "ft/s" } + - { code: "013", codeName: metresPerSecondSquared, description: "m/s²" } + - { code: "014", codeName: seconds, description: "s" } + - { code: "015", codeName: degCelsius, description: "°C" } + - { code: "016", codeName: degFahrenheit, description: "°F" } + - { code: "017", codeName: kelvin, description: "K" } + - { code: "018", codeName: candela, description: "cd" } + - { code: "019", codeName: radian, description: "rad" } + - { code: "020", codeName: steradian, description: "sr" } + - { code: "021", codeName: hertz, description: "Hz" } + - { code: "022", codeName: newton, description: "N" } + - { code: "023", codeName: pascal, description: "Pa" } + - { code: "024", codeName: joule, description: "J" } + - { code: "025", codeName: watt, description: "W" } + - { code: "026", codeName: ampere, description: "A" } + - { code: "027", codeName: volt, description: "V" } + - { code: "028", codeName: farad, description: "F" } + - { code: "029", codeName: ohm, description: "Ω" } + - { code: "030", codeName: siemens, description: "S" } + - { code: "031", codeName: weber, description: "Wb" } + - { code: "032", codeName: tesla, description: "T" } + - { code: "033", codeName: henry, description: "H" } + - { code: "034", codeName: lumen, description: "lm" } + - { code: "035", codeName: squareInches, description: "in²" } + - { code: "036", codeName: squareFeet, description: "ft²" } + - { code: "037", codeName: squareMiles, description: "mi²" } + - { code: "038", codeName: squareMetres, description: "m²" } + - { code: "039", codeName: hectares, description: "ha" } + - { code: "040", codeName: acres, description: "ac" } + - { code: "041", codeName: cubicInches, description: "in³" } + - { code: "042", codeName: cubicFeet, description: "ft³" } + - { code: "043", codeName: cubicMetres, description: "m³" } + - { code: "044", codeName: grams, description: "g" } + - { code: "045", codeName: coulombs, description: "C" } diff --git a/resources/iso_dataQualityElement.yml b/resources/iso_dataQualityElement.yml deleted file mode 100644 index a141ac0..0000000 --- a/resources/iso_dataQualityElement.yml +++ /dev/null @@ -1,35 +0,0 @@ ---- -# mdJson codelists -# base codelist for ISO 19115-2, 19115-1 - -codelistType: "staticList" -codelistName: "iso_dataQualityElement" -source: "ISO" -sourceName: "dataQualityElement" -extensible: true -description: "ISO data quality elements" -codelist: - - {code: "001", codeName: DQ_AbsoluteExternalPositionalAccuracy, description: "closeness of reported coordinate values to values accepted as or being true"} - - {code: "002", codeName: DQ_AccuracyOfATimeMeasurement, description: "correctness of the temporal references of an item (reporting of error in time measurement)"} - - {code: "003", codeName: DQ_ConceptualConsistency, description: "adherence to rules of the conceptual schema"} - - {code: "004", codeName: DQ_CompletenessCommission, description: "excess data present in the dataset, as described by the scope"} - - {code: "005", codeName: DQ_CompletenessOmission, description: "data absent from the dataset, as described by the scope"} - - {code: "006", codeName: DQ_Confidence, description: "trustworthiness of a data quality result"} - - {code: "007", codeName: DQ_CoverageResult, description: "result of a data quality measure organising the measured values as a coverage"} - - {code: "008", codeName: DQ_DomainConsistency, description: "adherence of values to the value domains"} - - {code: "009", codeName: DQ_FormatConsistency, description: "degree to which data is stored in accordance with the physical structure of the dataset, as described by the scope"} - - {code: "010", codeName: DQ_GriddedDataPositionalAccuracy, description: "closeness of gridded data position values to values accepted as or being true"} - - {code: "011", codeName: DQ_Homogeneity, description: "expected or tested uniformity of the results obtained for a data quality evaluation"} - - {code: "012", codeName: DQ_NonQuantitativeAttributeCorrectness, description: "correctness of non-quantitative attributes"} - - {code: "013", codeName: DQ_QuantitativeAttributeAccuracy, description: "accuracy of quantitative attributes"} - - {code: "014", codeName: DQ_RelativeInternalPositionalAccuracy, description: "closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true"} - - {code: "015", codeName: DQ_Representativity, description: "degree to which the sample used has produced a result which is representative of the data within the data quality scope"} - - {code: "016", codeName: DQ_TemporalConsistency, description: "correctness of ordered events or sequences, if reported"} - - {code: "017", codeName: DQ_TemporalValidity, description: "validity of data specified by the scope with respect to time"} - - {code: "018", codeName: DQ_ThematicClassificationCorrectness, description: "comparison of the classes assigned to features or their attributes to a universe of discourse"} - - {code: "019", codeName: DQ_TopologicalConsistency, description: "correctness of the explicitly encoded topological characteristics of the dataset as described by the scope"} - - {code: "020", codeName: DQ_UsabilityElement, description: "degree of adherence of a dataset to a specific set of requirements"} - - {code: "021", codeName: DQ_Completeness, description: "presence and absence of features, their attributes and their relationships"} - - {code: "022", codeName: DQ_LogicalConsistency, description: "adherence to rules of the conceptual schema"} - - {code: "023", codeName: DQ_PositionalAccuracy, description: "closeness of reported coordinate values to values accepted as or being true"} - - {code: "024", codeName: DQ_TemporalQuality, description: "correctness of the temporal references of an item (reporting of error in time measurement)"} diff --git a/resources/iso_evaluationMethodTypeCode.yml b/resources/iso_evaluationMethodTypeCode.yml new file mode 100644 index 0000000..95eec12 --- /dev/null +++ b/resources/iso_evaluationMethodTypeCode.yml @@ -0,0 +1,25 @@ +--- +# mdJson codelists + +codelistType: "staticList" +codelistName: "iso_evaluationMethodTypeCode" +source: "ISO" +sourceName: "DQ_EvaluationMethodTypeCode" +extensible: true +description: "type of method for evaluating an identified data quality measure" +codelist: + - { + code: "001", + codeName: directInternal, + description: "method of evaluating the quality of a data set based on inspection of items within the data set, where all data required is internal to the data set being evaluated", + } + - { + code: "002", + codeName: directExternal, + description: "method of evaluating the quality of a data set based on inspection of items within the data set, where reference data external to the data set being evaluated is required", + } + - { + code: "003", + codeName: indirect, + description: "method of evaluating the quality of a data set based on external knowledge", + } diff --git a/resources/iso_scope.yml b/resources/iso_scope.yml index 2ef5fb0..a3a76b6 100644 --- a/resources/iso_scope.yml +++ b/resources/iso_scope.yml @@ -10,45 +10,208 @@ sourceName: "MD_ScopeCode" extensible: true description: "class of information to which the referencing entity applies" codelist: - - {code: "001", codeName: attribute, description: "information applies to the attribute class"} - - {code: "002", codeName: attributeType, description: "information applies to the characteristic of a feature"} - - {code: "003", codeName: collectionHardware, description: "information applies to the collection hardware class"} - - {code: "004", codeName: collectionSession, description: "information applies to the collection session"} - - {code: "005", codeName: dataset, description: "information applies to a geographic dataset"} - - {code: "006", codeName: series, description: "information applies to the series"} - - {code: "007", codeName: nonGeographicDataset, description: "information applies to non-geographic data"} - - {code: "008", codeName: dimensionGroup, description: "information applies to a dimension group"} - - {code: "009", codeName: feature, description: "information applies to a feature"} - - {code: "010", codeName: featureType, description: "information applies to a feature type"} - - {code: "011", codeName: propertyType, description: "information applies to a property type"} - - {code: "012", codeName: fieldSession, description: "information applies to a field session"} - - {code: "013", codeName: software, description: "information applies to a computer program or routine"} - - {code: "014", codeName: service, description: "information applies to a capability which a service provider entity makes available to a service user entity through a set of interfaces that define a behaviour, such as a use case"} - - {code: "015", codeName: model, description: "information applies to a copy or imitation of an existing or hypothetical object"} - - {code: "016", codeName: tile, description: "information applies to a tile, a spatial subset of geographic data"} - - {code: "017", codeName: metadata, description: "information applies to metadata"} - - {code: "018", codeName: initiative, description: "information applies to an initiative"} - - {code: "019", codeName: sample, description: "information applies to a sample"} - - {code: "020", codeName: document, description: "information applies to a document"} - - {code: "021", codeName: repository, description: "information applies to a repository"} - - {code: "022", codeName: aggregate, description: "information applies to an aggregate resource"} - - {code: "023", codeName: product, description: "metadata describing an ISO 19131 data product specification"} - - {code: "024", codeName: collection, description: "information applies to an unstructured set"} - - {code: "025", codeName: coverage, description: "information applies to a coverage"} - - {code: "026", codeName: application, description: "information resource hosted on a specific set of hardware and accessible over a network"} - - {code: "adiwg001", codeName: sciencePaper, description: "document based on an experiment or research"} - - {code: "adiwg002", codeName: userGuide, description: "operating manual for users"} - - {code: "adiwg003", codeName: dataDictionary, description: "element and entity definitions"} - - {code: "adiwg004", codeName: website, description: "information applies to a website such as a thematic portal"} - - {code: "adiwg005", codeName: publication, description: "information applies to a published document"} - - {code: "adiwg006", codeName: report, description: "information applies to an unpublished document"} - - {code: "adiwg007", codeName: awardInfo, description: "information applies to a document related to the grant or award for the resource"} - - {code: "adiwg008", codeName: collectionSite, description: "Locations where data are collected for scientific research"} - - {code: "adiwg009", codeName: project, description: "high level information that applies to research activity such as project title, location, contacts, timeframe, abstract, etc."} - - {code: "adiwg010", codeName: factSheet, description: "information applies to fact sheet, pamphlet, flyer, or brochure"} - - {code: "adiwg011", codeName: tabularDataset, description: "information applies to a tabular dataset, spreadsheet, or relational database"} - - {code: "adiwg012", codeName: map, description: "information applies to a printed or electronic map"} - - {code: "adiwg013", codeName: drawing, description: "information applies to a hand drawn or digital drawing"} - - {code: "adiwg014", codeName: photographicImage, description: "information applies to a still or moving film or video image"} - - {code: "adiwg015", codeName: presentation, description: "information applies to a collection of presentation slides or recorded presentation"} - + - { + code: "001", + codeName: attribute, + description: "information applies to the attribute class", + } + - { + code: "002", + codeName: attributeType, + description: "information applies to the characteristic of a feature", + } + - { + code: "003", + codeName: collectionHardware, + description: "information applies to the collection hardware class", + } + - { + code: "004", + codeName: collectionSession, + description: "information applies to the collection session", + } + - { + code: "005", + codeName: dataset, + description: "information applies to the dataset", + } + - { + code: "006", + codeName: series, + description: "information applies to the series", + } + - { + code: "007", + codeName: nonGeographicDataset, + description: "information applies to non-geographic data", + } + - { + code: "008", + codeName: dimensionGroup, + description: "information applies to a dimension group", + } + - { + code: "009", + codeName: feature, + description: "information applies to a feature", + } + - { + code: "010", + codeName: featureType, + description: "information applies to a feature type", + } + - { + code: "011", + codeName: propertyType, + description: "information applies to a property type", + } + - { + code: "012", + codeName: fieldSession, + description: "information applies to a field session", + } + - { + code: "013", + codeName: software, + description: "information applies to a computer program or routine", + } + - { + code: "014", + codeName: service, + description: "information applies to a capability which a service provider entity makes available to a service user entity through a set of interfaces that define a behaviour, such as a use case", + } + - { + code: "015", + codeName: model, + description: "information applies to a copy or imitation of an existing or hypothetical object", + } + - { + code: "016", + codeName: tile, + description: "information applies to a tile, a spatial subset of geographic data", + } + - { + code: "017", + codeName: metadata, + description: "information applies to metadata", + } + - { + code: "018", + codeName: initiative, + description: "information applies to an initiative", + } + - { + code: "019", + codeName: sample, + description: "information applies to a sample", + } + - { + code: "020", + codeName: document, + description: "information applies to a document", + } + - { + code: "021", + codeName: repository, + description: "information applies to a repository", + } + - { + code: "022", + codeName: aggregate, + description: "information applies to an aggregate resource", + } + - { + code: "023", + codeName: product, + description: "metadata describing an ISO 19131 data product specification", + } + - { + code: "024", + codeName: collection, + description: "information applies to an unstructured set", + } + - { + code: "025", + codeName: coverage, + description: "information applies to a coverage", + } + - { + code: "026", + codeName: application, + description: "information resource hosted on a specific set of hardware and accessible over a network", + } + - { + code: "adiwg001", + codeName: sciencePaper, + description: "document based on an experiment or research", + } + - { + code: "adiwg002", + codeName: userGuide, + description: "operating manual for users", + } + - { + code: "adiwg003", + codeName: dataDictionary, + description: "element and entity definitions", + } + - { + code: "adiwg004", + codeName: website, + description: "information applies to a website such as a thematic portal", + } + - { + code: "adiwg005", + codeName: publication, + description: "information applies to a published document", + } + - { + code: "adiwg006", + codeName: report, + description: "information applies to an unpublished document", + } + - { + code: "adiwg007", + codeName: awardInfo, + description: "information applies to a document related to the grant or award for the resource", + } + - { + code: "adiwg008", + codeName: collectionSite, + description: "Locations where data are collected for scientific research", + } + - { + code: "adiwg009", + codeName: project, + description: "high level information that applies to research activity such as project title, location, contacts, timeframe, abstract, etc.", + } + - { + code: "adiwg010", + codeName: factSheet, + description: "information applies to fact sheet, pamphlet, flyer, or brochure", + } + - { + code: "adiwg011", + codeName: tabularDataset, + description: "information applies to a tabular dataset, spreadsheet, or relational database", + } + - { + code: "adiwg012", + codeName: map, + description: "information applies to a printed or electronic map", + } + - { + code: "adiwg013", + codeName: drawing, + description: "information applies to a hand drawn or digital drawing", + } + - { + code: "adiwg014", + codeName: photographicImage, + description: "information applies to a still or moving film or video image", + } + - { + code: "adiwg015", + codeName: presentation, + description: "information applies to a collection of presentation slides or recorded presentation", + } diff --git a/resources/iso_valueStructure.yml b/resources/iso_valueStructure.yml new file mode 100644 index 0000000..9c00c78 --- /dev/null +++ b/resources/iso_valueStructure.yml @@ -0,0 +1,40 @@ +--- +# mdJson codelists + +codelistType: "staticList" +codelistName: "iso_valueStructure" +source: "ISO" +sourceName: "DQM_ValueStructure" +extensible: true +description: "structure for reporting a complex data quality result" +codelist: + - { + code: "001", + codeName: "bag", + description: "finite, unordered collection of related items (objects or values) that may be repeated (ISO 19107:2003)", + } + - { + code: "002", + codeName: "set", + description: "unordered collection of related items (objects or values) with no repetition (ISO 19107:2003)", + } + - { + code: "003", + codeName: "sequence", + description: "finite, ordered collection of related items (objects or values) that may be repeated (ISO 19107:2003)", + } + - { + code: "004", + codeName: "table", + description: "an arrangement of data in which each item may be identified by means of arguments or keys (ISO/IEC 2382-4:1999)", + } + - { + code: "005", + codeName: "matrix", + description: "rectangular array of numbers (ISO/TS 19129:2009)", + } + - { + code: "006", + codeName: "coverage", + description: "feature that acts as a function to return values from its range for any direct position within its spatial, temporal or spatiotemporal domain (ISO 19123:2005)", + } From 44b17b2d525d1a8b067f4c4d185e9fee17966cf9 Mon Sep 17 00:00:00 2001 From: Johnathan Date: Mon, 5 Feb 2024 13:35:31 -0700 Subject: [PATCH 03/19] Fix Yaml Files & Increment Version (#62) * 2.9.0 * Update buildify dependency * Fix Yaml & Json Files * Remove bower.json * Update mdCodes Version Increment minor version to 2.9.0 --- bower.json | 29 -- lib/adiwg/mdcodes/version.rb | 2 +- package-lock.json | 6 +- package.json | 2 +- resources/adiwg_dataQualityElement.yml | 144 +----- resources/adiwg_evaluationMethod.yml | 18 +- resources/iso_evaluationMethodTypeCode.yml | 18 +- resources/iso_scope.yml | 246 ++------- resources/iso_valueStructure.yml | 36 +- resources/json/adiwg_dataQualityElement.json | 130 +++++ resources/json/adiwg_evaluationMethod.json | 35 ++ resources/json/adiwg_unitsOfMeasure.json | 235 +++++++++ .../json/iso_evaluationMethodTypeCode.json | 25 + resources/json/iso_scope.json | 2 +- resources/json/iso_valueStructure.json | 40 ++ resources/json/mdcodes.json | 467 +++++++++++++++++- 16 files changed, 1014 insertions(+), 421 deletions(-) delete mode 100644 bower.json create mode 100644 resources/json/adiwg_dataQualityElement.json create mode 100644 resources/json/adiwg_evaluationMethod.json create mode 100644 resources/json/adiwg_unitsOfMeasure.json create mode 100644 resources/json/iso_evaluationMethodTypeCode.json create mode 100644 resources/json/iso_valueStructure.json diff --git a/bower.json b/bower.json deleted file mode 100644 index 7db9d6e..0000000 --- a/bower.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "mdcodes", - "homepage": "https://github.com/adiwg/mdCodes", - "authors": [ - "Josh Bradley " - ], - "description": "Provides code lists for use in ISO 19139 compliant metadata, especially mdJSON.", - "main": "resources/json/mdcodes.json", - "keywords": [ - "adiwg", - "metadata", - "json" - ], - "license": "Unlicense", - "ignore": [ - "**/.*", - "node_modules", - "bower_components", - "test", - "tests", - "lib", - "*.gemspec", - "Gemfile", - "Gemfile.lock", - "pkg", - "Rakefile", - "resources/*.yml" - ] -} diff --git a/lib/adiwg/mdcodes/version.rb b/lib/adiwg/mdcodes/version.rb index 83d88a6..3b65e6c 100644 --- a/lib/adiwg/mdcodes/version.rb +++ b/lib/adiwg/mdcodes/version.rb @@ -29,7 +29,7 @@ module ADIWG module Mdcodes - VERSION = "2.8.4" + VERSION = "2.9.0" end end diff --git a/package-lock.json b/package-lock.json index 4d8dc5c..c4d0678 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "mdcodes", - "version": "2.8.2", + "version": "2.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mdcodes", - "version": "2.8.2", + "version": "2.9.0", "license": "Unlicense", "dependencies": { - "buildify": "powmedia/buildify#20458a121411f759dcc5ec1b441695eb7fc2b3b7", + "buildify": "github:powmedia/buildify#20458a121411f759dcc5ec1b441695eb7fc2b3b7", "glob": "^7.1.0", "rimraf": "^2.6.2" }, diff --git a/package.json b/package.json index 14a7021..b093d08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mdcodes", - "version": "2.8.4", + "version": "2.9.0", "main": "index.js", "description": "CodeLists for ADIwg mdJSON", "repository": { diff --git a/resources/adiwg_dataQualityElement.yml b/resources/adiwg_dataQualityElement.yml index 5bb9510..6f0a82b 100644 --- a/resources/adiwg_dataQualityElement.yml +++ b/resources/adiwg_dataQualityElement.yml @@ -8,123 +8,27 @@ sourceName: "ADIwg_DataQualityElement" extensible: true description: "ISO data quality element class names" codelist: - - { - code: "001", - codeName: DQ_AbsoluteExternalPositionalAccuracy, - description: "closeness of reported coordinate values to values accepted as or being true", - } - - { - code: "002", - codeName: DQ_AccuracyOfATimeMeasurement, - description: "correctness of the temporal references of an item (reporting of error in time measurement)", - } - - { - code: "003", - codeName: DQ_ConceptualConsistency, - description: "adherence to rules of the conceptual schema", - } - - { - code: "004", - codeName: DQ_CompletenessCommission, - description: "excess data present in the dataset, as described by the scope", - } - - { - code: "005", - codeName: DQ_CompletenessOmission, - description: "data absent from the dataset, as described by the scope", - } - - { - code: "006", - codeName: DQ_Confidence, - description: "trustworthiness of a data quality result", - } - - { - code: "007", - codeName: DQ_CoverageResult, - description: "result of a data quality measure organising the measured values as a coverage", - } - - { - code: "008", - codeName: DQ_DomainConsistency, - description: "adherence of values to the value domains", - } - - { - code: "009", - codeName: DQ_FormatConsistency, - description: "degree to which data is stored in accordance with the physical structure of the dataset, as described by the scope", - } - - { - code: "010", - codeName: DQ_GriddedDataPositionalAccuracy, - description: "closeness of gridded data position values to values accepted as or being true", - } - - { - code: "011", - codeName: DQ_Homogeneity, - description: "expected or tested uniformity of the results obtained for a data quality evaluation", - } - - { - code: "012", - codeName: DQ_NonQuantitativeAttributeCorrectness, - description: "correctness of non-quantitative attributes", - } - - { - code: "013", - codeName: DQ_QuantitativeAttributeAccuracy, - description: "accuracy of quantitative attributes", - } - - { - code: "014", - codeName: DQ_RelativeInternalPositionalAccuracy, - description: "closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true", - } - - { - code: "015", - codeName: DQ_Representativity, - description: "degree to which the sample used has produced a result which is representative of the data within the data quality scope", - } - - { - code: "016", - codeName: DQ_TemporalConsistency, - description: "correctness of ordered events or sequences, if reported", - } - - { - code: "017", - codeName: DQ_TemporalValidity, - description: "validity of data specified by the scope with respect to time", - } - - { - code: "018", - codeName: DQ_ThematicClassificationCorrectness, - description: "comparison of the classes assigned to features or their attributes to a universe of discourse", - } - - { - code: "019", - codeName: DQ_TopologicalConsistency, - description: "correctness of the explicitly encoded topological characteristics of the dataset as described by the scope", - } - - { - code: "020", - codeName: DQ_UsabilityElement, - description: "degree of adherence of a dataset to a specific set of requirements", - } - - { - code: "021", - codeName: DQ_Completeness, - description: "presence and absence of features, their attributes and their relationships", - } - - { - code: "022", - codeName: DQ_LogicalConsistency, - description: "adherence to rules of the conceptual schema", - } - - { - code: "023", - codeName: DQ_PositionalAccuracy, - description: "closeness of reported coordinate values to values accepted as or being true", - } - - { - code: "024", - codeName: DQ_TemporalQuality, - description: "correctness of the temporal references of an item (reporting of error in time measurement)", - } + - { code: "001", codeName: DQ_AbsoluteExternalPositionalAccuracy, description: "closeness of reported coordinate values to values accepted as or being true" } + - { code: "002", codeName: DQ_AccuracyOfATimeMeasurement, description: "correctness of the temporal references of an item (reporting of error in time measurement)" } + - { code: "003", codeName: DQ_ConceptualConsistency, description: "adherence to rules of the conceptual schema" } + - { code: "004", codeName: DQ_CompletenessCommission, description: "excess data present in the dataset, as described by the scope" } + - { code: "005", codeName: DQ_CompletenessOmission, description: "data absent from the dataset, as described by the scope" } + - { code: "006", codeName: DQ_Confidence, description: "trustworthiness of a data quality result" } + - { code: "007", codeName: DQ_CoverageResult, description: "result of a data quality measure organising the measured values as a coverage" } + - { code: "008", codeName: DQ_DomainConsistency, description: "adherence of values to the value domains" } + - { code: "009", codeName: DQ_FormatConsistency, description: "degree to which data is stored in accordance with the physical structure of the dataset, as described by the scope" } + - { code: "010", codeName: DQ_GriddedDataPositionalAccuracy, description: "closeness of gridded data position values to values accepted as or being true" } + - { code: "011", codeName: DQ_Homogeneity, description: "expected or tested uniformity of the results obtained for a data quality evaluation" } + - { code: "012", codeName: DQ_NonQuantitativeAttributeCorrectness, description: "correctness of non-quantitative attributes" } + - { code: "013", codeName: DQ_QuantitativeAttributeAccuracy, description: "accuracy of quantitative attributes" } + - { code: "014", codeName: DQ_RelativeInternalPositionalAccuracy, description: "closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true" } + - { code: "015", codeName: DQ_Representativity, description: "degree to which the sample used has produced a result which is representative of the data within the data quality scope" } + - { code: "016", codeName: DQ_TemporalConsistency, description: "correctness of ordered events or sequences, if reported" } + - { code: "017", codeName: DQ_TemporalValidity, description: "validity of data specified by the scope with respect to time" } + - { code: "018", codeName: DQ_ThematicClassificationCorrectness, description: "comparison of the classes assigned to features or their attributes to a universe of discourse" } + - { code: "019", codeName: DQ_TopologicalConsistency, description: "correctness of the explicitly encoded topological characteristics of the dataset as described by the scope" } + - { code: "020", codeName: DQ_UsabilityElement, description: "degree of adherence of a dataset to a specific set of requirements" } + - { code: "021", codeName: DQ_Completeness, description: "presence and absence of features, their attributes and their relationships" } + - { code: "022", codeName: DQ_LogicalConsistency, description: "adherence to rules of the conceptual schema" } + - { code: "023", codeName: DQ_PositionalAccuracy, description: "closeness of reported coordinate values to values accepted as or being true" } + - { code: "024", codeName: DQ_TemporalQuality, description: "correctness of the temporal references of an item (reporting of error in time measurement)" } diff --git a/resources/adiwg_evaluationMethod.yml b/resources/adiwg_evaluationMethod.yml index 0d9e56f..9d97379 100644 --- a/resources/adiwg_evaluationMethod.yml +++ b/resources/adiwg_evaluationMethod.yml @@ -8,20 +8,8 @@ sourceName: "ADIwg_EvaluationMethod" extensible: true description: "the type of Evaluation Method" codelist: - - { - code: "001", - codeName: evaluationMethod, - description: "type of method used to evaluate quality of the data", - } + - { code: "001", codeName: evaluationMethod, description: "type of method used to evaluate quality of the data" } - { code: "002", codeName: data, description: "data evaluation method" } - { code: "003", codeName: fullInspection, description: "full inspection" } - - { - code: "004", - codeName: sampleBasedInspection, - description: "sample based inspection", - } - - { - code: "005", - codeName: aggregationDerivation, - description: "aggregation or derivation method", - } + - { code: "004", codeName: sampleBasedInspection, description: "sample based inspection" } + - { code: "005", codeName: aggregationDerivation, description: "aggregation or derivation method" } diff --git a/resources/iso_evaluationMethodTypeCode.yml b/resources/iso_evaluationMethodTypeCode.yml index 95eec12..845acc8 100644 --- a/resources/iso_evaluationMethodTypeCode.yml +++ b/resources/iso_evaluationMethodTypeCode.yml @@ -8,18 +8,6 @@ sourceName: "DQ_EvaluationMethodTypeCode" extensible: true description: "type of method for evaluating an identified data quality measure" codelist: - - { - code: "001", - codeName: directInternal, - description: "method of evaluating the quality of a data set based on inspection of items within the data set, where all data required is internal to the data set being evaluated", - } - - { - code: "002", - codeName: directExternal, - description: "method of evaluating the quality of a data set based on inspection of items within the data set, where reference data external to the data set being evaluated is required", - } - - { - code: "003", - codeName: indirect, - description: "method of evaluating the quality of a data set based on external knowledge", - } + - { code: "001", codeName: directInternal, description: "method of evaluating the quality of a data set based on inspection of items within the data set, where all data required is internal to the data set being evaluated" } + - { code: "002", codeName: directExternal, description: "method of evaluating the quality of a data set based on inspection of items within the data set, where reference data external to the data set being evaluated is required" } + - { code: "003", codeName: indirect, description: "method of evaluating the quality of a data set based on external knowledge" } diff --git a/resources/iso_scope.yml b/resources/iso_scope.yml index a3a76b6..51b04e4 100644 --- a/resources/iso_scope.yml +++ b/resources/iso_scope.yml @@ -10,208 +10,44 @@ sourceName: "MD_ScopeCode" extensible: true description: "class of information to which the referencing entity applies" codelist: - - { - code: "001", - codeName: attribute, - description: "information applies to the attribute class", - } - - { - code: "002", - codeName: attributeType, - description: "information applies to the characteristic of a feature", - } - - { - code: "003", - codeName: collectionHardware, - description: "information applies to the collection hardware class", - } - - { - code: "004", - codeName: collectionSession, - description: "information applies to the collection session", - } - - { - code: "005", - codeName: dataset, - description: "information applies to the dataset", - } - - { - code: "006", - codeName: series, - description: "information applies to the series", - } - - { - code: "007", - codeName: nonGeographicDataset, - description: "information applies to non-geographic data", - } - - { - code: "008", - codeName: dimensionGroup, - description: "information applies to a dimension group", - } - - { - code: "009", - codeName: feature, - description: "information applies to a feature", - } - - { - code: "010", - codeName: featureType, - description: "information applies to a feature type", - } - - { - code: "011", - codeName: propertyType, - description: "information applies to a property type", - } - - { - code: "012", - codeName: fieldSession, - description: "information applies to a field session", - } - - { - code: "013", - codeName: software, - description: "information applies to a computer program or routine", - } - - { - code: "014", - codeName: service, - description: "information applies to a capability which a service provider entity makes available to a service user entity through a set of interfaces that define a behaviour, such as a use case", - } - - { - code: "015", - codeName: model, - description: "information applies to a copy or imitation of an existing or hypothetical object", - } - - { - code: "016", - codeName: tile, - description: "information applies to a tile, a spatial subset of geographic data", - } - - { - code: "017", - codeName: metadata, - description: "information applies to metadata", - } - - { - code: "018", - codeName: initiative, - description: "information applies to an initiative", - } - - { - code: "019", - codeName: sample, - description: "information applies to a sample", - } - - { - code: "020", - codeName: document, - description: "information applies to a document", - } - - { - code: "021", - codeName: repository, - description: "information applies to a repository", - } - - { - code: "022", - codeName: aggregate, - description: "information applies to an aggregate resource", - } - - { - code: "023", - codeName: product, - description: "metadata describing an ISO 19131 data product specification", - } - - { - code: "024", - codeName: collection, - description: "information applies to an unstructured set", - } - - { - code: "025", - codeName: coverage, - description: "information applies to a coverage", - } - - { - code: "026", - codeName: application, - description: "information resource hosted on a specific set of hardware and accessible over a network", - } - - { - code: "adiwg001", - codeName: sciencePaper, - description: "document based on an experiment or research", - } - - { - code: "adiwg002", - codeName: userGuide, - description: "operating manual for users", - } - - { - code: "adiwg003", - codeName: dataDictionary, - description: "element and entity definitions", - } - - { - code: "adiwg004", - codeName: website, - description: "information applies to a website such as a thematic portal", - } - - { - code: "adiwg005", - codeName: publication, - description: "information applies to a published document", - } - - { - code: "adiwg006", - codeName: report, - description: "information applies to an unpublished document", - } - - { - code: "adiwg007", - codeName: awardInfo, - description: "information applies to a document related to the grant or award for the resource", - } - - { - code: "adiwg008", - codeName: collectionSite, - description: "Locations where data are collected for scientific research", - } - - { - code: "adiwg009", - codeName: project, - description: "high level information that applies to research activity such as project title, location, contacts, timeframe, abstract, etc.", - } - - { - code: "adiwg010", - codeName: factSheet, - description: "information applies to fact sheet, pamphlet, flyer, or brochure", - } - - { - code: "adiwg011", - codeName: tabularDataset, - description: "information applies to a tabular dataset, spreadsheet, or relational database", - } - - { - code: "adiwg012", - codeName: map, - description: "information applies to a printed or electronic map", - } - - { - code: "adiwg013", - codeName: drawing, - description: "information applies to a hand drawn or digital drawing", - } - - { - code: "adiwg014", - codeName: photographicImage, - description: "information applies to a still or moving film or video image", - } - - { - code: "adiwg015", - codeName: presentation, - description: "information applies to a collection of presentation slides or recorded presentation", - } + - { code: "001", codeName: attribute, description: "information applies to the attribute class" } + - { code: "002", codeName: attributeType, description: "information applies to the characteristic of a feature" } + - { code: "003", codeName: collectionHardware, description: "information applies to the collection hardware class" } + - { code: "004", codeName: collectionSession, description: "information applies to the collection session" } + - { code: "005", codeName: dataset, description: "information applies to the dataset" } + - { code: "006", codeName: series, description: "information applies to the series" } + - { code: "007", codeName: nonGeographicDataset, description: "information applies to non-geographic data" } + - { code: "008", codeName: dimensionGroup, description: "information applies to a dimension group" } + - { code: "009", codeName: feature, description: "information applies to a feature" } + - { code: "010", codeName: featureType, description: "information applies to a feature type" } + - { code: "011", codeName: propertyType, description: "information applies to a property type" } + - { code: "012", codeName: fieldSession, description: "information applies to a field session" } + - { code: "013", codeName: software, description: "information applies to a computer program or routine" } + - { code: "014", codeName: service, description: "information applies to a capability which a service provider entity makes available to a service user entity through a set of interfaces that define a behaviour, such as a use case" } + - { code: "015", codeName: model, description: "information applies to a copy or imitation of an existing or hypothetical object" } + - { code: "016", codeName: tile, description: "information applies to a tile, a spatial subset of geographic data" } + - { code: "017", codeName: metadata, description: "information applies to metadata" } + - { code: "018", codeName: initiative, description: "information applies to an initiative" } + - { code: "019", codeName: sample, description: "information applies to a sample" } + - { code: "020", codeName: document, description: "information applies to a document" } + - { code: "021", codeName: repository, description: "information applies to a repository" } + - { code: "022", codeName: aggregate, description: "information applies to an aggregate resource" } + - { code: "023", codeName: product, description: "metadata describing an ISO 19131 data product specification" } + - { code: "024", codeName: collection, description: "information applies to an unstructured set" } + - { code: "025", codeName: coverage, description: "information applies to a coverage" } + - { code: "026", codeName: application, description: "information resource hosted on a specific set of hardware and accessible over a network" } + - { code: "adiwg001", codeName: sciencePaper, description: "document based on an experiment or research" } + - { code: "adiwg002", codeName: userGuide, description: "operating manual for users" } + - { code: "adiwg003", codeName: dataDictionary, description: "element and entity definitions" } + - { code: "adiwg004", codeName: website, description: "information applies to a website such as a thematic portal" } + - { code: "adiwg005", codeName: publication, description: "information applies to a published document" } + - { code: "adiwg006", codeName: report, description: "information applies to an unpublished document" } + - { code: "adiwg007", codeName: awardInfo, description: "information applies to a document related to the grant or award for the resource" } + - { code: "adiwg008", codeName: collectionSite, description: "Locations where data are collected for scientific research" } + - { code: "adiwg009", codeName: project, description: "high level information that applies to research activity such as project title, location, contacts, timeframe, abstract, etc." } + - { code: "adiwg010", codeName: factSheet, description: "information applies to fact sheet, pamphlet, flyer, or brochure" } + - { code: "adiwg011", codeName: tabularDataset, description: "information applies to a tabular dataset, spreadsheet, or relational database" } + - { code: "adiwg012", codeName: map, description: "information applies to a printed or electronic map" } + - { code: "adiwg013", codeName: drawing, description: "information applies to a hand drawn or digital drawing" } + - { code: "adiwg014", codeName: photographicImage, description: "information applies to a still or moving film or video image" } + - { code: "adiwg015", codeName: presentation, description: "information applies to a collection of presentation slides or recorded presentation" } diff --git a/resources/iso_valueStructure.yml b/resources/iso_valueStructure.yml index 9c00c78..e63bfd5 100644 --- a/resources/iso_valueStructure.yml +++ b/resources/iso_valueStructure.yml @@ -8,33 +8,9 @@ sourceName: "DQM_ValueStructure" extensible: true description: "structure for reporting a complex data quality result" codelist: - - { - code: "001", - codeName: "bag", - description: "finite, unordered collection of related items (objects or values) that may be repeated (ISO 19107:2003)", - } - - { - code: "002", - codeName: "set", - description: "unordered collection of related items (objects or values) with no repetition (ISO 19107:2003)", - } - - { - code: "003", - codeName: "sequence", - description: "finite, ordered collection of related items (objects or values) that may be repeated (ISO 19107:2003)", - } - - { - code: "004", - codeName: "table", - description: "an arrangement of data in which each item may be identified by means of arguments or keys (ISO/IEC 2382-4:1999)", - } - - { - code: "005", - codeName: "matrix", - description: "rectangular array of numbers (ISO/TS 19129:2009)", - } - - { - code: "006", - codeName: "coverage", - description: "feature that acts as a function to return values from its range for any direct position within its spatial, temporal or spatiotemporal domain (ISO 19123:2005)", - } + - { code: "001", codeName: "bag", description: "finite, unordered collection of related items (objects or values) that may be repeated (ISO 19107:2003)" } + - { code: "002", codeName: "set", description: "unordered collection of related items (objects or values) with no repetition (ISO 19107:2003)" } + - { code: "003", codeName: "sequence", description: "finite, ordered collection of related items (objects or values) that may be repeated (ISO 19107:2003)" } + - { code: "004", codeName: "table", description: "an arrangement of data in which each item may be identified by means of arguments or keys (ISO/IEC 2382-4:1999)" } + - { code: "005", codeName: "matrix", description: "rectangular array of numbers (ISO/TS 19129:2009)" } + - { code: "006", codeName: "coverage", description: "feature that acts as a function to return values from its range for any direct position within its spatial, temporal or spatiotemporal domain (ISO 19123:2005)" } diff --git a/resources/json/adiwg_dataQualityElement.json b/resources/json/adiwg_dataQualityElement.json new file mode 100644 index 0000000..72c29fa --- /dev/null +++ b/resources/json/adiwg_dataQualityElement.json @@ -0,0 +1,130 @@ +{ + "codelistType": "staticList", + "codelistName": "adiwg_dataQualityElement", + "source": "Alaska Data Integration working group", + "sourceName": "ADIwg_DataQualityElement", + "extensible": true, + "description": "ISO data quality element class names", + "codelist": [ + { + "code": "001", + "codeName": "DQ_AbsoluteExternalPositionalAccuracy", + "description": "closeness of reported coordinate values to values accepted as or being true" + }, + { + "code": "002", + "codeName": "DQ_AccuracyOfATimeMeasurement", + "description": "correctness of the temporal references of an item (reporting of error in time measurement)" + }, + { + "code": "003", + "codeName": "DQ_ConceptualConsistency", + "description": "adherence to rules of the conceptual schema" + }, + { + "code": "004", + "codeName": "DQ_CompletenessCommission", + "description": "excess data present in the dataset, as described by the scope" + }, + { + "code": "005", + "codeName": "DQ_CompletenessOmission", + "description": "data absent from the dataset, as described by the scope" + }, + { + "code": "006", + "codeName": "DQ_Confidence", + "description": "trustworthiness of a data quality result" + }, + { + "code": "007", + "codeName": "DQ_CoverageResult", + "description": "result of a data quality measure organising the measured values as a coverage" + }, + { + "code": "008", + "codeName": "DQ_DomainConsistency", + "description": "adherence of values to the value domains" + }, + { + "code": "009", + "codeName": "DQ_FormatConsistency", + "description": "degree to which data is stored in accordance with the physical structure of the dataset, as described by the scope" + }, + { + "code": "010", + "codeName": "DQ_GriddedDataPositionalAccuracy", + "description": "closeness of gridded data position values to values accepted as or being true" + }, + { + "code": "011", + "codeName": "DQ_Homogeneity", + "description": "expected or tested uniformity of the results obtained for a data quality evaluation" + }, + { + "code": "012", + "codeName": "DQ_NonQuantitativeAttributeCorrectness", + "description": "correctness of non-quantitative attributes" + }, + { + "code": "013", + "codeName": "DQ_QuantitativeAttributeAccuracy", + "description": "accuracy of quantitative attributes" + }, + { + "code": "014", + "codeName": "DQ_RelativeInternalPositionalAccuracy", + "description": "closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true" + }, + { + "code": "015", + "codeName": "DQ_Representativity", + "description": "degree to which the sample used has produced a result which is representative of the data within the data quality scope" + }, + { + "code": "016", + "codeName": "DQ_TemporalConsistency", + "description": "correctness of ordered events or sequences, if reported" + }, + { + "code": "017", + "codeName": "DQ_TemporalValidity", + "description": "validity of data specified by the scope with respect to time" + }, + { + "code": "018", + "codeName": "DQ_ThematicClassificationCorrectness", + "description": "comparison of the classes assigned to features or their attributes to a universe of discourse" + }, + { + "code": "019", + "codeName": "DQ_TopologicalConsistency", + "description": "correctness of the explicitly encoded topological characteristics of the dataset as described by the scope" + }, + { + "code": "020", + "codeName": "DQ_UsabilityElement", + "description": "degree of adherence of a dataset to a specific set of requirements" + }, + { + "code": "021", + "codeName": "DQ_Completeness", + "description": "presence and absence of features, their attributes and their relationships" + }, + { + "code": "022", + "codeName": "DQ_LogicalConsistency", + "description": "adherence to rules of the conceptual schema" + }, + { + "code": "023", + "codeName": "DQ_PositionalAccuracy", + "description": "closeness of reported coordinate values to values accepted as or being true" + }, + { + "code": "024", + "codeName": "DQ_TemporalQuality", + "description": "correctness of the temporal references of an item (reporting of error in time measurement)" + } + ] +} \ No newline at end of file diff --git a/resources/json/adiwg_evaluationMethod.json b/resources/json/adiwg_evaluationMethod.json new file mode 100644 index 0000000..2057c73 --- /dev/null +++ b/resources/json/adiwg_evaluationMethod.json @@ -0,0 +1,35 @@ +{ + "codelistType": "staticList", + "codelistName": "adiwg_evaluationMethod", + "source": "Alaska Data Integration working group", + "sourceName": "ADIwg_EvaluationMethod", + "extensible": true, + "description": "the type of Evaluation Method", + "codelist": [ + { + "code": "001", + "codeName": "evaluationMethod", + "description": "type of method used to evaluate quality of the data" + }, + { + "code": "002", + "codeName": "data", + "description": "data evaluation method" + }, + { + "code": "003", + "codeName": "fullInspection", + "description": "full inspection" + }, + { + "code": "004", + "codeName": "sampleBasedInspection", + "description": "sample based inspection" + }, + { + "code": "005", + "codeName": "aggregationDerivation", + "description": "aggregation or derivation method" + } + ] +} \ No newline at end of file diff --git a/resources/json/adiwg_unitsOfMeasure.json b/resources/json/adiwg_unitsOfMeasure.json new file mode 100644 index 0000000..6ffd821 --- /dev/null +++ b/resources/json/adiwg_unitsOfMeasure.json @@ -0,0 +1,235 @@ +{ + "codelistType": "staticList", + "codelistName": "adiwg_unitsOfMeasure", + "source": "Alaska Data Integration working group", + "sourceName": "ADIwg_UnitsOfMeasure", + "extensible": true, + "description": "units of measure", + "codelist": [ + { + "code": "001", + "codeName": "metres", + "description": "m" + }, + { + "code": "002", + "codeName": "millimetres", + "description": "mm" + }, + { + "code": "003", + "codeName": "centimetres", + "description": "cm" + }, + { + "code": "004", + "codeName": "kilometres", + "description": "km" + }, + { + "code": "005", + "codeName": "inches", + "description": "in" + }, + { + "code": "006", + "codeName": "feet", + "description": "ft" + }, + { + "code": "007", + "codeName": "yards", + "description": "yd" + }, + { + "code": "008", + "codeName": "miles", + "description": "mi" + }, + { + "code": "009", + "codeName": "kilometresPerHour", + "description": "km/h" + }, + { + "code": "010", + "codeName": "milesPerHour", + "description": "mph" + }, + { + "code": "011", + "codeName": "metresPerSecond", + "description": "m/s" + }, + { + "code": "012", + "codeName": "feetPerSecond", + "description": "ft/s" + }, + { + "code": "013", + "codeName": "metresPerSecondSquared", + "description": "m/s²" + }, + { + "code": "014", + "codeName": "seconds", + "description": "s" + }, + { + "code": "015", + "codeName": "degCelsius", + "description": "°C" + }, + { + "code": "016", + "codeName": "degFahrenheit", + "description": "°F" + }, + { + "code": "017", + "codeName": "kelvin", + "description": "K" + }, + { + "code": "018", + "codeName": "candela", + "description": "cd" + }, + { + "code": "019", + "codeName": "radian", + "description": "rad" + }, + { + "code": "020", + "codeName": "steradian", + "description": "sr" + }, + { + "code": "021", + "codeName": "hertz", + "description": "Hz" + }, + { + "code": "022", + "codeName": "newton", + "description": "N" + }, + { + "code": "023", + "codeName": "pascal", + "description": "Pa" + }, + { + "code": "024", + "codeName": "joule", + "description": "J" + }, + { + "code": "025", + "codeName": "watt", + "description": "W" + }, + { + "code": "026", + "codeName": "ampere", + "description": "A" + }, + { + "code": "027", + "codeName": "volt", + "description": "V" + }, + { + "code": "028", + "codeName": "farad", + "description": "F" + }, + { + "code": "029", + "codeName": "ohm", + "description": "Ω" + }, + { + "code": "030", + "codeName": "siemens", + "description": "S" + }, + { + "code": "031", + "codeName": "weber", + "description": "Wb" + }, + { + "code": "032", + "codeName": "tesla", + "description": "T" + }, + { + "code": "033", + "codeName": "henry", + "description": "H" + }, + { + "code": "034", + "codeName": "lumen", + "description": "lm" + }, + { + "code": "035", + "codeName": "squareInches", + "description": "in²" + }, + { + "code": "036", + "codeName": "squareFeet", + "description": "ft²" + }, + { + "code": "037", + "codeName": "squareMiles", + "description": "mi²" + }, + { + "code": "038", + "codeName": "squareMetres", + "description": "m²" + }, + { + "code": "039", + "codeName": "hectares", + "description": "ha" + }, + { + "code": "040", + "codeName": "acres", + "description": "ac" + }, + { + "code": "041", + "codeName": "cubicInches", + "description": "in³" + }, + { + "code": "042", + "codeName": "cubicFeet", + "description": "ft³" + }, + { + "code": "043", + "codeName": "cubicMetres", + "description": "m³" + }, + { + "code": "044", + "codeName": "grams", + "description": "g" + }, + { + "code": "045", + "codeName": "coulombs", + "description": "C" + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_evaluationMethodTypeCode.json b/resources/json/iso_evaluationMethodTypeCode.json new file mode 100644 index 0000000..65a50be --- /dev/null +++ b/resources/json/iso_evaluationMethodTypeCode.json @@ -0,0 +1,25 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_evaluationMethodTypeCode", + "source": "ISO", + "sourceName": "DQ_EvaluationMethodTypeCode", + "extensible": true, + "description": "type of method for evaluating an identified data quality measure", + "codelist": [ + { + "code": "001", + "codeName": "directInternal", + "description": "method of evaluating the quality of a data set based on inspection of items within the data set, where all data required is internal to the data set being evaluated" + }, + { + "code": "002", + "codeName": "directExternal", + "description": "method of evaluating the quality of a data set based on inspection of items within the data set, where reference data external to the data set being evaluated is required" + }, + { + "code": "003", + "codeName": "indirect", + "description": "method of evaluating the quality of a data set based on external knowledge" + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_scope.json b/resources/json/iso_scope.json index 091cad1..df97686 100644 --- a/resources/json/iso_scope.json +++ b/resources/json/iso_scope.json @@ -29,7 +29,7 @@ { "code": "005", "codeName": "dataset", - "description": "information applies to a geographic dataset" + "description": "information applies to the dataset" }, { "code": "006", diff --git a/resources/json/iso_valueStructure.json b/resources/json/iso_valueStructure.json new file mode 100644 index 0000000..38573c7 --- /dev/null +++ b/resources/json/iso_valueStructure.json @@ -0,0 +1,40 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_valueStructure", + "source": "ISO", + "sourceName": "DQM_ValueStructure", + "extensible": true, + "description": "structure for reporting a complex data quality result", + "codelist": [ + { + "code": "001", + "codeName": "bag", + "description": "finite, unordered collection of related items (objects or values) that may be repeated (ISO 19107:2003)" + }, + { + "code": "002", + "codeName": "set", + "description": "unordered collection of related items (objects or values) with no repetition (ISO 19107:2003)" + }, + { + "code": "003", + "codeName": "sequence", + "description": "finite, ordered collection of related items (objects or values) that may be repeated (ISO 19107:2003)" + }, + { + "code": "004", + "codeName": "table", + "description": "an arrangement of data in which each item may be identified by means of arguments or keys (ISO/IEC 2382-4:1999)" + }, + { + "code": "005", + "codeName": "matrix", + "description": "rectangular array of numbers (ISO/TS 19129:2009)" + }, + { + "code": "006", + "codeName": "coverage", + "description": "feature that acts as a function to return values from its range for any direct position within its spatial, temporal or spatiotemporal domain (ISO 19123:2005)" + } + ] +} \ No newline at end of file diff --git a/resources/json/mdcodes.json b/resources/json/mdcodes.json index 20a4df9..6dd833e 100644 --- a/resources/json/mdcodes.json +++ b/resources/json/mdcodes.json @@ -4749,6 +4749,31 @@ } ] }, + "iso_evaluationMethodTypeCode": { + "codelistType": "staticList", + "codelistName": "iso_evaluationMethodTypeCode", + "source": "ISO", + "sourceName": "DQ_EvaluationMethodTypeCode", + "extensible": true, + "description": "type of method for evaluating an identified data quality measure", + "codelist": [ + { + "code": "001", + "codeName": "directInternal", + "description": "method of evaluating the quality of a data set based on inspection of items within the data set, where all data required is internal to the data set being evaluated" + }, + { + "code": "002", + "codeName": "directExternal", + "description": "method of evaluating the quality of a data set based on inspection of items within the data set, where reference data external to the data set being evaluated is required" + }, + { + "code": "003", + "codeName": "indirect", + "description": "method of evaluating the quality of a data set based on external knowledge" + } + ] + }, "iso_geometricObjectType": { "codelistType": "staticList", "codelistName": "iso_geometricObjectType", @@ -8715,7 +8740,7 @@ { "code": "005", "codeName": "dataset", - "description": "information applies to a geographic dataset" + "description": "information applies to the dataset" }, { "code": "006", @@ -9239,6 +9264,46 @@ } ] }, + "iso_valueStructure": { + "codelistType": "staticList", + "codelistName": "iso_valueStructure", + "source": "ISO", + "sourceName": "DQM_ValueStructure", + "extensible": true, + "description": "structure for reporting a complex data quality result", + "codelist": [ + { + "code": "001", + "codeName": "bag", + "description": "finite, unordered collection of related items (objects or values) that may be repeated (ISO 19107:2003)" + }, + { + "code": "002", + "codeName": "set", + "description": "unordered collection of related items (objects or values) with no repetition (ISO 19107:2003)" + }, + { + "code": "003", + "codeName": "sequence", + "description": "finite, ordered collection of related items (objects or values) that may be repeated (ISO 19107:2003)" + }, + { + "code": "004", + "codeName": "table", + "description": "an arrangement of data in which each item may be identified by means of arguments or keys (ISO/IEC 2382-4:1999)" + }, + { + "code": "005", + "codeName": "matrix", + "description": "rectangular array of numbers (ISO/TS 19129:2009)" + }, + { + "code": "006", + "codeName": "coverage", + "description": "feature that acts as a function to return values from its range for any direct position within its spatial, temporal or spatiotemporal domain (ISO 19123:2005)" + } + ] + }, "adiwg_addressType": { "codelistType": "staticList", "codelistName": "adiwg_addressType", @@ -9314,6 +9379,136 @@ } ] }, + "adiwg_dataQualityElement": { + "codelistType": "staticList", + "codelistName": "adiwg_dataQualityElement", + "source": "Alaska Data Integration working group", + "sourceName": "ADIwg_DataQualityElement", + "extensible": true, + "description": "ISO data quality element class names", + "codelist": [ + { + "code": "001", + "codeName": "DQ_AbsoluteExternalPositionalAccuracy", + "description": "closeness of reported coordinate values to values accepted as or being true" + }, + { + "code": "002", + "codeName": "DQ_AccuracyOfATimeMeasurement", + "description": "correctness of the temporal references of an item (reporting of error in time measurement)" + }, + { + "code": "003", + "codeName": "DQ_ConceptualConsistency", + "description": "adherence to rules of the conceptual schema" + }, + { + "code": "004", + "codeName": "DQ_CompletenessCommission", + "description": "excess data present in the dataset, as described by the scope" + }, + { + "code": "005", + "codeName": "DQ_CompletenessOmission", + "description": "data absent from the dataset, as described by the scope" + }, + { + "code": "006", + "codeName": "DQ_Confidence", + "description": "trustworthiness of a data quality result" + }, + { + "code": "007", + "codeName": "DQ_CoverageResult", + "description": "result of a data quality measure organising the measured values as a coverage" + }, + { + "code": "008", + "codeName": "DQ_DomainConsistency", + "description": "adherence of values to the value domains" + }, + { + "code": "009", + "codeName": "DQ_FormatConsistency", + "description": "degree to which data is stored in accordance with the physical structure of the dataset, as described by the scope" + }, + { + "code": "010", + "codeName": "DQ_GriddedDataPositionalAccuracy", + "description": "closeness of gridded data position values to values accepted as or being true" + }, + { + "code": "011", + "codeName": "DQ_Homogeneity", + "description": "expected or tested uniformity of the results obtained for a data quality evaluation" + }, + { + "code": "012", + "codeName": "DQ_NonQuantitativeAttributeCorrectness", + "description": "correctness of non-quantitative attributes" + }, + { + "code": "013", + "codeName": "DQ_QuantitativeAttributeAccuracy", + "description": "accuracy of quantitative attributes" + }, + { + "code": "014", + "codeName": "DQ_RelativeInternalPositionalAccuracy", + "description": "closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true" + }, + { + "code": "015", + "codeName": "DQ_Representativity", + "description": "degree to which the sample used has produced a result which is representative of the data within the data quality scope" + }, + { + "code": "016", + "codeName": "DQ_TemporalConsistency", + "description": "correctness of ordered events or sequences, if reported" + }, + { + "code": "017", + "codeName": "DQ_TemporalValidity", + "description": "validity of data specified by the scope with respect to time" + }, + { + "code": "018", + "codeName": "DQ_ThematicClassificationCorrectness", + "description": "comparison of the classes assigned to features or their attributes to a universe of discourse" + }, + { + "code": "019", + "codeName": "DQ_TopologicalConsistency", + "description": "correctness of the explicitly encoded topological characteristics of the dataset as described by the scope" + }, + { + "code": "020", + "codeName": "DQ_UsabilityElement", + "description": "degree of adherence of a dataset to a specific set of requirements" + }, + { + "code": "021", + "codeName": "DQ_Completeness", + "description": "presence and absence of features, their attributes and their relationships" + }, + { + "code": "022", + "codeName": "DQ_LogicalConsistency", + "description": "adherence to rules of the conceptual schema" + }, + { + "code": "023", + "codeName": "DQ_PositionalAccuracy", + "description": "closeness of reported coordinate values to values accepted as or being true" + }, + { + "code": "024", + "codeName": "DQ_TemporalQuality", + "description": "correctness of the temporal references of an item (reporting of error in time measurement)" + } + ] + }, "adiwg_dataType": { "codelistType": "staticList", "codelistName": "adiwg_dataType", @@ -9589,6 +9784,41 @@ } ] }, + "adiwg_evaluationMethod": { + "codelistType": "staticList", + "codelistName": "adiwg_evaluationMethod", + "source": "Alaska Data Integration working group", + "sourceName": "ADIwg_EvaluationMethod", + "extensible": true, + "description": "the type of Evaluation Method", + "codelist": [ + { + "code": "001", + "codeName": "evaluationMethod", + "description": "type of method used to evaluate quality of the data" + }, + { + "code": "002", + "codeName": "data", + "description": "data evaluation method" + }, + { + "code": "003", + "codeName": "fullInspection", + "description": "full inspection" + }, + { + "code": "004", + "codeName": "sampleBasedInspection", + "description": "sample based inspection" + }, + { + "code": "005", + "codeName": "aggregationDerivation", + "description": "aggregation or derivation method" + } + ] + }, "adiwg_mapGridSystem": { "codelistType": "staticList", "codelistName": "adiwg_mapGridSystem", @@ -9918,5 +10148,240 @@ "description": "Name of the planar, grid, or local projection used by a spatial reference system." } ] + }, + "adiwg_unitsOfMeasure": { + "codelistType": "staticList", + "codelistName": "adiwg_unitsOfMeasure", + "source": "Alaska Data Integration working group", + "sourceName": "ADIwg_UnitsOfMeasure", + "extensible": true, + "description": "units of measure", + "codelist": [ + { + "code": "001", + "codeName": "metres", + "description": "m" + }, + { + "code": "002", + "codeName": "millimetres", + "description": "mm" + }, + { + "code": "003", + "codeName": "centimetres", + "description": "cm" + }, + { + "code": "004", + "codeName": "kilometres", + "description": "km" + }, + { + "code": "005", + "codeName": "inches", + "description": "in" + }, + { + "code": "006", + "codeName": "feet", + "description": "ft" + }, + { + "code": "007", + "codeName": "yards", + "description": "yd" + }, + { + "code": "008", + "codeName": "miles", + "description": "mi" + }, + { + "code": "009", + "codeName": "kilometresPerHour", + "description": "km/h" + }, + { + "code": "010", + "codeName": "milesPerHour", + "description": "mph" + }, + { + "code": "011", + "codeName": "metresPerSecond", + "description": "m/s" + }, + { + "code": "012", + "codeName": "feetPerSecond", + "description": "ft/s" + }, + { + "code": "013", + "codeName": "metresPerSecondSquared", + "description": "m/s²" + }, + { + "code": "014", + "codeName": "seconds", + "description": "s" + }, + { + "code": "015", + "codeName": "degCelsius", + "description": "°C" + }, + { + "code": "016", + "codeName": "degFahrenheit", + "description": "°F" + }, + { + "code": "017", + "codeName": "kelvin", + "description": "K" + }, + { + "code": "018", + "codeName": "candela", + "description": "cd" + }, + { + "code": "019", + "codeName": "radian", + "description": "rad" + }, + { + "code": "020", + "codeName": "steradian", + "description": "sr" + }, + { + "code": "021", + "codeName": "hertz", + "description": "Hz" + }, + { + "code": "022", + "codeName": "newton", + "description": "N" + }, + { + "code": "023", + "codeName": "pascal", + "description": "Pa" + }, + { + "code": "024", + "codeName": "joule", + "description": "J" + }, + { + "code": "025", + "codeName": "watt", + "description": "W" + }, + { + "code": "026", + "codeName": "ampere", + "description": "A" + }, + { + "code": "027", + "codeName": "volt", + "description": "V" + }, + { + "code": "028", + "codeName": "farad", + "description": "F" + }, + { + "code": "029", + "codeName": "ohm", + "description": "Ω" + }, + { + "code": "030", + "codeName": "siemens", + "description": "S" + }, + { + "code": "031", + "codeName": "weber", + "description": "Wb" + }, + { + "code": "032", + "codeName": "tesla", + "description": "T" + }, + { + "code": "033", + "codeName": "henry", + "description": "H" + }, + { + "code": "034", + "codeName": "lumen", + "description": "lm" + }, + { + "code": "035", + "codeName": "squareInches", + "description": "in²" + }, + { + "code": "036", + "codeName": "squareFeet", + "description": "ft²" + }, + { + "code": "037", + "codeName": "squareMiles", + "description": "mi²" + }, + { + "code": "038", + "codeName": "squareMetres", + "description": "m²" + }, + { + "code": "039", + "codeName": "hectares", + "description": "ha" + }, + { + "code": "040", + "codeName": "acres", + "description": "ac" + }, + { + "code": "041", + "codeName": "cubicInches", + "description": "in³" + }, + { + "code": "042", + "codeName": "cubicFeet", + "description": "ft³" + }, + { + "code": "043", + "codeName": "cubicMetres", + "description": "m³" + }, + { + "code": "044", + "codeName": "grams", + "description": "g" + }, + { + "code": "045", + "codeName": "coulombs", + "description": "C" + } + ] } } \ No newline at end of file From df782ce60b60d931de999eea4ef5e53f4ab5e4a7 Mon Sep 17 00:00:00 2001 From: Johnathan Date: Mon, 5 Feb 2024 16:57:15 -0700 Subject: [PATCH 04/19] Update README.md (and hopefully fix develop master conflicts) (#63) * Update CHANGELOG * Bump path-parse from 1.0.6 to 1.0.7 Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] * Bump grunt from 1.0.4 to 1.5.3 Bumps [grunt](https://github.com/gruntjs/grunt) from 1.0.4 to 1.5.3. - [Release notes](https://github.com/gruntjs/grunt/releases) - [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt/compare/v1.0.4...v1.5.3) --- updated-dependencies: - dependency-name: grunt dependency-type: direct:development ... Signed-off-by: dependabot[bot] * add orcid and ror to namespaces * implement feedback * Updating JSON files * bump version * add data quality report type codelist * update descriptions * update file name * bump version * Update description * Bump lodash from 4.17.15 to 4.17.21 (#42) Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21) --- updated-dependencies: - dependency-name: lodash dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump minimatch from 3.0.4 to 3.0.8 (#45) Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.8. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.0.8) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump async from 2.6.1 to 3.2.3 (#46) Bumps [async](https://github.com/caolan/async) from 2.6.1 to 3.2.3. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v2.6.1...v3.2.3) --- updated-dependencies: - dependency-name: async dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update npm version * Fix Merge Errors * Fix Merge Errors * Fix package-lock.json * Update README.md --------- Signed-off-by: dependabot[bot] Co-authored-by: Josh Bradley Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tim Zwolak Co-authored-by: Chris MacDermaid Co-authored-by: Chris MacDermaid <64213093+chris-macdermaid@users.noreply.github.com> --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 2da2fd5..f135344 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -[![Build Status](https://travis-ci.org/adiwg/mdCodes.svg)](https://travis-ci.org/adiwg/mdCodes) [![Gem Version](https://badge.fury.io/rb/adiwg-mdcodes.svg)](http://badge.fury.io/rb/adiwg-mdcodes) -[![Bower version](https://badge.fury.io/bo/mdcodes.svg)](https://badge.fury.io/bo/mdcodes) [![npm version](https://badge.fury.io/js/mdcodes.svg)](https://badge.fury.io/js/mdcodes) # mdCodes @@ -9,13 +7,9 @@ mdCodes provides code lists in hash or JSON formats for loading of mdEditor and tools that use the ADIwg [mdJson-schemas](https://github.com/adiwg/mdJson-schemas). The code lists include all ISO 19115-2 and ISO 19115-1 codes plus supplemental codes added by NGDC and ADIwg. The code lists may be accessed in Ruby using the gem. Alternatively, JSON may be generated from the YAML -using [Grunt](http://gruntjs.com/getting-started). Bower and NPM packages are available as well. +using [Grunt](http://gruntjs.com/getting-started). NPM package is available as well. See the following for instructions. -## Bower - - bower install mdcodes - ## npm npm install mdcodes From 0ad0a6d60c172fd5d3082298f9e7b9b05e3f6ec8 Mon Sep 17 00:00:00 2001 From: Johnathan Date: Mon, 11 Mar 2024 16:29:54 -0600 Subject: [PATCH 05/19] Code list updates (#69) * Update CHANGELOG * Bump path-parse from 1.0.6 to 1.0.7 Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] * Bump grunt from 1.0.4 to 1.5.3 Bumps [grunt](https://github.com/gruntjs/grunt) from 1.0.4 to 1.5.3. - [Release notes](https://github.com/gruntjs/grunt/releases) - [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt/compare/v1.0.4...v1.5.3) --- updated-dependencies: - dependency-name: grunt dependency-type: direct:development ... Signed-off-by: dependabot[bot] * add orcid and ror to namespaces * implement feedback * Updating JSON files * bump version * add data quality report type codelist * update descriptions * update file name * bump version * Update description * Bump lodash from 4.17.15 to 4.17.21 (#42) Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21) --- updated-dependencies: - dependency-name: lodash dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump minimatch from 3.0.4 to 3.0.8 (#45) Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.8. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.0.8) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump async from 2.6.1 to 3.2.3 (#46) Bumps [async](https://github.com/caolan/async) from 2.6.1 to 3.2.3. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v2.6.1...v3.2.3) --- updated-dependencies: - dependency-name: async dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update npm version * Update data quality element class names Removed DQ_ prefix. * Update package versions to 2.9.1 * Update codeName in adiwg_dataQualityElement.json * Update version to 2.9.1 * Remove iso_dataQualityElement.json * Fix bug in login functionality * Add build script to package.json * Refactored data quality in version 2.9.1 * Delete iso_dataQualityElement.yml codelist --------- Signed-off-by: dependabot[bot] Co-authored-by: Josh Bradley Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tim Zwolak Co-authored-by: Chris MacDermaid Co-authored-by: Chris MacDermaid <64213093+chris-macdermaid@users.noreply.github.com> --- lib/adiwg/mdcodes/version.rb | 3 +- package-lock.json | 4 +- package.json | 5 +- resources/adiwg_dataQualityElement.yml | 48 ++--- resources/json/adiwg_dataQualityElement.json | 48 ++--- resources/json/iso_dataQualityElement.json | 130 -------------- resources/json/mdcodes.json | 178 +++---------------- 7 files changed, 79 insertions(+), 337 deletions(-) delete mode 100644 resources/json/iso_dataQualityElement.json diff --git a/lib/adiwg/mdcodes/version.rb b/lib/adiwg/mdcodes/version.rb index 3b65e6c..429a3e3 100644 --- a/lib/adiwg/mdcodes/version.rb +++ b/lib/adiwg/mdcodes/version.rb @@ -1,6 +1,7 @@ # adiwg mdCodes # version 2 history +# 2.9.1 2024-02-26 refactored data quality # 2.8.4 2023-03-06 added data quality # 2.7.6 2019-07-09 fixed iso_role changed use to user # 2.7.4 2019-04-12 fixed iso_telephone changed sourceName to CI_TelephoneTypeCode @@ -29,7 +30,7 @@ module ADIWG module Mdcodes - VERSION = "2.9.0" + VERSION = "2.9.1" end end diff --git a/package-lock.json b/package-lock.json index c4d0678..c6855a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mdcodes", - "version": "2.9.0", + "version": "2.9.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mdcodes", - "version": "2.9.0", + "version": "2.9.1", "license": "Unlicense", "dependencies": { "buildify": "github:powmedia/buildify#20458a121411f759dcc5ec1b441695eb7fc2b3b7", diff --git a/package.json b/package.json index b093d08..49af287 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mdcodes", - "version": "2.9.0", + "version": "2.9.1", "main": "index.js", "description": "CodeLists for ADIwg mdJSON", "repository": { @@ -25,7 +25,8 @@ "grunt-yamllint": "^0.3.0" }, "scripts": { - "prepublishOnly": "scripts/prepublish.js" + "prepublishOnly": "scripts/prepublish.js", + "build": "npm i --force && grunt convert && grunt concat-json && npm run prepublishOnly" }, "dependencies": { "buildify": "github:powmedia/buildify#20458a121411f759dcc5ec1b441695eb7fc2b3b7", diff --git a/resources/adiwg_dataQualityElement.yml b/resources/adiwg_dataQualityElement.yml index 6f0a82b..141ee1a 100644 --- a/resources/adiwg_dataQualityElement.yml +++ b/resources/adiwg_dataQualityElement.yml @@ -8,27 +8,27 @@ sourceName: "ADIwg_DataQualityElement" extensible: true description: "ISO data quality element class names" codelist: - - { code: "001", codeName: DQ_AbsoluteExternalPositionalAccuracy, description: "closeness of reported coordinate values to values accepted as or being true" } - - { code: "002", codeName: DQ_AccuracyOfATimeMeasurement, description: "correctness of the temporal references of an item (reporting of error in time measurement)" } - - { code: "003", codeName: DQ_ConceptualConsistency, description: "adherence to rules of the conceptual schema" } - - { code: "004", codeName: DQ_CompletenessCommission, description: "excess data present in the dataset, as described by the scope" } - - { code: "005", codeName: DQ_CompletenessOmission, description: "data absent from the dataset, as described by the scope" } - - { code: "006", codeName: DQ_Confidence, description: "trustworthiness of a data quality result" } - - { code: "007", codeName: DQ_CoverageResult, description: "result of a data quality measure organising the measured values as a coverage" } - - { code: "008", codeName: DQ_DomainConsistency, description: "adherence of values to the value domains" } - - { code: "009", codeName: DQ_FormatConsistency, description: "degree to which data is stored in accordance with the physical structure of the dataset, as described by the scope" } - - { code: "010", codeName: DQ_GriddedDataPositionalAccuracy, description: "closeness of gridded data position values to values accepted as or being true" } - - { code: "011", codeName: DQ_Homogeneity, description: "expected or tested uniformity of the results obtained for a data quality evaluation" } - - { code: "012", codeName: DQ_NonQuantitativeAttributeCorrectness, description: "correctness of non-quantitative attributes" } - - { code: "013", codeName: DQ_QuantitativeAttributeAccuracy, description: "accuracy of quantitative attributes" } - - { code: "014", codeName: DQ_RelativeInternalPositionalAccuracy, description: "closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true" } - - { code: "015", codeName: DQ_Representativity, description: "degree to which the sample used has produced a result which is representative of the data within the data quality scope" } - - { code: "016", codeName: DQ_TemporalConsistency, description: "correctness of ordered events or sequences, if reported" } - - { code: "017", codeName: DQ_TemporalValidity, description: "validity of data specified by the scope with respect to time" } - - { code: "018", codeName: DQ_ThematicClassificationCorrectness, description: "comparison of the classes assigned to features or their attributes to a universe of discourse" } - - { code: "019", codeName: DQ_TopologicalConsistency, description: "correctness of the explicitly encoded topological characteristics of the dataset as described by the scope" } - - { code: "020", codeName: DQ_UsabilityElement, description: "degree of adherence of a dataset to a specific set of requirements" } - - { code: "021", codeName: DQ_Completeness, description: "presence and absence of features, their attributes and their relationships" } - - { code: "022", codeName: DQ_LogicalConsistency, description: "adherence to rules of the conceptual schema" } - - { code: "023", codeName: DQ_PositionalAccuracy, description: "closeness of reported coordinate values to values accepted as or being true" } - - { code: "024", codeName: DQ_TemporalQuality, description: "correctness of the temporal references of an item (reporting of error in time measurement)" } + - { code: "001", codeName: AbsoluteExternalPositionalAccuracy, description: "closeness of reported coordinate values to values accepted as or being true" } + - { code: "002", codeName: AccuracyOfATimeMeasurement, description: "correctness of the temporal references of an item (reporting of error in time measurement)" } + - { code: "003", codeName: ConceptualConsistency, description: "adherence to rules of the conceptual schema" } + - { code: "004", codeName: CompletenessCommission, description: "excess data present in the dataset, as described by the scope" } + - { code: "005", codeName: CompletenessOmission, description: "data absent from the dataset, as described by the scope" } + - { code: "006", codeName: Confidence, description: "trustworthiness of a data quality result" } + - { code: "007", codeName: CoverageResult, description: "result of a data quality measure organising the measured values as a coverage" } + - { code: "008", codeName: DomainConsistency, description: "adherence of values to the value domains" } + - { code: "009", codeName: FormatConsistency, description: "degree to which data is stored in accordance with the physical structure of the dataset, as described by the scope" } + - { code: "010", codeName: GriddedDataPositionalAccuracy, description: "closeness of gridded data position values to values accepted as or being true" } + - { code: "011", codeName: Homogeneity, description: "expected or tested uniformity of the results obtained for a data quality evaluation" } + - { code: "012", codeName: NonQuantitativeAttributeCorrectness, description: "correctness of non-quantitative attributes" } + - { code: "013", codeName: QuantitativeAttributeAccuracy, description: "accuracy of quantitative attributes" } + - { code: "014", codeName: RelativeInternalPositionalAccuracy, description: "closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true" } + - { code: "015", codeName: Representativity, description: "degree to which the sample used has produced a result which is representative of the data within the data quality scope" } + - { code: "016", codeName: TemporalConsistency, description: "correctness of ordered events or sequences, if reported" } + - { code: "017", codeName: TemporalValidity, description: "validity of data specified by the scope with respect to time" } + - { code: "018", codeName: ThematicClassificationCorrectness, description: "comparison of the classes assigned to features or their attributes to a universe of discourse" } + - { code: "019", codeName: TopologicalConsistency, description: "correctness of the explicitly encoded topological characteristics of the dataset as described by the scope" } + - { code: "020", codeName: UsabilityElement, description: "degree of adherence of a dataset to a specific set of requirements" } + - { code: "021", codeName: Completeness, description: "presence and absence of features, their attributes and their relationships" } + - { code: "022", codeName: LogicalConsistency, description: "adherence to rules of the conceptual schema" } + - { code: "023", codeName: PositionalAccuracy, description: "closeness of reported coordinate values to values accepted as or being true" } + - { code: "024", codeName: TemporalQuality, description: "correctness of the temporal references of an item (reporting of error in time measurement)" } diff --git a/resources/json/adiwg_dataQualityElement.json b/resources/json/adiwg_dataQualityElement.json index 72c29fa..7035e8b 100644 --- a/resources/json/adiwg_dataQualityElement.json +++ b/resources/json/adiwg_dataQualityElement.json @@ -8,122 +8,122 @@ "codelist": [ { "code": "001", - "codeName": "DQ_AbsoluteExternalPositionalAccuracy", + "codeName": "AbsoluteExternalPositionalAccuracy", "description": "closeness of reported coordinate values to values accepted as or being true" }, { "code": "002", - "codeName": "DQ_AccuracyOfATimeMeasurement", + "codeName": "AccuracyOfATimeMeasurement", "description": "correctness of the temporal references of an item (reporting of error in time measurement)" }, { "code": "003", - "codeName": "DQ_ConceptualConsistency", + "codeName": "ConceptualConsistency", "description": "adherence to rules of the conceptual schema" }, { "code": "004", - "codeName": "DQ_CompletenessCommission", + "codeName": "CompletenessCommission", "description": "excess data present in the dataset, as described by the scope" }, { "code": "005", - "codeName": "DQ_CompletenessOmission", + "codeName": "CompletenessOmission", "description": "data absent from the dataset, as described by the scope" }, { "code": "006", - "codeName": "DQ_Confidence", + "codeName": "Confidence", "description": "trustworthiness of a data quality result" }, { "code": "007", - "codeName": "DQ_CoverageResult", + "codeName": "CoverageResult", "description": "result of a data quality measure organising the measured values as a coverage" }, { "code": "008", - "codeName": "DQ_DomainConsistency", + "codeName": "DomainConsistency", "description": "adherence of values to the value domains" }, { "code": "009", - "codeName": "DQ_FormatConsistency", + "codeName": "FormatConsistency", "description": "degree to which data is stored in accordance with the physical structure of the dataset, as described by the scope" }, { "code": "010", - "codeName": "DQ_GriddedDataPositionalAccuracy", + "codeName": "GriddedDataPositionalAccuracy", "description": "closeness of gridded data position values to values accepted as or being true" }, { "code": "011", - "codeName": "DQ_Homogeneity", + "codeName": "Homogeneity", "description": "expected or tested uniformity of the results obtained for a data quality evaluation" }, { "code": "012", - "codeName": "DQ_NonQuantitativeAttributeCorrectness", + "codeName": "NonQuantitativeAttributeCorrectness", "description": "correctness of non-quantitative attributes" }, { "code": "013", - "codeName": "DQ_QuantitativeAttributeAccuracy", + "codeName": "QuantitativeAttributeAccuracy", "description": "accuracy of quantitative attributes" }, { "code": "014", - "codeName": "DQ_RelativeInternalPositionalAccuracy", + "codeName": "RelativeInternalPositionalAccuracy", "description": "closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true" }, { "code": "015", - "codeName": "DQ_Representativity", + "codeName": "Representativity", "description": "degree to which the sample used has produced a result which is representative of the data within the data quality scope" }, { "code": "016", - "codeName": "DQ_TemporalConsistency", + "codeName": "TemporalConsistency", "description": "correctness of ordered events or sequences, if reported" }, { "code": "017", - "codeName": "DQ_TemporalValidity", + "codeName": "TemporalValidity", "description": "validity of data specified by the scope with respect to time" }, { "code": "018", - "codeName": "DQ_ThematicClassificationCorrectness", + "codeName": "ThematicClassificationCorrectness", "description": "comparison of the classes assigned to features or their attributes to a universe of discourse" }, { "code": "019", - "codeName": "DQ_TopologicalConsistency", + "codeName": "TopologicalConsistency", "description": "correctness of the explicitly encoded topological characteristics of the dataset as described by the scope" }, { "code": "020", - "codeName": "DQ_UsabilityElement", + "codeName": "UsabilityElement", "description": "degree of adherence of a dataset to a specific set of requirements" }, { "code": "021", - "codeName": "DQ_Completeness", + "codeName": "Completeness", "description": "presence and absence of features, their attributes and their relationships" }, { "code": "022", - "codeName": "DQ_LogicalConsistency", + "codeName": "LogicalConsistency", "description": "adherence to rules of the conceptual schema" }, { "code": "023", - "codeName": "DQ_PositionalAccuracy", + "codeName": "PositionalAccuracy", "description": "closeness of reported coordinate values to values accepted as or being true" }, { "code": "024", - "codeName": "DQ_TemporalQuality", + "codeName": "TemporalQuality", "description": "correctness of the temporal references of an item (reporting of error in time measurement)" } ] diff --git a/resources/json/iso_dataQualityElement.json b/resources/json/iso_dataQualityElement.json deleted file mode 100644 index 461f1f1..0000000 --- a/resources/json/iso_dataQualityElement.json +++ /dev/null @@ -1,130 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_dataQualityElement", - "source": "ISO", - "sourceName": "dataQualityElement", - "extensible": true, - "description": "ISO data quality elements", - "codelist": [ - { - "code": "001", - "codeName": "DQ_AbsoluteExternalPositionalAccuracy", - "description": "closeness of reported coordinate values to values accepted as or being true" - }, - { - "code": "002", - "codeName": "DQ_AccuracyOfATimeMeasurement", - "description": "correctness of the temporal references of an item (reporting of error in time measurement)" - }, - { - "code": "003", - "codeName": "DQ_ConceptualConsistency", - "description": "adherence to rules of the conceptual schema" - }, - { - "code": "004", - "codeName": "DQ_CompletenessCommission", - "description": "excess data present in the dataset, as described by the scope" - }, - { - "code": "005", - "codeName": "DQ_CompletenessOmission", - "description": "data absent from the dataset, as described by the scope" - }, - { - "code": "006", - "codeName": "DQ_Confidence", - "description": "trustworthiness of a data quality result" - }, - { - "code": "007", - "codeName": "DQ_CoverageResult", - "description": "result of a data quality measure organising the measured values as a coverage" - }, - { - "code": "008", - "codeName": "DQ_DomainConsistency", - "description": "adherence of values to the value domains" - }, - { - "code": "009", - "codeName": "DQ_FormatConsistency", - "description": "degree to which data is stored in accordance with the physical structure of the dataset, as described by the scope" - }, - { - "code": "010", - "codeName": "DQ_GriddedDataPositionalAccuracy", - "description": "closeness of gridded data position values to values accepted as or being true" - }, - { - "code": "011", - "codeName": "DQ_Homogeneity", - "description": "expected or tested uniformity of the results obtained for a data quality evaluation" - }, - { - "code": "012", - "codeName": "DQ_NonQuantitativeAttributeCorrectness", - "description": "correctness of non-quantitative attributes" - }, - { - "code": "013", - "codeName": "DQ_QuantitativeAttributeAccuracy", - "description": "accuracy of quantitative attributes" - }, - { - "code": "014", - "codeName": "DQ_RelativeInternalPositionalAccuracy", - "description": "closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true" - }, - { - "code": "015", - "codeName": "DQ_Representativity", - "description": "degree to which the sample used has produced a result which is representative of the data within the data quality scope" - }, - { - "code": "016", - "codeName": "DQ_TemporalConsistency", - "description": "correctness of ordered events or sequences, if reported" - }, - { - "code": "017", - "codeName": "DQ_TemporalValidity", - "description": "validity of data specified by the scope with respect to time" - }, - { - "code": "018", - "codeName": "DQ_ThematicClassificationCorrectness", - "description": "comparison of the classes assigned to features or their attributes to a universe of discourse" - }, - { - "code": "019", - "codeName": "DQ_TopologicalConsistency", - "description": "correctness of the explicitly encoded topological characteristics of the dataset as described by the scope" - }, - { - "code": "020", - "codeName": "DQ_UsabilityElement", - "description": "degree of adherence of a dataset to a specific set of requirements" - }, - { - "code": "021", - "codeName": "DQ_Completeness", - "description": "presence and absence of features, their attributes and their relationships" - }, - { - "code": "022", - "codeName": "DQ_LogicalConsistency", - "description": "adherence to rules of the conceptual schema" - }, - { - "code": "023", - "codeName": "DQ_PositionalAccuracy", - "description": "closeness of reported coordinate values to values accepted as or being true" - }, - { - "code": "024", - "codeName": "DQ_TemporalQuality", - "description": "correctness of the temporal references of an item (reporting of error in time measurement)" - } - ] -} \ No newline at end of file diff --git a/resources/json/mdcodes.json b/resources/json/mdcodes.json index 6dd833e..7b481ec 100644 --- a/resources/json/mdcodes.json +++ b/resources/json/mdcodes.json @@ -4274,136 +4274,6 @@ } ] }, - "iso_dataQualityElement": { - "codelistType": "staticList", - "codelistName": "iso_dataQualityElement", - "source": "ISO", - "sourceName": "dataQualityElement", - "extensible": true, - "description": "ISO data quality elements", - "codelist": [ - { - "code": "001", - "codeName": "DQ_AbsoluteExternalPositionalAccuracy", - "description": "closeness of reported coordinate values to values accepted as or being true" - }, - { - "code": "002", - "codeName": "DQ_AccuracyOfATimeMeasurement", - "description": "correctness of the temporal references of an item (reporting of error in time measurement)" - }, - { - "code": "003", - "codeName": "DQ_ConceptualConsistency", - "description": "adherence to rules of the conceptual schema" - }, - { - "code": "004", - "codeName": "DQ_CompletenessCommission", - "description": "excess data present in the dataset, as described by the scope" - }, - { - "code": "005", - "codeName": "DQ_CompletenessOmission", - "description": "data absent from the dataset, as described by the scope" - }, - { - "code": "006", - "codeName": "DQ_Confidence", - "description": "trustworthiness of a data quality result" - }, - { - "code": "007", - "codeName": "DQ_CoverageResult", - "description": "result of a data quality measure organising the measured values as a coverage" - }, - { - "code": "008", - "codeName": "DQ_DomainConsistency", - "description": "adherence of values to the value domains" - }, - { - "code": "009", - "codeName": "DQ_FormatConsistency", - "description": "degree to which data is stored in accordance with the physical structure of the dataset, as described by the scope" - }, - { - "code": "010", - "codeName": "DQ_GriddedDataPositionalAccuracy", - "description": "closeness of gridded data position values to values accepted as or being true" - }, - { - "code": "011", - "codeName": "DQ_Homogeneity", - "description": "expected or tested uniformity of the results obtained for a data quality evaluation" - }, - { - "code": "012", - "codeName": "DQ_NonQuantitativeAttributeCorrectness", - "description": "correctness of non-quantitative attributes" - }, - { - "code": "013", - "codeName": "DQ_QuantitativeAttributeAccuracy", - "description": "accuracy of quantitative attributes" - }, - { - "code": "014", - "codeName": "DQ_RelativeInternalPositionalAccuracy", - "description": "closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true" - }, - { - "code": "015", - "codeName": "DQ_Representativity", - "description": "degree to which the sample used has produced a result which is representative of the data within the data quality scope" - }, - { - "code": "016", - "codeName": "DQ_TemporalConsistency", - "description": "correctness of ordered events or sequences, if reported" - }, - { - "code": "017", - "codeName": "DQ_TemporalValidity", - "description": "validity of data specified by the scope with respect to time" - }, - { - "code": "018", - "codeName": "DQ_ThematicClassificationCorrectness", - "description": "comparison of the classes assigned to features or their attributes to a universe of discourse" - }, - { - "code": "019", - "codeName": "DQ_TopologicalConsistency", - "description": "correctness of the explicitly encoded topological characteristics of the dataset as described by the scope" - }, - { - "code": "020", - "codeName": "DQ_UsabilityElement", - "description": "degree of adherence of a dataset to a specific set of requirements" - }, - { - "code": "021", - "codeName": "DQ_Completeness", - "description": "presence and absence of features, their attributes and their relationships" - }, - { - "code": "022", - "codeName": "DQ_LogicalConsistency", - "description": "adherence to rules of the conceptual schema" - }, - { - "code": "023", - "codeName": "DQ_PositionalAccuracy", - "description": "closeness of reported coordinate values to values accepted as or being true" - }, - { - "code": "024", - "codeName": "DQ_TemporalQuality", - "description": "correctness of the temporal references of an item (reporting of error in time measurement)" - } - ] - }, "iso_dateType": { "codelistType": "staticList", "codelistName": "iso_dateType", @@ -9389,122 +9259,122 @@ "codelist": [ { "code": "001", - "codeName": "DQ_AbsoluteExternalPositionalAccuracy", + "codeName": "AbsoluteExternalPositionalAccuracy", "description": "closeness of reported coordinate values to values accepted as or being true" }, { "code": "002", - "codeName": "DQ_AccuracyOfATimeMeasurement", + "codeName": "AccuracyOfATimeMeasurement", "description": "correctness of the temporal references of an item (reporting of error in time measurement)" }, { "code": "003", - "codeName": "DQ_ConceptualConsistency", + "codeName": "ConceptualConsistency", "description": "adherence to rules of the conceptual schema" }, { "code": "004", - "codeName": "DQ_CompletenessCommission", + "codeName": "CompletenessCommission", "description": "excess data present in the dataset, as described by the scope" }, { "code": "005", - "codeName": "DQ_CompletenessOmission", + "codeName": "CompletenessOmission", "description": "data absent from the dataset, as described by the scope" }, { "code": "006", - "codeName": "DQ_Confidence", + "codeName": "Confidence", "description": "trustworthiness of a data quality result" }, { "code": "007", - "codeName": "DQ_CoverageResult", + "codeName": "CoverageResult", "description": "result of a data quality measure organising the measured values as a coverage" }, { "code": "008", - "codeName": "DQ_DomainConsistency", + "codeName": "DomainConsistency", "description": "adherence of values to the value domains" }, { "code": "009", - "codeName": "DQ_FormatConsistency", + "codeName": "FormatConsistency", "description": "degree to which data is stored in accordance with the physical structure of the dataset, as described by the scope" }, { "code": "010", - "codeName": "DQ_GriddedDataPositionalAccuracy", + "codeName": "GriddedDataPositionalAccuracy", "description": "closeness of gridded data position values to values accepted as or being true" }, { "code": "011", - "codeName": "DQ_Homogeneity", + "codeName": "Homogeneity", "description": "expected or tested uniformity of the results obtained for a data quality evaluation" }, { "code": "012", - "codeName": "DQ_NonQuantitativeAttributeCorrectness", + "codeName": "NonQuantitativeAttributeCorrectness", "description": "correctness of non-quantitative attributes" }, { "code": "013", - "codeName": "DQ_QuantitativeAttributeAccuracy", + "codeName": "QuantitativeAttributeAccuracy", "description": "accuracy of quantitative attributes" }, { "code": "014", - "codeName": "DQ_RelativeInternalPositionalAccuracy", + "codeName": "RelativeInternalPositionalAccuracy", "description": "closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true" }, { "code": "015", - "codeName": "DQ_Representativity", + "codeName": "Representativity", "description": "degree to which the sample used has produced a result which is representative of the data within the data quality scope" }, { "code": "016", - "codeName": "DQ_TemporalConsistency", + "codeName": "TemporalConsistency", "description": "correctness of ordered events or sequences, if reported" }, { "code": "017", - "codeName": "DQ_TemporalValidity", + "codeName": "TemporalValidity", "description": "validity of data specified by the scope with respect to time" }, { "code": "018", - "codeName": "DQ_ThematicClassificationCorrectness", + "codeName": "ThematicClassificationCorrectness", "description": "comparison of the classes assigned to features or their attributes to a universe of discourse" }, { "code": "019", - "codeName": "DQ_TopologicalConsistency", + "codeName": "TopologicalConsistency", "description": "correctness of the explicitly encoded topological characteristics of the dataset as described by the scope" }, { "code": "020", - "codeName": "DQ_UsabilityElement", + "codeName": "UsabilityElement", "description": "degree of adherence of a dataset to a specific set of requirements" }, { "code": "021", - "codeName": "DQ_Completeness", + "codeName": "Completeness", "description": "presence and absence of features, their attributes and their relationships" }, { "code": "022", - "codeName": "DQ_LogicalConsistency", + "codeName": "LogicalConsistency", "description": "adherence to rules of the conceptual schema" }, { "code": "023", - "codeName": "DQ_PositionalAccuracy", + "codeName": "PositionalAccuracy", "description": "closeness of reported coordinate values to values accepted as or being true" }, { "code": "024", - "codeName": "DQ_TemporalQuality", + "codeName": "TemporalQuality", "description": "correctness of the temporal references of an item (reporting of error in time measurement)" } ] From 373c0099a15e3011007757d47e89987faa077765 Mon Sep 17 00:00:00 2001 From: Johnathan Date: Mon, 18 Mar 2024 13:51:12 -0600 Subject: [PATCH 06/19] Add Missing Data Quality Report Type (#70) * Update adiwg_dataQualityElement.yml codelist * Update version to 2.9.2 * Update adiwg_dataQualityElement.json and mdcodes.json codelists --- lib/adiwg/mdcodes/version.rb | 2 +- package-lock.json | 4 ++-- package.json | 2 +- resources/adiwg_dataQualityElement.yml | 23 +++++++++--------- resources/json/adiwg_dataQualityElement.json | 25 ++++++++++++-------- resources/json/mdcodes.json | 25 ++++++++++++-------- 6 files changed, 46 insertions(+), 35 deletions(-) diff --git a/lib/adiwg/mdcodes/version.rb b/lib/adiwg/mdcodes/version.rb index 429a3e3..fca3a2b 100644 --- a/lib/adiwg/mdcodes/version.rb +++ b/lib/adiwg/mdcodes/version.rb @@ -30,7 +30,7 @@ module ADIWG module Mdcodes - VERSION = "2.9.1" + VERSION = "2.9.2" end end diff --git a/package-lock.json b/package-lock.json index c6855a3..d959200 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mdcodes", - "version": "2.9.1", + "version": "2.9.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mdcodes", - "version": "2.9.1", + "version": "2.9.2", "license": "Unlicense", "dependencies": { "buildify": "github:powmedia/buildify#20458a121411f759dcc5ec1b441695eb7fc2b3b7", diff --git a/package.json b/package.json index 49af287..f52aa1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mdcodes", - "version": "2.9.1", + "version": "2.9.2", "main": "index.js", "description": "CodeLists for ADIwg mdJSON", "repository": { diff --git a/resources/adiwg_dataQualityElement.yml b/resources/adiwg_dataQualityElement.yml index 141ee1a..f385325 100644 --- a/resources/adiwg_dataQualityElement.yml +++ b/resources/adiwg_dataQualityElement.yml @@ -21,14 +21,15 @@ codelist: - { code: "011", codeName: Homogeneity, description: "expected or tested uniformity of the results obtained for a data quality evaluation" } - { code: "012", codeName: NonQuantitativeAttributeCorrectness, description: "correctness of non-quantitative attributes" } - { code: "013", codeName: QuantitativeAttributeAccuracy, description: "accuracy of quantitative attributes" } - - { code: "014", codeName: RelativeInternalPositionalAccuracy, description: "closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true" } - - { code: "015", codeName: Representativity, description: "degree to which the sample used has produced a result which is representative of the data within the data quality scope" } - - { code: "016", codeName: TemporalConsistency, description: "correctness of ordered events or sequences, if reported" } - - { code: "017", codeName: TemporalValidity, description: "validity of data specified by the scope with respect to time" } - - { code: "018", codeName: ThematicClassificationCorrectness, description: "comparison of the classes assigned to features or their attributes to a universe of discourse" } - - { code: "019", codeName: TopologicalConsistency, description: "correctness of the explicitly encoded topological characteristics of the dataset as described by the scope" } - - { code: "020", codeName: UsabilityElement, description: "degree of adherence of a dataset to a specific set of requirements" } - - { code: "021", codeName: Completeness, description: "presence and absence of features, their attributes and their relationships" } - - { code: "022", codeName: LogicalConsistency, description: "adherence to rules of the conceptual schema" } - - { code: "023", codeName: PositionalAccuracy, description: "closeness of reported coordinate values to values accepted as or being true" } - - { code: "024", codeName: TemporalQuality, description: "correctness of the temporal references of an item (reporting of error in time measurement)" } + - { code: "014", codeName: NonQuantitativeAttributeAccuracy, description: "accuracy of non-quantitative attributes" } + - { code: "015", codeName: RelativeInternalPositionalAccuracy, description: "closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true" } + - { code: "016", codeName: Representativity, description: "degree to which the sample used has produced a result which is representative of the data within the data quality scope" } + - { code: "017", codeName: TemporalConsistency, description: "correctness of ordered events or sequences, if reported" } + - { code: "018", codeName: TemporalValidity, description: "validity of data specified by the scope with respect to time" } + - { code: "019", codeName: ThematicClassificationCorrectness, description: "comparison of the classes assigned to features or their attributes to a universe of discourse" } + - { code: "020", codeName: TopologicalConsistency, description: "correctness of the explicitly encoded topological characteristics of the dataset as described by the scope" } + - { code: "021", codeName: UsabilityElement, description: "degree of adherence of a dataset to a specific set of requirements" } + - { code: "022", codeName: Completeness, description: "presence and absence of features, their attributes and their relationships" } + - { code: "023", codeName: LogicalConsistency, description: "adherence to rules of the conceptual schema" } + - { code: "024", codeName: PositionalAccuracy, description: "closeness of reported coordinate values to values accepted as or being true" } + - { code: "025", codeName: TemporalQuality, description: "correctness of the temporal references of an item (reporting of error in time measurement)" } diff --git a/resources/json/adiwg_dataQualityElement.json b/resources/json/adiwg_dataQualityElement.json index 7035e8b..d6b4f95 100644 --- a/resources/json/adiwg_dataQualityElement.json +++ b/resources/json/adiwg_dataQualityElement.json @@ -73,56 +73,61 @@ }, { "code": "014", + "codeName": "NonQuantitativeAttributeAccuracy", + "description": "accuracy of non-quantitative attributes" + }, + { + "code": "015", "codeName": "RelativeInternalPositionalAccuracy", "description": "closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true" }, { - "code": "015", + "code": "016", "codeName": "Representativity", "description": "degree to which the sample used has produced a result which is representative of the data within the data quality scope" }, { - "code": "016", + "code": "017", "codeName": "TemporalConsistency", "description": "correctness of ordered events or sequences, if reported" }, { - "code": "017", + "code": "018", "codeName": "TemporalValidity", "description": "validity of data specified by the scope with respect to time" }, { - "code": "018", + "code": "019", "codeName": "ThematicClassificationCorrectness", "description": "comparison of the classes assigned to features or their attributes to a universe of discourse" }, { - "code": "019", + "code": "020", "codeName": "TopologicalConsistency", "description": "correctness of the explicitly encoded topological characteristics of the dataset as described by the scope" }, { - "code": "020", + "code": "021", "codeName": "UsabilityElement", "description": "degree of adherence of a dataset to a specific set of requirements" }, { - "code": "021", + "code": "022", "codeName": "Completeness", "description": "presence and absence of features, their attributes and their relationships" }, { - "code": "022", + "code": "023", "codeName": "LogicalConsistency", "description": "adherence to rules of the conceptual schema" }, { - "code": "023", + "code": "024", "codeName": "PositionalAccuracy", "description": "closeness of reported coordinate values to values accepted as or being true" }, { - "code": "024", + "code": "025", "codeName": "TemporalQuality", "description": "correctness of the temporal references of an item (reporting of error in time measurement)" } diff --git a/resources/json/mdcodes.json b/resources/json/mdcodes.json index 7b481ec..3cf4e19 100644 --- a/resources/json/mdcodes.json +++ b/resources/json/mdcodes.json @@ -9324,56 +9324,61 @@ }, { "code": "014", + "codeName": "NonQuantitativeAttributeAccuracy", + "description": "accuracy of non-quantitative attributes" + }, + { + "code": "015", "codeName": "RelativeInternalPositionalAccuracy", "description": "closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true" }, { - "code": "015", + "code": "016", "codeName": "Representativity", "description": "degree to which the sample used has produced a result which is representative of the data within the data quality scope" }, { - "code": "016", + "code": "017", "codeName": "TemporalConsistency", "description": "correctness of ordered events or sequences, if reported" }, { - "code": "017", + "code": "018", "codeName": "TemporalValidity", "description": "validity of data specified by the scope with respect to time" }, { - "code": "018", + "code": "019", "codeName": "ThematicClassificationCorrectness", "description": "comparison of the classes assigned to features or their attributes to a universe of discourse" }, { - "code": "019", + "code": "020", "codeName": "TopologicalConsistency", "description": "correctness of the explicitly encoded topological characteristics of the dataset as described by the scope" }, { - "code": "020", + "code": "021", "codeName": "UsabilityElement", "description": "degree of adherence of a dataset to a specific set of requirements" }, { - "code": "021", + "code": "022", "codeName": "Completeness", "description": "presence and absence of features, their attributes and their relationships" }, { - "code": "022", + "code": "023", "codeName": "LogicalConsistency", "description": "adherence to rules of the conceptual schema" }, { - "code": "023", + "code": "024", "codeName": "PositionalAccuracy", "description": "closeness of reported coordinate values to values accepted as or being true" }, { - "code": "024", + "code": "025", "codeName": "TemporalQuality", "description": "correctness of the temporal references of an item (reporting of error in time measurement)" } From 722ff18e8742c089fa50e0ad3e1058a5be220e1c Mon Sep 17 00:00:00 2001 From: J-Oliveros <97468338+J-Oliveros@users.noreply.github.com> Date: Tue, 16 Apr 2024 16:15:54 -0600 Subject: [PATCH 07/19] fix typo in codeName (#75) * fix typo in codeName * chore: Update package version to 2.9.3-beta.0 --------- Co-authored-by: Johnathan Aspinwall --- package.json | 2 +- resources/iso_geometryTypeCode.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f52aa1d..03ba0c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mdcodes", - "version": "2.9.2", + "version": "2.9.3-beta.0", "main": "index.js", "description": "CodeLists for ADIwg mdJSON", "repository": { diff --git a/resources/iso_geometryTypeCode.yml b/resources/iso_geometryTypeCode.yml index 3246254..d94ea22 100644 --- a/resources/iso_geometryTypeCode.yml +++ b/resources/iso_geometryTypeCode.yml @@ -12,4 +12,4 @@ codelist: - {code: "001", codeName: point, description: "single geographic point of interest"} - {code: "002", codeName: linear, description: "extended collection in a single vector"} - {code: "003", codeName: areal, description: "collection of a geographic area defined by a polygon (coverage)"} - - {code: "004", codeName: stripe, description: "series of linear collections grouped by way points"} + - {code: "004", codeName: strip, description: "series of linear collections grouped by way points"} From 5108d3fc00c89fd4fc09ff23f4e6c2d29a4be460 Mon Sep 17 00:00:00 2001 From: J-Oliveros <97468338+J-Oliveros@users.noreply.github.com> Date: Tue, 16 Apr 2024 16:45:41 -0600 Subject: [PATCH 08/19] fix code list (#76) * fix code list * chore: Bump version to 2.9.3-beta.1 in package.json --------- Co-authored-by: Johnathan Aspinwall Co-authored-by: Hilmar Maier --- package.json | 2 +- resources/iso_operationTypeCode.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 03ba0c1..ff33b15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mdcodes", - "version": "2.9.3-beta.0", + "version": "2.9.3-beta.1", "main": "index.js", "description": "CodeLists for ADIwg mdJSON", "repository": { diff --git a/resources/iso_operationTypeCode.yml b/resources/iso_operationTypeCode.yml index ab1891a..ca53267 100644 --- a/resources/iso_operationTypeCode.yml +++ b/resources/iso_operationTypeCode.yml @@ -9,6 +9,6 @@ sourceName: "MI_OperationTypeCode" extensible: true description: "code indicating whether the data contained in this packet is real (originates from live-fly or other non-simulated operational sources), simulated (originates from target simulator sources), or synthesized (a mix of real and simulated data)." codelist: - - {code: "001", codeName: instantaneousCollection, description: "originates from live-fly or other non-simulated operational source"} - - {code: "002", codeName: persistentView, description: "originates from target simulator sources"} - - {code: "003", codeName: survey, description: "mix of real and simulated data"} + - {code: "001", codeName: real, description: "originates from live-fly or other non-simulated operational source"} + - {code: "002", codeName: simulated, description: "originates from target simulator sources"} + - {code: "003", codeName: synthetic, description: "mix of real and simulated data"} From 8c4707f6463638a41a8a3c5cb43e97651d83dfcb Mon Sep 17 00:00:00 2001 From: J-Oliveros <97468338+J-Oliveros@users.noreply.github.com> Date: Mon, 6 May 2024 14:53:42 -0600 Subject: [PATCH 09/19] Add mi event type code list (#77) * Add eventTypeCode list * update source name and codelist name * chore: Bump version to 2.9.3-beta.2 in package.json * Change to numerical codes * change description --------- Co-authored-by: Johnathan Aspinwall --- resources/iso_eventTypeCode.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 resources/iso_eventTypeCode.yml diff --git a/resources/iso_eventTypeCode.yml b/resources/iso_eventTypeCode.yml new file mode 100644 index 0000000..557590d --- /dev/null +++ b/resources/iso_eventTypeCode.yml @@ -0,0 +1,25 @@ +--- +# mdJson codelists +# base codelist for ISO 19115-2, 19115-1 + +codelistType: "staticList" +codelistName: "iso_eventTypeCode" +source: "ISO" +sourceName: "MI_EventTypeCode" +extensible: true +description: "type of event related to platform/instrument/sensor" +codelist: + - {code: "001", codeName: "announcement", description: "announcement about future events relevant to the platform/instrument/sensor"} + - {code: "002", codeName: "calibration", description: "calibration event for the platform/instrument/sensor"} + - {code: "003", codeName: "calibrationCoefficientUpdate", description: "update of calibration information for the platform/instrument/sensor"} + - {code: "004", codeName: "dataLoss", description: "event related to data loss"} + - {code: "005", codeName: "fatal", description: "event that renders the platform/instrument/sensor unusable"} + - {code: "006", codeName: "manoeuvre", description: "event related to a manoeuvre of the platform/instrument/sensor"} + - {code: "007", codeName: "missingData", description: "event related to missing data from the platform/instrument/sensor"} + - {code: "008", codeName: "notice", description: "notice about events related to the platform/instrument/sensor"} + - {code: "009", codeName: "prelaunch", description: "event related to prelaunch period for the platform/instrument/sensor"} + - {code: "010", codeName: "severe", description: "event with significant impact on the performance of the platform/instrument/sensor"} + - {code: "011", codeName: "switchOff", description: "event related to switching off platform/instrument/sensor"} + - {code: "012", codeName: "switchOn", description: "event related to switching on platform/instrument/sensor"} + - {code: "013", codeName: "clean", description: "event related to cleaning the platform/instrument/sensor"} + From 662cf8b806cc729abeb46078518c96503048c7d5 Mon Sep 17 00:00:00 2001 From: J-Oliveros <97468338+J-Oliveros@users.noreply.github.com> Date: Mon, 6 May 2024 14:54:32 -0600 Subject: [PATCH 10/19] Add parameterDirection codelist (#80) --- resources/iso_parameterDirectionCode.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 resources/iso_parameterDirectionCode.yml diff --git a/resources/iso_parameterDirectionCode.yml b/resources/iso_parameterDirectionCode.yml new file mode 100644 index 0000000..1df4bd0 --- /dev/null +++ b/resources/iso_parameterDirectionCode.yml @@ -0,0 +1,12 @@ + +codelistType: "staticList" +codelistName: "iso_parameterDirection" +source: "ISO" +sourceName: "SV_ParameterDirection" +extensible: true +description: "class of information to which the referencing entity applies" +codelist: + - { code: "001", codeName: "in", description: "the parameter is an input parameter to the service instance" } + - { code: "002", codeName: "out", description: "the parameter is an output parameter to the service instance" } + - { code: "003", codeName: "in/out", description: "the parameter is both an input and output parameter to the service instance" } + \ No newline at end of file From 7168ceaa3942d808bcc0f90b932d2d0617333404 Mon Sep 17 00:00:00 2001 From: J-Oliveros <97468338+J-Oliveros@users.noreply.github.com> Date: Mon, 6 May 2024 14:55:02 -0600 Subject: [PATCH 11/19] Update codes with requested changes (#81) * Update codes with requested changes * Update adiwg_dataQualityElement.yml * Update adiwg_dataQualityElement.yml * Update data quality element code list --------- Co-authored-by: Johnathan Co-authored-by: Johnathan Aspinwall --- resources/adiwg_dataQualityElement.yml | 40 ++++++++++---------------- 1 file changed, 15 insertions(+), 25 deletions(-) diff --git a/resources/adiwg_dataQualityElement.yml b/resources/adiwg_dataQualityElement.yml index f385325..8aeae8f 100644 --- a/resources/adiwg_dataQualityElement.yml +++ b/resources/adiwg_dataQualityElement.yml @@ -8,28 +8,18 @@ sourceName: "ADIwg_DataQualityElement" extensible: true description: "ISO data quality element class names" codelist: - - { code: "001", codeName: AbsoluteExternalPositionalAccuracy, description: "closeness of reported coordinate values to values accepted as or being true" } - - { code: "002", codeName: AccuracyOfATimeMeasurement, description: "correctness of the temporal references of an item (reporting of error in time measurement)" } - - { code: "003", codeName: ConceptualConsistency, description: "adherence to rules of the conceptual schema" } - - { code: "004", codeName: CompletenessCommission, description: "excess data present in the dataset, as described by the scope" } - - { code: "005", codeName: CompletenessOmission, description: "data absent from the dataset, as described by the scope" } - - { code: "006", codeName: Confidence, description: "trustworthiness of a data quality result" } - - { code: "007", codeName: CoverageResult, description: "result of a data quality measure organising the measured values as a coverage" } - - { code: "008", codeName: DomainConsistency, description: "adherence of values to the value domains" } - - { code: "009", codeName: FormatConsistency, description: "degree to which data is stored in accordance with the physical structure of the dataset, as described by the scope" } - - { code: "010", codeName: GriddedDataPositionalAccuracy, description: "closeness of gridded data position values to values accepted as or being true" } - - { code: "011", codeName: Homogeneity, description: "expected or tested uniformity of the results obtained for a data quality evaluation" } - - { code: "012", codeName: NonQuantitativeAttributeCorrectness, description: "correctness of non-quantitative attributes" } - - { code: "013", codeName: QuantitativeAttributeAccuracy, description: "accuracy of quantitative attributes" } - - { code: "014", codeName: NonQuantitativeAttributeAccuracy, description: "accuracy of non-quantitative attributes" } - - { code: "015", codeName: RelativeInternalPositionalAccuracy, description: "closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true" } - - { code: "016", codeName: Representativity, description: "degree to which the sample used has produced a result which is representative of the data within the data quality scope" } - - { code: "017", codeName: TemporalConsistency, description: "correctness of ordered events or sequences, if reported" } - - { code: "018", codeName: TemporalValidity, description: "validity of data specified by the scope with respect to time" } - - { code: "019", codeName: ThematicClassificationCorrectness, description: "comparison of the classes assigned to features or their attributes to a universe of discourse" } - - { code: "020", codeName: TopologicalConsistency, description: "correctness of the explicitly encoded topological characteristics of the dataset as described by the scope" } - - { code: "021", codeName: UsabilityElement, description: "degree of adherence of a dataset to a specific set of requirements" } - - { code: "022", codeName: Completeness, description: "presence and absence of features, their attributes and their relationships" } - - { code: "023", codeName: LogicalConsistency, description: "adherence to rules of the conceptual schema" } - - { code: "024", codeName: PositionalAccuracy, description: "closeness of reported coordinate values to values accepted as or being true" } - - { code: "025", codeName: TemporalQuality, description: "correctness of the temporal references of an item (reporting of error in time measurement)" } + - { code: "001", codeName: AbsolutePositionalAccuracy, description: "closeness of reported coordinate values to values accepted as or being true" } + - { code: "002", codeName: RelativePositionalAccuracy, description: "closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true" } + - { code: "003", codeName: GriddedDataPositionalAccuracy, description: "closeness of gridded data position values to values accepted as or being true" } + - { code: "004", codeName: ConceptualConsistency, description: "adherence to rules of the conceptual schema" } + - { code: "005", codeName: DomainConsistency, description: "adherence of values to the value domains" } + - { code: "006", codeName: FormatConsistency, description: "degree to which data is stored in accordance with the physical structure of the dataset, as described by the scope" } + - { code: "007", codeName: TopologicalConsistency, description: "correctness of the explicitly encoded topological characteristics of the dataset as described by the scope" } + - { code: "008", codeName: ThematicClassificationCorrectness, description: "comparison of the classes assigned to features or their attributes to a universe of discourse" } + - { code: "009", codeName: NonQuantitativeAttributeCorrectness, description: "correctness of non-quantitative attributes" } + - { code: "010", codeName: QuantitativeAttributeAccuracy, description: "accuracy of quantitative attributes" } + - { code: "011", codeName: AccuracyOfATimeMeasurement, description: "correctness of the temporal references of an item (reporting of error in time measurement)" } + - { code: "012", codeName: TemporalValidity, description: "validity of data specified by the scope with respect to time" } + - { code: "013", codeName: TemporalConsistency, description: "correctness of ordered events or sequences, if reported" } + - { code: "014", codeName: Commission, description: "excess data present in the dataset, as described by the scope" } + - { code: "015", codeName: Omission, description: "data absent from the dataset, as described by the scope" } From 65830b0f6d9d41e43f7f1f220ce40c5f25147561 Mon Sep 17 00:00:00 2001 From: Johnathan Date: Fri, 24 May 2024 11:57:36 -0600 Subject: [PATCH 12/19] Update Gemfile.lock and package-lock.json versions to 2.9.3 (#83) --- .gitignore | 1 - Gemfile.lock | 24 ++ lib/adiwg/mdcodes/version.rb | 2 +- package-lock.json | 4 +- package.json | 2 +- resources/json/adiwg_dataQualityElement.json | 108 +++------ resources/json/iso_eventTypeCode.json | 75 ++++++ resources/json/iso_geometryTypeCode.json | 2 +- resources/json/iso_operationTypeCode.json | 6 +- .../json/iso_parameterDirectionCode.json | 25 ++ resources/json/mdcodes.json | 216 +++++++++++------- 11 files changed, 294 insertions(+), 171 deletions(-) create mode 100644 Gemfile.lock create mode 100644 resources/json/iso_eventTypeCode.json create mode 100644 resources/json/iso_parameterDirectionCode.json diff --git a/.gitignore b/.gitignore index d6a0ec7..43b27f5 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,6 @@ .config .yardoc .idea -Gemfile.lock InstalledFiles _yardoc coverage diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..fd0abba --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,24 @@ +PATH + remote: . + specs: + adiwg-mdcodes (2.9.3) + json (~> 2.0) + +GEM + remote: https://rubygems.org/ + specs: + json (2.7.1) + minitest (5.22.2) + rake (11.3.0) + +PLATFORMS + arm64-darwin-22 + +DEPENDENCIES + adiwg-mdcodes! + bundler (~> 2) + minitest (~> 5) + rake (~> 11) + +BUNDLED WITH + 2.4.21 diff --git a/lib/adiwg/mdcodes/version.rb b/lib/adiwg/mdcodes/version.rb index fca3a2b..6239940 100644 --- a/lib/adiwg/mdcodes/version.rb +++ b/lib/adiwg/mdcodes/version.rb @@ -30,7 +30,7 @@ module ADIWG module Mdcodes - VERSION = "2.9.2" + VERSION = "2.9.3" end end diff --git a/package-lock.json b/package-lock.json index d959200..02308fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mdcodes", - "version": "2.9.2", + "version": "2.9.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mdcodes", - "version": "2.9.2", + "version": "2.9.3", "license": "Unlicense", "dependencies": { "buildify": "github:powmedia/buildify#20458a121411f759dcc5ec1b441695eb7fc2b3b7", diff --git a/package.json b/package.json index ff33b15..dab22da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mdcodes", - "version": "2.9.3-beta.1", + "version": "2.9.3", "main": "index.js", "description": "CodeLists for ADIwg mdJSON", "repository": { diff --git a/resources/json/adiwg_dataQualityElement.json b/resources/json/adiwg_dataQualityElement.json index d6b4f95..b461b53 100644 --- a/resources/json/adiwg_dataQualityElement.json +++ b/resources/json/adiwg_dataQualityElement.json @@ -8,128 +8,78 @@ "codelist": [ { "code": "001", - "codeName": "AbsoluteExternalPositionalAccuracy", + "codeName": "AbsolutePositionalAccuracy", "description": "closeness of reported coordinate values to values accepted as or being true" }, { "code": "002", - "codeName": "AccuracyOfATimeMeasurement", - "description": "correctness of the temporal references of an item (reporting of error in time measurement)" + "codeName": "RelativePositionalAccuracy", + "description": "closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true" }, { "code": "003", - "codeName": "ConceptualConsistency", - "description": "adherence to rules of the conceptual schema" + "codeName": "GriddedDataPositionalAccuracy", + "description": "closeness of gridded data position values to values accepted as or being true" }, { "code": "004", - "codeName": "CompletenessCommission", - "description": "excess data present in the dataset, as described by the scope" + "codeName": "ConceptualConsistency", + "description": "adherence to rules of the conceptual schema" }, { "code": "005", - "codeName": "CompletenessOmission", - "description": "data absent from the dataset, as described by the scope" - }, - { - "code": "006", - "codeName": "Confidence", - "description": "trustworthiness of a data quality result" - }, - { - "code": "007", - "codeName": "CoverageResult", - "description": "result of a data quality measure organising the measured values as a coverage" - }, - { - "code": "008", "codeName": "DomainConsistency", "description": "adherence of values to the value domains" }, { - "code": "009", + "code": "006", "codeName": "FormatConsistency", "description": "degree to which data is stored in accordance with the physical structure of the dataset, as described by the scope" }, { - "code": "010", - "codeName": "GriddedDataPositionalAccuracy", - "description": "closeness of gridded data position values to values accepted as or being true" + "code": "007", + "codeName": "TopologicalConsistency", + "description": "correctness of the explicitly encoded topological characteristics of the dataset as described by the scope" }, { - "code": "011", - "codeName": "Homogeneity", - "description": "expected or tested uniformity of the results obtained for a data quality evaluation" + "code": "008", + "codeName": "ThematicClassificationCorrectness", + "description": "comparison of the classes assigned to features or their attributes to a universe of discourse" }, { - "code": "012", + "code": "009", "codeName": "NonQuantitativeAttributeCorrectness", "description": "correctness of non-quantitative attributes" }, { - "code": "013", + "code": "010", "codeName": "QuantitativeAttributeAccuracy", "description": "accuracy of quantitative attributes" }, { - "code": "014", - "codeName": "NonQuantitativeAttributeAccuracy", - "description": "accuracy of non-quantitative attributes" - }, - { - "code": "015", - "codeName": "RelativeInternalPositionalAccuracy", - "description": "closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true" - }, - { - "code": "016", - "codeName": "Representativity", - "description": "degree to which the sample used has produced a result which is representative of the data within the data quality scope" - }, - { - "code": "017", - "codeName": "TemporalConsistency", - "description": "correctness of ordered events or sequences, if reported" + "code": "011", + "codeName": "AccuracyOfATimeMeasurement", + "description": "correctness of the temporal references of an item (reporting of error in time measurement)" }, { - "code": "018", + "code": "012", "codeName": "TemporalValidity", "description": "validity of data specified by the scope with respect to time" }, { - "code": "019", - "codeName": "ThematicClassificationCorrectness", - "description": "comparison of the classes assigned to features or their attributes to a universe of discourse" - }, - { - "code": "020", - "codeName": "TopologicalConsistency", - "description": "correctness of the explicitly encoded topological characteristics of the dataset as described by the scope" - }, - { - "code": "021", - "codeName": "UsabilityElement", - "description": "degree of adherence of a dataset to a specific set of requirements" - }, - { - "code": "022", - "codeName": "Completeness", - "description": "presence and absence of features, their attributes and their relationships" - }, - { - "code": "023", - "codeName": "LogicalConsistency", - "description": "adherence to rules of the conceptual schema" + "code": "013", + "codeName": "TemporalConsistency", + "description": "correctness of ordered events or sequences, if reported" }, { - "code": "024", - "codeName": "PositionalAccuracy", - "description": "closeness of reported coordinate values to values accepted as or being true" + "code": "014", + "codeName": "Commission", + "description": "excess data present in the dataset, as described by the scope" }, { - "code": "025", - "codeName": "TemporalQuality", - "description": "correctness of the temporal references of an item (reporting of error in time measurement)" + "code": "015", + "codeName": "Omission", + "description": "data absent from the dataset, as described by the scope" } ] } \ No newline at end of file diff --git a/resources/json/iso_eventTypeCode.json b/resources/json/iso_eventTypeCode.json new file mode 100644 index 0000000..9af8d77 --- /dev/null +++ b/resources/json/iso_eventTypeCode.json @@ -0,0 +1,75 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_eventTypeCode", + "source": "ISO", + "sourceName": "MI_EventTypeCode", + "extensible": true, + "description": "type of event related to platform/instrument/sensor", + "codelist": [ + { + "code": "001", + "codeName": "announcement", + "description": "announcement about future events relevant to the platform/instrument/sensor" + }, + { + "code": "002", + "codeName": "calibration", + "description": "calibration event for the platform/instrument/sensor" + }, + { + "code": "003", + "codeName": "calibrationCoefficientUpdate", + "description": "update of calibration information for the platform/instrument/sensor" + }, + { + "code": "004", + "codeName": "dataLoss", + "description": "event related to data loss" + }, + { + "code": "005", + "codeName": "fatal", + "description": "event that renders the platform/instrument/sensor unusable" + }, + { + "code": "006", + "codeName": "manoeuvre", + "description": "event related to a manoeuvre of the platform/instrument/sensor" + }, + { + "code": "007", + "codeName": "missingData", + "description": "event related to missing data from the platform/instrument/sensor" + }, + { + "code": "008", + "codeName": "notice", + "description": "notice about events related to the platform/instrument/sensor" + }, + { + "code": "009", + "codeName": "prelaunch", + "description": "event related to prelaunch period for the platform/instrument/sensor" + }, + { + "code": "010", + "codeName": "severe", + "description": "event with significant impact on the performance of the platform/instrument/sensor" + }, + { + "code": "011", + "codeName": "switchOff", + "description": "event related to switching off platform/instrument/sensor" + }, + { + "code": "012", + "codeName": "switchOn", + "description": "event related to switching on platform/instrument/sensor" + }, + { + "code": "013", + "codeName": "clean", + "description": "event related to cleaning the platform/instrument/sensor" + } + ] +} \ No newline at end of file diff --git a/resources/json/iso_geometryTypeCode.json b/resources/json/iso_geometryTypeCode.json index 1fa7b9b..92de87c 100644 --- a/resources/json/iso_geometryTypeCode.json +++ b/resources/json/iso_geometryTypeCode.json @@ -23,7 +23,7 @@ }, { "code": "004", - "codeName": "stripe", + "codeName": "strip", "description": "series of linear collections grouped by way points" } ] diff --git a/resources/json/iso_operationTypeCode.json b/resources/json/iso_operationTypeCode.json index 2055098..ca34354 100644 --- a/resources/json/iso_operationTypeCode.json +++ b/resources/json/iso_operationTypeCode.json @@ -8,17 +8,17 @@ "codelist": [ { "code": "001", - "codeName": "instantaneousCollection", + "codeName": "real", "description": "originates from live-fly or other non-simulated operational source" }, { "code": "002", - "codeName": "persistentView", + "codeName": "simulated", "description": "originates from target simulator sources" }, { "code": "003", - "codeName": "survey", + "codeName": "synthetic", "description": "mix of real and simulated data" } ] diff --git a/resources/json/iso_parameterDirectionCode.json b/resources/json/iso_parameterDirectionCode.json new file mode 100644 index 0000000..0ae7b71 --- /dev/null +++ b/resources/json/iso_parameterDirectionCode.json @@ -0,0 +1,25 @@ +{ + "codelistType": "staticList", + "codelistName": "iso_parameterDirection", + "source": "ISO", + "sourceName": "SV_ParameterDirection", + "extensible": true, + "description": "class of information to which the referencing entity applies", + "codelist": [ + { + "code": "001", + "codeName": "in", + "description": "the parameter is an input parameter to the service instance" + }, + { + "code": "002", + "codeName": "out", + "description": "the parameter is an output parameter to the service instance" + }, + { + "code": "003", + "codeName": "in/out", + "description": "the parameter is both an input and output parameter to the service instance" + } + ] +} \ No newline at end of file diff --git a/resources/json/mdcodes.json b/resources/json/mdcodes.json index 3cf4e19..2613caa 100644 --- a/resources/json/mdcodes.json +++ b/resources/json/mdcodes.json @@ -4644,6 +4644,81 @@ } ] }, + "iso_eventTypeCode": { + "codelistType": "staticList", + "codelistName": "iso_eventTypeCode", + "source": "ISO", + "sourceName": "MI_EventTypeCode", + "extensible": true, + "description": "type of event related to platform/instrument/sensor", + "codelist": [ + { + "code": "001", + "codeName": "announcement", + "description": "announcement about future events relevant to the platform/instrument/sensor" + }, + { + "code": "002", + "codeName": "calibration", + "description": "calibration event for the platform/instrument/sensor" + }, + { + "code": "003", + "codeName": "calibrationCoefficientUpdate", + "description": "update of calibration information for the platform/instrument/sensor" + }, + { + "code": "004", + "codeName": "dataLoss", + "description": "event related to data loss" + }, + { + "code": "005", + "codeName": "fatal", + "description": "event that renders the platform/instrument/sensor unusable" + }, + { + "code": "006", + "codeName": "manoeuvre", + "description": "event related to a manoeuvre of the platform/instrument/sensor" + }, + { + "code": "007", + "codeName": "missingData", + "description": "event related to missing data from the platform/instrument/sensor" + }, + { + "code": "008", + "codeName": "notice", + "description": "notice about events related to the platform/instrument/sensor" + }, + { + "code": "009", + "codeName": "prelaunch", + "description": "event related to prelaunch period for the platform/instrument/sensor" + }, + { + "code": "010", + "codeName": "severe", + "description": "event with significant impact on the performance of the platform/instrument/sensor" + }, + { + "code": "011", + "codeName": "switchOff", + "description": "event related to switching off platform/instrument/sensor" + }, + { + "code": "012", + "codeName": "switchOn", + "description": "event related to switching on platform/instrument/sensor" + }, + { + "code": "013", + "codeName": "clean", + "description": "event related to cleaning the platform/instrument/sensor" + } + ] + }, "iso_geometricObjectType": { "codelistType": "staticList", "codelistName": "iso_geometricObjectType", @@ -4709,7 +4784,7 @@ }, { "code": "004", - "codeName": "stripe", + "codeName": "strip", "description": "series of linear collections grouped by way points" } ] @@ -7814,21 +7889,46 @@ "codelist": [ { "code": "001", - "codeName": "instantaneousCollection", + "codeName": "real", "description": "originates from live-fly or other non-simulated operational source" }, { "code": "002", - "codeName": "persistentView", + "codeName": "simulated", "description": "originates from target simulator sources" }, { "code": "003", - "codeName": "survey", + "codeName": "synthetic", "description": "mix of real and simulated data" } ] }, + "iso_parameterDirectionCode": { + "codelistType": "staticList", + "codelistName": "iso_parameterDirection", + "source": "ISO", + "sourceName": "SV_ParameterDirection", + "extensible": true, + "description": "class of information to which the referencing entity applies", + "codelist": [ + { + "code": "001", + "codeName": "in", + "description": "the parameter is an input parameter to the service instance" + }, + { + "code": "002", + "codeName": "out", + "description": "the parameter is an output parameter to the service instance" + }, + { + "code": "003", + "codeName": "in/out", + "description": "the parameter is both an input and output parameter to the service instance" + } + ] + }, "iso_pixelOrientation": { "codelistType": "staticList", "codelistName": "iso_pixelOrientation", @@ -9259,128 +9359,78 @@ "codelist": [ { "code": "001", - "codeName": "AbsoluteExternalPositionalAccuracy", + "codeName": "AbsolutePositionalAccuracy", "description": "closeness of reported coordinate values to values accepted as or being true" }, { "code": "002", - "codeName": "AccuracyOfATimeMeasurement", - "description": "correctness of the temporal references of an item (reporting of error in time measurement)" + "codeName": "RelativePositionalAccuracy", + "description": "closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true" }, { "code": "003", - "codeName": "ConceptualConsistency", - "description": "adherence to rules of the conceptual schema" + "codeName": "GriddedDataPositionalAccuracy", + "description": "closeness of gridded data position values to values accepted as or being true" }, { "code": "004", - "codeName": "CompletenessCommission", - "description": "excess data present in the dataset, as described by the scope" + "codeName": "ConceptualConsistency", + "description": "adherence to rules of the conceptual schema" }, { "code": "005", - "codeName": "CompletenessOmission", - "description": "data absent from the dataset, as described by the scope" - }, - { - "code": "006", - "codeName": "Confidence", - "description": "trustworthiness of a data quality result" - }, - { - "code": "007", - "codeName": "CoverageResult", - "description": "result of a data quality measure organising the measured values as a coverage" - }, - { - "code": "008", "codeName": "DomainConsistency", "description": "adherence of values to the value domains" }, { - "code": "009", + "code": "006", "codeName": "FormatConsistency", "description": "degree to which data is stored in accordance with the physical structure of the dataset, as described by the scope" }, { - "code": "010", - "codeName": "GriddedDataPositionalAccuracy", - "description": "closeness of gridded data position values to values accepted as or being true" + "code": "007", + "codeName": "TopologicalConsistency", + "description": "correctness of the explicitly encoded topological characteristics of the dataset as described by the scope" }, { - "code": "011", - "codeName": "Homogeneity", - "description": "expected or tested uniformity of the results obtained for a data quality evaluation" + "code": "008", + "codeName": "ThematicClassificationCorrectness", + "description": "comparison of the classes assigned to features or their attributes to a universe of discourse" }, { - "code": "012", + "code": "009", "codeName": "NonQuantitativeAttributeCorrectness", "description": "correctness of non-quantitative attributes" }, { - "code": "013", + "code": "010", "codeName": "QuantitativeAttributeAccuracy", "description": "accuracy of quantitative attributes" }, { - "code": "014", - "codeName": "NonQuantitativeAttributeAccuracy", - "description": "accuracy of non-quantitative attributes" - }, - { - "code": "015", - "codeName": "RelativeInternalPositionalAccuracy", - "description": "closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true" - }, - { - "code": "016", - "codeName": "Representativity", - "description": "degree to which the sample used has produced a result which is representative of the data within the data quality scope" - }, - { - "code": "017", - "codeName": "TemporalConsistency", - "description": "correctness of ordered events or sequences, if reported" + "code": "011", + "codeName": "AccuracyOfATimeMeasurement", + "description": "correctness of the temporal references of an item (reporting of error in time measurement)" }, { - "code": "018", + "code": "012", "codeName": "TemporalValidity", "description": "validity of data specified by the scope with respect to time" }, { - "code": "019", - "codeName": "ThematicClassificationCorrectness", - "description": "comparison of the classes assigned to features or their attributes to a universe of discourse" - }, - { - "code": "020", - "codeName": "TopologicalConsistency", - "description": "correctness of the explicitly encoded topological characteristics of the dataset as described by the scope" - }, - { - "code": "021", - "codeName": "UsabilityElement", - "description": "degree of adherence of a dataset to a specific set of requirements" - }, - { - "code": "022", - "codeName": "Completeness", - "description": "presence and absence of features, their attributes and their relationships" - }, - { - "code": "023", - "codeName": "LogicalConsistency", - "description": "adherence to rules of the conceptual schema" + "code": "013", + "codeName": "TemporalConsistency", + "description": "correctness of ordered events or sequences, if reported" }, { - "code": "024", - "codeName": "PositionalAccuracy", - "description": "closeness of reported coordinate values to values accepted as or being true" + "code": "014", + "codeName": "Commission", + "description": "excess data present in the dataset, as described by the scope" }, { - "code": "025", - "codeName": "TemporalQuality", - "description": "correctness of the temporal references of an item (reporting of error in time measurement)" + "code": "015", + "codeName": "Omission", + "description": "data absent from the dataset, as described by the scope" } ] }, From 004efaf717a43d9d1881d84acae03d03ba761bb3 Mon Sep 17 00:00:00 2001 From: Johnathan Aspinwall Date: Sun, 26 May 2024 09:34:43 -0600 Subject: [PATCH 13/19] chore: Remove unused ISO data quality element codelist --- resources/iso_dataQualityElement.yml | 35 ---------------------------- 1 file changed, 35 deletions(-) delete mode 100644 resources/iso_dataQualityElement.yml diff --git a/resources/iso_dataQualityElement.yml b/resources/iso_dataQualityElement.yml deleted file mode 100644 index a141ac0..0000000 --- a/resources/iso_dataQualityElement.yml +++ /dev/null @@ -1,35 +0,0 @@ ---- -# mdJson codelists -# base codelist for ISO 19115-2, 19115-1 - -codelistType: "staticList" -codelistName: "iso_dataQualityElement" -source: "ISO" -sourceName: "dataQualityElement" -extensible: true -description: "ISO data quality elements" -codelist: - - {code: "001", codeName: DQ_AbsoluteExternalPositionalAccuracy, description: "closeness of reported coordinate values to values accepted as or being true"} - - {code: "002", codeName: DQ_AccuracyOfATimeMeasurement, description: "correctness of the temporal references of an item (reporting of error in time measurement)"} - - {code: "003", codeName: DQ_ConceptualConsistency, description: "adherence to rules of the conceptual schema"} - - {code: "004", codeName: DQ_CompletenessCommission, description: "excess data present in the dataset, as described by the scope"} - - {code: "005", codeName: DQ_CompletenessOmission, description: "data absent from the dataset, as described by the scope"} - - {code: "006", codeName: DQ_Confidence, description: "trustworthiness of a data quality result"} - - {code: "007", codeName: DQ_CoverageResult, description: "result of a data quality measure organising the measured values as a coverage"} - - {code: "008", codeName: DQ_DomainConsistency, description: "adherence of values to the value domains"} - - {code: "009", codeName: DQ_FormatConsistency, description: "degree to which data is stored in accordance with the physical structure of the dataset, as described by the scope"} - - {code: "010", codeName: DQ_GriddedDataPositionalAccuracy, description: "closeness of gridded data position values to values accepted as or being true"} - - {code: "011", codeName: DQ_Homogeneity, description: "expected or tested uniformity of the results obtained for a data quality evaluation"} - - {code: "012", codeName: DQ_NonQuantitativeAttributeCorrectness, description: "correctness of non-quantitative attributes"} - - {code: "013", codeName: DQ_QuantitativeAttributeAccuracy, description: "accuracy of quantitative attributes"} - - {code: "014", codeName: DQ_RelativeInternalPositionalAccuracy, description: "closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true"} - - {code: "015", codeName: DQ_Representativity, description: "degree to which the sample used has produced a result which is representative of the data within the data quality scope"} - - {code: "016", codeName: DQ_TemporalConsistency, description: "correctness of ordered events or sequences, if reported"} - - {code: "017", codeName: DQ_TemporalValidity, description: "validity of data specified by the scope with respect to time"} - - {code: "018", codeName: DQ_ThematicClassificationCorrectness, description: "comparison of the classes assigned to features or their attributes to a universe of discourse"} - - {code: "019", codeName: DQ_TopologicalConsistency, description: "correctness of the explicitly encoded topological characteristics of the dataset as described by the scope"} - - {code: "020", codeName: DQ_UsabilityElement, description: "degree of adherence of a dataset to a specific set of requirements"} - - {code: "021", codeName: DQ_Completeness, description: "presence and absence of features, their attributes and their relationships"} - - {code: "022", codeName: DQ_LogicalConsistency, description: "adherence to rules of the conceptual schema"} - - {code: "023", codeName: DQ_PositionalAccuracy, description: "closeness of reported coordinate values to values accepted as or being true"} - - {code: "024", codeName: DQ_TemporalQuality, description: "correctness of the temporal references of an item (reporting of error in time measurement)"} From a5efb313edfb74c33c6c15368d0f1ea652f19f34 Mon Sep 17 00:00:00 2001 From: Johnathan Aspinwall Date: Sun, 26 May 2024 09:36:55 -0600 Subject: [PATCH 14/19] Remove unused ISO data quality element codelist --- resources/json/iso_dataQualityElement.json | 130 --------------------- 1 file changed, 130 deletions(-) delete mode 100644 resources/json/iso_dataQualityElement.json diff --git a/resources/json/iso_dataQualityElement.json b/resources/json/iso_dataQualityElement.json deleted file mode 100644 index 461f1f1..0000000 --- a/resources/json/iso_dataQualityElement.json +++ /dev/null @@ -1,130 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_dataQualityElement", - "source": "ISO", - "sourceName": "dataQualityElement", - "extensible": true, - "description": "ISO data quality elements", - "codelist": [ - { - "code": "001", - "codeName": "DQ_AbsoluteExternalPositionalAccuracy", - "description": "closeness of reported coordinate values to values accepted as or being true" - }, - { - "code": "002", - "codeName": "DQ_AccuracyOfATimeMeasurement", - "description": "correctness of the temporal references of an item (reporting of error in time measurement)" - }, - { - "code": "003", - "codeName": "DQ_ConceptualConsistency", - "description": "adherence to rules of the conceptual schema" - }, - { - "code": "004", - "codeName": "DQ_CompletenessCommission", - "description": "excess data present in the dataset, as described by the scope" - }, - { - "code": "005", - "codeName": "DQ_CompletenessOmission", - "description": "data absent from the dataset, as described by the scope" - }, - { - "code": "006", - "codeName": "DQ_Confidence", - "description": "trustworthiness of a data quality result" - }, - { - "code": "007", - "codeName": "DQ_CoverageResult", - "description": "result of a data quality measure organising the measured values as a coverage" - }, - { - "code": "008", - "codeName": "DQ_DomainConsistency", - "description": "adherence of values to the value domains" - }, - { - "code": "009", - "codeName": "DQ_FormatConsistency", - "description": "degree to which data is stored in accordance with the physical structure of the dataset, as described by the scope" - }, - { - "code": "010", - "codeName": "DQ_GriddedDataPositionalAccuracy", - "description": "closeness of gridded data position values to values accepted as or being true" - }, - { - "code": "011", - "codeName": "DQ_Homogeneity", - "description": "expected or tested uniformity of the results obtained for a data quality evaluation" - }, - { - "code": "012", - "codeName": "DQ_NonQuantitativeAttributeCorrectness", - "description": "correctness of non-quantitative attributes" - }, - { - "code": "013", - "codeName": "DQ_QuantitativeAttributeAccuracy", - "description": "accuracy of quantitative attributes" - }, - { - "code": "014", - "codeName": "DQ_RelativeInternalPositionalAccuracy", - "description": "closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true" - }, - { - "code": "015", - "codeName": "DQ_Representativity", - "description": "degree to which the sample used has produced a result which is representative of the data within the data quality scope" - }, - { - "code": "016", - "codeName": "DQ_TemporalConsistency", - "description": "correctness of ordered events or sequences, if reported" - }, - { - "code": "017", - "codeName": "DQ_TemporalValidity", - "description": "validity of data specified by the scope with respect to time" - }, - { - "code": "018", - "codeName": "DQ_ThematicClassificationCorrectness", - "description": "comparison of the classes assigned to features or their attributes to a universe of discourse" - }, - { - "code": "019", - "codeName": "DQ_TopologicalConsistency", - "description": "correctness of the explicitly encoded topological characteristics of the dataset as described by the scope" - }, - { - "code": "020", - "codeName": "DQ_UsabilityElement", - "description": "degree of adherence of a dataset to a specific set of requirements" - }, - { - "code": "021", - "codeName": "DQ_Completeness", - "description": "presence and absence of features, their attributes and their relationships" - }, - { - "code": "022", - "codeName": "DQ_LogicalConsistency", - "description": "adherence to rules of the conceptual schema" - }, - { - "code": "023", - "codeName": "DQ_PositionalAccuracy", - "description": "closeness of reported coordinate values to values accepted as or being true" - }, - { - "code": "024", - "codeName": "DQ_TemporalQuality", - "description": "correctness of the temporal references of an item (reporting of error in time measurement)" - } - ] -} \ No newline at end of file From 6bb27616ad89a9d927aa8cae130eb43dfa11aef7 Mon Sep 17 00:00:00 2001 From: Johnathan Aspinwall Date: Sun, 26 May 2024 09:49:23 -0600 Subject: [PATCH 15/19] Remove resources/json resources/json is a build artifact, it does not need to be stored in the repository. It does need to be included in the published versions. --- .gitignore | 1 + resources/json/adiwg_addressType.json | 20 - resources/json/adiwg_applicationProfile.json | 55 - resources/json/adiwg_dataQualityElement.json | 85 - resources/json/adiwg_dataType.json | 210 - resources/json/adiwg_entityType.json | 65 - resources/json/adiwg_evaluationMethod.json | 35 - resources/json/adiwg_mapGridSystem.json | 35 - resources/json/adiwg_mapProjection.json | 135 - resources/json/adiwg_metadataRepository.json | 30 - resources/json/adiwg_metadataStandard.json | 50 - resources/json/adiwg_namespace.json | 80 - resources/json/adiwg_unitsOfMeasure.json | 235 - resources/json/iso_DCPList.json | 60 - resources/json/iso_associationType.json | 125 - resources/json/iso_bandDefinition.json | 35 - resources/json/iso_cellGeometry.json | 30 - resources/json/iso_characterSet.json | 1295 -- resources/json/iso_classification.json | 55 - resources/json/iso_contextCode.json | 25 - resources/json/iso_countries.json | 1255 -- resources/json/iso_coverageContentType.json | 50 - resources/json/iso_currency.json | 1405 --- resources/json/iso_dateType.json | 145 - resources/json/iso_dimensionNameType.json | 50 - resources/json/iso_entityClass.json | 90 - .../json/iso_evaluationMethodTypeCode.json | 25 - resources/json/iso_eventTypeCode.json | 75 - resources/json/iso_geometricObjectType.json | 40 - resources/json/iso_geometryTypeCode.json | 30 - resources/json/iso_imageCondition.json | 65 - resources/json/iso_initiativeType.json | 85 - resources/json/iso_keywordType.json | 100 - resources/json/iso_language.json | 2435 ---- resources/json/iso_maintenanceFrequency.json | 85 - resources/json/iso_mediumFormat.json | 45 - resources/json/iso_mediumName.json | 140 - resources/json/iso_objectiveTypeCode.json | 25 - resources/json/iso_obligation.json | 25 - resources/json/iso_onlineFunction.json | 85 - resources/json/iso_operationTypeCode.json | 25 - .../json/iso_parameterDirectionCode.json | 25 - resources/json/iso_pixelOrientation.json | 35 - .../json/iso_polarisationOrientationCode.json | 40 - resources/json/iso_presentationForm.json | 130 - resources/json/iso_priorityCode.json | 30 - resources/json/iso_progress.json | 115 - resources/json/iso_referenceSystemType.json | 150 - resources/json/iso_restriction.json | 110 - resources/json/iso_role.json | 140 - resources/json/iso_scope.json | 215 - resources/json/iso_sequenceCode.json | 25 - resources/json/iso_spatialRepresentation.json | 45 - resources/json/iso_telephone.json | 50 - resources/json/iso_topicCategory.json | 115 - resources/json/iso_topologyLevel.json | 55 - .../json/iso_transferFunctionTypeCode.json | 25 - resources/json/iso_triggerCode.json | 25 - resources/json/iso_valueStructure.json | 40 - resources/json/mdcodes.json | 10312 ---------------- 60 files changed, 1 insertion(+), 20622 deletions(-) delete mode 100644 resources/json/adiwg_addressType.json delete mode 100644 resources/json/adiwg_applicationProfile.json delete mode 100644 resources/json/adiwg_dataQualityElement.json delete mode 100644 resources/json/adiwg_dataType.json delete mode 100644 resources/json/adiwg_entityType.json delete mode 100644 resources/json/adiwg_evaluationMethod.json delete mode 100644 resources/json/adiwg_mapGridSystem.json delete mode 100644 resources/json/adiwg_mapProjection.json delete mode 100644 resources/json/adiwg_metadataRepository.json delete mode 100644 resources/json/adiwg_metadataStandard.json delete mode 100644 resources/json/adiwg_namespace.json delete mode 100644 resources/json/adiwg_unitsOfMeasure.json delete mode 100644 resources/json/iso_DCPList.json delete mode 100644 resources/json/iso_associationType.json delete mode 100644 resources/json/iso_bandDefinition.json delete mode 100644 resources/json/iso_cellGeometry.json delete mode 100644 resources/json/iso_characterSet.json delete mode 100644 resources/json/iso_classification.json delete mode 100644 resources/json/iso_contextCode.json delete mode 100644 resources/json/iso_countries.json delete mode 100644 resources/json/iso_coverageContentType.json delete mode 100644 resources/json/iso_currency.json delete mode 100644 resources/json/iso_dateType.json delete mode 100644 resources/json/iso_dimensionNameType.json delete mode 100644 resources/json/iso_entityClass.json delete mode 100644 resources/json/iso_evaluationMethodTypeCode.json delete mode 100644 resources/json/iso_eventTypeCode.json delete mode 100644 resources/json/iso_geometricObjectType.json delete mode 100644 resources/json/iso_geometryTypeCode.json delete mode 100644 resources/json/iso_imageCondition.json delete mode 100644 resources/json/iso_initiativeType.json delete mode 100644 resources/json/iso_keywordType.json delete mode 100644 resources/json/iso_language.json delete mode 100644 resources/json/iso_maintenanceFrequency.json delete mode 100644 resources/json/iso_mediumFormat.json delete mode 100644 resources/json/iso_mediumName.json delete mode 100644 resources/json/iso_objectiveTypeCode.json delete mode 100644 resources/json/iso_obligation.json delete mode 100644 resources/json/iso_onlineFunction.json delete mode 100644 resources/json/iso_operationTypeCode.json delete mode 100644 resources/json/iso_parameterDirectionCode.json delete mode 100644 resources/json/iso_pixelOrientation.json delete mode 100644 resources/json/iso_polarisationOrientationCode.json delete mode 100644 resources/json/iso_presentationForm.json delete mode 100644 resources/json/iso_priorityCode.json delete mode 100644 resources/json/iso_progress.json delete mode 100644 resources/json/iso_referenceSystemType.json delete mode 100644 resources/json/iso_restriction.json delete mode 100644 resources/json/iso_role.json delete mode 100644 resources/json/iso_scope.json delete mode 100644 resources/json/iso_sequenceCode.json delete mode 100644 resources/json/iso_spatialRepresentation.json delete mode 100644 resources/json/iso_telephone.json delete mode 100644 resources/json/iso_topicCategory.json delete mode 100644 resources/json/iso_topologyLevel.json delete mode 100644 resources/json/iso_transferFunctionTypeCode.json delete mode 100644 resources/json/iso_triggerCode.json delete mode 100644 resources/json/iso_valueStructure.json delete mode 100644 resources/json/mdcodes.json diff --git a/.gitignore b/.gitignore index 43b27f5..b366083 100644 --- a/.gitignore +++ b/.gitignore @@ -24,4 +24,5 @@ dev mkmf.log node_modules resources/js +resources/json .vscode diff --git a/resources/json/adiwg_addressType.json b/resources/json/adiwg_addressType.json deleted file mode 100644 index daa4bbd..0000000 --- a/resources/json/adiwg_addressType.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "adiwg_addressType", - "source": "Alaska Data Integration working group", - "sourceName": "ADIwg_AddressType", - "extensible": true, - "description": "contact address type", - "codelist": [ - { - "code": "001", - "codeName": "mailing", - "description": "indicates the address is serviceable postal location" - }, - { - "code": "002", - "codeName": "physical", - "description": "indicates the address is a physical or street location" - } - ] -} \ No newline at end of file diff --git a/resources/json/adiwg_applicationProfile.json b/resources/json/adiwg_applicationProfile.json deleted file mode 100644 index 9d0c007..0000000 --- a/resources/json/adiwg_applicationProfile.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "adiwg_applicationProfile", - "source": "Alaska Data Integration working group", - "sourceName": "ADIwg_ApplicationProfile", - "extensible": true, - "description": "application profiles that can be used with online resources", - "codelist": [ - { - "code": "001", - "codeName": "http://opengis.net/spec/wms", - "description": "OGC Web Map Service (WMS)" - }, - { - "code": "002", - "codeName": "http://opengis.net/spec/wfs", - "description": "OGC Web Feature Service (WFS)" - }, - { - "code": "003", - "codeName": "http://opengis.net/spec/wcs", - "description": "OGC Web Coverage Service (WCS)" - }, - { - "code": "004", - "codeName": "http://opengis.net/spec/wmts", - "description": "OGC Web Map Tile Service (WMTS)" - }, - { - "code": "005", - "codeName": "http://opengis.net/spec/csw", - "description": "OGC Catalog Service (CSW)" - }, - { - "code": "006", - "codeName": "http://opengis.net/spec/kml", - "description": "OGC Keyhole Markup Language (KML)" - }, - { - "code": "007", - "codeName": "http://www.geoplatform.gov/spec/esri-map-rest", - "description": "Esri REST Map Service" - }, - { - "code": "008", - "codeName": "http://www.geoplatform.gov/spec/esri-image-rest", - "description": "Esri REST Image Service" - }, - { - "code": "009", - "codeName": "http://www.geoplatform.gov/spec/esri-feature-rest", - "description": "Esri REST Feature Service" - } - ] -} \ No newline at end of file diff --git a/resources/json/adiwg_dataQualityElement.json b/resources/json/adiwg_dataQualityElement.json deleted file mode 100644 index b461b53..0000000 --- a/resources/json/adiwg_dataQualityElement.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "adiwg_dataQualityElement", - "source": "Alaska Data Integration working group", - "sourceName": "ADIwg_DataQualityElement", - "extensible": true, - "description": "ISO data quality element class names", - "codelist": [ - { - "code": "001", - "codeName": "AbsolutePositionalAccuracy", - "description": "closeness of reported coordinate values to values accepted as or being true" - }, - { - "code": "002", - "codeName": "RelativePositionalAccuracy", - "description": "closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true" - }, - { - "code": "003", - "codeName": "GriddedDataPositionalAccuracy", - "description": "closeness of gridded data position values to values accepted as or being true" - }, - { - "code": "004", - "codeName": "ConceptualConsistency", - "description": "adherence to rules of the conceptual schema" - }, - { - "code": "005", - "codeName": "DomainConsistency", - "description": "adherence of values to the value domains" - }, - { - "code": "006", - "codeName": "FormatConsistency", - "description": "degree to which data is stored in accordance with the physical structure of the dataset, as described by the scope" - }, - { - "code": "007", - "codeName": "TopologicalConsistency", - "description": "correctness of the explicitly encoded topological characteristics of the dataset as described by the scope" - }, - { - "code": "008", - "codeName": "ThematicClassificationCorrectness", - "description": "comparison of the classes assigned to features or their attributes to a universe of discourse" - }, - { - "code": "009", - "codeName": "NonQuantitativeAttributeCorrectness", - "description": "correctness of non-quantitative attributes" - }, - { - "code": "010", - "codeName": "QuantitativeAttributeAccuracy", - "description": "accuracy of quantitative attributes" - }, - { - "code": "011", - "codeName": "AccuracyOfATimeMeasurement", - "description": "correctness of the temporal references of an item (reporting of error in time measurement)" - }, - { - "code": "012", - "codeName": "TemporalValidity", - "description": "validity of data specified by the scope with respect to time" - }, - { - "code": "013", - "codeName": "TemporalConsistency", - "description": "correctness of ordered events or sequences, if reported" - }, - { - "code": "014", - "codeName": "Commission", - "description": "excess data present in the dataset, as described by the scope" - }, - { - "code": "015", - "codeName": "Omission", - "description": "data absent from the dataset, as described by the scope" - } - ] -} \ No newline at end of file diff --git a/resources/json/adiwg_dataType.json b/resources/json/adiwg_dataType.json deleted file mode 100644 index 074ac23..0000000 --- a/resources/json/adiwg_dataType.json +++ /dev/null @@ -1,210 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "adiwg_dataType", - "source": "Alaska Data Integration working group", - "sourceName": "ADIwg_DataType", - "extensible": true, - "description": "ANSI and SQL dataTypes", - "codelist": [ - { - "code": "char01", - "codeName": "character", - "description": "fixed length character strings" - }, - { - "code": "char03", - "codeName": "character varying", - "description": "variable length character strings" - }, - { - "code": "char06", - "codeName": "character large object", - "description": "character large object" - }, - { - "code": "nchar01", - "codeName": "national character", - "description": "fixed length national character strings (2 byte unicode)" - }, - { - "code": "nchar04", - "codeName": "national character varying", - "description": "variable length national character strings (2 byte unicode)" - }, - { - "code": "nchar07", - "codeName": "national character large object", - "description": "national character (2 byte unicode) large object" - }, - { - "code": "text01", - "codeName": "text", - "description": "variable string to maximum of 65K characters" - }, - { - "code": "text02", - "codeName": "tinytext", - "description": "variable string to maximum of 255 characters" - }, - { - "code": "text03", - "codeName": "mediumtext", - "description": "variable string to maximum of 16M characters" - }, - { - "code": "text04", - "codeName": "longtext", - "description": "variable string to maximum of 4G characters" - }, - { - "code": "bin01", - "codeName": "binary", - "description": "fixed length binary" - }, - { - "code": "bin02", - "codeName": "binary varying", - "description": "variable length binary" - }, - { - "code": "bin03", - "codeName": "binary large object", - "description": "binary large object to maximum of 65K bytes" - }, - { - "code": "bin05", - "codeName": "mediumblob", - "description": "binary large object to maximum of 16M bytes" - }, - { - "code": "bin06", - "codeName": "longblob", - "description": "binary large object to maximum of 4G bytes" - }, - { - "code": "int01", - "codeName": "integer", - "description": "integers number (+-2B)" - }, - { - "code": "int03", - "codeName": "tinyint", - "description": "integer numbers (+-128)" - }, - { - "code": "int04", - "codeName": "mediumint", - "description": "integer numbers (+-16K)" - }, - { - "code": "int05", - "codeName": "smallint", - "description": "integer numbers (+-32K)" - }, - { - "code": "int06", - "codeName": "bigint", - "description": "integer numbers (+-1e27)" - }, - { - "code": "num01", - "codeName": "float", - "description": "floating point numbers" - }, - { - "code": "num02", - "codeName": "real", - "description": "low precision floating point numbers" - }, - { - "code": "num03", - "codeName": "double precision", - "description": "high precision floating point numbers" - }, - { - "code": "num04", - "codeName": "numeric", - "description": "fixed precision and scale decimal numbers" - }, - { - "code": "num05", - "codeName": "decimal", - "description": "fixed precision and scale decimal numbers (numeric alternate)" - }, - { - "code": "bit01", - "codeName": "bit", - "description": "fixed length bit strings" - }, - { - "code": "bit02", - "codeName": "bit varying", - "description": "variable length bit strings" - }, - { - "code": "date01", - "codeName": "date", - "description": "calendar date" - }, - { - "code": "date02", - "codeName": "time", - "description": "clock time" - }, - { - "code": "date03", - "codeName": "datetime", - "description": "date and time" - }, - { - "code": "date04", - "codeName": "timestamp", - "description": "number of seconds since the Unix epoch (1970-01-01T00:00:00 UTC)" - }, - { - "code": "date05", - "codeName": "year", - "description": "year" - }, - { - "code": "date06", - "codeName": "interval", - "description": "time intervals" - }, - { - "code": "date07", - "codeName": "interval day", - "description": "day intervals" - }, - { - "code": "date08", - "codeName": "interval year", - "description": "year intervals" - }, - { - "code": "money01", - "codeName": "currency", - "description": "monetary value" - }, - { - "code": "money02", - "codeName": "money", - "description": "monetary value" - }, - { - "code": "bool01", - "codeName": "boolean", - "description": "Boolean value (true/false)" - }, - { - "code": "xml01", - "codeName": "xml", - "description": "xml formatted data" - }, - { - "code": "enum01", - "codeName": "enum", - "description": "list of possible values: enum('a','b','c')" - } - ] -} \ No newline at end of file diff --git a/resources/json/adiwg_entityType.json b/resources/json/adiwg_entityType.json deleted file mode 100644 index feb2562..0000000 --- a/resources/json/adiwg_entityType.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "adiwg_entityType", - "source": "Alaska Data Integration working group", - "sourceName": "ADIwg_EntityType", - "extensible": true, - "description": "individual or organization entity type", - "codelist": [ - { - "code": "001", - "codeName": "academic", - "description": "any university, college, or school of education" - }, - { - "code": "002", - "codeName": "consortium", - "description": "an association of several businesses or organizations" - }, - { - "code": "003", - "codeName": "federal", - "description": "any branch or level of the federal government" - }, - { - "code": "004", - "codeName": "lcc", - "description": "any Landscape Conservation Cooperative" - }, - { - "code": "005", - "codeName": "foundation", - "description": "any organization supported by an endowment" - }, - { - "code": "006", - "codeName": "local", - "description": "any local government including county, municipality, borough, city" - }, - { - "code": "007", - "codeName": "nonProfit", - "description": "any not-for-profit business or organization" - }, - { - "code": "008", - "codeName": "private", - "description": "any for-profit business or organization" - }, - { - "code": "009", - "codeName": "research", - "description": "any for-profit organization whose primary focus is conducting research or consulting" - }, - { - "code": "010", - "codeName": "state", - "description": "any branch or department of state or provincial government " - }, - { - "code": "011", - "codeName": "tribal", - "description": "any organization of indigenous people" - } - ] -} \ No newline at end of file diff --git a/resources/json/adiwg_evaluationMethod.json b/resources/json/adiwg_evaluationMethod.json deleted file mode 100644 index 2057c73..0000000 --- a/resources/json/adiwg_evaluationMethod.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "adiwg_evaluationMethod", - "source": "Alaska Data Integration working group", - "sourceName": "ADIwg_EvaluationMethod", - "extensible": true, - "description": "the type of Evaluation Method", - "codelist": [ - { - "code": "001", - "codeName": "evaluationMethod", - "description": "type of method used to evaluate quality of the data" - }, - { - "code": "002", - "codeName": "data", - "description": "data evaluation method" - }, - { - "code": "003", - "codeName": "fullInspection", - "description": "full inspection" - }, - { - "code": "004", - "codeName": "sampleBasedInspection", - "description": "sample based inspection" - }, - { - "code": "005", - "codeName": "aggregationDerivation", - "description": "aggregation or derivation method" - } - ] -} \ No newline at end of file diff --git a/resources/json/adiwg_mapGridSystem.json b/resources/json/adiwg_mapGridSystem.json deleted file mode 100644 index 407381c..0000000 --- a/resources/json/adiwg_mapGridSystem.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "adiwg_mapGridSystem", - "source": "Alaska Data Integration working group", - "sourceName": "ADIwg_MapGridSystem", - "extensible": true, - "description": "map grid systems", - "codelist": [ - { - "code": "utm", - "codeName": "UTM", - "description": "Universal Transverse Mercator (UTM) grid system based on the transverse mercator projection, applied between latitudes 84 degrees north and 80 degrees south on the Earth's surface." - }, - { - "code": "ups", - "codeName": "UPS", - "description": "Universal Polar Stereographic (UPS) grid system based on the polar stereographic projection, applied to the Earth's polar regions north of 84 degrees north and south of 80 degrees south." - }, - { - "code": "spcs", - "codeName": "SPCS", - "description": "State Plane Coordinate System (SPCS), a plane-rectangular coordinate system established for each state in the United States by the National Geodetic Survey" - }, - { - "code": "arcsys", - "codeName": "ARC", - "description": "Equal Arc-second Coordinate System (ARC) grid system, a plane-rectangular coordinate system established in Department of Defense in 1990." - }, - { - "code": "other", - "codeName": "other", - "description": "other grid system" - } - ] -} \ No newline at end of file diff --git a/resources/json/adiwg_mapProjection.json b/resources/json/adiwg_mapProjection.json deleted file mode 100644 index f6edbc0..0000000 --- a/resources/json/adiwg_mapProjection.json +++ /dev/null @@ -1,135 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "adiwg_mapProjection", - "source": "Alaska Data Integration working group", - "sourceName": "ADIwg_MapProjection", - "extensible": true, - "description": "map projections", - "codelist": [ - { - "code": "alaska", - "codeName": "Alaska", - "description": "modified stereographic for Alaska projection" - }, - { - "code": "albers", - "codeName": "Albers", - "description": "Albers equal-area conic projection" - }, - { - "code": "azimuthalEquidistant", - "codeName": "azimuthal equidistant", - "description": "azimuthal equidistant projection" - }, - { - "code": "equidistantConic", - "codeName": "equidistant conic", - "description": "equidistant conic projection" - }, - { - "code": "equirectangular", - "codeName": "equirectangular", - "description": "equirectangular projection" - }, - { - "code": "generalVertical", - "codeName": "general vertical", - "description": "general vertical near-sided projection" - }, - { - "code": "gnomonic", - "codeName": "gnomonic", - "description": "gnomonic projection" - }, - { - "code": "lambertConic", - "codeName": "Lambert conic", - "description": "Lambert conformal conic projection" - }, - { - "code": "lambertEqualArea", - "codeName": "Lambert equal area", - "description": "Lambert azimuthal equal area projection" - }, - { - "code": "mercator", - "codeName": "Mercator", - "description": "Mercator projection" - }, - { - "code": "localPlanar", - "codeName": "local planar coordinate system", - "description": "any right-handed planar coordinate system with z-axis locally aligned with the surface of the earth" - }, - { - "code": "localSystem", - "codeName": "Local coordinate system", - "description": "any right-handed planar coordinate system" - }, - { - "code": "miller", - "codeName": "Miller", - "description": "Miller cylindrical projection" - }, - { - "code": "obliqueMercator", - "codeName": "oblique Mercator", - "description": "oblique Mercator projection" - }, - { - "code": "orthographic", - "codeName": "orthographic", - "description": "orthographic projection" - }, - { - "code": "other", - "codeName": "other projection", - "description": "other projection definition" - }, - { - "code": "parameters", - "codeName": "parameters", - "description": "projection parameter set" - }, - { - "code": "polarStereo", - "codeName": "polar stereographic", - "description": "polar stereographic projection" - }, - { - "code": "polyconic", - "codeName": "polyconic", - "description": "polyconic projection" - }, - { - "code": "robinson", - "codeName": "Robinson", - "description": "Robinson projection" - }, - { - "code": "sinusoidal", - "codeName": "sinusoidal", - "description": "sinusoidal projection" - }, - { - "code": "spaceOblique", - "codeName": "space oblique", - "description": "space oblique Mercator (Landsat) projection" - }, - { - "code": "stereographic", - "codeName": "stereographic", - "description": "stereographic projection" - }, - { - "code": "transverseMercator", - "codeName": "transverse Mercator", - "description": "transverse Mercator projection" - }, - { - "code": "grinten", - "codeName": "Van Der Grinten", - "description": "van der Grinten projection" - } - ] -} \ No newline at end of file diff --git a/resources/json/adiwg_metadataRepository.json b/resources/json/adiwg_metadataRepository.json deleted file mode 100644 index cc1a9d8..0000000 --- a/resources/json/adiwg_metadataRepository.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "adiwg_metadataRepository", - "source": "Alaska Data Integration working group", - "sourceName": "ADIwg_MetadataRepository", - "extensible": true, - "description": "established repositories for scientific data and metadata", - "codelist": [ - { - "code": "cdddf5c7-eec4-4e0c-9b54-d75b763a88fc", - "codeName": "data.gov", - "description": "U.S. Government repository of open data" - }, - { - "code": "da0336c4-a8f6-4010-99b3-1b848d14ff2f", - "codeName": "ScienceBase", - "description": "U.S. Geological Survey repository for data and metadata" - }, - { - "code": "b1d2ffbe-0b64-40fe-890a-02c4f0b6b9b4", - "codeName": "ScienceCatalog", - "description": "U.S. Geological Survey inventory for data and metadata" - }, - { - "code": "a791e961-f2d4-4be4-ab3c-1cdf8fd025b9", - "codeName": "LCCScienceCatalog", - "description": "Repository of Landscape Conservation Cooperative projects and data products." - } - ] -} \ No newline at end of file diff --git a/resources/json/adiwg_metadataStandard.json b/resources/json/adiwg_metadataStandard.json deleted file mode 100644 index f9e70c3..0000000 --- a/resources/json/adiwg_metadataStandard.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "adiwg_metadataStandard", - "source": "Alaska Data Integration working group", - "sourceName": "ADIwg_MetadataStandard", - "extensible": true, - "description": "documented standard for scientific metadata encoding", - "codelist": [ - { - "code": "001", - "codeName": "FGDC-CSDGM", - "description": "Content Standard for Digital Geospatial Metadata FGDC_STD_001-1998" - }, - { - "code": "002", - "codeName": "ISO19110", - "description": "International Standard for Feature Catalogue - 2005-02-15" - }, - { - "code": "003", - "codeName": "ISO19115", - "description": "International Standard for Geographic Information - Metadata 2003-05-01" - }, - { - "code": "004", - "codeName": "ISO19115-2", - "description": "International Standard for Geographic Information - Metadata 2009-02-15" - }, - { - "code": "005", - "codeName": "ISO19115-1", - "description": "International Standard for Geographic Information - Metadata 2014-04-01" - }, - { - "code": "006", - "codeName": "mdJson", - "description": "Alaska Data Integration working group JSON encoded metadata for exchange" - }, - { - "code": "007", - "codeName": "HTML", - "description": "Alaska Data Integration working group HTML5 encoded metadata for viewing" - }, - { - "code": "008", - "codeName": "sbJSON", - "description": "U.S. Geological Survey JSON encoded metadata for ScienceBase" - } - ] -} \ No newline at end of file diff --git a/resources/json/adiwg_namespace.json b/resources/json/adiwg_namespace.json deleted file mode 100644 index 56f577b..0000000 --- a/resources/json/adiwg_namespace.json +++ /dev/null @@ -1,80 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "adiwg_namespace", - "source": "Alaska Data Integration working group", - "sourceName": "ADIwg_Namespace", - "extensible": true, - "description": "frequently referenced namespaces", - "codelist": [ - { - "code": "info:ark/", - "codeName": "ARK", - "description": "Archival Resource Key" - }, - { - "code": "info:doi/", - "codeName": "DOI", - "description": "Digital Object Identifier" - }, - { - "code": "urn:ogc:def:crs:EPSG", - "codeName": "epsgCRS", - "description": "Coordinate reference system from European Petroleum Survey Group database" - }, - { - "code": "urn:isan", - "codeName": "ISAN", - "description": "International Standard Audiovisual Number" - }, - { - "code": "urn:isbn", - "codeName": "ISBN", - "description": "International Standard Book Number" - }, - { - "code": "urn:ISSN", - "codeName": "ISSN", - "description": "International Standard Serial Number" - }, - { - "code": "gov.sciencebase.catalog", - "codeName": "scienceBase", - "description": "ScienceBase is a U.S. Geological Survey cataloging and collaborative data management platform." - }, - { - "code": "itis.gov", - "codeName": "ITIS", - "description": "Integrated Taxonomic Information System" - }, - { - "code": "urn:uuid", - "codeName": "UUID", - "description": "Universally unique identifier" - }, - { - "code": "orcid.org", - "codeName": "ORCID", - "description": "Open Researcher and Contributor identifier" - }, - { - "code": "ror.org", - "codeName": "ROR", - "description": "Research Organization Registry identifier" - }, - { - "code": "spatialreference.org", - "codeName": "SR-ORG", - "description": "Coordinate reference system from SpatialReference.org database" - }, - { - "code": "org.adiwg.code.mapGridSystem", - "codeName": "mapGridSystem", - "description": "Name of the grid UTM, State Plane, or other grid system used by a spatial reference system." - }, - { - "code": "org.adiwg.code.mapProjection", - "codeName": "mapProjection", - "description": "Name of the planar, grid, or local projection used by a spatial reference system." - } - ] -} \ No newline at end of file diff --git a/resources/json/adiwg_unitsOfMeasure.json b/resources/json/adiwg_unitsOfMeasure.json deleted file mode 100644 index 6ffd821..0000000 --- a/resources/json/adiwg_unitsOfMeasure.json +++ /dev/null @@ -1,235 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "adiwg_unitsOfMeasure", - "source": "Alaska Data Integration working group", - "sourceName": "ADIwg_UnitsOfMeasure", - "extensible": true, - "description": "units of measure", - "codelist": [ - { - "code": "001", - "codeName": "metres", - "description": "m" - }, - { - "code": "002", - "codeName": "millimetres", - "description": "mm" - }, - { - "code": "003", - "codeName": "centimetres", - "description": "cm" - }, - { - "code": "004", - "codeName": "kilometres", - "description": "km" - }, - { - "code": "005", - "codeName": "inches", - "description": "in" - }, - { - "code": "006", - "codeName": "feet", - "description": "ft" - }, - { - "code": "007", - "codeName": "yards", - "description": "yd" - }, - { - "code": "008", - "codeName": "miles", - "description": "mi" - }, - { - "code": "009", - "codeName": "kilometresPerHour", - "description": "km/h" - }, - { - "code": "010", - "codeName": "milesPerHour", - "description": "mph" - }, - { - "code": "011", - "codeName": "metresPerSecond", - "description": "m/s" - }, - { - "code": "012", - "codeName": "feetPerSecond", - "description": "ft/s" - }, - { - "code": "013", - "codeName": "metresPerSecondSquared", - "description": "m/s²" - }, - { - "code": "014", - "codeName": "seconds", - "description": "s" - }, - { - "code": "015", - "codeName": "degCelsius", - "description": "°C" - }, - { - "code": "016", - "codeName": "degFahrenheit", - "description": "°F" - }, - { - "code": "017", - "codeName": "kelvin", - "description": "K" - }, - { - "code": "018", - "codeName": "candela", - "description": "cd" - }, - { - "code": "019", - "codeName": "radian", - "description": "rad" - }, - { - "code": "020", - "codeName": "steradian", - "description": "sr" - }, - { - "code": "021", - "codeName": "hertz", - "description": "Hz" - }, - { - "code": "022", - "codeName": "newton", - "description": "N" - }, - { - "code": "023", - "codeName": "pascal", - "description": "Pa" - }, - { - "code": "024", - "codeName": "joule", - "description": "J" - }, - { - "code": "025", - "codeName": "watt", - "description": "W" - }, - { - "code": "026", - "codeName": "ampere", - "description": "A" - }, - { - "code": "027", - "codeName": "volt", - "description": "V" - }, - { - "code": "028", - "codeName": "farad", - "description": "F" - }, - { - "code": "029", - "codeName": "ohm", - "description": "Ω" - }, - { - "code": "030", - "codeName": "siemens", - "description": "S" - }, - { - "code": "031", - "codeName": "weber", - "description": "Wb" - }, - { - "code": "032", - "codeName": "tesla", - "description": "T" - }, - { - "code": "033", - "codeName": "henry", - "description": "H" - }, - { - "code": "034", - "codeName": "lumen", - "description": "lm" - }, - { - "code": "035", - "codeName": "squareInches", - "description": "in²" - }, - { - "code": "036", - "codeName": "squareFeet", - "description": "ft²" - }, - { - "code": "037", - "codeName": "squareMiles", - "description": "mi²" - }, - { - "code": "038", - "codeName": "squareMetres", - "description": "m²" - }, - { - "code": "039", - "codeName": "hectares", - "description": "ha" - }, - { - "code": "040", - "codeName": "acres", - "description": "ac" - }, - { - "code": "041", - "codeName": "cubicInches", - "description": "in³" - }, - { - "code": "042", - "codeName": "cubicFeet", - "description": "ft³" - }, - { - "code": "043", - "codeName": "cubicMetres", - "description": "m³" - }, - { - "code": "044", - "codeName": "grams", - "description": "g" - }, - { - "code": "045", - "codeName": "coulombs", - "description": "C" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_DCPList.json b/resources/json/iso_DCPList.json deleted file mode 100644 index 05a3bf4..0000000 --- a/resources/json/iso_DCPList.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_DCPList", - "source": "ISO", - "sourceName": "DCPList", - "extensible": true, - "description": "distributed computing platforms on which the operation has been implemented", - "codelist": [ - { - "code": "001", - "codeName": "XML", - "description": "Extensible Markup Language" - }, - { - "code": "002", - "codeName": "CORBA", - "description": "Common Object Request Broker Architecture" - }, - { - "code": "003", - "codeName": "JAVA", - "description": "Object-oriented programming language" - }, - { - "code": "004", - "codeName": "COM", - "description": "Component Object Model" - }, - { - "code": "005", - "codeName": "SQL", - "description": "Structured Query Language" - }, - { - "code": "006", - "codeName": "SOAP", - "description": "Simple Object Access Protocol" - }, - { - "code": "007", - "codeName": "Z3950", - "description": "ISO 23950" - }, - { - "code": "008", - "codeName": "HTTP", - "description": "HyperText Transfer Protocol" - }, - { - "code": "009", - "codeName": "FTP", - "description": "File Transfer Protocol" - }, - { - "code": "010", - "codeName": "WebServices", - "description": "Web service" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_associationType.json b/resources/json/iso_associationType.json deleted file mode 100644 index f67fdd9..0000000 --- a/resources/json/iso_associationType.json +++ /dev/null @@ -1,125 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_associationType", - "source": "ISO", - "sourceName": "DS_AssociationTypeCode", - "extensible": true, - "description": "justification for the correlation of two resources (datasets or projects)", - "codelist": [ - { - "code": "001", - "codeName": "crossReference", - "description": "the associated resource is a reference to another dataset or project" - }, - { - "code": "002", - "codeName": "largerWorkCitation", - "description": "the associated resource is a citation to a master resource of the main resource" - }, - { - "code": "003", - "codeName": "partOfSeamlessDatabase", - "description": "the associated resource is a part of the same structured dataset as the main resource" - }, - { - "code": "004", - "codeName": "source", - "description": "the associated resource is mapping and charting information from which the main resource content originates" - }, - { - "code": "005", - "codeName": "stereoMate", - "description": "the associated resource is part of a set of imagery that when used together provide three-dimensional images" - }, - { - "code": "006", - "codeName": "isComposedOf", - "description": "the associated resource is a dataset or project that is part of the main resource" - }, - { - "code": "007", - "codeName": "collectiveTitle", - "description": "the associated resource is a common title for a collection of resources. NOTE Title identifies elements of a series collectively, combined with information about what volumes are available at the source cite." - }, - { - "code": "008", - "codeName": "series", - "description": "the associated resource was produced via the same product specifications as the main resource" - }, - { - "code": "009", - "codeName": "dependency", - "description": "the associated resource is dependent on the main resource" - }, - { - "code": "010", - "codeName": "revisionOf", - "description": "the main resource is a revision of the associated resource" - }, - { - "code": "adiwg001", - "codeName": "projectProduct", - "description": "DEPRECATED: use product", - "deprecated": true - }, - { - "code": "adiwg002", - "codeName": "supplementalResource", - "description": "the associated resource is a supplemental resource to the main resource" - }, - { - "code": "adiwg003", - "codeName": "produced", - "description": "DEPRECATED: use product", - "deprecated": true - }, - { - "code": "adiwg004", - "codeName": "productOf", - "description": "DEPRECATED: use parentProject", - "deprecated": true - }, - { - "code": "adiwg005", - "codeName": "mainProjectOf", - "description": "DEPRECATED: use subProject", - "deprecated": true - }, - { - "code": "adiwg006", - "codeName": "subProjectOf", - "description": "DEPRECATED: use parentProject", - "deprecated": true - }, - { - "code": "adiwg007", - "codeName": "product", - "description": "the associated resource is a product developed as deliverable of the main resource" - }, - { - "code": "adiwg008", - "codeName": "parentProject", - "description": "the associated resource is a parent project of the main resource" - }, - { - "code": "adiwg009", - "codeName": "subProject", - "description": "the associated resource is sub-project or task of the main resource" - }, - { - "code": "adiwg010", - "codeName": "derivativeResource", - "description": "the associated resource is derived from main resource" - }, - { - "code": "adiwg011", - "codeName": "alternate", - "description": "the associated resource is an alternate reference for the main resource" - }, - { - "code": "adiwg012", - "codeName": "isPartOf", - "description": "the associated resource is a subset of the main resource" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_bandDefinition.json b/resources/json/iso_bandDefinition.json deleted file mode 100644 index f543eb1..0000000 --- a/resources/json/iso_bandDefinition.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_bandDefinition", - "source": "ISO", - "sourceName": "MI_BandDefinition", - "extensible": true, - "description": "designation of criterion for defining maximum and minimum wavelengths for a spectral band", - "codelist": [ - { - "code": "001", - "codeName": "3dB", - "description": "width of a distribution equal to the distance between the outer two points on the distribution having power level half of that at the peak" - }, - { - "code": "002", - "codeName": "halfMaximum", - "description": "width of a distribution equal to the distance between the outer two points on the distribution having power level half of that at the peak" - }, - { - "code": "003", - "codeName": "fiftyPercent", - "description": "full spectral width of a spectral power density measured at 50% of its peak height" - }, - { - "code": "004", - "codeName": "oneOverE", - "description": "width of a distribution equal to the distance between the outer two points on the distribution having power level 1/e that of the peak" - }, - { - "code": "005", - "codeName": "equivalentWidth", - "description": "width of a band with full sensitivity or absorption at every wavelength that detects or absorbs the same amount of energy as the band described" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_cellGeometry.json b/resources/json/iso_cellGeometry.json deleted file mode 100644 index a04e3d1..0000000 --- a/resources/json/iso_cellGeometry.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_cellGeometry", - "source": "ISO", - "sourceName": "MD_CellGeometryCode", - "extensible": true, - "description": "code indicating the geometry represented by the grid cell value", - "codelist": [ - { - "code": "001", - "codeName": "point", - "description": "each cell represents a point" - }, - { - "code": "002", - "codeName": "area", - "description": "each cell represents an area" - }, - { - "code": "003", - "codeName": "voxel", - "description": "each cell represents a volumetric measurement on a regular grid in three dimensional space" - }, - { - "code": "004", - "codeName": "stratum", - "description": "height range for a single point vertical profile" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_characterSet.json b/resources/json/iso_characterSet.json deleted file mode 100644 index 7f8f523..0000000 --- a/resources/json/iso_characterSet.json +++ /dev/null @@ -1,1295 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_characterSet", - "source": "Internet Assigned Numbers Authority (IANA)", - "sourceName": "MD_CharacterSetCode", - "extensible": true, - "description": "name of the character coding standard used in the resource", - "codelist": [ - { - "code": "2005", - "codeName": "Adobe-Standard-Encoding", - "description": "PostScript Language Reference Manual PCL Symbol Set id: 10J" - }, - { - "code": "2020", - "codeName": "Adobe-Symbol-Encoding", - "description": "PostScript Language Reference Manual PCL Symbol Set id: 5M " - }, - { - "code": "2104", - "codeName": "Amiga-1251", - "description": "See [http://www.amiga.ultranet.ru/Amiga-1251.html]" - }, - { - "code": "74", - "codeName": "ANSI_X3.110-1983", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "65", - "codeName": "ASMO_449", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "2026", - "codeName": "Big5", - "description": "Chinese for Taiwan Multi-byte set. PCL Symbol Set Id: 18T" - }, - { - "code": "2101", - "codeName": "Big5-HKSCS", - "description": "See [http://www.iana.org/assignments/charset-reg/Big5-HKSCS]" - }, - { - "code": "1020", - "codeName": "BOCU-1", - "description": "[http://www.unicode.org/notes/tn6/]" - }, - { - "code": "2106", - "codeName": "BRF", - "description": "See [http://www.iana.org/assignments/charset-reg/BRF] " - }, - { - "code": "20", - "codeName": "BS_4730", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "50", - "codeName": "BS_viewdata", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "1016", - "codeName": "CESU-8", - "description": "[http://www.unicode.org/unicode/reports/tr26]" - }, - { - "code": "2260", - "codeName": "CP50220", - "description": "See [http://www.iana.org/assignments/charset-reg/CP50220]" - }, - { - "code": "2108", - "codeName": "CP51932", - "description": "See [http://www.iana.org/assignments/charset-reg/CP51932] " - }, - { - "code": "78", - "codeName": "CSA_Z243.4-1985-1", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "79", - "codeName": "CSA_Z243.4-1985-2", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "80", - "codeName": "CSA_Z243.4-1985-gr", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "86", - "codeName": "CSN_369103", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "2008", - "codeName": "DEC-MCS", - "description": "VAX/VMS User's Manual, Order Number: AI-Y517A-TE, April 1986." - }, - { - "code": "24", - "codeName": "DIN_66003", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "101", - "codeName": "dk-us", - "description": "" - }, - { - "code": "99", - "codeName": "DS_2089", - "description": "Danish Standard, DS 2089, February 1974" - }, - { - "code": "2064", - "codeName": "EBCDIC-AT-DE", - "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" - }, - { - "code": "2065", - "codeName": "EBCDIC-AT-DE-A", - "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" - }, - { - "code": "2066", - "codeName": "EBCDIC-CA-FR", - "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" - }, - { - "code": "2067", - "codeName": "EBCDIC-DK-NO", - "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" - }, - { - "code": "2068", - "codeName": "EBCDIC-DK-NO-A", - "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" - }, - { - "code": "2074", - "codeName": "EBCDIC-ES", - "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" - }, - { - "code": "2075", - "codeName": "EBCDIC-ES-A", - "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" - }, - { - "code": "2076", - "codeName": "EBCDIC-ES-S", - "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" - }, - { - "code": "2069", - "codeName": "EBCDIC-FI-SE", - "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" - }, - { - "code": "2070", - "codeName": "EBCDIC-FI-SE-A", - "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" - }, - { - "code": "2071", - "codeName": "EBCDIC-FR", - "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" - }, - { - "code": "2072", - "codeName": "EBCDIC-IT", - "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" - }, - { - "code": "2073", - "codeName": "EBCDIC-PT", - "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" - }, - { - "code": "2077", - "codeName": "EBCDIC-UK", - "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" - }, - { - "code": "2078", - "codeName": "EBCDIC-US", - "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" - }, - { - "code": "77", - "codeName": "ECMA-cyrillic", - "description": "[ISO registry] (formerly [ECMA registry])" - }, - { - "code": "23", - "codeName": "ES", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "61", - "codeName": "ES2", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "38", - "codeName": "EUC-KR", - "description": "[RFC1557] (see also KS_C_5861-1992)" - }, - { - "code": "19", - "codeName": "Extended_UNIX_Code_Fixed_Width_for_Japanese", - "description": "Code set 0: US-ASCII; code set 2: Half Width Katakana; code set 3: JIS X0212-1990" - }, - { - "code": "18", - "codeName": "Extended_UNIX_Code_Packed_Format_for_Japanese", - "description": "Code set 0: US-ASCII; code set 1: JIS X0208-1990; code set 3: JIS X0212-1990 " - }, - { - "code": "56", - "codeName": "GB_1988-80", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "57", - "codeName": "GB_2312-80", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "114", - "codeName": "GB18030", - "description": "Chinese IT Standardization Technical Committee see [http://www.iana.org/assignments/charset-reg/GB18030]" - }, - { - "code": "2025", - "codeName": "GB2312", - "description": "Chinese for People's Republic of China (PRC) mixed one byte, two byte set" - }, - { - "code": "113", - "codeName": "GBK", - "description": "Chinese IT Standardization Technical Committee see [http://www.iana.org/assignments/charset-reg/GBK]" - }, - { - "code": "94", - "codeName": "GOST_19768-74", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "64", - "codeName": "greek7", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "44", - "codeName": "greek7-old", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "91", - "codeName": "greek-ccitt", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "2021", - "codeName": "HP-DeskTop", - "description": "PCL 5 Comparison Guide, Hewlett-Packard, HP part number 5961-0510, October 1992 PCL Symbol Set id: 7J" - }, - { - "code": "2017", - "codeName": "HP-Legal", - "description": "PCL 5 Comparison Guide, Hewlett-Packard, HP part number 5961-0510, October 1992 PCL Symbol Set id: 1U" - }, - { - "code": "2019", - "codeName": "HP-Math8", - "description": "PCL 5 Comparison Guide, Hewlett-Packard, HP part number 5961-0510, October 1992 PCL Symbol Set id: 8M" - }, - { - "code": "2018", - "codeName": "HP-Pi-font", - "description": "PCL 5 Comparison Guide, Hewlett-Packard, HP part number 5961-0510, October 1992 PCL Symbol Set id: 15U " - }, - { - "code": "2004", - "codeName": "hp-roman8", - "description": "LaserJet IIP Printer User's Manual, HP part no 33471-90901, Hewlet-Packard, June 1989." - }, - { - "code": "2085", - "codeName": "HZ-GB-2312", - "description": "[RFC1842], [RFC1843][RFC1843][RFC1842]" - }, - { - "code": "2089", - "codeName": "IBM00858", - "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM00858]" - }, - { - "code": "2090", - "codeName": "IBM00924", - "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM00924]" - }, - { - "code": "2091", - "codeName": "IBM01140", - "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM01140]" - }, - { - "code": "2092", - "codeName": "IBM01141", - "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM01141] " - }, - { - "code": "2093", - "codeName": "IBM01142", - "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM01142]" - }, - { - "code": "2094", - "codeName": "IBM01143", - "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM01143]" - }, - { - "code": "2095", - "codeName": "IBM01144", - "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM01144]" - }, - { - "code": "2096", - "codeName": "IBM01145", - "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM01145]" - }, - { - "code": "2097", - "codeName": "IBM01146", - "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM01146]" - }, - { - "code": "2098", - "codeName": "IBM01147", - "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM01147]" - }, - { - "code": "2099", - "codeName": "IBM01148", - "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM01148]" - }, - { - "code": "2100", - "codeName": "IBM01149", - "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM01149]" - }, - { - "code": "2028", - "codeName": "IBM037", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2029", - "codeName": "IBM038", - "description": "IBM 3174 Character Set Ref, GA27-3831-02, March 1990" - }, - { - "code": "2063", - "codeName": "IBM1026", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2102", - "codeName": "IBM1047", - "description": "IBM1047 (EBCDIC Latin 1/Open Systems) [http://www-1.ibm.com/servers/eserver/iseries/software/globalization/pdf/cp01047z.pdf]" - }, - { - "code": "2030", - "codeName": "IBM273", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2031", - "codeName": "IBM274", - "description": "IBM 3174 Character Set Ref, GA27-3831-02, March 1990" - }, - { - "code": "2032", - "codeName": "IBM275", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2033", - "codeName": "IBM277", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2034", - "codeName": "IBM278", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2035", - "codeName": "IBM280", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2036", - "codeName": "IBM281", - "description": "IBM 3174 Character Set Ref, GA27-3831-02, March 1990" - }, - { - "code": "2037", - "codeName": "IBM284", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2038", - "codeName": "IBM285", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2039", - "codeName": "IBM290", - "description": "IBM 3174 Character Set Ref, GA27-3831-02, March 1990" - }, - { - "code": "2040", - "codeName": "IBM297", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2041", - "codeName": "IBM420", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990, IBM NLS RM p 11-11" - }, - { - "code": "2042", - "codeName": "IBM423", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2043", - "codeName": "IBM424", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2011", - "codeName": "IBM437", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2044", - "codeName": "IBM500", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2087", - "codeName": "IBM775", - "description": "HP PCL 5 Comparison Guide (P/N 5021-0329) pp B-13, 1996" - }, - { - "code": "2009", - "codeName": "IBM850", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990 " - }, - { - "code": "2045", - "codeName": "IBM851", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2010", - "codeName": "IBM852", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2046", - "codeName": "IBM855", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2047", - "codeName": "IBM857", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2048", - "codeName": "IBM860", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2049", - "codeName": "IBM861", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2013", - "codeName": "IBM862", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2050", - "codeName": "IBM863", - "description": "IBM Keyboard layouts and code pages, PN 07G4586 June 1991" - }, - { - "code": "2051", - "codeName": "IBM864", - "description": "IBM Keyboard layouts and code pages, PN 07G4586 June 1991" - }, - { - "code": "2052", - "codeName": "IBM865", - "description": "IBM DOS 3.3 Ref (Abridged), 94X9575 (Feb 1987)" - }, - { - "code": "2086", - "codeName": "IBM866", - "description": "IBM NLDG Volume 2 (SE09-8002-03) August 1994" - }, - { - "code": "2053", - "codeName": "IBM868", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2054", - "codeName": "IBM869", - "description": "IBM Keyboard layouts and code pages, PN 07G4586 June 1991" - }, - { - "code": "2055", - "codeName": "IBM870", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2056", - "codeName": "IBM871", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2057", - "codeName": "IBM880", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2058", - "codeName": "IBM891", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2059", - "codeName": "IBM903", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2060", - "codeName": "IBM904", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2061", - "codeName": "IBM905", - "description": "IBM 3174 Character Set Ref, GA27-3831-02, March 1990" - }, - { - "code": "2062", - "codeName": "IBM918", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2015", - "codeName": "IBM-Symbols", - "description": "Presentation Set, CPGID: 259" - }, - { - "code": "2016", - "codeName": "IBM-Thai", - "description": "Presentation Set, CPGID: 838" - }, - { - "code": "88", - "codeName": "IEC_P27-1", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "51", - "codeName": "INIS", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "52", - "codeName": "INIS-8", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "53", - "codeName": "INIS-cyrillic", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "29", - "codeName": "INVARIANT", - "description": "" - }, - { - "code": "96", - "codeName": "ISO_10367-box", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "73", - "codeName": "ISO_2033-1983", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "48", - "codeName": "ISO_5427", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "54", - "codeName": "ISO_5427:1981", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "55", - "codeName": "ISO_5428:1980", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "28", - "codeName": "ISO_646.basic:1983", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "30", - "codeName": "ISO_646.irv:1983", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "93", - "codeName": "ISO_6937-2-25", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "14", - "codeName": "ISO_6937-2-add", - "description": "[ISO-IR: International Register of Escape Sequences] and ISO 6937-2:1983 Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "4", - "codeName": "ISO_8859-1:1987", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "5", - "codeName": "ISO_8859-2:1987", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "6", - "codeName": "ISO_8859-3:1988", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "7", - "codeName": "ISO_8859-4:1988", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "8", - "codeName": "ISO_8859-5:1988", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "9", - "codeName": "ISO_8859-6:1987", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "81", - "codeName": "ISO_8859-6-E", - "description": "[RFC1556]" - }, - { - "code": "82", - "codeName": "ISO_8859-6-I", - "description": "[RFC1556]" - }, - { - "code": "10", - "codeName": "ISO_8859-7:1987", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "11", - "codeName": "ISO_8859-8:1988", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "84", - "codeName": "ISO_8859-8-E", - "description": "[RFC1556]" - }, - { - "code": "85", - "codeName": "ISO_8859-8-I", - "description": "[RFC1556]" - }, - { - "code": "12", - "codeName": "ISO_8859-9:1989", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "95", - "codeName": "ISO_8859-supp", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "1004", - "codeName": "ISO-10646-J-1", - "description": "ISO 10646 Japanese, see [RFC1815]" - }, - { - "code": "1000", - "codeName": "ISO-10646-UCS-2", - "description": "the 2-octet Basic Multilingual Plane, aka Unicode this needs to specify network byte order: the standard does not specify (it is a 16-bit integer space)" - }, - { - "code": "1001", - "codeName": "ISO-10646-UCS-4", - "description": "the full code space. (same comment about byte order, these are 31-bit numbers." - }, - { - "code": "1002", - "codeName": "ISO-10646-UCS-Basic", - "description": "ASCII subset of Unicode. Basic Latin = collection 1 See ISO 10646, Appendix A" - }, - { - "code": "1003", - "codeName": "ISO-10646-Unicode-Latin1", - "description": "ISO Latin-1 subset of Unicode. Basic Latin and Latin-1 Supplement = collections 1 and 2. See ISO 10646, Appendix A. See [RFC1815]." - }, - { - "code": "27", - "codeName": "ISO-10646-UTF-1", - "description": "Universal Transfer Format (1), this is the multibyte encoding, that subsets ASCII-7. It does not have byte ordering issues." - }, - { - "code": "118", - "codeName": "ISO-11548-1", - "description": "See [http://www.iana.org/assignments/charset-reg/ISO-11548-1]" - }, - { - "code": "104", - "codeName": "ISO-2022-CN", - "description": "[RFC1922]" - }, - { - "code": "105", - "codeName": "ISO-2022-CN-EXT", - "description": "[RFC1922]" - }, - { - "code": "39", - "codeName": "ISO-2022-JP", - "description": "[RFC1468] (see also [RFC2237])" - }, - { - "code": "40", - "codeName": "ISO-2022-JP-2", - "description": "[RFC1554]" - }, - { - "code": "37", - "codeName": "ISO-2022-KR", - "description": "[RFC1557] (see also KS_C_5601-1987)" - }, - { - "code": "13", - "codeName": "ISO-8859-10", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "109", - "codeName": "ISO-8859-13", - "description": "ISO See [http://www.iana.org/assignments/charset-reg/ISO-8859-13][Vladas_Tumasonis]" - }, - { - "code": "110", - "codeName": "ISO-8859-14", - "description": "ISO See [http://www.iana.org/assignments/charset-reg/ISO-8859-14] [Keld_Simonsen_2]" - }, - { - "code": "111", - "codeName": "ISO-8859-15", - "description": "ISO see [http://www.iana.org/assignments/charset-reg/ISO-8859-15]" - }, - { - "code": "112", - "codeName": "ISO-8859-16", - "description": "ISO" - }, - { - "code": "2000", - "codeName": "ISO-8859-1-Windows-3.0-Latin-1", - "description": "Extended ISO 8859-1 Latin-1 for Windows 3.0. PCL Symbol Set id: 9U" - }, - { - "code": "2001", - "codeName": "ISO-8859-1-Windows-3.1-Latin-1", - "description": "Extended ISO 8859-1 Latin-1 for Windows 3.1. PCL Symbol Set id: 19U" - }, - { - "code": "2002", - "codeName": "ISO-8859-2-Windows-Latin-2", - "description": "Extended ISO 8859-2. Latin-2 for Windows 3.1. PCL Symbol Set id: 9E" - }, - { - "code": "2003", - "codeName": "ISO-8859-9-Windows-Latin-5", - "description": "Extended ISO 8859-9. Latin-5 for Windows 3.1 PCL Symbol Set id: 5T" - }, - { - "code": "66", - "codeName": "iso-ir-90", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "1005", - "codeName": "ISO-Unicode-IBM-1261", - "description": "IBM Latin-2, -3, -5, Extended Presentation Set, GCSGID: 1261" - }, - { - "code": "1008", - "codeName": "ISO-Unicode-IBM-1264", - "description": "IBM Arabic Presentation Set, GCSGID: 1264" - }, - { - "code": "1009", - "codeName": "ISO-Unicode-IBM-1265", - "description": "IBM Hebrew Presentation Set, GCSGID: 1265" - }, - { - "code": "1006", - "codeName": "ISO-Unicode-IBM-1268", - "description": "IBM Latin-4 Extended Presentation Set, GCSGID: 1268" - }, - { - "code": "1007", - "codeName": "ISO-Unicode-IBM-1276", - "description": "IBM Cyrillic Greek Extended Presentation Set, GCSGID: 1276" - }, - { - "code": "22", - "codeName": "IT", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "41", - "codeName": "JIS_C6220-1969-jp", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "42", - "codeName": "JIS_C6220-1969-ro", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "49", - "codeName": "JIS_C6226-1978", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "63", - "codeName": "JIS_C6226-1983", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "67", - "codeName": "JIS_C6229-1984-a", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "68", - "codeName": "JIS_C6229-1984-b", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "69", - "codeName": "JIS_C6229-1984-b-add", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "70", - "codeName": "JIS_C6229-1984-hand", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "71", - "codeName": "JIS_C6229-1984-hand-add", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "72", - "codeName": "JIS_C6229-1984-kana", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "16", - "codeName": "JIS_Encoding", - "description": "JIS X 0202-1991. Uses ISO 2022 escape sequences to shift code sets as documented in JIS X 0202-1991." - }, - { - "code": "15", - "codeName": "JIS_X0201", - "description": "JIS X 0201-1976. One byte only, this is equivalent to JIS/Roman (similar to ASCII) plus eight-bit half-width Katakana" - }, - { - "code": "98", - "codeName": "JIS_X0212-1990", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "87", - "codeName": "JUS_I.B1.002", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "90", - "codeName": "JUS_I.B1.003-mac", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "89", - "codeName": "JUS_I.B1.003-serb", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "2105", - "codeName": "KOI7-switched", - "description": "See [http://www.iana.org/assignments/charset-reg/KOI7-switched]" - }, - { - "code": "2084", - "codeName": "KOI8-R", - "description": "[RFC1489], based on GOST-19768-74, ISO-6937/8, INIS-Cyrillic, ISO-5427." - }, - { - "code": "2088", - "codeName": "KOI8-U", - "description": "[RFC2319]" - }, - { - "code": "36", - "codeName": "KS_C_5601-1987", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "102", - "codeName": "KSC5636", - "description": "" - }, - { - "code": "119", - "codeName": "KZ-1048", - "description": "See [http://www.iana.org/assignments/charset-reg/KZ-1048] " - }, - { - "code": "45", - "codeName": "latin-greek", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "47", - "codeName": "Latin-greek-1", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "97", - "codeName": "latin-lap", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "2027", - "codeName": "macintosh", - "description": "The Unicode Standard ver1.0, ISBN 0-201-56788-1, Oct 1991" - }, - { - "code": "2023", - "codeName": "Microsoft-Publishing", - "description": "PCL 5 Comparison Guide, Hewlett-Packard, HP part number 5961-0510, October 1992 PCL Symbol Set id: 6J" - }, - { - "code": "2081", - "codeName": "MNEM", - "description": "[RFC1345], also known as mnemonic+ascii+8200" - }, - { - "code": "2080", - "codeName": "MNEMONIC", - "description": "[RFC1345], also known as mnemonic+ascii+38" - }, - { - "code": "62", - "codeName": "MSZ_7795.3", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "33", - "codeName": "NATS-DANO", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "34", - "codeName": "NATS-DANO-ADD", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "31", - "codeName": "NATS-SEFI", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "32", - "codeName": "NATS-SEFI-ADD", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "92", - "codeName": "NC_NC00-10:81", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "26", - "codeName": "NF_Z_62-010", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "46", - "codeName": "NF_Z_62-010_(1973)", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "25", - "codeName": "NS_4551-1", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "58", - "codeName": "NS_4551-2", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "116", - "codeName": "OSD_EBCDIC_DF03_IRV", - "description": "Fujitsu-Siemens standard mainframe EBCDIC encoding see [http://www.iana.org/assignments/charset-reg/OSD-EBCDIC-DF03-IRV]" - }, - { - "code": "117", - "codeName": "OSD_EBCDIC_DF04_1", - "description": "Fujitsu-Siemens standard mainframe EBCDIC encoding see [http://www.iana.org/assignments/charset-reg/OSD-EBCDIC-DF04-1]" - }, - { - "code": "115", - "codeName": "OSD_EBCDIC_DF04_15", - "description": "Fujitsu-Siemens standard mainframe EBCDIC encoding see [http://www.iana.org/assignments/charset-reg/OSD-EBCDIC-DF04-15]" - }, - { - "code": "2012", - "codeName": "PC8-Danish-Norwegian", - "description": "PC Danish Norwegian 8-bit PC set for Danish Norwegian PCL Symbol Set id: 11U" - }, - { - "code": "2014", - "codeName": "PC8-Turkish", - "description": "PC Latin Turkish. PCL Symbol Set id: 9T" - }, - { - "code": "43", - "codeName": "PT", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "60", - "codeName": "PT2", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "2103", - "codeName": "PTCP154", - "description": "See [http://www.iana.org/assignments/charset-reg/PTCP154]" - }, - { - "code": "1011", - "codeName": "SCSU", - "description": "SCSU See [http://www.iana.org/assignments/charset-reg/SCSU] [Markus_Scherer]" - }, - { - "code": "35", - "codeName": "SEN_850200_B", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "21", - "codeName": "SEN_850200_C", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "17", - "codeName": "Shift_JIS", - "description": "An extension of csHalfWidthKatakana by adding graphic characters in JIS X 0208. " - }, - { - "code": "83", - "codeName": "T.101-G2", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "75", - "codeName": "T.61-7bit", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "76", - "codeName": "T.61-8bit", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "2259", - "codeName": "TIS-620", - "description": "Thai Industrial Standards Institute (TISI)" - }, - { - "code": "2107", - "codeName": "TSCII", - "description": "See [http://www.iana.org/assignments/charset-reg/TSCII]" - }, - { - "code": "1010", - "codeName": "UNICODE-1-1", - "description": "[RFC1641]" - }, - { - "code": "103", - "codeName": "UNICODE-1-1-UTF-7", - "description": "[RFC1642]" - }, - { - "code": "2079", - "codeName": "UNKNOWN-8BIT", - "description": "" - }, - { - "code": "3", - "codeName": "US-ASCII", - "description": "ANSI X3.4-1986" - }, - { - "code": "100", - "codeName": "us-dk", - "description": "" - }, - { - "code": "1015", - "codeName": "UTF-16", - "description": "[RFC2781]" - }, - { - "code": "1013", - "codeName": "UTF-16BE", - "description": "[RFC2781]" - }, - { - "code": "1014", - "codeName": "UTF-16LE", - "description": "[RFC2781]" - }, - { - "code": "1017", - "codeName": "UTF-32", - "description": "[http://www.unicode.org/unicode/reports/tr19/]" - }, - { - "code": "1018", - "codeName": "UTF-32BE", - "description": "[http://www.unicode.org/unicode/reports/tr19/]" - }, - { - "code": "1019", - "codeName": "UTF-32LE", - "description": "[http://www.unicode.org/unicode/reports/tr19/]" - }, - { - "code": "1012", - "codeName": "UTF-7", - "description": "[RFC2152]" - }, - { - "code": "106", - "codeName": "UTF-8", - "description": "[RFC3629]" - }, - { - "code": "2007", - "codeName": "Ventura-International", - "description": "Ventura International. ASCII plus coded characters similar to Roman8. PCL Symbol Set id: 13J" - }, - { - "code": "2022", - "codeName": "Ventura-Math", - "description": "PCL 5 Comparison Guide, Hewlett-Packard, HP part number 5961-0510, October 1992 PCL Symbol Set id: 6M" - }, - { - "code": "2006", - "codeName": "Ventura-US", - "description": "Ventura US. " - }, - { - "code": "59", - "codeName": "videotex-suppl", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "2083", - "codeName": "VIQR", - "description": "[RFC1456]" - }, - { - "code": "2082", - "codeName": "VISCII", - "description": "[RFC1456]" - }, - { - "code": "2250", - "codeName": "windows-1250", - "description": "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1250]" - }, - { - "code": "2251", - "codeName": "windows-1251", - "description": "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1251]" - }, - { - "code": "2252", - "codeName": "windows-1252", - "description": "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1252]" - }, - { - "code": "2253", - "codeName": "windows-1253", - "description": "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1253]" - }, - { - "code": "2254", - "codeName": "windows-1254", - "description": "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1254]" - }, - { - "code": "2255", - "codeName": "windows-1255", - "description": "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1255]" - }, - { - "code": "2256", - "codeName": "windows-1256", - "description": "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1256]" - }, - { - "code": "2257", - "codeName": "windows-1257", - "description": "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1257] " - }, - { - "code": "2258", - "codeName": "windows-1258", - "description": "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1258]" - }, - { - "code": "2024", - "codeName": "Windows-31J", - "description": "Windows Japanese. " - }, - { - "code": "2109", - "codeName": "windows-874", - "description": "See [http://www.iana.org/assignments/charset-reg/windows-874]" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_classification.json b/resources/json/iso_classification.json deleted file mode 100644 index c61eacf..0000000 --- a/resources/json/iso_classification.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_classification", - "source": "ISO", - "sourceName": "MD_ClassificationCode", - "extensible": true, - "description": "name of the handling restrictions on the dataset", - "codelist": [ - { - "code": "001", - "codeName": "unclassified", - "description": "available for general disclosure" - }, - { - "code": "002", - "codeName": "restricted", - "description": "not for general disclosure" - }, - { - "code": "003", - "codeName": "confidential", - "description": "available for someone who can be entrusted with information" - }, - { - "code": "004", - "codeName": "secret", - "description": "kept or meant to be kept private, unknown, or hidden from all but a select group of people" - }, - { - "code": "005", - "codeName": "topSecret", - "description": "of the highest secrecy" - }, - { - "code": "006", - "codeName": "sensitiveButUnclassified", - "description": "although unclassified, requires strict controls over its distribution" - }, - { - "code": "007", - "codeName": "forOfficialUseOnly", - "description": "unclassified information that is to be used only for official purposes determined by the designating body" - }, - { - "code": "008", - "codeName": "protected", - "description": "compromise of the information could cause damage" - }, - { - "code": "009", - "codeName": "limitedDistribution", - "description": "dissemination limited by designating body" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_contextCode.json b/resources/json/iso_contextCode.json deleted file mode 100644 index 85c9211..0000000 --- a/resources/json/iso_contextCode.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_contextCode", - "source": "ISO", - "sourceName": "MI_ContextCode", - "extensible": true, - "description": "designation of criterion for defining the context of the scanning process event", - "codelist": [ - { - "code": "001", - "codeName": "acquisition", - "description": "event related to a specific collection" - }, - { - "code": "002", - "codeName": "pass", - "description": "event related to a sequence of collections" - }, - { - "code": "003", - "codeName": "wayPoint", - "description": "event related to a navigational manoeuvre" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_countries.json b/resources/json/iso_countries.json deleted file mode 100644 index 913c3f8..0000000 --- a/resources/json/iso_countries.json +++ /dev/null @@ -1,1255 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_countries", - "source": "ISO", - "sourceName": "CountryCode", - "extensible": true, - "description": "three letter country codes from ISO 3166-1 alpha-3 code list", - "codelist": [ - { - "code": "004", - "codeName": "AFG", - "description": "Afghanistan" - }, - { - "code": "248", - "codeName": "ALA", - "description": "Åland Islands" - }, - { - "code": "008", - "codeName": "ALB", - "description": "Albania" - }, - { - "code": "012", - "codeName": "DZA", - "description": "Algeria" - }, - { - "code": "016", - "codeName": "ASM", - "description": "American Samoa" - }, - { - "code": "020", - "codeName": "AND", - "description": "Andorra" - }, - { - "code": "024", - "codeName": "AGO", - "description": "Angola" - }, - { - "code": "660", - "codeName": "AIA", - "description": "Anguilla" - }, - { - "code": "010", - "codeName": "ATA", - "description": "Antarctica" - }, - { - "code": "028", - "codeName": "ATG", - "description": "Antigua and Barbuda" - }, - { - "code": "032", - "codeName": "ARG", - "description": "Argentina" - }, - { - "code": "051", - "codeName": "ARM", - "description": "Armenia" - }, - { - "code": "533", - "codeName": "ABW", - "description": "Aruba" - }, - { - "code": "036", - "codeName": "AUS", - "description": "Australia" - }, - { - "code": "040", - "codeName": "AUT", - "description": "Austria" - }, - { - "code": "031", - "codeName": "AZE", - "description": "Azerbaijan" - }, - { - "code": "044", - "codeName": "BHS", - "description": "Bahamas" - }, - { - "code": "048", - "codeName": "BHR", - "description": "Bahrain" - }, - { - "code": "050", - "codeName": "BGD", - "description": "Bangladesh" - }, - { - "code": "052", - "codeName": "BRB", - "description": "Barbados" - }, - { - "code": "112", - "codeName": "BLR", - "description": "Belarus" - }, - { - "code": "056", - "codeName": "BEL", - "description": "Belgium" - }, - { - "code": "084", - "codeName": "BLZ", - "description": "Belize" - }, - { - "code": "204", - "codeName": "BEN", - "description": "Benin" - }, - { - "code": "060", - "codeName": "BMU", - "description": "Bermuda" - }, - { - "code": "064", - "codeName": "BTN", - "description": "Bhutan" - }, - { - "code": "068", - "codeName": "BOL", - "description": "Bolivia (Plurinational State of)" - }, - { - "code": "535", - "codeName": "BES", - "description": "Bonaire, Sint Eustatius and Saba" - }, - { - "code": "070", - "codeName": "BIH", - "description": "Bosnia and Herzegovina" - }, - { - "code": "072", - "codeName": "BWA", - "description": "Botswana" - }, - { - "code": "074", - "codeName": "BVT", - "description": "Bouvet Island" - }, - { - "code": "076", - "codeName": "BRA", - "description": "Brazil" - }, - { - "code": "086", - "codeName": "IOT", - "description": "British Indian Ocean Territory" - }, - { - "code": "096", - "codeName": "BRN", - "description": "Brunei Darussalam" - }, - { - "code": "100", - "codeName": "BGR", - "description": "Bulgaria" - }, - { - "code": "854", - "codeName": "BFA", - "description": "Burkina Faso" - }, - { - "code": "108", - "codeName": "BDI", - "description": "Burundi" - }, - { - "code": "116", - "codeName": "KHM", - "description": "Cambodia" - }, - { - "code": "120", - "codeName": "CMR", - "description": "Cameroon" - }, - { - "code": "124", - "codeName": "CAN", - "description": "Canada" - }, - { - "code": "132", - "codeName": "CPV", - "description": "Cabo Verde" - }, - { - "code": "136", - "codeName": "CYM", - "description": "Cayman Islands" - }, - { - "code": "140", - "codeName": "CAF", - "description": "Central African Republic" - }, - { - "code": "148", - "codeName": "TCD", - "description": "Chad" - }, - { - "code": "152", - "codeName": "CHL", - "description": "Chile" - }, - { - "code": "156", - "codeName": "CHN", - "description": "China" - }, - { - "code": "162", - "codeName": "CXR", - "description": "Christmas Island" - }, - { - "code": "166", - "codeName": "CCK", - "description": "Cocos (Keeling) Islands" - }, - { - "code": "170", - "codeName": "COL", - "description": "Colombia" - }, - { - "code": "174", - "codeName": "COM", - "description": "Comoros" - }, - { - "code": "178", - "codeName": "COG", - "description": "Congo" - }, - { - "code": "180", - "codeName": "COD", - "description": "Congo (Democratic Republic of the)" - }, - { - "code": "184", - "codeName": "COK", - "description": "Cook Islands" - }, - { - "code": "188", - "codeName": "CRI", - "description": "Costa Rica" - }, - { - "code": "384", - "codeName": "CIV", - "description": "Côte d'Ivoire" - }, - { - "code": "191", - "codeName": "HRV", - "description": "Croatia" - }, - { - "code": "192", - "codeName": "CUB", - "description": "Cuba" - }, - { - "code": "531", - "codeName": "CUW", - "description": "Curaçao" - }, - { - "code": "196", - "codeName": "CYP", - "description": "Cyprus" - }, - { - "code": "203", - "codeName": "CZE", - "description": "Czech Republic" - }, - { - "code": "208", - "codeName": "DNK", - "description": "Denmark" - }, - { - "code": "262", - "codeName": "DJI", - "description": "Djibouti" - }, - { - "code": "212", - "codeName": "DMA", - "description": "Dominica" - }, - { - "code": "214", - "codeName": "DOM", - "description": "Dominican Republic" - }, - { - "code": "218", - "codeName": "ECU", - "description": "Ecuador" - }, - { - "code": "818", - "codeName": "EGY", - "description": "Egypt" - }, - { - "code": "222", - "codeName": "SLV", - "description": "El Salvador" - }, - { - "code": "226", - "codeName": "GNQ", - "description": "Equatorial Guinea" - }, - { - "code": "232", - "codeName": "ERI", - "description": "Eritrea" - }, - { - "code": "233", - "codeName": "EST", - "description": "Estonia" - }, - { - "code": "231", - "codeName": "ETH", - "description": "Ethiopia" - }, - { - "code": "238", - "codeName": "FLK", - "description": "Falkland Islands (Malvinas)" - }, - { - "code": "234", - "codeName": "FRO", - "description": "Faroe Islands" - }, - { - "code": "242", - "codeName": "FJI", - "description": "Fiji" - }, - { - "code": "246", - "codeName": "FIN", - "description": "Finland" - }, - { - "code": "250", - "codeName": "FRA", - "description": "France" - }, - { - "code": "254", - "codeName": "GUF", - "description": "French Guiana" - }, - { - "code": "258", - "codeName": "PYF", - "description": "French Polynesia" - }, - { - "code": "260", - "codeName": "ATF", - "description": "French Southern Territories" - }, - { - "code": "266", - "codeName": "GAB", - "description": "Gabon" - }, - { - "code": "270", - "codeName": "GMB", - "description": "Gambia" - }, - { - "code": "268", - "codeName": "GEO", - "description": "Georgia" - }, - { - "code": "276", - "codeName": "DEU", - "description": "Germany" - }, - { - "code": "288", - "codeName": "GHA", - "description": "Ghana" - }, - { - "code": "292", - "codeName": "GIB", - "description": "Gibraltar" - }, - { - "code": "300", - "codeName": "GRC", - "description": "Greece" - }, - { - "code": "304", - "codeName": "GRL", - "description": "Greenland" - }, - { - "code": "308", - "codeName": "GRD", - "description": "Grenada" - }, - { - "code": "312", - "codeName": "GLP", - "description": "Guadeloupe" - }, - { - "code": "316", - "codeName": "GUM", - "description": "Guam" - }, - { - "code": "320", - "codeName": "GTM", - "description": "Guatemala" - }, - { - "code": "831", - "codeName": "GGY", - "description": "Guernsey" - }, - { - "code": "324", - "codeName": "GIN", - "description": "Guinea" - }, - { - "code": "624", - "codeName": "GNB", - "description": "Guinea-Bissau" - }, - { - "code": "328", - "codeName": "GUY", - "description": "Guyana" - }, - { - "code": "332", - "codeName": "HTI", - "description": "Haiti" - }, - { - "code": "334", - "codeName": "HMD", - "description": "Heard Island and McDonald Islands" - }, - { - "code": "336", - "codeName": "VAT", - "description": "Holy See" - }, - { - "code": "340", - "codeName": "HND", - "description": "Honduras" - }, - { - "code": "344", - "codeName": "HKG", - "description": "Hong Kong" - }, - { - "code": "348", - "codeName": "HUN", - "description": "Hungary" - }, - { - "code": "352", - "codeName": "ISL", - "description": "Iceland" - }, - { - "code": "356", - "codeName": "IND", - "description": "India" - }, - { - "code": "360", - "codeName": "IDN", - "description": "Indonesia" - }, - { - "code": "364", - "codeName": "IRN", - "description": "Iran (Islamic Republic of)" - }, - { - "code": "368", - "codeName": "IRQ", - "description": "Iraq" - }, - { - "code": "372", - "codeName": "IRL", - "description": "Ireland" - }, - { - "code": "833", - "codeName": "IMN", - "description": "Isle of Man" - }, - { - "code": "376", - "codeName": "ISR", - "description": "Israel" - }, - { - "code": "380", - "codeName": "ITA", - "description": "Italy" - }, - { - "code": "388", - "codeName": "JAM", - "description": "Jamaica" - }, - { - "code": "392", - "codeName": "JPN", - "description": "Japan" - }, - { - "code": "832", - "codeName": "JEY", - "description": "Jersey" - }, - { - "code": "400", - "codeName": "JOR", - "description": "Jordan" - }, - { - "code": "398", - "codeName": "KAZ", - "description": "Kazakhstan" - }, - { - "code": "404", - "codeName": "KEN", - "description": "Kenya" - }, - { - "code": "296", - "codeName": "KIR", - "description": "Kiribati" - }, - { - "code": "408", - "codeName": "PRK", - "description": "Korea (Democratic People's Republic of)" - }, - { - "code": "410", - "codeName": "KOR", - "description": "Korea (Republic of)" - }, - { - "code": "414", - "codeName": "KWT", - "description": "Kuwait" - }, - { - "code": "417", - "codeName": "KGZ", - "description": "Kyrgyzstan" - }, - { - "code": "418", - "codeName": "LAO", - "description": "Lao People's Democratic Republic" - }, - { - "code": "428", - "codeName": "LVA", - "description": "Latvia" - }, - { - "code": "422", - "codeName": "LBN", - "description": "Lebanon" - }, - { - "code": "426", - "codeName": "LSO", - "description": "Lesotho" - }, - { - "code": "430", - "codeName": "LBR", - "description": "Liberia" - }, - { - "code": "434", - "codeName": "LBY", - "description": "Libya" - }, - { - "code": "438", - "codeName": "LIE", - "description": "Liechtenstein" - }, - { - "code": "440", - "codeName": "LTU", - "description": "Lithuania" - }, - { - "code": "442", - "codeName": "LUX", - "description": "Luxembourg" - }, - { - "code": "446", - "codeName": "MAC", - "description": "Macao" - }, - { - "code": "807", - "codeName": "MKD", - "description": "Macedonia (the former Yugoslav Republic of)" - }, - { - "code": "450", - "codeName": "MDG", - "description": "Madagascar" - }, - { - "code": "454", - "codeName": "MWI", - "description": "Malawi" - }, - { - "code": "458", - "codeName": "MYS", - "description": "Malaysia" - }, - { - "code": "462", - "codeName": "MDV", - "description": "Maldives" - }, - { - "code": "466", - "codeName": "MLI", - "description": "Mali" - }, - { - "code": "470", - "codeName": "MLT", - "description": "Malta" - }, - { - "code": "584", - "codeName": "MHL", - "description": "Marshall Islands" - }, - { - "code": "474", - "codeName": "MTQ", - "description": "Martinique" - }, - { - "code": "478", - "codeName": "MRT", - "description": "Mauritania" - }, - { - "code": "480", - "codeName": "MUS", - "description": "Mauritius" - }, - { - "code": "175", - "codeName": "MYT", - "description": "Mayotte" - }, - { - "code": "484", - "codeName": "MEX", - "description": "Mexico" - }, - { - "code": "583", - "codeName": "FSM", - "description": "Micronesia (Federated States of)" - }, - { - "code": "498", - "codeName": "MDA", - "description": "Moldova (Republic of)" - }, - { - "code": "492", - "codeName": "MCO", - "description": "Monaco" - }, - { - "code": "496", - "codeName": "MNG", - "description": "Mongolia" - }, - { - "code": "499", - "codeName": "MNE", - "description": "Montenegro" - }, - { - "code": "500", - "codeName": "MSR", - "description": "Montserrat" - }, - { - "code": "504", - "codeName": "MAR", - "description": "Morocco" - }, - { - "code": "508", - "codeName": "MOZ", - "description": "Mozambique" - }, - { - "code": "104", - "codeName": "MMR", - "description": "Myanmar" - }, - { - "code": "516", - "codeName": "NAM", - "description": "Namibia" - }, - { - "code": "520", - "codeName": "NRU", - "description": "Nauru" - }, - { - "code": "524", - "codeName": "NPL", - "description": "Nepal" - }, - { - "code": "528", - "codeName": "NLD", - "description": "Netherlands" - }, - { - "code": "540", - "codeName": "NCL", - "description": "New Caledonia" - }, - { - "code": "554", - "codeName": "NZL", - "description": "New Zealand" - }, - { - "code": "558", - "codeName": "NIC", - "description": "Nicaragua" - }, - { - "code": "562", - "codeName": "NER", - "description": "Niger" - }, - { - "code": "566", - "codeName": "NGA", - "description": "Nigeria" - }, - { - "code": "570", - "codeName": "NIU", - "description": "Niue" - }, - { - "code": "574", - "codeName": "NFK", - "description": "Norfolk Island" - }, - { - "code": "580", - "codeName": "MNP", - "description": "Northern Mariana Islands" - }, - { - "code": "578", - "codeName": "NOR", - "description": "Norway" - }, - { - "code": "512", - "codeName": "OMN", - "description": "Oman" - }, - { - "code": "586", - "codeName": "PAK", - "description": "Pakistan" - }, - { - "code": "585", - "codeName": "PLW", - "description": "Palau" - }, - { - "code": "275", - "codeName": "PSE", - "description": "Palestine, State of" - }, - { - "code": "591", - "codeName": "PAN", - "description": "Panama" - }, - { - "code": "598", - "codeName": "PNG", - "description": "Papua New Guinea" - }, - { - "code": "600", - "codeName": "PRY", - "description": "Paraguay" - }, - { - "code": "604", - "codeName": "PER", - "description": "Peru" - }, - { - "code": "608", - "codeName": "PHL", - "description": "Philippines" - }, - { - "code": "612", - "codeName": "PCN", - "description": "Pitcairn" - }, - { - "code": "616", - "codeName": "POL", - "description": "Poland" - }, - { - "code": "620", - "codeName": "PRT", - "description": "Portugal" - }, - { - "code": "630", - "codeName": "PRI", - "description": "Puerto Rico" - }, - { - "code": "634", - "codeName": "QAT", - "description": "Qatar" - }, - { - "code": "638", - "codeName": "REU", - "description": "Réunion" - }, - { - "code": "642", - "codeName": "ROU", - "description": "Romania" - }, - { - "code": "643", - "codeName": "RUS", - "description": "Russian Federation" - }, - { - "code": "646", - "codeName": "RWA", - "description": "Rwanda" - }, - { - "code": "652", - "codeName": "BLM", - "description": "Saint Barthélemy" - }, - { - "code": "654", - "codeName": "SHN", - "description": "Saint Helena, Ascension and Tristan da Cunha" - }, - { - "code": "659", - "codeName": "KNA", - "description": "Saint Kitts and Nevis" - }, - { - "code": "662", - "codeName": "LCA", - "description": "Saint Lucia" - }, - { - "code": "663", - "codeName": "MAF", - "description": "Saint Martin (French part)" - }, - { - "code": "666", - "codeName": "SPM", - "description": "Saint Pierre and Miquelon" - }, - { - "code": "670", - "codeName": "VCT", - "description": "Saint Vincent and the Grenadines" - }, - { - "code": "882", - "codeName": "WSM", - "description": "Samoa" - }, - { - "code": "674", - "codeName": "SMR", - "description": "San Marino" - }, - { - "code": "678", - "codeName": "STP", - "description": "Sao Tome and Principe" - }, - { - "code": "682", - "codeName": "SAU", - "description": "Saudi Arabia" - }, - { - "code": "686", - "codeName": "SEN", - "description": "Senegal" - }, - { - "code": "688", - "codeName": "SRB", - "description": "Serbia" - }, - { - "code": "690", - "codeName": "SYC", - "description": "Seychelles" - }, - { - "code": "694", - "codeName": "SLE", - "description": "Sierra Leone" - }, - { - "code": "702", - "codeName": "SGP", - "description": "Singapore" - }, - { - "code": "534", - "codeName": "SXM", - "description": "Sint Maarten (Dutch part)" - }, - { - "code": "703", - "codeName": "SVK", - "description": "Slovakia" - }, - { - "code": "705", - "codeName": "SVN", - "description": "Slovenia" - }, - { - "code": "090", - "codeName": "SLB", - "description": "Solomon Islands" - }, - { - "code": "706", - "codeName": "SOM", - "description": "Somalia" - }, - { - "code": "710", - "codeName": "ZAF", - "description": "South Africa" - }, - { - "code": "239", - "codeName": "SGS", - "description": "South Georgia and the South Sandwich Islands" - }, - { - "code": "728", - "codeName": "SSD", - "description": "South Sudan" - }, - { - "code": "724", - "codeName": "ESP", - "description": "Spain" - }, - { - "code": "144", - "codeName": "LKA", - "description": "Sri Lanka" - }, - { - "code": "729", - "codeName": "SDN", - "description": "Sudan" - }, - { - "code": "740", - "codeName": "SUR", - "description": "Suriname" - }, - { - "code": "744", - "codeName": "SJM", - "description": "Svalbard and Jan Mayen" - }, - { - "code": "748", - "codeName": "SWZ", - "description": "Swaziland" - }, - { - "code": "752", - "codeName": "SWE", - "description": "Sweden" - }, - { - "code": "756", - "codeName": "CHE", - "description": "Switzerland" - }, - { - "code": "760", - "codeName": "SYR", - "description": "Syrian Arab Republic" - }, - { - "code": "158", - "codeName": "TWN", - "description": "Taiwan, Province of China" - }, - { - "code": "762", - "codeName": "TJK", - "description": "Tajikistan" - }, - { - "code": "834", - "codeName": "TZA", - "description": "Tanzania, United Republic of" - }, - { - "code": "764", - "codeName": "THA", - "description": "Thailand" - }, - { - "code": "626", - "codeName": "TLS", - "description": "Timor-Leste" - }, - { - "code": "768", - "codeName": "TGO", - "description": "Togo" - }, - { - "code": "772", - "codeName": "TKL", - "description": "Tokelau" - }, - { - "code": "776", - "codeName": "TON", - "description": "Tonga" - }, - { - "code": "780", - "codeName": "TTO", - "description": "Trinidad and Tobago" - }, - { - "code": "788", - "codeName": "TUN", - "description": "Tunisia" - }, - { - "code": "792", - "codeName": "TUR", - "description": "Turkey" - }, - { - "code": "795", - "codeName": "TKM", - "description": "Turkmenistan" - }, - { - "code": "796", - "codeName": "TCA", - "description": "Turks and Caicos Islands" - }, - { - "code": "798", - "codeName": "TUV", - "description": "Tuvalu" - }, - { - "code": "800", - "codeName": "UGA", - "description": "Uganda" - }, - { - "code": "804", - "codeName": "UKR", - "description": "Ukraine" - }, - { - "code": "784", - "codeName": "ARE", - "description": "United Arab Emirates" - }, - { - "code": "826", - "codeName": "GBR", - "description": "United Kingdom of Great Britain and Northern Ireland" - }, - { - "code": "840", - "codeName": "USA", - "description": "United States of America" - }, - { - "code": "581", - "codeName": "UMI", - "description": "United States Minor Outlying Islands" - }, - { - "code": "858", - "codeName": "URY", - "description": "Uruguay" - }, - { - "code": "860", - "codeName": "UZB", - "description": "Uzbekistan" - }, - { - "code": "548", - "codeName": "VUT", - "description": "Vanuatu" - }, - { - "code": "862", - "codeName": "VEN", - "description": "Venezuela (Bolivarian Republic of)" - }, - { - "code": "704", - "codeName": "VNM", - "description": "Viet Nam" - }, - { - "code": "092", - "codeName": "VGB", - "description": "Virgin Islands (British)" - }, - { - "code": "850", - "codeName": "VIR", - "description": "Virgin Islands (U.S.)" - }, - { - "code": "876", - "codeName": "WLF", - "description": "Wallis and Futuna" - }, - { - "code": "732", - "codeName": "ESH", - "description": "Western Sahara" - }, - { - "code": "887", - "codeName": "YEM", - "description": "Yemen" - }, - { - "code": "894", - "codeName": "ZMB", - "description": "Zambia" - }, - { - "code": "716", - "codeName": "ZWE", - "description": "Zimbabwe" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_coverageContentType.json b/resources/json/iso_coverageContentType.json deleted file mode 100644 index edab6e6..0000000 --- a/resources/json/iso_coverageContentType.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_coverageContentType", - "source": "ISO", - "sourceName": "MD_CoverageContentTypeCode", - "extensible": true, - "description": "specific type of information represented in the cell", - "codelist": [ - { - "code": "001", - "codeName": "image", - "description": "meaningful numerical representation of a physical parameter that is not the actual value of the physical parameter" - }, - { - "code": "002", - "codeName": "thematicClassification", - "description": "code value with no quantitative meaning, used to represent a physical quality" - }, - { - "code": "003", - "codeName": "physicalMeasurement", - "description": "value in physical units of the quantity being measured" - }, - { - "code": "004", - "codeName": "auxillaryInformation", - "description": "data, usually a physical measurement, used to support the calculation of the primary physicalMeasurement coverages in the dataset" - }, - { - "code": "005", - "codeName": "qualityInformation", - "description": "data used to characterize the quality of the physicalMeasurement coverages in the dataset" - }, - { - "code": "006", - "codeName": "referenceInformation", - "description": "reference information used to support the calculation or use of the physicalMeasurement coverages in the dataset" - }, - { - "code": "007", - "codeName": "modelResult", - "description": "resources with values that are calculated using a model rather than being observed or calculated from observations" - }, - { - "code": "008", - "codeName": "coordinate", - "description": "data used to provide coordinate axis values" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_currency.json b/resources/json/iso_currency.json deleted file mode 100644 index 6b5f2b2..0000000 --- a/resources/json/iso_currency.json +++ /dev/null @@ -1,1405 +0,0 @@ -{ - "codelistType": "currency", - "codelistName": "iso_currency", - "source": "SNV", - "sourceName": "Swiss Association for Standards", - "extensible": false, - "description": "currency and funds codelist", - "codelist": [ - { - "code": "971", - "codeName": "AFN", - "description": "AFGHANISTAN-Afghani" - }, - { - "code": "978", - "codeName": "EUR", - "description": "ÅLAND ISLANDS-Euro" - }, - { - "code": "008", - "codeName": "ALL", - "description": "ALBANIA-Lek" - }, - { - "code": "012", - "codeName": "DZD", - "description": "ALGERIA-Algerian Dinar" - }, - { - "code": "840", - "codeName": "USD", - "description": "AMERICAN SAMOA-US Dollar" - }, - { - "code": "978", - "codeName": "EUR", - "description": "ANDORRA-Euro" - }, - { - "code": "973", - "codeName": "AOA", - "description": "ANGOLA-Kwanza" - }, - { - "code": "951", - "codeName": "XCD", - "description": "ANGUILLA-East Caribbean Dollar" - }, - { - "code": "0", - "codeName": "_", - "description": "ANTARCTICA-No universal currency" - }, - { - "code": "951", - "codeName": "XCD", - "description": "ANTIGUA AND BARBUDA-East Caribbean Dollar" - }, - { - "code": "032", - "codeName": "ARS", - "description": "ARGENTINA-Argentine Peso" - }, - { - "code": "051", - "codeName": "AMD", - "description": "ARMENIA-Armenian Dram" - }, - { - "code": "533", - "codeName": "AWG", - "description": "ARUBA-Aruban Florin" - }, - { - "code": "036", - "codeName": "AUD", - "description": "AUSTRALIA-Australian Dollar" - }, - { - "code": "978", - "codeName": "EUR", - "description": "AUSTRIA-Euro" - }, - { - "code": "944", - "codeName": "AZN", - "description": "AZERBAIJAN-Azerbaijanian Manat" - }, - { - "code": "044", - "codeName": "BSD", - "description": "BAHAMAS (THE)-Bahamian Dollar" - }, - { - "code": "048", - "codeName": "BHD", - "description": "BAHRAIN-Bahraini Dinar" - }, - { - "code": "050", - "codeName": "BDT", - "description": "BANGLADESH-Taka" - }, - { - "code": "052", - "codeName": "BBD", - "description": "BARBADOS-Barbados Dollar" - }, - { - "code": "933", - "codeName": "BYN", - "description": "BELARUS-Belarusian Ruble" - }, - { - "code": "974", - "codeName": "BYR", - "description": "BELARUS-Belarusian Ruble" - }, - { - "code": "978", - "codeName": "EUR", - "description": "BELGIUM-Euro" - }, - { - "code": "084", - "codeName": "BZD", - "description": "BELIZE-Belize Dollar" - }, - { - "code": "952", - "codeName": "XOF", - "description": "BENIN-CFA Franc BCEAO" - }, - { - "code": "060", - "codeName": "BMD", - "description": "BERMUDA-Bermudian Dollar" - }, - { - "code": "356", - "codeName": "INR", - "description": "BHUTAN-Indian Rupee" - }, - { - "code": "064", - "codeName": "BTN", - "description": "BHUTAN-Ngultrum" - }, - { - "code": "068", - "codeName": "BOB", - "description": "BOLIVIA (PLURINATIONAL STATE OF)-Boliviano" - }, - { - "code": "984", - "codeName": "BOV", - "description": "BOLIVIA (PLURINATIONAL STATE OF)-Mvdol" - }, - { - "code": "840", - "codeName": "USD", - "description": "BONAIRE, SINT EUSTATIUS AND SABA-US Dollar" - }, - { - "code": "977", - "codeName": "BAM", - "description": "BOSNIA AND HERZEGOVINA-Convertible Mark" - }, - { - "code": "072", - "codeName": "BWP", - "description": "BOTSWANA-Pula" - }, - { - "code": "578", - "codeName": "NOK", - "description": "BOUVET ISLAND-Norwegian Krone" - }, - { - "code": "986", - "codeName": "BRL", - "description": "BRAZIL-Brazilian Real" - }, - { - "code": "840", - "codeName": "USD", - "description": "BRITISH INDIAN OCEAN TERRITORY (THE)-US Dollar" - }, - { - "code": "096", - "codeName": "BND", - "description": "BRUNEI DARUSSALAM-Brunei Dollar" - }, - { - "code": "975", - "codeName": "BGN", - "description": "BULGARIA-Bulgarian Lev" - }, - { - "code": "952", - "codeName": "XOF", - "description": "BURKINA FASO-CFA Franc BCEAO" - }, - { - "code": "108", - "codeName": "BIF", - "description": "BURUNDI-Burundi Franc" - }, - { - "code": "132", - "codeName": "CVE", - "description": "CABO VERDE-Cabo Verde Escudo" - }, - { - "code": "116", - "codeName": "KHR", - "description": "CAMBODIA-Riel" - }, - { - "code": "950", - "codeName": "XAF", - "description": "CAMEROON-CFA Franc BEAC" - }, - { - "code": "124", - "codeName": "CAD", - "description": "CANADA-Canadian Dollar" - }, - { - "code": "136", - "codeName": "KYD", - "description": "CAYMAN ISLANDS (THE)-Cayman Islands Dollar" - }, - { - "code": "950", - "codeName": "XAF", - "description": "CENTRAL AFRICAN REPUBLIC (THE)-CFA Franc BEAC" - }, - { - "code": "950", - "codeName": "XAF", - "description": "CHAD-CFA Franc BEAC" - }, - { - "code": "152", - "codeName": "CLP", - "description": "CHILE-Chilean Peso" - }, - { - "code": "990", - "codeName": "CLF", - "description": "CHILE-Unidad de Fomento" - }, - { - "code": "156", - "codeName": "CNY", - "description": "CHINA-Yuan Renminbi" - }, - { - "code": "036", - "codeName": "AUD", - "description": "CHRISTMAS ISLAND-Australian Dollar" - }, - { - "code": "036", - "codeName": "AUD", - "description": "COCOS (KEELING) ISLANDS (THE)-Australian Dollar" - }, - { - "code": "170", - "codeName": "COP", - "description": "COLOMBIA-Colombian Peso" - }, - { - "code": "970", - "codeName": "COU", - "description": "COLOMBIA-Unidad de Valor Real" - }, - { - "code": "174", - "codeName": "KMF", - "description": "COMOROS (THE)-Comoro Franc" - }, - { - "code": "976", - "codeName": "CDF", - "description": "CONGO (THE DEMOCRATIC REPUBLIC OF THE)-Congolese Franc" - }, - { - "code": "950", - "codeName": "XAF", - "description": "CONGO (THE)-CFA Franc BEAC" - }, - { - "code": "554", - "codeName": "NZD", - "description": "COOK ISLANDS (THE)-New Zealand Dollar" - }, - { - "code": "188", - "codeName": "CRC", - "description": "COSTA RICA-Costa Rican Colon" - }, - { - "code": "952", - "codeName": "XOF", - "description": "CÔTE D'IVOIRE-CFA Franc BCEAO" - }, - { - "code": "191", - "codeName": "HRK", - "description": "CROATIA-Kuna" - }, - { - "code": "192", - "codeName": "CUP", - "description": "CUBA-Cuban Peso" - }, - { - "code": "931", - "codeName": "CUC", - "description": "CUBA-Peso Convertible" - }, - { - "code": "532", - "codeName": "ANG", - "description": "CURAÇAO-Netherlands Antillean Guilder" - }, - { - "code": "978", - "codeName": "EUR", - "description": "CYPRUS-Euro" - }, - { - "code": "203", - "codeName": "CZK", - "description": "CZECH REPUBLIC (THE)-Czech Koruna" - }, - { - "code": "208", - "codeName": "DKK", - "description": "DENMARK-Danish Krone" - }, - { - "code": "262", - "codeName": "DJF", - "description": "DJIBOUTI-Djibouti Franc" - }, - { - "code": "951", - "codeName": "XCD", - "description": "DOMINICA-East Caribbean Dollar" - }, - { - "code": "214", - "codeName": "DOP", - "description": "DOMINICAN REPUBLIC (THE)-Dominican Peso" - }, - { - "code": "840", - "codeName": "USD", - "description": "ECUADOR-US Dollar" - }, - { - "code": "818", - "codeName": "EGP", - "description": "EGYPT-Egyptian Pound" - }, - { - "code": "222", - "codeName": "SVC", - "description": "EL SALVADOR-El Salvador Colon" - }, - { - "code": "840", - "codeName": "USD", - "description": "EL SALVADOR-US Dollar" - }, - { - "code": "950", - "codeName": "XAF", - "description": "EQUATORIAL GUINEA-CFA Franc BEAC" - }, - { - "code": "232", - "codeName": "ERN", - "description": "ERITREA-Nakfa" - }, - { - "code": "978", - "codeName": "EUR", - "description": "ESTONIA-Euro" - }, - { - "code": "230", - "codeName": "ETB", - "description": "ETHIOPIA-Ethiopian Birr" - }, - { - "code": "978", - "codeName": "EUR", - "description": "EUROPEAN UNION-Euro" - }, - { - "code": "238", - "codeName": "FKP", - "description": "FALKLAND ISLANDS (THE) [MALVINAS]-Falkland Islands Pound" - }, - { - "code": "208", - "codeName": "DKK", - "description": "FAROE ISLANDS (THE)-Danish Krone" - }, - { - "code": "242", - "codeName": "FJD", - "description": "FIJI-Fiji Dollar" - }, - { - "code": "978", - "codeName": "EUR", - "description": "FINLAND-Euro" - }, - { - "code": "978", - "codeName": "EUR", - "description": "FRANCE-Euro" - }, - { - "code": "978", - "codeName": "EUR", - "description": "FRENCH GUIANA-Euro" - }, - { - "code": "953", - "codeName": "XPF", - "description": "FRENCH POLYNESIA-CFP Franc" - }, - { - "code": "978", - "codeName": "EUR", - "description": "FRENCH SOUTHERN TERRITORIES (THE)-Euro" - }, - { - "code": "950", - "codeName": "XAF", - "description": "GABON-CFA Franc BEAC" - }, - { - "code": "270", - "codeName": "GMD", - "description": "GAMBIA (THE)-Dalasi" - }, - { - "code": "981", - "codeName": "GEL", - "description": "GEORGIA-Lari" - }, - { - "code": "978", - "codeName": "EUR", - "description": "GERMANY-Euro" - }, - { - "code": "936", - "codeName": "GHS", - "description": "GHANA-Ghana Cedi" - }, - { - "code": "292", - "codeName": "GIP", - "description": "GIBRALTAR-Gibraltar Pound" - }, - { - "code": "978", - "codeName": "EUR", - "description": "GREECE-Euro" - }, - { - "code": "208", - "codeName": "DKK", - "description": "GREENLAND-Danish Krone" - }, - { - "code": "951", - "codeName": "XCD", - "description": "GRENADA-East Caribbean Dollar" - }, - { - "code": "978", - "codeName": "EUR", - "description": "GUADELOUPE-Euro" - }, - { - "code": "840", - "codeName": "USD", - "description": "GUAM-US Dollar" - }, - { - "code": "320", - "codeName": "GTQ", - "description": "GUATEMALA-Quetzal" - }, - { - "code": "826", - "codeName": "GBP", - "description": "GUERNSEY-Pound Sterling" - }, - { - "code": "324", - "codeName": "GNF", - "description": "GUINEA-Guinea Franc" - }, - { - "code": "952", - "codeName": "XOF", - "description": "GUINEA-BISSAU-CFA Franc BCEAO" - }, - { - "code": "328", - "codeName": "GYD", - "description": "GUYANA-Guyana Dollar" - }, - { - "code": "332", - "codeName": "HTG", - "description": "HAITI-Gourde" - }, - { - "code": "840", - "codeName": "USD", - "description": "HAITI-US Dollar" - }, - { - "code": "036", - "codeName": "AUD", - "description": "HEARD ISLAND AND McDONALD ISLANDS-Australian Dollar" - }, - { - "code": "978", - "codeName": "EUR", - "description": "HOLY SEE (THE)-Euro" - }, - { - "code": "340", - "codeName": "HNL", - "description": "HONDURAS-Lempira" - }, - { - "code": "344", - "codeName": "HKD", - "description": "HONG KONG-Hong Kong Dollar" - }, - { - "code": "348", - "codeName": "HUF", - "description": "HUNGARY-Forint" - }, - { - "code": "352", - "codeName": "ISK", - "description": "ICELAND-Iceland Krona" - }, - { - "code": "356", - "codeName": "INR", - "description": "INDIA-Indian Rupee" - }, - { - "code": "360", - "codeName": "IDR", - "description": "INDONESIA-Rupiah" - }, - { - "code": "960", - "codeName": "XDR", - "description": "INTERNATIONAL MONETARY FUND (IMF) -SDR (Special Drawing Right)" - }, - { - "code": "364", - "codeName": "IRR", - "description": "IRAN (ISLAMIC REPUBLIC OF)-Iranian Rial" - }, - { - "code": "368", - "codeName": "IQD", - "description": "IRAQ-Iraqi Dinar" - }, - { - "code": "978", - "codeName": "EUR", - "description": "IRELAND-Euro" - }, - { - "code": "826", - "codeName": "GBP", - "description": "ISLE OF MAN-Pound Sterling" - }, - { - "code": "376", - "codeName": "ILS", - "description": "ISRAEL-New Israeli Sheqel" - }, - { - "code": "978", - "codeName": "EUR", - "description": "ITALY-Euro" - }, - { - "code": "388", - "codeName": "JMD", - "description": "JAMAICA-Jamaican Dollar" - }, - { - "code": "392", - "codeName": "JPY", - "description": "JAPAN-Yen" - }, - { - "code": "826", - "codeName": "GBP", - "description": "JERSEY-Pound Sterling" - }, - { - "code": "400", - "codeName": "JOD", - "description": "JORDAN-Jordanian Dinar" - }, - { - "code": "398", - "codeName": "KZT", - "description": "KAZAKHSTAN-Tenge" - }, - { - "code": "404", - "codeName": "KES", - "description": "KENYA-Kenyan Shilling" - }, - { - "code": "036", - "codeName": "AUD", - "description": "KIRIBATI-Australian Dollar" - }, - { - "code": "408", - "codeName": "KPW", - "description": "KOREA (THE DEMOCRATIC PEOPLE’S REPUBLIC OF)-North Korean Won" - }, - { - "code": "410", - "codeName": "KRW", - "description": "KOREA (THE REPUBLIC OF)-Won" - }, - { - "code": "414", - "codeName": "KWD", - "description": "KUWAIT-Kuwaiti Dinar" - }, - { - "code": "417", - "codeName": "KGS", - "description": "KYRGYZSTAN-Som" - }, - { - "code": "418", - "codeName": "LAK", - "description": "LAO PEOPLE’S DEMOCRATIC REPUBLIC (THE)-Kip" - }, - { - "code": "978", - "codeName": "EUR", - "description": "LATVIA-Euro" - }, - { - "code": "422", - "codeName": "LBP", - "description": "LEBANON-Lebanese Pound" - }, - { - "code": "426", - "codeName": "LSL", - "description": "LESOTHO-Loti" - }, - { - "code": "710", - "codeName": "ZAR", - "description": "LESOTHO-Rand" - }, - { - "code": "430", - "codeName": "LRD", - "description": "LIBERIA-Liberian Dollar" - }, - { - "code": "434", - "codeName": "LYD", - "description": "LIBYA-Libyan Dinar" - }, - { - "code": "756", - "codeName": "CHF", - "description": "LIECHTENSTEIN-Swiss Franc" - }, - { - "code": "978", - "codeName": "EUR", - "description": "LITHUANIA-Euro" - }, - { - "code": "978", - "codeName": "EUR", - "description": "LUXEMBOURG-Euro" - }, - { - "code": "446", - "codeName": "MOP", - "description": "MACAO-Pataca" - }, - { - "code": "807", - "codeName": "MKD", - "description": "MACEDONIA (THE FORMER YUGOSLAV REPUBLIC OF)-Denar" - }, - { - "code": "969", - "codeName": "MGA", - "description": "MADAGASCAR-Malagasy Ariary" - }, - { - "code": "454", - "codeName": "MWK", - "description": "MALAWI-Malawi Kwacha" - }, - { - "code": "458", - "codeName": "MYR", - "description": "MALAYSIA-Malaysian Ringgit" - }, - { - "code": "462", - "codeName": "MVR", - "description": "MALDIVES-Rufiyaa" - }, - { - "code": "952", - "codeName": "XOF", - "description": "MALI-CFA Franc BCEAO" - }, - { - "code": "978", - "codeName": "EUR", - "description": "MALTA-Euro" - }, - { - "code": "840", - "codeName": "USD", - "description": "MARSHALL ISLANDS (THE)-US Dollar" - }, - { - "code": "978", - "codeName": "EUR", - "description": "MARTINIQUE-Euro" - }, - { - "code": "478", - "codeName": "MRO", - "description": "MAURITANIA-Ouguiya" - }, - { - "code": "480", - "codeName": "MUR", - "description": "MAURITIUS-Mauritius Rupee" - }, - { - "code": "978", - "codeName": "EUR", - "description": "MAYOTTE-Euro" - }, - { - "code": "965", - "codeName": "XUA", - "description": "MEMBER COUNTRIES OF THE AFRICAN DEVELOPMENT BANK GROUP-ADB Unit of Account" - }, - { - "code": "484", - "codeName": "MXN", - "description": "MEXICO-Mexican Peso" - }, - { - "code": "979", - "codeName": "MXV", - "description": "MEXICO-Mexican Unidad de Inversion (UDI)" - }, - { - "code": "840", - "codeName": "USD", - "description": "MICRONESIA (FEDERATED STATES OF)-US Dollar" - }, - { - "code": "498", - "codeName": "MDL", - "description": "MOLDOVA (THE REPUBLIC OF)-Moldovan Leu" - }, - { - "code": "978", - "codeName": "EUR", - "description": "MONACO-Euro" - }, - { - "code": "496", - "codeName": "MNT", - "description": "MONGOLIA-Tugrik" - }, - { - "code": "978", - "codeName": "EUR", - "description": "MONTENEGRO-Euro" - }, - { - "code": "951", - "codeName": "XCD", - "description": "MONTSERRAT-East Caribbean Dollar" - }, - { - "code": "504", - "codeName": "MAD", - "description": "MOROCCO-Moroccan Dirham" - }, - { - "code": "943", - "codeName": "MZN", - "description": "MOZAMBIQUE-Mozambique Metical" - }, - { - "code": "104", - "codeName": "MMK", - "description": "MYANMAR-Kyat" - }, - { - "code": "516", - "codeName": "NAD", - "description": "NAMIBIA-Namibia Dollar" - }, - { - "code": "710", - "codeName": "ZAR", - "description": "NAMIBIA-Rand" - }, - { - "code": "036", - "codeName": "AUD", - "description": "NAURU-Australian Dollar" - }, - { - "code": "524", - "codeName": "NPR", - "description": "NEPAL-Nepalese Rupee" - }, - { - "code": "978", - "codeName": "EUR", - "description": "NETHERLANDS (THE)-Euro" - }, - { - "code": "953", - "codeName": "XPF", - "description": "NEW CALEDONIA-CFP Franc" - }, - { - "code": "554", - "codeName": "NZD", - "description": "NEW ZEALAND-New Zealand Dollar" - }, - { - "code": "558", - "codeName": "NIO", - "description": "NICARAGUA-Cordoba Oro" - }, - { - "code": "952", - "codeName": "XOF", - "description": "NIGER (THE)-CFA Franc BCEAO" - }, - { - "code": "566", - "codeName": "NGN", - "description": "NIGERIA-Naira" - }, - { - "code": "554", - "codeName": "NZD", - "description": "NIUE-New Zealand Dollar" - }, - { - "code": "036", - "codeName": "AUD", - "description": "NORFOLK ISLAND-Australian Dollar" - }, - { - "code": "840", - "codeName": "USD", - "description": "NORTHERN MARIANA ISLANDS (THE)-US Dollar" - }, - { - "code": "578", - "codeName": "NOK", - "description": "NORWAY-Norwegian Krone" - }, - { - "code": "512", - "codeName": "OMR", - "description": "OMAN-Rial Omani" - }, - { - "code": "586", - "codeName": "PKR", - "description": "PAKISTAN-Pakistan Rupee" - }, - { - "code": "840", - "codeName": "USD", - "description": "PALAU-US Dollar" - }, - { - "code": "0", - "codeName": "_", - "description": "PALESTINE, STATE OF-No universal currency" - }, - { - "code": "590", - "codeName": "PAB", - "description": "PANAMA-Balboa" - }, - { - "code": "840", - "codeName": "USD", - "description": "PANAMA-US Dollar" - }, - { - "code": "598", - "codeName": "PGK", - "description": "PAPUA NEW GUINEA-Kina" - }, - { - "code": "600", - "codeName": "PYG", - "description": "PARAGUAY-Guarani" - }, - { - "code": "604", - "codeName": "PEN", - "description": "PERU-Sol" - }, - { - "code": "608", - "codeName": "PHP", - "description": "PHILIPPINES (THE)-Philippine Peso" - }, - { - "code": "554", - "codeName": "NZD", - "description": "PITCAIRN-New Zealand Dollar" - }, - { - "code": "985", - "codeName": "PLN", - "description": "POLAND-Zloty" - }, - { - "code": "978", - "codeName": "EUR", - "description": "PORTUGAL-Euro" - }, - { - "code": "840", - "codeName": "USD", - "description": "PUERTO RICO-US Dollar" - }, - { - "code": "634", - "codeName": "QAR", - "description": "QATAR-Qatari Rial" - }, - { - "code": "978", - "codeName": "EUR", - "description": "RÉUNION-Euro" - }, - { - "code": "946", - "codeName": "RON", - "description": "ROMANIA-Romanian Leu" - }, - { - "code": "643", - "codeName": "RUB", - "description": "RUSSIAN FEDERATION (THE)-Russian Ruble" - }, - { - "code": "646", - "codeName": "RWF", - "description": "RWANDA-Rwanda Franc" - }, - { - "code": "978", - "codeName": "EUR", - "description": "SAINT BARTHÉLEMY-Euro" - }, - { - "code": "654", - "codeName": "SHP", - "description": "SAINT HELENA, ASCENSION AND TRISTAN DA CUNHA-Saint Helena Pound" - }, - { - "code": "951", - "codeName": "XCD", - "description": "SAINT KITTS AND NEVIS-East Caribbean Dollar" - }, - { - "code": "951", - "codeName": "XCD", - "description": "SAINT LUCIA-East Caribbean Dollar" - }, - { - "code": "978", - "codeName": "EUR", - "description": "SAINT MARTIN (FRENCH PART)-Euro" - }, - { - "code": "978", - "codeName": "EUR", - "description": "SAINT PIERRE AND MIQUELON-Euro" - }, - { - "code": "951", - "codeName": "XCD", - "description": "SAINT VINCENT AND THE GRENADINES-East Caribbean Dollar" - }, - { - "code": "882", - "codeName": "WST", - "description": "SAMOA-Tala" - }, - { - "code": "978", - "codeName": "EUR", - "description": "SAN MARINO-Euro" - }, - { - "code": "678", - "codeName": "STD", - "description": "SAO TOME AND PRINCIPE-Dobra" - }, - { - "code": "682", - "codeName": "SAR", - "description": "SAUDI ARABIA-Saudi Riyal" - }, - { - "code": "952", - "codeName": "XOF", - "description": "SENEGAL-CFA Franc BCEAO" - }, - { - "code": "941", - "codeName": "RSD", - "description": "SERBIA-Serbian Dinar" - }, - { - "code": "690", - "codeName": "SCR", - "description": "SEYCHELLES-Seychelles Rupee" - }, - { - "code": "694", - "codeName": "SLL", - "description": "SIERRA LEONE-Leone" - }, - { - "code": "702", - "codeName": "SGD", - "description": "SINGAPORE-Singapore Dollar" - }, - { - "code": "532", - "codeName": "ANG", - "description": "SINT MAARTEN (DUTCH PART)-Netherlands Antillean Guilder" - }, - { - "code": "994", - "codeName": "XSU", - "description": "SISTEMA UNITARIO DE COMPENSACION REGIONAL DE PAGOS 'SUCRE'-Sucre" - }, - { - "code": "978", - "codeName": "EUR", - "description": "SLOVAKIA-Euro" - }, - { - "code": "978", - "codeName": "EUR", - "description": "SLOVENIA-Euro" - }, - { - "code": "090", - "codeName": "SBD", - "description": "SOLOMON ISLANDS-Solomon Islands Dollar" - }, - { - "code": "706", - "codeName": "SOS", - "description": "SOMALIA-Somali Shilling" - }, - { - "code": "710", - "codeName": "ZAR", - "description": "SOUTH AFRICA-Rand" - }, - { - "code": "0", - "codeName": "_", - "description": "SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS-No universal currency" - }, - { - "code": "728", - "codeName": "SSP", - "description": "SOUTH SUDAN-South Sudanese Pound" - }, - { - "code": "978", - "codeName": "EUR", - "description": "SPAIN-Euro" - }, - { - "code": "144", - "codeName": "LKR", - "description": "SRI LANKA-Sri Lanka Rupee" - }, - { - "code": "938", - "codeName": "SDG", - "description": "SUDAN (THE)-Sudanese Pound" - }, - { - "code": "968", - "codeName": "SRD", - "description": "SURINAME-Surinam Dollar" - }, - { - "code": "578", - "codeName": "NOK", - "description": "SVALBARD AND JAN MAYEN-Norwegian Krone" - }, - { - "code": "748", - "codeName": "SZL", - "description": "SWAZILAND-Lilangeni" - }, - { - "code": "752", - "codeName": "SEK", - "description": "SWEDEN-Swedish Krona" - }, - { - "code": "756", - "codeName": "CHF", - "description": "SWITZERLAND-Swiss Franc" - }, - { - "code": "947", - "codeName": "CHE", - "description": "SWITZERLAND-WIR Euro" - }, - { - "code": "948", - "codeName": "CHW", - "description": "SWITZERLAND-WIR Franc" - }, - { - "code": "760", - "codeName": "SYP", - "description": "SYRIAN ARAB REPUBLIC-Syrian Pound" - }, - { - "code": "901", - "codeName": "TWD", - "description": "TAIWAN (PROVINCE OF CHINA)-New Taiwan Dollar" - }, - { - "code": "972", - "codeName": "TJS", - "description": "TAJIKISTAN-Somoni" - }, - { - "code": "834", - "codeName": "TZS", - "description": "TANZANIA, UNITED REPUBLIC OF-Tanzanian Shilling" - }, - { - "code": "764", - "codeName": "THB", - "description": "THAILAND-Baht" - }, - { - "code": "840", - "codeName": "USD", - "description": "TIMOR-LESTE-US Dollar" - }, - { - "code": "952", - "codeName": "XOF", - "description": "TOGO-CFA Franc BCEAO" - }, - { - "code": "554", - "codeName": "NZD", - "description": "TOKELAU-New Zealand Dollar" - }, - { - "code": "776", - "codeName": "TOP", - "description": "TONGA-Pa’anga" - }, - { - "code": "780", - "codeName": "TTD", - "description": "TRINIDAD AND TOBAGO-Trinidad and Tobago Dollar" - }, - { - "code": "788", - "codeName": "TND", - "description": "TUNISIA-Tunisian Dinar" - }, - { - "code": "949", - "codeName": "TRY", - "description": "TURKEY-Turkish Lira" - }, - { - "code": "934", - "codeName": "TMT", - "description": "TURKMENISTAN-Turkmenistan New Manat" - }, - { - "code": "840", - "codeName": "USD", - "description": "TURKS AND CAICOS ISLANDS (THE)-US Dollar" - }, - { - "code": "036", - "codeName": "AUD", - "description": "TUVALU-Australian Dollar" - }, - { - "code": "800", - "codeName": "UGX", - "description": "UGANDA-Uganda Shilling" - }, - { - "code": "980", - "codeName": "UAH", - "description": "UKRAINE-Hryvnia" - }, - { - "code": "784", - "codeName": "AED", - "description": "UNITED ARAB EMIRATES (THE)-UAE Dirham" - }, - { - "code": "826", - "codeName": "GBP", - "description": "UNITED KINGDOM OF GREAT BRITAIN AND NORTHERN IRELAND (THE)-Pound Sterling" - }, - { - "code": "840", - "codeName": "USD", - "description": "UNITED STATES MINOR OUTLYING ISLANDS (THE)-US Dollar" - }, - { - "code": "840", - "codeName": "USD", - "description": "UNITED STATES OF AMERICA (THE)-US Dollar" - }, - { - "code": "997", - "codeName": "USN", - "description": "UNITED STATES OF AMERICA (THE)-US Dollar (Next day)" - }, - { - "code": "858", - "codeName": "UYU", - "description": "URUGUAY-Peso Uruguayo" - }, - { - "code": "940", - "codeName": "UYI", - "description": "URUGUAY-Uruguay Peso en Unidades Indexadas (URUIURUI)" - }, - { - "code": "860", - "codeName": "UZS", - "description": "UZBEKISTAN-Uzbekistan Sum" - }, - { - "code": "548", - "codeName": "VUV", - "description": "VANUATU-Vatu" - }, - { - "code": "937", - "codeName": "VEF", - "description": "VENEZUELA (BOLIVARIAN REPUBLIC OF)-Bolívar" - }, - { - "code": "704", - "codeName": "VND", - "description": "VIET NAM-Dong" - }, - { - "code": "840", - "codeName": "USD", - "description": "VIRGIN ISLANDS (BRITISH)-US Dollar" - }, - { - "code": "840", - "codeName": "USD", - "description": "VIRGIN ISLANDS (U.S.)-US Dollar" - }, - { - "code": "953", - "codeName": "XPF", - "description": "WALLIS AND FUTUNA-CFP Franc" - }, - { - "code": "504", - "codeName": "MAD", - "description": "WESTERN SAHARA-Moroccan Dirham" - }, - { - "code": "886", - "codeName": "YER", - "description": "YEMEN-Yemeni Rial" - }, - { - "code": "967", - "codeName": "ZMW", - "description": "ZAMBIA-Zambian Kwacha" - }, - { - "code": "932", - "codeName": "ZWL", - "description": "ZIMBABWE-Zimbabwe Dollar" - }, - { - "code": "955", - "codeName": "XBA", - "description": "ZZ01_Bond Markets Unit European_EURCO-Bond Markets Unit European Composite Unit (EURCO)" - }, - { - "code": "956", - "codeName": "XBB", - "description": "ZZ02_Bond Markets Unit European_EMU-6-Bond Markets Unit European Monetary Unit (E.M.U.-6)" - }, - { - "code": "957", - "codeName": "XBC", - "description": "ZZ03_Bond Markets Unit European_EUA-9-Bond Markets Unit European Unit of Account 9 (E.U.A.-9)" - }, - { - "code": "958", - "codeName": "XBD", - "description": "ZZ04_Bond Markets Unit European_EUA-17-Bond Markets Unit European Unit of Account 17 (E.U.A.-17)" - }, - { - "code": "963", - "codeName": "XTS", - "description": "ZZ06_Testing_Code-Codes specifically reserved for testing purposes" - }, - { - "code": "999", - "codeName": "XXX", - "description": "ZZ07_No_Currency-The codes assigned for transactions where no currency is involved" - }, - { - "code": "959", - "codeName": "XAU", - "description": "ZZ08_Gold-Gold" - }, - { - "code": "964", - "codeName": "XPD", - "description": "ZZ09_Palladium-Palladium" - }, - { - "code": "962", - "codeName": "XPT", - "description": "ZZ10_Platinum-Platinum" - }, - { - "code": "961", - "codeName": "XAG", - "description": "ZZ11_Silver-Silver" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_dateType.json b/resources/json/iso_dateType.json deleted file mode 100644 index 473d0a6..0000000 --- a/resources/json/iso_dateType.json +++ /dev/null @@ -1,145 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_dateType", - "source": "ISO", - "sourceName": "CI_DateTypeCode", - "extensible": true, - "description": "identification of when a given event occurred", - "codelist": [ - { - "code": "001", - "codeName": "creation", - "description": "date identifies when the resource was brought into existence" - }, - { - "code": "002", - "codeName": "publication", - "description": "date identifies when the resource was issued" - }, - { - "code": "003", - "codeName": "revision", - "description": "date identifies when the resource was examined or re-examined and improved or amended" - }, - { - "code": "004", - "codeName": "expiry", - "description": "date identifies when resource expires" - }, - { - "code": "005", - "codeName": "lastUpdate", - "description": "date identifies when resource was last updated" - }, - { - "code": "006", - "codeName": "lastRevision", - "description": "date identifies when resource was last reviewed" - }, - { - "code": "007", - "codeName": "nextUpdate", - "description": "date identifies when resource will be next updated" - }, - { - "code": "008", - "codeName": "unavailable", - "description": "date identifies when resource became not available or obtainable" - }, - { - "code": "009", - "codeName": "inForce", - "description": "date identifies when resource became in force" - }, - { - "code": "010", - "codeName": "adopted", - "description": "date identifies when resource was adopted" - }, - { - "code": "011", - "codeName": "deprecated", - "description": "date identifies when resource was deprecated" - }, - { - "code": "012", - "codeName": "superseded", - "description": "date identifies when resource was superseded or replaced by another resource" - }, - { - "code": "013", - "codeName": "validityBegins", - "description": "time at which the data are considered to become valid. NOTE: There could be quite a delay between creation and validity begins" - }, - { - "code": "014", - "codeName": "validityExpires", - "description": "time at which the data are no longer considered to be valid" - }, - { - "code": "015", - "codeName": "released", - "description": "the date that the resource shall be released for public access" - }, - { - "code": "016", - "codeName": "distribution", - "description": "date identifies when an instance of the resource was distributed" - }, - { - "code": "adiwg001", - "codeName": "acquisition", - "description": "date ownership of the resource was acquired generally by purchase" - }, - { - "code": "adiwg002", - "codeName": "assessment", - "description": "date the resource was reviewed or assessed" - }, - { - "code": "adiwg003", - "codeName": "award", - "description": "date a grant or funding was awarded" - }, - { - "code": "adiwg004", - "codeName": "collected", - "description": "date a sample or data was collected" - }, - { - "code": "adiwg005", - "codeName": "deprecated", - "description": "date a resource, data, or standard was deprecated" - }, - { - "code": "adiwg006", - "codeName": "due", - "description": "date a resource or task is to be completed" - }, - { - "code": "adiwg007", - "codeName": "end", - "description": "end date" - }, - { - "code": "adiwg008", - "codeName": "received", - "description": "date a resource was received" - }, - { - "code": "adiwg009", - "codeName": "reported", - "description": "date something was reported or announced" - }, - { - "code": "adiwg010", - "codeName": "start", - "description": "start or begin date" - }, - { - "code": "adiwg011", - "codeName": "transmitted", - "description": "date resource was transmitted to another party" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_dimensionNameType.json b/resources/json/iso_dimensionNameType.json deleted file mode 100644 index f20e751..0000000 --- a/resources/json/iso_dimensionNameType.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_dimensionNameType", - "source": "ISO", - "sourceName": "MD_DimensionNameTypeCode", - "extensible": true, - "description": "name of the dimension", - "codelist": [ - { - "code": "001", - "codeName": "row", - "description": "ordinate (y) axis" - }, - { - "code": "002", - "codeName": "column", - "description": "abscissa (x) axis" - }, - { - "code": "003", - "codeName": "vertical", - "description": "vertical (z) axis" - }, - { - "code": "004", - "codeName": "track", - "description": "along the direction of motion of the scan point" - }, - { - "code": "005", - "codeName": "crossTrack", - "description": "perpendicular to the direction of motion of the scan point" - }, - { - "code": "006", - "codeName": "line", - "description": "scan line of a sensor" - }, - { - "code": "007", - "codeName": "sample", - "description": "element along a scan line" - }, - { - "code": "008", - "codeName": "time", - "description": "duration" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_entityClass.json b/resources/json/iso_entityClass.json deleted file mode 100644 index c5ad9b4..0000000 --- a/resources/json/iso_entityClass.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_entityClass", - "source": "ISO", - "sourceName": "MD_DatatypeCode", - "extensible": true, - "description": "datatype of element or entity", - "codelist": [ - { - "code": "001", - "codeName": "class", - "description": "descriptor of a set of objects that share the same attributes, operations, methods, relationships, and behavior" - }, - { - "code": "002", - "codeName": "codelist", - "description": "flexible enumeration useful for expressing a long list of values, can be extended" - }, - { - "code": "003", - "codeName": "enumerations", - "description": "data type whose instances form a list of named literal values, not extendable" - }, - { - "code": "004", - "codeName": "codelistElement", - "description": "permissible value for a codelist or enumeration" - }, - { - "code": "005", - "codeName": "abstractClass", - "description": "class that cannot be directly instantiated" - }, - { - "code": "006", - "codeName": "aggregateClass", - "description": "class that is composed of classes it is connected to by an aggregate relationship" - }, - { - "code": "007", - "codeName": "specifiedClass", - "description": "subclass that may be substituted for its superclass" - }, - { - "code": "008", - "codeName": "datatypeClass", - "description": "class with few or no operations whose primary purpose is to hold the abstract state of another class for transmittal, storage, encoding or persistent storage" - }, - { - "code": "009", - "codeName": "interfaceClass", - "description": "named set of operations that characterize the behavior of an element" - }, - { - "code": "010", - "codeName": "unionClass", - "description": "class describing a selection of one of the specified types" - }, - { - "code": "011", - "codeName": "metaClass", - "description": "class whose instances are classes" - }, - { - "code": "012", - "codeName": "typeClass", - "description": "class used for specification of a domain of instances (objects), together with the operations applicable to the objects. A type may have attributes and associations" - }, - { - "code": "013", - "codeName": "characterString", - "description": "free text field" - }, - { - "code": "014", - "codeName": "integer", - "description": "numeric filed" - }, - { - "code": "015", - "codeName": "association", - "description": "semantic relationship between two classes that involves connections among their instances" - }, - { - "code": "016", - "codeName": "typeClass", - "description": "class used for specification of a domain of instances (objects), together with the operations applicable to the objects. A type may have attributes and associations" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_evaluationMethodTypeCode.json b/resources/json/iso_evaluationMethodTypeCode.json deleted file mode 100644 index 65a50be..0000000 --- a/resources/json/iso_evaluationMethodTypeCode.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_evaluationMethodTypeCode", - "source": "ISO", - "sourceName": "DQ_EvaluationMethodTypeCode", - "extensible": true, - "description": "type of method for evaluating an identified data quality measure", - "codelist": [ - { - "code": "001", - "codeName": "directInternal", - "description": "method of evaluating the quality of a data set based on inspection of items within the data set, where all data required is internal to the data set being evaluated" - }, - { - "code": "002", - "codeName": "directExternal", - "description": "method of evaluating the quality of a data set based on inspection of items within the data set, where reference data external to the data set being evaluated is required" - }, - { - "code": "003", - "codeName": "indirect", - "description": "method of evaluating the quality of a data set based on external knowledge" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_eventTypeCode.json b/resources/json/iso_eventTypeCode.json deleted file mode 100644 index 9af8d77..0000000 --- a/resources/json/iso_eventTypeCode.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_eventTypeCode", - "source": "ISO", - "sourceName": "MI_EventTypeCode", - "extensible": true, - "description": "type of event related to platform/instrument/sensor", - "codelist": [ - { - "code": "001", - "codeName": "announcement", - "description": "announcement about future events relevant to the platform/instrument/sensor" - }, - { - "code": "002", - "codeName": "calibration", - "description": "calibration event for the platform/instrument/sensor" - }, - { - "code": "003", - "codeName": "calibrationCoefficientUpdate", - "description": "update of calibration information for the platform/instrument/sensor" - }, - { - "code": "004", - "codeName": "dataLoss", - "description": "event related to data loss" - }, - { - "code": "005", - "codeName": "fatal", - "description": "event that renders the platform/instrument/sensor unusable" - }, - { - "code": "006", - "codeName": "manoeuvre", - "description": "event related to a manoeuvre of the platform/instrument/sensor" - }, - { - "code": "007", - "codeName": "missingData", - "description": "event related to missing data from the platform/instrument/sensor" - }, - { - "code": "008", - "codeName": "notice", - "description": "notice about events related to the platform/instrument/sensor" - }, - { - "code": "009", - "codeName": "prelaunch", - "description": "event related to prelaunch period for the platform/instrument/sensor" - }, - { - "code": "010", - "codeName": "severe", - "description": "event with significant impact on the performance of the platform/instrument/sensor" - }, - { - "code": "011", - "codeName": "switchOff", - "description": "event related to switching off platform/instrument/sensor" - }, - { - "code": "012", - "codeName": "switchOn", - "description": "event related to switching on platform/instrument/sensor" - }, - { - "code": "013", - "codeName": "clean", - "description": "event related to cleaning the platform/instrument/sensor" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_geometricObjectType.json b/resources/json/iso_geometricObjectType.json deleted file mode 100644 index a433e7f..0000000 --- a/resources/json/iso_geometricObjectType.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_geometricObjectType", - "source": "ISO", - "sourceName": "MD_GeometricObjectTypeCode", - "extensible": true, - "description": "name of point or vector objects used to locate zero-, one-, two- or three-dimensional spatial locations in the dataset", - "codelist": [ - { - "code": "001", - "codeName": "complex", - "description": "set of geometric primitives such that their boundaries can be represented as a union of other primitives" - }, - { - "code": "002", - "codeName": "composite", - "description": "connected set of curves, solids or surfaces" - }, - { - "code": "003", - "codeName": "curve", - "description": "bounded, 1-dimensional geometric primitive, representing the continuous image of a line" - }, - { - "code": "004", - "codeName": "point", - "description": "zero-dimensional geometric primitive, representing a position but not having an extent" - }, - { - "code": "005", - "codeName": "solid", - "description": "bounded, connected 3-dimensional geometric primitive, representing the continuous image of a region of space" - }, - { - "code": "006", - "codeName": "surface", - "description": "bounded, connected 2-dimensional geometric primitive, representing the continuous image of a region of a plane" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_geometryTypeCode.json b/resources/json/iso_geometryTypeCode.json deleted file mode 100644 index 92de87c..0000000 --- a/resources/json/iso_geometryTypeCode.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_geometryTypeCode", - "source": "ISO", - "sourceName": "MI_GeometryTypeCode", - "extensible": true, - "description": "geometric description of the collection", - "codelist": [ - { - "code": "001", - "codeName": "point", - "description": "single geographic point of interest" - }, - { - "code": "002", - "codeName": "linear", - "description": "extended collection in a single vector" - }, - { - "code": "003", - "codeName": "areal", - "description": "collection of a geographic area defined by a polygon (coverage)" - }, - { - "code": "004", - "codeName": "strip", - "description": "series of linear collections grouped by way points" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_imageCondition.json b/resources/json/iso_imageCondition.json deleted file mode 100644 index e9181e6..0000000 --- a/resources/json/iso_imageCondition.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_imageCondition", - "source": "ISO", - "sourceName": "MD_ImagingConditionCode", - "extensible": true, - "description": "code which indicates conditions which may affect the image", - "codelist": [ - { - "code": "001", - "codeName": "blurredImage", - "description": "portion of the image is blurred" - }, - { - "code": "002", - "codeName": "cloud", - "description": "portion of the image is partially obscured by cloud cover" - }, - { - "code": "003", - "codeName": "degradingObliquity", - "description": "acute angle between the plane of the ecliptic (the plane of the Earth's orbit) and the plane of the celestial equator" - }, - { - "code": "004", - "codeName": "fog", - "description": "portion of the image is partially obscured by fog" - }, - { - "code": "005", - "codeName": "heavySmokeOrDust", - "description": "portion of the image is partially obscured by heavy smoke or dust" - }, - { - "code": "006", - "codeName": "night", - "description": "image was taken at night" - }, - { - "code": "007", - "codeName": "rain", - "description": "image was taken during rainfall" - }, - { - "code": "008", - "codeName": "semiDarkness", - "description": "image was taken during semi-dark conditions - twilight conditions" - }, - { - "code": "009", - "codeName": "shadow", - "description": "portion of the image is obscured by shadow" - }, - { - "code": "010", - "codeName": "snow", - "description": "portion of the image is obscured by snow" - }, - { - "code": "011", - "codeName": "terrainMasking", - "description": "the absence of collection data of a given point or area caused by the relative location of topographic features which obstruct the collection path between the collector(s) and the subject(s) of interest" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_initiativeType.json b/resources/json/iso_initiativeType.json deleted file mode 100644 index cf448d5..0000000 --- a/resources/json/iso_initiativeType.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_initiativeType", - "source": "ISO", - "sourceName": "DS_InitiativeTypeCode", - "extensible": true, - "description": "type of initiative under which the resource was produced - the activity that resulted in the resource", - "codelist": [ - { - "code": "001", - "codeName": "campaign", - "description": "series of organized planned actions" - }, - { - "code": "002", - "codeName": "collection", - "description": "accumulation of datasets assembled for a specific purpose" - }, - { - "code": "003", - "codeName": "exercise", - "description": "specific performance of a function or group of functions" - }, - { - "code": "004", - "codeName": "experiment", - "description": "process designed to find if something is effective or valid" - }, - { - "code": "005", - "codeName": "investigation", - "description": "search or systematic inquiry" - }, - { - "code": "006", - "codeName": "mission", - "description": "specific operation of a data collection system" - }, - { - "code": "007", - "codeName": "sensor", - "description": "device or piece of equipment which detects or records" - }, - { - "code": "008", - "codeName": "operation", - "description": "action that is part of a series of actions" - }, - { - "code": "009", - "codeName": "platform", - "description": "vehicle or other support base that holds a sensor" - }, - { - "code": "010", - "codeName": "process", - "description": "method of doing something involving a number of steps" - }, - { - "code": "011", - "codeName": "program", - "description": "specific planned activity" - }, - { - "code": "012", - "codeName": "project", - "description": "organized undertaking, research, or development" - }, - { - "code": "013", - "codeName": "study", - "description": "examination or investigation" - }, - { - "code": "014", - "codeName": "task", - "description": "piece of work" - }, - { - "code": "015", - "codeName": "trial", - "description": "process of testing to discover or demonstrate something" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_keywordType.json b/resources/json/iso_keywordType.json deleted file mode 100644 index bf30b1c..0000000 --- a/resources/json/iso_keywordType.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_keywordType", - "source": "ISO", - "sourceName": "MD_KeywordTypeCode", - "extensible": true, - "description": "methods used to group similar keywords", - "codelist": [ - { - "code": "001", - "codeName": "discipline", - "description": "keyword identifies a branch of instruction or specialized learning" - }, - { - "code": "002", - "codeName": "place", - "description": "keyword identifies a location" - }, - { - "code": "003", - "codeName": "stratum", - "description": "keyword identifies the layer(s) of any deposited substance" - }, - { - "code": "004", - "codeName": "temporal", - "description": "keyword identifies a time period related to the dataset" - }, - { - "code": "005", - "codeName": "theme", - "description": "keyword identifies a particular subject or topic" - }, - { - "code": "006", - "codeName": "dataCentre", - "description": "keyword identifies a repository or archive that manages and distributes data" - }, - { - "code": "007", - "codeName": "featureType", - "description": "keyword identifies a resource containing or about a collection of feature instances with common characteristics" - }, - { - "code": "008", - "codeName": "instrument", - "description": "keyword identifies a device used to measure or compare physical properties" - }, - { - "code": "009", - "codeName": "platform", - "description": "keyword identifies a structure upon which an instrument is mounted" - }, - { - "code": "010", - "codeName": "process", - "description": "keyword identifies a series of actions or natural occurrences" - }, - { - "code": "011", - "codeName": "project", - "description": "keyword identifies an endeavour undertaken to create or modify a product or service" - }, - { - "code": "012", - "codeName": "service", - "description": "keyword identifies an activity carried out by one party for the benefit of another" - }, - { - "code": "013", - "codeName": "product", - "description": "keyword identifies a type of product" - }, - { - "code": "014", - "codeName": "subTopicCategory", - "description": "refinement of a topic category for the purpose of geographic data classification" - }, - { - "code": "015", - "codeName": "taxon", - "description": "keyword identifies a taxonomy of the resource" - }, - { - "code": "adiwg001", - "codeName": "region", - "description": "keyword identifies a known geographic region (such as US Census Area, ecoregion type, etc.)" - }, - { - "code": "adiwg002", - "codeName": "isoTopicCategory", - "description": "high-level geographic data thematic classification to assist in the grouping and search of available geographic data sets" - }, - { - "code": "adiwg003", - "codeName": "methodology", - "description": "keyword or phrase that summarizes a field or laboratory methods used" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_language.json b/resources/json/iso_language.json deleted file mode 100644 index c6b341e..0000000 --- a/resources/json/iso_language.json +++ /dev/null @@ -1,2435 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_language", - "source": "Library of Congress", - "sourceName": "LanguageCode", - "extensible": true, - "description": "code for the representation of names of languages ISO 639 Part 2", - "codelist": [ - { - "code": "001", - "codeName": "aar", - "description": "Afar" - }, - { - "code": "002", - "codeName": "abk", - "description": "Abkhazian" - }, - { - "code": "003", - "codeName": "ace", - "description": "Achinese" - }, - { - "code": "004", - "codeName": "ach", - "description": "Acoli" - }, - { - "code": "005", - "codeName": "ada", - "description": "Adangme" - }, - { - "code": "006", - "codeName": "ady", - "description": "Adyghe; Adygei" - }, - { - "code": "007", - "codeName": "afa", - "description": "Afro-Asiatic languages" - }, - { - "code": "008", - "codeName": "afh", - "description": "Afrihili" - }, - { - "code": "009", - "codeName": "afr", - "description": "Afrikaans" - }, - { - "code": "010", - "codeName": "ain", - "description": "Ainu" - }, - { - "code": "011", - "codeName": "aka", - "description": "Akan" - }, - { - "code": "012", - "codeName": "akk", - "description": "Akkadian" - }, - { - "code": "013", - "codeName": "alb", - "description": "Albanian" - }, - { - "code": "014", - "codeName": "ale", - "description": "Aleut" - }, - { - "code": "015", - "codeName": "alg", - "description": "Algonquian languages" - }, - { - "code": "016", - "codeName": "alt", - "description": "Southern Altai" - }, - { - "code": "017", - "codeName": "amh", - "description": "Amharic" - }, - { - "code": "018", - "codeName": "ang", - "description": "English, Old (ca.450-1100)" - }, - { - "code": "019", - "codeName": "anp", - "description": "Angika" - }, - { - "code": "020", - "codeName": "apa", - "description": "Apache languages" - }, - { - "code": "021", - "codeName": "ara", - "description": "Arabic" - }, - { - "code": "022", - "codeName": "arc", - "description": "Official Aramaic (700-300 BCE); Imperial Aramaic (700-300 BCE)" - }, - { - "code": "023", - "codeName": "arg", - "description": "Aragonese" - }, - { - "code": "024", - "codeName": "arm", - "description": "Armenian" - }, - { - "code": "025", - "codeName": "arn", - "description": "Mapudungun; Mapuche" - }, - { - "code": "026", - "codeName": "arp", - "description": "Arapaho" - }, - { - "code": "027", - "codeName": "art", - "description": "Artificial languages" - }, - { - "code": "028", - "codeName": "arw", - "description": "Arawak" - }, - { - "code": "029", - "codeName": "asm", - "description": "Assamese" - }, - { - "code": "030", - "codeName": "ast", - "description": "Asturian; Bable; Leonese; Asturleonese" - }, - { - "code": "031", - "codeName": "ath", - "description": "Athapascan languages" - }, - { - "code": "032", - "codeName": "aus", - "description": "Australian languages" - }, - { - "code": "033", - "codeName": "ava", - "description": "Avaric" - }, - { - "code": "034", - "codeName": "ave", - "description": "Avestan" - }, - { - "code": "035", - "codeName": "awa", - "description": "Awadhi" - }, - { - "code": "036", - "codeName": "aym", - "description": "Aymara" - }, - { - "code": "037", - "codeName": "aze", - "description": "Azerbaijani" - }, - { - "code": "038", - "codeName": "bad", - "description": "Banda languages" - }, - { - "code": "039", - "codeName": "bai", - "description": "Bamileke languages" - }, - { - "code": "040", - "codeName": "bak", - "description": "Bashkir" - }, - { - "code": "041", - "codeName": "bal", - "description": "Baluchi" - }, - { - "code": "042", - "codeName": "bam", - "description": "Bambara" - }, - { - "code": "043", - "codeName": "ban", - "description": "Balinese" - }, - { - "code": "044", - "codeName": "baq", - "description": "Basque" - }, - { - "code": "045", - "codeName": "bas", - "description": "Basa" - }, - { - "code": "046", - "codeName": "bat", - "description": "Baltic languages" - }, - { - "code": "047", - "codeName": "bej", - "description": "Beja; Bedawiyet" - }, - { - "code": "048", - "codeName": "bel", - "description": "Belarusian" - }, - { - "code": "049", - "codeName": "bem", - "description": "Bemba" - }, - { - "code": "050", - "codeName": "ben", - "description": "Bengali" - }, - { - "code": "051", - "codeName": "ber", - "description": "Berber languages" - }, - { - "code": "052", - "codeName": "bho", - "description": "Bhojpuri" - }, - { - "code": "053", - "codeName": "bih", - "description": "Bihari languages" - }, - { - "code": "054", - "codeName": "bik", - "description": "Bikol" - }, - { - "code": "055", - "codeName": "bin", - "description": "Bini; Edo" - }, - { - "code": "056", - "codeName": "bis", - "description": "Bislama" - }, - { - "code": "057", - "codeName": "bla", - "description": "Siksika" - }, - { - "code": "058", - "codeName": "bnt", - "description": "Bantu (Other)" - }, - { - "code": "059", - "codeName": "bos", - "description": "Bosnian" - }, - { - "code": "060", - "codeName": "bra", - "description": "Braj" - }, - { - "code": "061", - "codeName": "bre", - "description": "Breton" - }, - { - "code": "062", - "codeName": "btk", - "description": "Batak languages" - }, - { - "code": "063", - "codeName": "bua", - "description": "Buriat" - }, - { - "code": "064", - "codeName": "bug", - "description": "Buginese" - }, - { - "code": "065", - "codeName": "bul", - "description": "Bulgarian" - }, - { - "code": "066", - "codeName": "bur", - "description": "Burmese" - }, - { - "code": "067", - "codeName": "byn", - "description": "Blin; Bilin" - }, - { - "code": "068", - "codeName": "cad", - "description": "Caddo" - }, - { - "code": "069", - "codeName": "cai", - "description": "Central American Indian languages" - }, - { - "code": "070", - "codeName": "car", - "description": "Galibi Carib" - }, - { - "code": "071", - "codeName": "cat", - "description": "Catalan; Valencian" - }, - { - "code": "072", - "codeName": "cau", - "description": "Caucasian languages" - }, - { - "code": "073", - "codeName": "ceb", - "description": "Cebuano" - }, - { - "code": "074", - "codeName": "cel", - "description": "Celtic languages" - }, - { - "code": "075", - "codeName": "cha", - "description": "Chamorro" - }, - { - "code": "076", - "codeName": "chb", - "description": "Chibcha" - }, - { - "code": "077", - "codeName": "che", - "description": "Chechen" - }, - { - "code": "078", - "codeName": "chg", - "description": "Chagatai" - }, - { - "code": "079", - "codeName": "chi", - "description": "Chinese" - }, - { - "code": "080", - "codeName": "chk", - "description": "Chuukese" - }, - { - "code": "081", - "codeName": "chm", - "description": "Mari" - }, - { - "code": "082", - "codeName": "chn", - "description": "Chinook jargon" - }, - { - "code": "083", - "codeName": "cho", - "description": "Choctaw" - }, - { - "code": "084", - "codeName": "chp", - "description": "Chipewyan; Dene Suline" - }, - { - "code": "085", - "codeName": "chr", - "description": "Cherokee" - }, - { - "code": "086", - "codeName": "chu", - "description": "Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic" - }, - { - "code": "087", - "codeName": "chv", - "description": "Chuvash" - }, - { - "code": "088", - "codeName": "chy", - "description": "Cheyenne" - }, - { - "code": "089", - "codeName": "cmc", - "description": "Chamic languages" - }, - { - "code": "090", - "codeName": "cop", - "description": "Coptic" - }, - { - "code": "091", - "codeName": "cor", - "description": "Cornish" - }, - { - "code": "092", - "codeName": "cos", - "description": "Corsican" - }, - { - "code": "093", - "codeName": "cpe", - "description": "Creoles and pidgins, English based" - }, - { - "code": "094", - "codeName": "cpf", - "description": "Creoles and pidgins, French-based " - }, - { - "code": "095", - "codeName": "cpp", - "description": "Creoles and pidgins, Portuguese-based " - }, - { - "code": "096", - "codeName": "cre", - "description": "Cree" - }, - { - "code": "097", - "codeName": "crh", - "description": "Crimean Tatar; Crimean Turkish" - }, - { - "code": "098", - "codeName": "crp", - "description": "Creoles and pidgins " - }, - { - "code": "099", - "codeName": "csb", - "description": "Kashubian" - }, - { - "code": "100", - "codeName": "cus", - "description": "Cushitic languages" - }, - { - "code": "101", - "codeName": "cze", - "description": "Czech" - }, - { - "code": "102", - "codeName": "dak", - "description": "Dakota" - }, - { - "code": "103", - "codeName": "dan", - "description": "Danish" - }, - { - "code": "104", - "codeName": "dar", - "description": "Dargwa" - }, - { - "code": "105", - "codeName": "day", - "description": "Land Dayak languages" - }, - { - "code": "106", - "codeName": "del", - "description": "Delaware" - }, - { - "code": "107", - "codeName": "den", - "description": "Slave (Athapascan)" - }, - { - "code": "108", - "codeName": "dgr", - "description": "Dogrib" - }, - { - "code": "109", - "codeName": "din", - "description": "Dinka" - }, - { - "code": "110", - "codeName": "div", - "description": "Divehi; Dhivehi; Maldivian" - }, - { - "code": "111", - "codeName": "doi", - "description": "Dogri" - }, - { - "code": "112", - "codeName": "dra", - "description": "Dravidian languages" - }, - { - "code": "113", - "codeName": "dsb", - "description": "Lower Sorbian" - }, - { - "code": "114", - "codeName": "dua", - "description": "Duala" - }, - { - "code": "115", - "codeName": "dum", - "description": "Dutch, Middle (ca.1050-1350)" - }, - { - "code": "116", - "codeName": "dut", - "description": "Dutch; Flemish" - }, - { - "code": "117", - "codeName": "dyu", - "description": "Dyula" - }, - { - "code": "118", - "codeName": "dzo", - "description": "Dzongkha" - }, - { - "code": "119", - "codeName": "efi", - "description": "Efik" - }, - { - "code": "120", - "codeName": "egy", - "description": "Egyptian (Ancient)" - }, - { - "code": "121", - "codeName": "eka", - "description": "Ekajuk" - }, - { - "code": "122", - "codeName": "elx", - "description": "Elamite" - }, - { - "code": "123", - "codeName": "eng", - "description": "English" - }, - { - "code": "124", - "codeName": "enm", - "description": "English, Middle (1100-1500)" - }, - { - "code": "125", - "codeName": "epo", - "description": "Esperanto" - }, - { - "code": "126", - "codeName": "est", - "description": "Estonian" - }, - { - "code": "127", - "codeName": "ewe", - "description": "Ewe" - }, - { - "code": "128", - "codeName": "ewo", - "description": "Ewondo" - }, - { - "code": "129", - "codeName": "fan", - "description": "Fang" - }, - { - "code": "130", - "codeName": "fao", - "description": "Faroese" - }, - { - "code": "131", - "codeName": "fat", - "description": "Fanti" - }, - { - "code": "132", - "codeName": "fij", - "description": "Fijian" - }, - { - "code": "133", - "codeName": "fil", - "description": "Filipino; Pilipino" - }, - { - "code": "134", - "codeName": "fin", - "description": "Finnish" - }, - { - "code": "135", - "codeName": "fiu", - "description": "Finno-Ugrian languages" - }, - { - "code": "136", - "codeName": "fon", - "description": "Fon" - }, - { - "code": "137", - "codeName": "fre", - "description": "French" - }, - { - "code": "138", - "codeName": "frm", - "description": "French, Middle (ca.1400-1600)" - }, - { - "code": "139", - "codeName": "fro", - "description": "French, Old (842-ca.1400)" - }, - { - "code": "140", - "codeName": "frr", - "description": "Northern Frisian" - }, - { - "code": "141", - "codeName": "frs", - "description": "Eastern Frisian" - }, - { - "code": "142", - "codeName": "fry", - "description": "Western Frisian" - }, - { - "code": "143", - "codeName": "ful", - "description": "Fulah" - }, - { - "code": "144", - "codeName": "fur", - "description": "Friulian" - }, - { - "code": "145", - "codeName": "gaa", - "description": "Ga" - }, - { - "code": "146", - "codeName": "gay", - "description": "Gayo" - }, - { - "code": "147", - "codeName": "gba", - "description": "Gbaya" - }, - { - "code": "148", - "codeName": "gem", - "description": "Germanic languages" - }, - { - "code": "149", - "codeName": "geo", - "description": "Georgian" - }, - { - "code": "150", - "codeName": "ger", - "description": "German" - }, - { - "code": "151", - "codeName": "gez", - "description": "Geez" - }, - { - "code": "152", - "codeName": "gil", - "description": "Gilbertese" - }, - { - "code": "153", - "codeName": "gla", - "description": "Gaelic; Scottish Gaelic" - }, - { - "code": "154", - "codeName": "gle", - "description": "Irish" - }, - { - "code": "155", - "codeName": "glg", - "description": "Galician" - }, - { - "code": "156", - "codeName": "glv", - "description": "Manx" - }, - { - "code": "157", - "codeName": "gmh", - "description": "German, Middle High (ca.1050-1500)" - }, - { - "code": "158", - "codeName": "goh", - "description": "German, Old High (ca.750-1050)" - }, - { - "code": "159", - "codeName": "gon", - "description": "Gondi" - }, - { - "code": "160", - "codeName": "gor", - "description": "Gorontalo" - }, - { - "code": "161", - "codeName": "got", - "description": "Gothic" - }, - { - "code": "162", - "codeName": "grb", - "description": "Grebo" - }, - { - "code": "163", - "codeName": "grc", - "description": "Greek, Ancient (to 1453)" - }, - { - "code": "164", - "codeName": "gre", - "description": "Greek, Modern (1453-)" - }, - { - "code": "165", - "codeName": "grn", - "description": "Guarani" - }, - { - "code": "166", - "codeName": "gsw", - "description": "Swiss German; Alemannic; Alsatian" - }, - { - "code": "167", - "codeName": "guj", - "description": "Gujarati" - }, - { - "code": "168", - "codeName": "gwi", - "description": "Gwich'in" - }, - { - "code": "169", - "codeName": "hai", - "description": "Haida" - }, - { - "code": "170", - "codeName": "hat", - "description": "Haitian; Haitian Creole" - }, - { - "code": "171", - "codeName": "hau", - "description": "Hausa" - }, - { - "code": "172", - "codeName": "haw", - "description": "Hawaiian" - }, - { - "code": "173", - "codeName": "heb", - "description": "Hebrew" - }, - { - "code": "174", - "codeName": "her", - "description": "Herero" - }, - { - "code": "175", - "codeName": "hil", - "description": "Hiligaynon" - }, - { - "code": "176", - "codeName": "him", - "description": "Himachali languages; Western Pahari languages" - }, - { - "code": "177", - "codeName": "hin", - "description": "Hindi" - }, - { - "code": "178", - "codeName": "hit", - "description": "Hittite" - }, - { - "code": "179", - "codeName": "hmn", - "description": "Hmong; Mong" - }, - { - "code": "180", - "codeName": "hmo", - "description": "Hiri Motu" - }, - { - "code": "181", - "codeName": "hrv", - "description": "Croatian" - }, - { - "code": "182", - "codeName": "hsb", - "description": "Upper Sorbian" - }, - { - "code": "183", - "codeName": "hun", - "description": "Hungarian" - }, - { - "code": "184", - "codeName": "hup", - "description": "Hupa" - }, - { - "code": "185", - "codeName": "iba", - "description": "Iban" - }, - { - "code": "186", - "codeName": "ibo", - "description": "Igbo" - }, - { - "code": "187", - "codeName": "ice", - "description": "Icelandic" - }, - { - "code": "188", - "codeName": "ido", - "description": "Ido" - }, - { - "code": "189", - "codeName": "iii", - "description": "Sichuan Yi; Nuosu" - }, - { - "code": "190", - "codeName": "ijo", - "description": "Ijo languages" - }, - { - "code": "191", - "codeName": "iku", - "description": "Inuktitut" - }, - { - "code": "192", - "codeName": "ile", - "description": "Interlingue; Occidental" - }, - { - "code": "193", - "codeName": "ilo", - "description": "Iloko" - }, - { - "code": "194", - "codeName": "ina", - "description": "Interlingua (International Auxiliary Language Association)" - }, - { - "code": "195", - "codeName": "inc", - "description": "Indic languages" - }, - { - "code": "196", - "codeName": "ind", - "description": "Indonesian" - }, - { - "code": "197", - "codeName": "ine", - "description": "Indo-European languages" - }, - { - "code": "198", - "codeName": "inh", - "description": "Ingush" - }, - { - "code": "199", - "codeName": "ipk", - "description": "Inupiaq" - }, - { - "code": "200", - "codeName": "ira", - "description": "Iranian languages" - }, - { - "code": "201", - "codeName": "iro", - "description": "Iroquoian languages" - }, - { - "code": "202", - "codeName": "ita", - "description": "Italian" - }, - { - "code": "203", - "codeName": "jav", - "description": "Javanese" - }, - { - "code": "204", - "codeName": "jbo", - "description": "Lojban" - }, - { - "code": "205", - "codeName": "jpn", - "description": "Japanese" - }, - { - "code": "206", - "codeName": "jpr", - "description": "Judeo-Persian" - }, - { - "code": "207", - "codeName": "jrb", - "description": "Judeo-Arabic" - }, - { - "code": "208", - "codeName": "kaa", - "description": "Kara-Kalpak" - }, - { - "code": "209", - "codeName": "kab", - "description": "Kabyle" - }, - { - "code": "210", - "codeName": "kac", - "description": "Kachin; Jingpho" - }, - { - "code": "211", - "codeName": "kal", - "description": "Kalaallisut; Greenlandic" - }, - { - "code": "212", - "codeName": "kam", - "description": "Kamba" - }, - { - "code": "213", - "codeName": "kan", - "description": "Kannada" - }, - { - "code": "214", - "codeName": "kar", - "description": "Karen languages" - }, - { - "code": "215", - "codeName": "kas", - "description": "Kashmiri" - }, - { - "code": "216", - "codeName": "kau", - "description": "Kanuri" - }, - { - "code": "217", - "codeName": "kaw", - "description": "Kawi" - }, - { - "code": "218", - "codeName": "kaz", - "description": "Kazakh" - }, - { - "code": "219", - "codeName": "kbd", - "description": "Kabardian" - }, - { - "code": "220", - "codeName": "kha", - "description": "Khasi" - }, - { - "code": "221", - "codeName": "khi", - "description": "Khoisan languages" - }, - { - "code": "222", - "codeName": "khm", - "description": "Central Khmer" - }, - { - "code": "223", - "codeName": "kho", - "description": "Khotanese; Sakan" - }, - { - "code": "224", - "codeName": "kik", - "description": "Kikuyu; Gikuyu" - }, - { - "code": "225", - "codeName": "kin", - "description": "Kinyarwanda" - }, - { - "code": "226", - "codeName": "kir", - "description": "Kirghiz; Kyrgyz" - }, - { - "code": "227", - "codeName": "kmb", - "description": "Kimbundu" - }, - { - "code": "228", - "codeName": "kok", - "description": "Konkani" - }, - { - "code": "229", - "codeName": "kom", - "description": "Komi" - }, - { - "code": "230", - "codeName": "kon", - "description": "Kongo" - }, - { - "code": "231", - "codeName": "kor", - "description": "Korean" - }, - { - "code": "232", - "codeName": "kos", - "description": "Kosraean" - }, - { - "code": "233", - "codeName": "kpe", - "description": "Kpelle" - }, - { - "code": "234", - "codeName": "krc", - "description": "Karachay-Balkar" - }, - { - "code": "235", - "codeName": "krl", - "description": "Karelian" - }, - { - "code": "236", - "codeName": "kro", - "description": "Kru languages" - }, - { - "code": "237", - "codeName": "kru", - "description": "Kurukh" - }, - { - "code": "238", - "codeName": "kua", - "description": "Kuanyama; Kwanyama" - }, - { - "code": "239", - "codeName": "kum", - "description": "Kumyk" - }, - { - "code": "240", - "codeName": "kur", - "description": "Kurdish" - }, - { - "code": "241", - "codeName": "kut", - "description": "Kutenai" - }, - { - "code": "242", - "codeName": "lad", - "description": "Ladino" - }, - { - "code": "243", - "codeName": "lah", - "description": "Lahnda" - }, - { - "code": "244", - "codeName": "lam", - "description": "Lamba" - }, - { - "code": "245", - "codeName": "lao", - "description": "Lao" - }, - { - "code": "246", - "codeName": "lat", - "description": "Latin" - }, - { - "code": "247", - "codeName": "lav", - "description": "Latvian" - }, - { - "code": "248", - "codeName": "lez", - "description": "Lezghian" - }, - { - "code": "249", - "codeName": "lim", - "description": "Limburgan; Limburger; Limburgish" - }, - { - "code": "250", - "codeName": "lin", - "description": "Lingala" - }, - { - "code": "251", - "codeName": "lit", - "description": "Lithuanian" - }, - { - "code": "252", - "codeName": "lol", - "description": "Mongo" - }, - { - "code": "253", - "codeName": "loz", - "description": "Lozi" - }, - { - "code": "254", - "codeName": "ltz", - "description": "Luxembourgish; Letzeburgesch" - }, - { - "code": "255", - "codeName": "lua", - "description": "Luba-Lulua" - }, - { - "code": "256", - "codeName": "lub", - "description": "Luba-Katanga" - }, - { - "code": "257", - "codeName": "lug", - "description": "Ganda" - }, - { - "code": "258", - "codeName": "lui", - "description": "Luiseno" - }, - { - "code": "259", - "codeName": "lun", - "description": "Lunda" - }, - { - "code": "260", - "codeName": "luo", - "description": "Luo (Kenya and Tanzania)" - }, - { - "code": "261", - "codeName": "lus", - "description": "Lushai" - }, - { - "code": "262", - "codeName": "mac", - "description": "Macedonian" - }, - { - "code": "263", - "codeName": "mad", - "description": "Madurese" - }, - { - "code": "264", - "codeName": "mag", - "description": "Magahi" - }, - { - "code": "265", - "codeName": "mah", - "description": "Marshallese" - }, - { - "code": "266", - "codeName": "mai", - "description": "Maithili" - }, - { - "code": "267", - "codeName": "mak", - "description": "Makasar" - }, - { - "code": "268", - "codeName": "mal", - "description": "Malayalam" - }, - { - "code": "269", - "codeName": "man", - "description": "Mandingo" - }, - { - "code": "270", - "codeName": "mao", - "description": "Maori" - }, - { - "code": "271", - "codeName": "map", - "description": "Austronesian languages" - }, - { - "code": "272", - "codeName": "mar", - "description": "Marathi" - }, - { - "code": "273", - "codeName": "mas", - "description": "Masai" - }, - { - "code": "274", - "codeName": "may", - "description": "Malay" - }, - { - "code": "275", - "codeName": "mdf", - "description": "Moksha" - }, - { - "code": "276", - "codeName": "mdr", - "description": "Mandar" - }, - { - "code": "277", - "codeName": "men", - "description": "Mende" - }, - { - "code": "278", - "codeName": "mga", - "description": "Irish, Middle (900-1200)" - }, - { - "code": "279", - "codeName": "mic", - "description": "Mi'kmaq; Micmac" - }, - { - "code": "280", - "codeName": "min", - "description": "Minangkabau" - }, - { - "code": "281", - "codeName": "mis", - "description": "Uncoded languages" - }, - { - "code": "282", - "codeName": "mkh", - "description": "Mon-Khmer languages" - }, - { - "code": "283", - "codeName": "mlg", - "description": "Malagasy" - }, - { - "code": "284", - "codeName": "mlt", - "description": "Maltese" - }, - { - "code": "285", - "codeName": "mnc", - "description": "Manchu" - }, - { - "code": "286", - "codeName": "mni", - "description": "Manipuri" - }, - { - "code": "287", - "codeName": "mno", - "description": "Manobo languages" - }, - { - "code": "288", - "codeName": "moh", - "description": "Mohawk" - }, - { - "code": "289", - "codeName": "mon", - "description": "Mongolian" - }, - { - "code": "290", - "codeName": "mos", - "description": "Mossi" - }, - { - "code": "291", - "codeName": "mul", - "description": "Multiple languages" - }, - { - "code": "292", - "codeName": "mun", - "description": "Munda languages" - }, - { - "code": "293", - "codeName": "mus", - "description": "Creek" - }, - { - "code": "294", - "codeName": "mwl", - "description": "Mirandese" - }, - { - "code": "295", - "codeName": "mwr", - "description": "Marwari" - }, - { - "code": "296", - "codeName": "myn", - "description": "Mayan languages" - }, - { - "code": "297", - "codeName": "myv", - "description": "Erzya" - }, - { - "code": "298", - "codeName": "nah", - "description": "Nahuatl languages" - }, - { - "code": "299", - "codeName": "nai", - "description": "North American Indian languages" - }, - { - "code": "300", - "codeName": "nap", - "description": "Neapolitan" - }, - { - "code": "301", - "codeName": "nau", - "description": "Nauru" - }, - { - "code": "302", - "codeName": "nav", - "description": "Navajo; Navaho" - }, - { - "code": "303", - "codeName": "nbl", - "description": "Ndebele, South; South Ndebele" - }, - { - "code": "304", - "codeName": "nde", - "description": "Ndebele, North; North Ndebele" - }, - { - "code": "305", - "codeName": "ndo", - "description": "Ndonga" - }, - { - "code": "306", - "codeName": "nds", - "description": "Low German; Low Saxon; German, Low; Saxon, Low" - }, - { - "code": "307", - "codeName": "nep", - "description": "Nepali" - }, - { - "code": "308", - "codeName": "new", - "description": "Nepal Bhasa; Newari" - }, - { - "code": "309", - "codeName": "nia", - "description": "Nias" - }, - { - "code": "310", - "codeName": "nic", - "description": "Niger-Kordofanian languages" - }, - { - "code": "311", - "codeName": "niu", - "description": "Niuean" - }, - { - "code": "312", - "codeName": "nno", - "description": "Norwegian Nynorsk; Nynorsk, Norwegian" - }, - { - "code": "313", - "codeName": "nob", - "description": "Bokmål, Norwegian; Norwegian Bokmål" - }, - { - "code": "314", - "codeName": "nog", - "description": "Nogai" - }, - { - "code": "315", - "codeName": "non", - "description": "Norse, Old" - }, - { - "code": "316", - "codeName": "nor", - "description": "Norwegian" - }, - { - "code": "317", - "codeName": "nqo", - "description": "N'Ko" - }, - { - "code": "318", - "codeName": "nso", - "description": "Pedi; Sepedi; Northern Sotho" - }, - { - "code": "319", - "codeName": "nub", - "description": "Nubian languages" - }, - { - "code": "320", - "codeName": "nwc", - "description": "Classical Newari; Old Newari; Classical Nepal Bhasa" - }, - { - "code": "321", - "codeName": "nya", - "description": "Chichewa; Chewa; Nyanja" - }, - { - "code": "322", - "codeName": "nym", - "description": "Nyamwezi" - }, - { - "code": "323", - "codeName": "nyn", - "description": "Nyankole" - }, - { - "code": "324", - "codeName": "nyo", - "description": "Nyoro" - }, - { - "code": "325", - "codeName": "nzi", - "description": "Nzima" - }, - { - "code": "326", - "codeName": "oci", - "description": "Occitan (post 1500); Provençal" - }, - { - "code": "327", - "codeName": "oji", - "description": "Ojibwa" - }, - { - "code": "328", - "codeName": "ori", - "description": "Oriya" - }, - { - "code": "329", - "codeName": "orm", - "description": "Oromo" - }, - { - "code": "330", - "codeName": "osa", - "description": "Osage" - }, - { - "code": "331", - "codeName": "oss", - "description": "Ossetian; Ossetic" - }, - { - "code": "332", - "codeName": "ota", - "description": "Turkish, Ottoman (1500-1928)" - }, - { - "code": "333", - "codeName": "oto", - "description": "Otomian languages" - }, - { - "code": "334", - "codeName": "paa", - "description": "Papuan languages" - }, - { - "code": "335", - "codeName": "pag", - "description": "Pangasinan" - }, - { - "code": "336", - "codeName": "pal", - "description": "Pahlavi" - }, - { - "code": "337", - "codeName": "pam", - "description": "Pampanga; Kapampangan" - }, - { - "code": "338", - "codeName": "pan", - "description": "Panjabi; Punjabi" - }, - { - "code": "339", - "codeName": "pap", - "description": "Papiamento" - }, - { - "code": "340", - "codeName": "pau", - "description": "Palauan" - }, - { - "code": "341", - "codeName": "peo", - "description": "Persian, Old (ca.600-400 B.C.)" - }, - { - "code": "342", - "codeName": "per", - "description": "Persian" - }, - { - "code": "343", - "codeName": "phi", - "description": "Philippine languages" - }, - { - "code": "344", - "codeName": "phn", - "description": "Phoenician" - }, - { - "code": "345", - "codeName": "pli", - "description": "Pali" - }, - { - "code": "346", - "codeName": "pol", - "description": "Polish" - }, - { - "code": "347", - "codeName": "pon", - "description": "Pohnpeian" - }, - { - "code": "348", - "codeName": "por", - "description": "Portuguese" - }, - { - "code": "349", - "codeName": "pra", - "description": "Prakrit languages" - }, - { - "code": "350", - "codeName": "pro", - "description": "Provençal, Old (to 1500)" - }, - { - "code": "351", - "codeName": "pus", - "description": "Pushto; Pashto" - }, - { - "code": "353", - "codeName": "que", - "description": "Quechua" - }, - { - "code": "354", - "codeName": "raj", - "description": "Rajasthani" - }, - { - "code": "355", - "codeName": "rap", - "description": "Rapanui" - }, - { - "code": "356", - "codeName": "rar", - "description": "Rarotongan; Cook Islands Maori" - }, - { - "code": "357", - "codeName": "roa", - "description": "Romance languages" - }, - { - "code": "358", - "codeName": "roh", - "description": "Romansh" - }, - { - "code": "359", - "codeName": "rom", - "description": "Romany" - }, - { - "code": "360", - "codeName": "rum", - "description": "Romanian; Moldavian; Moldovan" - }, - { - "code": "361", - "codeName": "run", - "description": "Rundi" - }, - { - "code": "362", - "codeName": "rup", - "description": "Aromanian; Arumanian; Macedo-Romanian" - }, - { - "code": "363", - "codeName": "rus", - "description": "Russian" - }, - { - "code": "364", - "codeName": "sad", - "description": "Sandawe" - }, - { - "code": "365", - "codeName": "sag", - "description": "Sango" - }, - { - "code": "366", - "codeName": "sah", - "description": "Yakut" - }, - { - "code": "367", - "codeName": "sai", - "description": "South American Indian (Other)" - }, - { - "code": "368", - "codeName": "sal", - "description": "Salishan languages" - }, - { - "code": "369", - "codeName": "sam", - "description": "Samaritan Aramaic" - }, - { - "code": "370", - "codeName": "san", - "description": "Sanskrit" - }, - { - "code": "371", - "codeName": "sas", - "description": "Sasak" - }, - { - "code": "372", - "codeName": "sat", - "description": "Santali" - }, - { - "code": "373", - "codeName": "scn", - "description": "Sicilian" - }, - { - "code": "374", - "codeName": "sco", - "description": "Scots" - }, - { - "code": "375", - "codeName": "sel", - "description": "Selkup" - }, - { - "code": "376", - "codeName": "sem", - "description": "Semitic languages" - }, - { - "code": "377", - "codeName": "sga", - "description": "Irish, Old (to 900)" - }, - { - "code": "378", - "codeName": "sgn", - "description": "Sign Languages" - }, - { - "code": "379", - "codeName": "shn", - "description": "Shan" - }, - { - "code": "380", - "codeName": "sid", - "description": "Sidamo" - }, - { - "code": "381", - "codeName": "sin", - "description": "Sinhala; Sinhalese" - }, - { - "code": "382", - "codeName": "sio", - "description": "Siouan languages" - }, - { - "code": "383", - "codeName": "sit", - "description": "Sino-Tibetan languages" - }, - { - "code": "384", - "codeName": "sla", - "description": "Slavic languages" - }, - { - "code": "385", - "codeName": "slo", - "description": "Slovak" - }, - { - "code": "386", - "codeName": "slv", - "description": "Slovenian" - }, - { - "code": "387", - "codeName": "sma", - "description": "Southern Sami" - }, - { - "code": "388", - "codeName": "sme", - "description": "Northern Sami" - }, - { - "code": "389", - "codeName": "smi", - "description": "Sami languages" - }, - { - "code": "390", - "codeName": "smj", - "description": "Lule Sami" - }, - { - "code": "391", - "codeName": "smn", - "description": "Inari Sami" - }, - { - "code": "392", - "codeName": "smo", - "description": "Samoan" - }, - { - "code": "393", - "codeName": "sms", - "description": "Skolt Sami" - }, - { - "code": "394", - "codeName": "sna", - "description": "Shona" - }, - { - "code": "395", - "codeName": "snd", - "description": "Sindhi" - }, - { - "code": "396", - "codeName": "snk", - "description": "Soninke" - }, - { - "code": "397", - "codeName": "sog", - "description": "Sogdian" - }, - { - "code": "398", - "codeName": "som", - "description": "Somali" - }, - { - "code": "399", - "codeName": "son", - "description": "Songhai languages" - }, - { - "code": "400", - "codeName": "sot", - "description": "Sotho, Southern" - }, - { - "code": "401", - "codeName": "spa", - "description": "Spanish; Castilian" - }, - { - "code": "402", - "codeName": "srd", - "description": "Sardinian" - }, - { - "code": "403", - "codeName": "srn", - "description": "Sranan Tongo" - }, - { - "code": "404", - "codeName": "srp", - "description": "Serbian" - }, - { - "code": "405", - "codeName": "srr", - "description": "Serer" - }, - { - "code": "406", - "codeName": "ssa", - "description": "Nilo-Saharan languages" - }, - { - "code": "407", - "codeName": "ssw", - "description": "Swati" - }, - { - "code": "408", - "codeName": "suk", - "description": "Sukuma" - }, - { - "code": "409", - "codeName": "sun", - "description": "Sundanese" - }, - { - "code": "410", - "codeName": "sus", - "description": "Susu" - }, - { - "code": "411", - "codeName": "sux", - "description": "Sumerian" - }, - { - "code": "412", - "codeName": "swa", - "description": "Swahili" - }, - { - "code": "413", - "codeName": "swe", - "description": "Swedish" - }, - { - "code": "414", - "codeName": "syc", - "description": "Classical Syriac" - }, - { - "code": "415", - "codeName": "syr", - "description": "Syriac" - }, - { - "code": "416", - "codeName": "tah", - "description": "Tahitian" - }, - { - "code": "417", - "codeName": "tai", - "description": "Tai languages" - }, - { - "code": "418", - "codeName": "tam", - "description": "Tamil" - }, - { - "code": "419", - "codeName": "tat", - "description": "Tatar" - }, - { - "code": "420", - "codeName": "tel", - "description": "Telugu" - }, - { - "code": "421", - "codeName": "tem", - "description": "Timne" - }, - { - "code": "422", - "codeName": "ter", - "description": "Tereno" - }, - { - "code": "423", - "codeName": "tet", - "description": "Tetum" - }, - { - "code": "424", - "codeName": "tgk", - "description": "Tajik" - }, - { - "code": "425", - "codeName": "tgl", - "description": "Tagalog" - }, - { - "code": "426", - "codeName": "tha", - "description": "Thai" - }, - { - "code": "427", - "codeName": "tib", - "description": "Tibetan" - }, - { - "code": "428", - "codeName": "tig", - "description": "Tigre" - }, - { - "code": "429", - "codeName": "tir", - "description": "Tigrinya" - }, - { - "code": "430", - "codeName": "tiv", - "description": "Tiv" - }, - { - "code": "431", - "codeName": "tkl", - "description": "Tokelau" - }, - { - "code": "432", - "codeName": "tlh", - "description": "Klingon; tlhIngan-Hol" - }, - { - "code": "433", - "codeName": "tli", - "description": "Tlingit" - }, - { - "code": "434", - "codeName": "tmh", - "description": "Tamashek" - }, - { - "code": "435", - "codeName": "tog", - "description": "Tonga (Nyasa)" - }, - { - "code": "436", - "codeName": "ton", - "description": "Tonga (Tonga Islands)" - }, - { - "code": "437", - "codeName": "tpi", - "description": "Tok Pisin" - }, - { - "code": "438", - "codeName": "tsi", - "description": "Tsimshian" - }, - { - "code": "439", - "codeName": "tsn", - "description": "Tswana" - }, - { - "code": "440", - "codeName": "tso", - "description": "Tsonga" - }, - { - "code": "441", - "codeName": "tuk", - "description": "Turkmen" - }, - { - "code": "442", - "codeName": "tum", - "description": "Tumbuka" - }, - { - "code": "443", - "codeName": "tup", - "description": "Tupi languages" - }, - { - "code": "444", - "codeName": "tur", - "description": "Turkish" - }, - { - "code": "445", - "codeName": "tut", - "description": "Altaic languages" - }, - { - "code": "446", - "codeName": "tvl", - "description": "Tuvalu" - }, - { - "code": "447", - "codeName": "twi", - "description": "Twi" - }, - { - "code": "448", - "codeName": "tyv", - "description": "Tuvinian" - }, - { - "code": "449", - "codeName": "udm", - "description": "Udmurt" - }, - { - "code": "450", - "codeName": "uga", - "description": "Ugaritic" - }, - { - "code": "451", - "codeName": "uig", - "description": "Uighur; Uyghur" - }, - { - "code": "452", - "codeName": "ukr", - "description": "Ukrainian" - }, - { - "code": "453", - "codeName": "umb", - "description": "Umbundu" - }, - { - "code": "454", - "codeName": "und", - "description": "Undetermined" - }, - { - "code": "455", - "codeName": "urd", - "description": "Urdu" - }, - { - "code": "456", - "codeName": "uzb", - "description": "Uzbek" - }, - { - "code": "457", - "codeName": "vai", - "description": "Vai" - }, - { - "code": "458", - "codeName": "ven", - "description": "Venda" - }, - { - "code": "459", - "codeName": "vie", - "description": "Vietnamese" - }, - { - "code": "460", - "codeName": "vol", - "description": "Volapük" - }, - { - "code": "461", - "codeName": "vot", - "description": "Votic" - }, - { - "code": "462", - "codeName": "wak", - "description": "Wakashan languages" - }, - { - "code": "463", - "codeName": "wal", - "description": "Walamo" - }, - { - "code": "464", - "codeName": "war", - "description": "Waray" - }, - { - "code": "465", - "codeName": "was", - "description": "Washo" - }, - { - "code": "466", - "codeName": "wel", - "description": "Welsh" - }, - { - "code": "467", - "codeName": "wen", - "description": "Sorbian languages" - }, - { - "code": "468", - "codeName": "wln", - "description": "Walloon" - }, - { - "code": "469", - "codeName": "wol", - "description": "Wolof" - }, - { - "code": "470", - "codeName": "xal", - "description": "Kalmyk; Oirat" - }, - { - "code": "471", - "codeName": "xho", - "description": "Xhosa" - }, - { - "code": "472", - "codeName": "yao", - "description": "Yao" - }, - { - "code": "473", - "codeName": "yap", - "description": "Yapese" - }, - { - "code": "474", - "codeName": "yid", - "description": "Yiddish" - }, - { - "code": "475", - "codeName": "yor", - "description": "Yoruba" - }, - { - "code": "476", - "codeName": "ypk", - "description": "Yupik languages" - }, - { - "code": "477", - "codeName": "zap", - "description": "Zapotec" - }, - { - "code": "478", - "codeName": "zbl", - "description": "Blissymbols; Blissymbolics; Bliss" - }, - { - "code": "479", - "codeName": "zen", - "description": "Zenaga" - }, - { - "code": "480", - "codeName": "zgh", - "description": "Standard Moroccan Tamazight" - }, - { - "code": "481", - "codeName": "zha", - "description": "Zhuang; Chuang" - }, - { - "code": "482", - "codeName": "znd", - "description": "Zande languages" - }, - { - "code": "483", - "codeName": "zul", - "description": "Zulu" - }, - { - "code": "484", - "codeName": "zun", - "description": "Zuni" - }, - { - "code": "485", - "codeName": "zxx", - "description": "No linguistic content; Not applicable" - }, - { - "code": "486", - "codeName": "zza", - "description": "Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_maintenanceFrequency.json b/resources/json/iso_maintenanceFrequency.json deleted file mode 100644 index b1a4c92..0000000 --- a/resources/json/iso_maintenanceFrequency.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_maintenanceFrequency", - "source": "ISO", - "sourceName": "MD_MaintenanceFrequencyCode", - "extensible": true, - "description": "frequency with which modifications and deletions are made to the data after it is first produced", - "codelist": [ - { - "code": "001", - "codeName": "continual", - "description": "data is repeatedly and frequently updated" - }, - { - "code": "002", - "codeName": "daily", - "description": "data is updated each day" - }, - { - "code": "003", - "codeName": "weekly", - "description": "data is updated on a weekly basis" - }, - { - "code": "004", - "codeName": "fortnightly", - "description": "data is updated every two weeks" - }, - { - "code": "005", - "codeName": "monthly", - "description": "data is updated each month" - }, - { - "code": "006", - "codeName": "quarterly", - "description": "data is updated every three months" - }, - { - "code": "007", - "codeName": "biannually", - "description": "data is updated twice each year" - }, - { - "code": "008", - "codeName": "annually", - "description": "data is updated every year" - }, - { - "code": "009", - "codeName": "asNeeded", - "description": "data is updated as deemed necessary" - }, - { - "code": "010", - "codeName": "irregular", - "description": "data is updated in intervals that are uneven in duration" - }, - { - "code": "011", - "codeName": "notPlanned", - "description": "there are no plans to update the data" - }, - { - "code": "012", - "codeName": "unknown", - "description": "frequency of maintenance for the data is not known" - }, - { - "code": "013", - "codeName": "periodic", - "description": "resource is updated at regular intervals" - }, - { - "code": "014", - "codeName": "semimonthly", - "description": "resource updated twice monthly" - }, - { - "code": "015", - "codeName": "biennially", - "description": "resource is updated every 2 years" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_mediumFormat.json b/resources/json/iso_mediumFormat.json deleted file mode 100644 index d5dd50b..0000000 --- a/resources/json/iso_mediumFormat.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_mediumFormat", - "source": "ISO", - "sourceName": "MD_MediumFormatCode", - "extensible": true, - "description": "method used to write to the medium", - "codelist": [ - { - "code": "001", - "codeName": "cpio", - "description": "CoPy In / Out (UNIX file format and command)" - }, - { - "code": "002", - "codeName": "tar", - "description": "Tape ARchive" - }, - { - "code": "003", - "codeName": "highSierra", - "description": "high sierra file system" - }, - { - "code": "004", - "codeName": "iso9660", - "description": "information processing – volume and file structure of CD-ROM" - }, - { - "code": "005", - "codeName": "iso9660RockRidge", - "description": "rock ridge interchange protocol (UNIX)" - }, - { - "code": "006", - "codeName": "iso9660AppleHFS", - "description": "hierarchical file system (Macintosh)" - }, - { - "code": "007", - "codeName": "udf", - "description": "universal disk format" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_mediumName.json b/resources/json/iso_mediumName.json deleted file mode 100644 index d9f3464..0000000 --- a/resources/json/iso_mediumName.json +++ /dev/null @@ -1,140 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_mediumName", - "source": "ISO", - "sourceName": "MD_MediumNameCode", - "extensible": true, - "description": "name of the medium", - "codelist": [ - { - "code": "001", - "codeName": "cdRom", - "description": "read-only optical disk" - }, - { - "code": "002", - "codeName": "dvd", - "description": "digital versatile disk" - }, - { - "code": "003", - "codeName": "dvdRom", - "description": "digital versatile disk, read only" - }, - { - "code": "004", - "codeName": "3halfInchFloppy", - "description": "3,5 inch magnetic disk" - }, - { - "code": "005", - "codeName": "5quarterInchFloppy", - "description": "5,25 inch magnetic disk" - }, - { - "code": "006", - "codeName": "7trackTape", - "description": "7 track magnetic tape" - }, - { - "code": "007", - "codeName": "9trackTape", - "description": "9 track magnetic tape" - }, - { - "code": "008", - "codeName": "3480Cartridge", - "description": "3480 cartridge tape drive" - }, - { - "code": "009", - "codeName": "3490Cartridge", - "description": "3490 cartridge tape drive" - }, - { - "code": "010", - "codeName": "3580Cartridge", - "description": "3580 cartridge tape drive" - }, - { - "code": "011", - "codeName": "4mmCartridge", - "description": "4 millimetre magnetic tape" - }, - { - "code": "012", - "codeName": "8mmCartridge", - "description": "8 millimetre magnetic tape" - }, - { - "code": "013", - "codeName": "1quarterInchCartridgeTape", - "description": "0,25 inch magnetic tape" - }, - { - "code": "014", - "codeName": "digitalLinearTape", - "description": "half inch cartridge streaming tape drive" - }, - { - "code": "015", - "codeName": "onLine", - "description": "direct computer linkage" - }, - { - "code": "016", - "codeName": "satellite", - "description": "linkage through a satellite communication system" - }, - { - "code": "017", - "codeName": "telephoneLink", - "description": "communication through a telephone network" - }, - { - "code": "018", - "codeName": "hardcopy", - "description": "pamphlet or leaflet giving descriptive information" - }, - { - "code": "adiwg001", - "codeName": "bluRay", - "description": "Blu-ray digital versatile disk" - }, - { - "code": "adiwg002", - "codeName": "usbHardDrive", - "description": "USB hard drive disk or solid state" - }, - { - "code": "adiwg003", - "codeName": "memoryStick", - "description": "USB memory stick" - }, - { - "code": "adiwg004", - "codeName": "sdCard", - "description": "SD memory card" - }, - { - "code": "adiwg005", - "codeName": "flashCard", - "description": "compact flash memory card" - }, - { - "code": "adiwg006", - "codeName": "film", - "description": "8mm, 16mm, 35mm, 120 and other positive and negative camera film sizes" - }, - { - "code": "adiwg007", - "codeName": "microfilm", - "description": "microfilm" - }, - { - "code": "adiwg008", - "codeName": "internet", - "description": "internet" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_objectiveTypeCode.json b/resources/json/iso_objectiveTypeCode.json deleted file mode 100644 index 950e538..0000000 --- a/resources/json/iso_objectiveTypeCode.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_objectiveTypeCode", - "source": "ISO", - "sourceName": "MI_objectiveTypeCode", - "extensible": true, - "description": "temporal persistence of collection objective", - "codelist": [ - { - "code": "001", - "codeName": "instantaneousCollection", - "description": "single instance of collection" - }, - { - "code": "002", - "codeName": "persistentView", - "description": "multiple instances of collection" - }, - { - "code": "003", - "codeName": "survey", - "description": "collection over specified domain" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_obligation.json b/resources/json/iso_obligation.json deleted file mode 100644 index a9eac16..0000000 --- a/resources/json/iso_obligation.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_obligation", - "source": "ISO", - "sourceName": "MD_ObligationCode", - "extensible": false, - "description": "obligation of the element or entity (enumeration - cannot be extended)", - "codelist": [ - { - "code": "001", - "codeName": "mandatory", - "description": "element is always required" - }, - { - "code": "002", - "codeName": "optional", - "description": "element is not required" - }, - { - "code": "003", - "codeName": "conditional", - "description": "element is required when a specific condition is met" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_onlineFunction.json b/resources/json/iso_onlineFunction.json deleted file mode 100644 index 31da3b4..0000000 --- a/resources/json/iso_onlineFunction.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_onlineFunction", - "source": "ISO", - "sourceName": "CI_OnLineFunctionCode", - "extensible": true, - "description": "function performed by the resource", - "codelist": [ - { - "code": "001", - "codeName": "download", - "description": "online instructions for transferring data from one storage device or system to another" - }, - { - "code": "002", - "codeName": "information", - "description": "online information about the resource" - }, - { - "code": "003", - "codeName": "offlineAccess", - "description": "online instructions for requesting the resource from the provider" - }, - { - "code": "004", - "codeName": "order", - "description": "online order process for obtaining the resource" - }, - { - "code": "005", - "codeName": "search", - "description": "online search interface for seeking out information about the resource" - }, - { - "code": "006", - "codeName": "completeMetadata", - "description": "complete metadata provided" - }, - { - "code": "007", - "codeName": "browseGraphic", - "description": "browse graphic provided" - }, - { - "code": "008", - "codeName": "upload", - "description": "online resource upload capability provided" - }, - { - "code": "009", - "codeName": "emailService", - "description": "online email service provided" - }, - { - "code": "010", - "codeName": "browsing", - "description": "online browsing provided" - }, - { - "code": "011", - "codeName": "fileAccess", - "description": "online file access provided" - }, - { - "code": "adiwg001", - "codeName": "webApplication", - "description": "online web application or data forms" - }, - { - "code": "adiwg002", - "codeName": "doi", - "description": "digital object identifier URL" - }, - { - "code": "adiwg003", - "codeName": "orcid", - "description": "Open Researcher and Contributor ID URL" - }, - { - "code": "adiwg004", - "codeName": "dataUri", - "description": "data file encoded per RFC 2397, the data URL scheme" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_operationTypeCode.json b/resources/json/iso_operationTypeCode.json deleted file mode 100644 index ca34354..0000000 --- a/resources/json/iso_operationTypeCode.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_operationTypeCode", - "source": "ISO", - "sourceName": "MI_OperationTypeCode", - "extensible": true, - "description": "code indicating whether the data contained in this packet is real (originates from live-fly or other non-simulated operational sources), simulated (originates from target simulator sources), or synthesized (a mix of real and simulated data).", - "codelist": [ - { - "code": "001", - "codeName": "real", - "description": "originates from live-fly or other non-simulated operational source" - }, - { - "code": "002", - "codeName": "simulated", - "description": "originates from target simulator sources" - }, - { - "code": "003", - "codeName": "synthetic", - "description": "mix of real and simulated data" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_parameterDirectionCode.json b/resources/json/iso_parameterDirectionCode.json deleted file mode 100644 index 0ae7b71..0000000 --- a/resources/json/iso_parameterDirectionCode.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_parameterDirection", - "source": "ISO", - "sourceName": "SV_ParameterDirection", - "extensible": true, - "description": "class of information to which the referencing entity applies", - "codelist": [ - { - "code": "001", - "codeName": "in", - "description": "the parameter is an input parameter to the service instance" - }, - { - "code": "002", - "codeName": "out", - "description": "the parameter is an output parameter to the service instance" - }, - { - "code": "003", - "codeName": "in/out", - "description": "the parameter is both an input and output parameter to the service instance" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_pixelOrientation.json b/resources/json/iso_pixelOrientation.json deleted file mode 100644 index 81878af..0000000 --- a/resources/json/iso_pixelOrientation.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_pixelOrientation", - "source": "ISO", - "sourceName": "MD_PixelOrientationCode", - "extensible": false, - "description": "point in a pixel corresponding to the Earth location of the pixel", - "codelist": [ - { - "code": "001", - "codeName": "centre", - "description": "point halfway between the lower left and the upper right of the pixel" - }, - { - "code": "002", - "codeName": "lowerLeft", - "description": "the corner in the pixel closest to the origin of the SRS; if two are at the same distance from the origin, the one with the smallest x-value" - }, - { - "code": "003", - "codeName": "lowerRight", - "description": "next corner counterclockwise from the lower left" - }, - { - "code": "004", - "codeName": "upperRight", - "description": "next corner counterclockwise from the lower right" - }, - { - "code": "005", - "codeName": "upperLeft", - "description": "next corner counterclockwise from the upper right" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_polarisationOrientationCode.json b/resources/json/iso_polarisationOrientationCode.json deleted file mode 100644 index 4692c3b..0000000 --- a/resources/json/iso_polarisationOrientationCode.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_polarisationOrientationCode", - "source": "ISO", - "sourceName": "MI_PolarisationOrientationCode", - "extensible": true, - "description": "polarisation of the antenna relative to the waveform", - "codelist": [ - { - "code": "001", - "codeName": "horizontal", - "description": "polarization of the sensor oriented in the horizontal plane in relation to swath direction" - }, - { - "code": "002", - "codeName": "vertical", - "description": "polarization of the sensor oriented in the vertical plane in relation to swath direction" - }, - { - "code": "003", - "codeName": "leftCircular", - "description": "polarization of the sensor oriented in the left circular plane in relation to swath direction" - }, - { - "code": "004", - "codeName": "rightCircular", - "description": "polarization of the sensor oriented in the right circular plane in relation to swath direction" - }, - { - "code": "005", - "codeName": "theta", - "description": "polarization of the sensor oriented in the angle between +90° and 0° parallel to swath direction" - }, - { - "code": "006", - "codeName": "phi", - "description": "polarization of the sensor oriented in the +90° and 0° perpendicular to swath direction" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_presentationForm.json b/resources/json/iso_presentationForm.json deleted file mode 100644 index 691661d..0000000 --- a/resources/json/iso_presentationForm.json +++ /dev/null @@ -1,130 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_presentationForm", - "source": "ISO", - "sourceName": "CI_PresentationFormCode", - "extensible": true, - "description": "mode in which the data is represented", - "codelist": [ - { - "code": "001", - "codeName": "documentDigital", - "description": "digital representation of a primarily textual item (can contain illustrations also)" - }, - { - "code": "002", - "codeName": "documentHardcopy", - "description": "representation of a primarily textual item (can contain illustrations also) on paper, photographic material, or other media" - }, - { - "code": "003", - "codeName": "imageDigital", - "description": "likeness of natural or man-made features, objects, and activities acquired through the sensing of visual or any other segment of the electromagnetic spectrum by sensors, such as thermal infrared, and high resolution radar and stored in digital format" - }, - { - "code": "004", - "codeName": "imageHardcopy", - "description": "likeness of natural or man-made features, objects, and activities acquired through the sensing of visual or any other segment of the electromagnetic spectrum by sensors, such as thermal infrared, and high resolution radar and reproduced on paper, photographic material, or other media for use directly by the human user" - }, - { - "code": "005", - "codeName": "mapDigital", - "description": "map represented in raster or vector form" - }, - { - "code": "006", - "codeName": "mapHardcopy", - "description": "map printed on paper, photographic material, or other media for use directly by the human user" - }, - { - "code": "007", - "codeName": "modelDigital", - "description": "multi-dimensional digital representation of a feature, process, etc." - }, - { - "code": "008", - "codeName": "modelHardcopy", - "description": "3-dimensional, physical model" - }, - { - "code": "009", - "codeName": "profileDigital", - "description": "vertical cross-section in digital form" - }, - { - "code": "010", - "codeName": "profileHardcopy", - "description": "vertical cross-section printed on paper, etc." - }, - { - "code": "011", - "codeName": "tableDigital", - "description": "digital representation of facts or figures systematically displayed, especially in columns" - }, - { - "code": "012", - "codeName": "tableHardcopy", - "description": "representation of facts or figures systematically displayed, especially in columns, printed on paper, photographic material, or other media" - }, - { - "code": "013", - "codeName": "videoDigital", - "description": "digital video recording" - }, - { - "code": "014", - "codeName": "videoHardcopy", - "description": "video recording on film" - }, - { - "code": "015", - "codeName": "audioDigital", - "description": "digital audio recording" - }, - { - "code": "016", - "codeName": "audioHardcopy", - "description": "audio recording delivered by analog media, such as a magnetic tape" - }, - { - "code": "017", - "codeName": "multimediaDigitial", - "description": "information representation using simultaneously various digital modes for text, sound, image" - }, - { - "code": "018", - "codeName": "multimediaHardcopy", - "description": "information representation using simultaneously various analog modes for text, sound, image" - }, - { - "code": "019", - "codeName": "physicalObject", - "description": "a physical object. EXAMPLE Rock or mineral sample, microscope slide." - }, - { - "code": "020", - "codeName": "diagramDigital", - "description": "information represented graphically by charts such as pie chart, bar chart, and other type of diagrams and recorded in digital format" - }, - { - "code": "021", - "codeName": "diagramHardcopy", - "description": "information represented graphically by charts such as pie chart, bar chart, and other type of diagrams and printed on paper, photographic material, or other media" - }, - { - "code": "adiwg001", - "codeName": "webSite", - "description": "information represented in a series of web pages" - }, - { - "code": "adiwg002", - "codeName": "webService", - "description": "information represented as series of HTML end points or remote procedure calls" - }, - { - "code": "adiwg003", - "codeName": "databaseDigital", - "description": "information organized in a digital database" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_priorityCode.json b/resources/json/iso_priorityCode.json deleted file mode 100644 index 7f83f1c..0000000 --- a/resources/json/iso_priorityCode.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_priorityCode", - "source": "ISO", - "sourceName": "MI_PriorityCode", - "extensible": true, - "description": "ordered list of priorities", - "codelist": [ - { - "code": "001", - "codeName": "critical", - "description": "decisive importance" - }, - { - "code": "002", - "codeName": "highImportance", - "description": "requires resources to be made available" - }, - { - "code": "003", - "codeName": "mediumImportance", - "description": "normal operation priority" - }, - { - "code": "004", - "codeName": "lowImportance", - "description": "to be completed when resources are available" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_progress.json b/resources/json/iso_progress.json deleted file mode 100644 index 56024b1..0000000 --- a/resources/json/iso_progress.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_progress", - "source": "ISO", - "sourceName": "MD_ProgressCode", - "extensible": true, - "description": "status of the dataset or progress of a review", - "codelist": [ - { - "code": "001", - "codeName": "completed", - "description": "production of the data has been completed" - }, - { - "code": "002", - "codeName": "historicalArchive", - "description": "data has been stored in an offline storage facility" - }, - { - "code": "003", - "codeName": "obsolete", - "description": "data is no longer relevant" - }, - { - "code": "004", - "codeName": "onGoing", - "description": "data is continually being updated" - }, - { - "code": "005", - "codeName": "planned", - "description": "fixed date has been established upon or by which the data will be created or updated" - }, - { - "code": "006", - "codeName": "required", - "description": "data needs to be generated or updated" - }, - { - "code": "007", - "codeName": "underDevelopment", - "description": "resource (data or project) is currently in the process of being created" - }, - { - "code": "008", - "codeName": "final", - "description": "progress concluded and no changes will be accepted" - }, - { - "code": "009", - "codeName": "pending", - "description": "committed to, but not yet addressed" - }, - { - "code": "010", - "codeName": "retired", - "description": "item is no longer recommended for use. It has not been superseded by another item" - }, - { - "code": "011", - "codeName": "superseded", - "description": "replaced by new" - }, - { - "code": "012", - "codeName": "tentative", - "description": "provisional changes likely before resource becomes final or complete" - }, - { - "code": "013", - "codeName": "valid", - "description": "acceptable under specific conditions" - }, - { - "code": "014", - "codeName": "accepted", - "description": "agreed to by sponsor" - }, - { - "code": "015", - "codeName": "notAccepted", - "description": "rejected by sponsor" - }, - { - "code": "016", - "codeName": "withdrawn", - "description": "removed from consideration" - }, - { - "code": "017", - "codeName": "proposed", - "description": "suggested that development needs to be undertaken" - }, - { - "code": "018", - "codeName": "deprecated", - "description": "resource superseded and will become obsolete, use only for historical purposes" - }, - { - "code": "adiwg001", - "codeName": "funded", - "description": "resource has been approved and secured funding" - }, - { - "code": "adiwg002", - "codeName": "cancelled", - "description": "project has been canceled" - }, - { - "code": "adiwg003", - "codeName": "suspended", - "description": "project has been placed on hold but is expected to resume at a latter date" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_referenceSystemType.json b/resources/json/iso_referenceSystemType.json deleted file mode 100644 index e925209..0000000 --- a/resources/json/iso_referenceSystemType.json +++ /dev/null @@ -1,150 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_referenceSystemType", - "source": "ISO", - "sourceName": "MD_ReferenceSystemTypeCode", - "extensible": true, - "description": "defines type of reference system used", - "codelist": [ - { - "code": "001", - "codeName": "compoundEngineeringParametric", - "description": "compound spatio-parametric coordinate reference system containing an engineering coordinate reference system and a parametric reference system; EXAMPLE [local] x, y, pressure" - }, - { - "code": "002", - "codeName": "compoundEngineeringParametricTemporal", - "description": "compound spatio-parametric-temporal coordinate reference system containing an engineering, a parametric, and a temporal coordinate reference system EXAMPLE [local] x, y, pressure, time" - }, - { - "code": "003", - "codeName": "compoundEngineeringTemporal", - "description": "compound spatio-temporal coordinate reference system containing an engineering and a temporal coordinate reference system EXAMPLE [local] x, y, time" - }, - { - "code": "004", - "codeName": "compoundEngineeringVertical", - "description": "compound spatial reference system containing a horizontal engineering coordinate reference system and a vertical coordinate reference system EXAMPLE [local] x, y, height" - }, - { - "code": "005", - "codeName": "compoundEngineeringVerticalTemporal", - "description": "compound spatio-temporal coordinate reference system containing an engineering, a vertical, and a temporal coordinate reference system EXAMPLE [local] x, y, height, time" - }, - { - "code": "006", - "codeName": "compoundGeographic2DParametric", - "description": "compound spatio-parametric coordinate reference system containing a 2 dimensional geographic horizontal coordinate reference system and a parametric reference system EXAMPLE latitude, longitude, pressure" - }, - { - "code": "007", - "codeName": "compoundGeographic2DParametricTemporal", - "description": "compound spatio-parametric-temporal coordinate reference system containing a 2 dimensional geographic horizontal, a parametric and a temporal coordinate reference system EXAMPLE latitude, longitude, pressure, time" - }, - { - "code": "008", - "codeName": "compoundGeographic2DTemporal", - "description": "compound spatio-temporal coordinate reference system containing a 2 dimensional geographic horizontal coordinate reference system and a temporal reference system EXAMPLE latitude, longitude, time" - }, - { - "code": "009", - "codeName": "compoundGeographic2DVertical", - "description": "compound coordinate reference system in which one constituent coordinate reference system is a horizontal geodetic coordinate reference system and one is a vertical coordinate reference system EXAMPLE latitude, longitude, [gravity-related] height or depth" - }, - { - "code": "010", - "codeName": "compoundGeographicVerticalTemporal", - "description": "compound spatio-temporal coordinate reference system containing a 2 dimensional geographic horizontal, a vertical, and a temporal coordinate reference system EXAMPLE latitude, longitude, height, time" - }, - { - "code": "011", - "codeName": "compoundGeographic3DTemporal", - "description": "compound spatio-temporal coordinate reference system containing a 3 dimensional geographic and a temporal coordinate reference system EXAMPLE latitude, longitude, ellipsoidal height, time" - }, - { - "code": "012", - "codeName": "compoundProjected2DParametric", - "description": "compound spatio-parametric coordinate reference system containing a projected horizontal coordinate reference system and a parametric reference system EXAMPLE easting, northing, density" - }, - { - "code": "013", - "codeName": "compoundProjected2DParametricTemporal", - "description": "compound spatio-parametric-temporal coordinate reference system containing a projected horizontal, a parametric, and a temporal coordinate reference system EXAMPLE easting, northing, density, time" - }, - { - "code": "014", - "codeName": "compoundProjectedTemporal", - "description": "compound spatio-temporal coordinate reference system containing a projected horizontal and a temporal coordinate reference system EXAMPLE easting, northing, time" - }, - { - "code": "015", - "codeName": "compoundProjectedVertical", - "description": "compound spatial reference system containing a horizontal projected coordinate reference system and a vertical coordinate reference system EXAMPLE easting, northing, [gravity-related] height or depth" - }, - { - "code": "016", - "codeName": "compoundProjectedVerticalTemporal", - "description": "compound spatio-temporal coordinate reference system containing a projected horizontal, a vertical, and a temporal coordinate reference system EXAMPLE easting, northing, height, time" - }, - { - "code": "017", - "codeName": "engineering", - "description": "coordinate reference system based on an engineering datum (datum describing the relationship of a coordinate system to a local reference) EXAMPLE [local] x,y" - }, - { - "code": "018", - "codeName": "engineeringDesign", - "description": "engineering coordinate reference system in which the base representation of a moving object is specified EXAMPLE [local] x,y 19. engineeringImage engineeringImage coordinate reference system" - }, - { - "code": "019", - "codeName": "engineeringImage", - "description": "coordinate reference system based on an image datum (engineering datum which defines the relationship of a coordinate system to an image) EXAMPLE row, column" - }, - { - "code": "020", - "codeName": "geodeticGeocentric", - "description": "geodetic CRS having a Cartesian 3D coordinate system EXAMPLE [geocentric] X,Y,Z" - }, - { - "code": "021", - "codeName": "geodeticGeographic2D", - "description": "geodetic CRS having an ellipsoidal 2D coordinate system EXAMPLE latitude, longitude" - }, - { - "code": "022", - "codeName": "geodeticGeographic3D", - "description": "geodetic CRS having an ellipsoidal 3D coordinate system EXAMPLE latitude, longitude, ellipsoidal height" - }, - { - "code": "023", - "codeName": "geographicIdentifier", - "description": "spatial reference in the form of a label or code that identifies a location EXAMPLE post code" - }, - { - "code": "024", - "codeName": "linear", - "description": "reference system that identifies a location by reference to a segment of a linear geographic feature and distance along that segment from a given point EXAMPLE x km along road" - }, - { - "code": "025", - "codeName": "parametric", - "description": "coordinate reference system based on a parametric datum (datum describing the relationship of a parametric coordinate system to an object) EXAMPLE pressure" - }, - { - "code": "026", - "codeName": "projected", - "description": "coordinate reference system derived from a two-dimensional geodetic coordinate reference system by applying a map projection EXAMPLE easting, northing" - }, - { - "code": "027", - "codeName": "temporal", - "description": "reference system against which time is measured EXAMPLE time" - }, - { - "code": "028", - "codeName": "vertical", - "description": "one-dimensional coordinate reference system based on a vertical datum (datum describing the relation of gravity-related heights or depths to the Earth) EXAMPLE [gravity-related] height or depth" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_restriction.json b/resources/json/iso_restriction.json deleted file mode 100644 index 8387afa..0000000 --- a/resources/json/iso_restriction.json +++ /dev/null @@ -1,110 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_restriction", - "source": "ISO", - "sourceName": "MD_RestrictionCode", - "extensible": true, - "description": "limitation(s) placed upon the access or use of the data)", - "codelist": [ - { - "code": "001", - "codeName": "copyright", - "description": "exclusive right to the publication, production, or sale of the rights to a literary, dramatic, musical, or artistic work, or to the use of a commercial print or label, granted by law for a specified period of time to an author, composer, artist, distributor" - }, - { - "code": "002", - "codeName": "patent", - "description": "government has granted exclusive right to make, sell, use or license an invention or discovery" - }, - { - "code": "003", - "codeName": "patentPending", - "description": "produced or sold information awaiting a patent" - }, - { - "code": "004", - "codeName": "trademark", - "description": "a name, symbol, or other device identifying a product, officially registered and legally restricted to the use of the owner or manufacturer" - }, - { - "code": "005", - "codeName": "license", - "description": "formal permission to do something" - }, - { - "code": "006", - "codeName": "intellectualPropertyRights", - "description": "rights to financial benefit from and control of distribution of non-tangible property that is a result of creativity" - }, - { - "code": "007", - "codeName": "restricted", - "description": "withheld from general circulation or disclosure" - }, - { - "code": "008", - "codeName": "otherRestrictions", - "description": "limitation not listed" - }, - { - "code": "009", - "codeName": "unrestricted", - "description": "no constraints exist" - }, - { - "code": "010", - "codeName": "licenceUnrestricted", - "description": "formal permission not required to use the resource" - }, - { - "code": "011", - "codeName": "licenceEndUser", - "description": "formal permission required for a person or an entity to use the resource and that may differ from the person that orders or purchases it" - }, - { - "code": "012", - "codeName": "licenceDistributor", - "description": "formal permission required for a person or an entity to commercialize or distribute the resource" - }, - { - "code": "013", - "codeName": "private", - "description": "protects rights of individual or organisations from observation, intrusion, or attention of others" - }, - { - "code": "014", - "codeName": "statutory", - "description": "prescribed by law" - }, - { - "code": "015", - "codeName": "confidential", - "description": "not available to the public. NOTE Contains information that could be prejudicial to a commercial, industrial, or national interest." - }, - { - "code": "016", - "codeName": "sensitiveButUnclassified", - "description": "although unclassified, requires strict controls over its distribution." - }, - { - "code": "017", - "codeName": "in-confidence", - "description": "with trust" - }, - { - "code": "adiwg001", - "codeName": "threatenedOrEndangered", - "description": "information could risk threatened or endangered species" - }, - { - "code": "adiwg002", - "codeName": "traditionalKnowledge", - "description": "information protected by American Indian or Alaska Native rights or culture" - }, - { - "code": "adiwg003", - "codeName": "personallyIdentifiableInformation", - "description": "information that can be used to identify an individual" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_role.json b/resources/json/iso_role.json deleted file mode 100644 index cc61152..0000000 --- a/resources/json/iso_role.json +++ /dev/null @@ -1,140 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_role", - "source": "ISO", - "sourceName": "CI_RoleCode", - "extensible": true, - "description": "function performed by the responsible party", - "codelist": [ - { - "code": "001", - "codeName": "resourceProvider", - "description": "party that supplies the resource" - }, - { - "code": "002", - "codeName": "custodian", - "description": "party that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource" - }, - { - "code": "003", - "codeName": "owner", - "description": "party that owns the resource" - }, - { - "code": "004", - "codeName": "user", - "description": "party that uses the resource" - }, - { - "code": "005", - "codeName": "distributor", - "description": "party that distributes the resource" - }, - { - "code": "006", - "codeName": "originator", - "description": "party that created the resource" - }, - { - "code": "007", - "codeName": "pointOfContact", - "description": "party who can be contacted for acquiring knowledge about or acquisition of the resource" - }, - { - "code": "008", - "codeName": "principalInvestigator", - "description": "key party responsible for gathering information and conducting research" - }, - { - "code": "009", - "codeName": "processor", - "description": "party who has processed the data in a manner such that the resource has been modified" - }, - { - "code": "010", - "codeName": "publisher", - "description": "party who published the resource" - }, - { - "code": "011", - "codeName": "author", - "description": "party who authored the resource" - }, - { - "code": "012", - "codeName": "sponsor", - "description": "party who speaks for the resource" - }, - { - "code": "013", - "codeName": "coAuthor", - "description": "party who jointly authors the resource" - }, - { - "code": "014", - "codeName": "collaborator", - "description": "party who assists with the generation of the resource other than the principal investigator" - }, - { - "code": "015", - "codeName": "editor", - "description": "party who reviewed or modified the resource to improve the content" - }, - { - "code": "016", - "codeName": "mediator", - "description": "a class of entity that mediates access to the resource and for whom the resource is intended or useful" - }, - { - "code": "017", - "codeName": "rightsHolder", - "description": "party owning or managing rights over the resource" - }, - { - "code": "018", - "codeName": "contributor", - "description": "party contributing to the resource" - }, - { - "code": "019", - "codeName": "funder", - "description": "party providing monetary support for the resource" - }, - { - "code": "020", - "codeName": "stakeholder", - "description": "party who has an interest in the resource or the use of the resource" - }, - { - "code": "adiwg001", - "codeName": "administrator", - "description": "party who has administrative oversight for the resource" - }, - { - "code": "adiwg002", - "codeName": "client", - "description": "agency or person requesting a project or data collection" - }, - { - "code": "adiwg003", - "codeName": "logistics", - "description": "entity that provides logistics support" - }, - { - "code": "adiwg004", - "codeName": "coPrincipalInvestigator", - "description": "party who is jointly responsible for gathering information and conducting research" - }, - { - "code": "adiwg005", - "codeName": "observer", - "description": "party who determines the identification of a species, mineral, or other sample" - }, - { - "code": "adiwg006", - "codeName": "curator", - "description": "party who serves as curator for specimens deposited in a repository" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_scope.json b/resources/json/iso_scope.json deleted file mode 100644 index df97686..0000000 --- a/resources/json/iso_scope.json +++ /dev/null @@ -1,215 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_scope", - "source": "ISO", - "sourceName": "MD_ScopeCode", - "extensible": true, - "description": "class of information to which the referencing entity applies", - "codelist": [ - { - "code": "001", - "codeName": "attribute", - "description": "information applies to the attribute class" - }, - { - "code": "002", - "codeName": "attributeType", - "description": "information applies to the characteristic of a feature" - }, - { - "code": "003", - "codeName": "collectionHardware", - "description": "information applies to the collection hardware class" - }, - { - "code": "004", - "codeName": "collectionSession", - "description": "information applies to the collection session" - }, - { - "code": "005", - "codeName": "dataset", - "description": "information applies to the dataset" - }, - { - "code": "006", - "codeName": "series", - "description": "information applies to the series" - }, - { - "code": "007", - "codeName": "nonGeographicDataset", - "description": "information applies to non-geographic data" - }, - { - "code": "008", - "codeName": "dimensionGroup", - "description": "information applies to a dimension group" - }, - { - "code": "009", - "codeName": "feature", - "description": "information applies to a feature" - }, - { - "code": "010", - "codeName": "featureType", - "description": "information applies to a feature type" - }, - { - "code": "011", - "codeName": "propertyType", - "description": "information applies to a property type" - }, - { - "code": "012", - "codeName": "fieldSession", - "description": "information applies to a field session" - }, - { - "code": "013", - "codeName": "software", - "description": "information applies to a computer program or routine" - }, - { - "code": "014", - "codeName": "service", - "description": "information applies to a capability which a service provider entity makes available to a service user entity through a set of interfaces that define a behaviour, such as a use case" - }, - { - "code": "015", - "codeName": "model", - "description": "information applies to a copy or imitation of an existing or hypothetical object" - }, - { - "code": "016", - "codeName": "tile", - "description": "information applies to a tile, a spatial subset of geographic data" - }, - { - "code": "017", - "codeName": "metadata", - "description": "information applies to metadata" - }, - { - "code": "018", - "codeName": "initiative", - "description": "information applies to an initiative" - }, - { - "code": "019", - "codeName": "sample", - "description": "information applies to a sample" - }, - { - "code": "020", - "codeName": "document", - "description": "information applies to a document" - }, - { - "code": "021", - "codeName": "repository", - "description": "information applies to a repository" - }, - { - "code": "022", - "codeName": "aggregate", - "description": "information applies to an aggregate resource" - }, - { - "code": "023", - "codeName": "product", - "description": "metadata describing an ISO 19131 data product specification" - }, - { - "code": "024", - "codeName": "collection", - "description": "information applies to an unstructured set" - }, - { - "code": "025", - "codeName": "coverage", - "description": "information applies to a coverage" - }, - { - "code": "026", - "codeName": "application", - "description": "information resource hosted on a specific set of hardware and accessible over a network" - }, - { - "code": "adiwg001", - "codeName": "sciencePaper", - "description": "document based on an experiment or research" - }, - { - "code": "adiwg002", - "codeName": "userGuide", - "description": "operating manual for users" - }, - { - "code": "adiwg003", - "codeName": "dataDictionary", - "description": "element and entity definitions" - }, - { - "code": "adiwg004", - "codeName": "website", - "description": "information applies to a website such as a thematic portal" - }, - { - "code": "adiwg005", - "codeName": "publication", - "description": "information applies to a published document" - }, - { - "code": "adiwg006", - "codeName": "report", - "description": "information applies to an unpublished document" - }, - { - "code": "adiwg007", - "codeName": "awardInfo", - "description": "information applies to a document related to the grant or award for the resource" - }, - { - "code": "adiwg008", - "codeName": "collectionSite", - "description": "Locations where data are collected for scientific research" - }, - { - "code": "adiwg009", - "codeName": "project", - "description": "high level information that applies to research activity such as project title, location, contacts, timeframe, abstract, etc." - }, - { - "code": "adiwg010", - "codeName": "factSheet", - "description": "information applies to fact sheet, pamphlet, flyer, or brochure" - }, - { - "code": "adiwg011", - "codeName": "tabularDataset", - "description": "information applies to a tabular dataset, spreadsheet, or relational database" - }, - { - "code": "adiwg012", - "codeName": "map", - "description": "information applies to a printed or electronic map" - }, - { - "code": "adiwg013", - "codeName": "drawing", - "description": "information applies to a hand drawn or digital drawing" - }, - { - "code": "adiwg014", - "codeName": "photographicImage", - "description": "information applies to a still or moving film or video image" - }, - { - "code": "adiwg015", - "codeName": "presentation", - "description": "information applies to a collection of presentation slides or recorded presentation" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_sequenceCode.json b/resources/json/iso_sequenceCode.json deleted file mode 100644 index 45c6f24..0000000 --- a/resources/json/iso_sequenceCode.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_sequenceCode", - "source": "ISO", - "sourceName": "MI_SequenceCode", - "extensible": true, - "description": "temporal relation of activation", - "codelist": [ - { - "code": "001", - "codeName": "start", - "description": "beginning of a collection" - }, - { - "code": "002", - "codeName": "end", - "description": "end of a collection" - }, - { - "code": "003", - "codeName": "instantaneous", - "description": "collection without a significant duration" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_spatialRepresentation.json b/resources/json/iso_spatialRepresentation.json deleted file mode 100644 index 87c52a8..0000000 --- a/resources/json/iso_spatialRepresentation.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_spatialRepresentation", - "source": "ISO", - "sourceName": "MD_SpatialRepresentationTypeCode", - "extensible": true, - "description": "method used to represent geographic information in the dataset", - "codelist": [ - { - "code": "001", - "codeName": "vector", - "description": "vector data is used to represent geographic data" - }, - { - "code": "002", - "codeName": "grid", - "description": "grid data is used to represent geographic data" - }, - { - "code": "003", - "codeName": "textTable", - "description": "textual or tabular data is used to represent geographic data" - }, - { - "code": "004", - "codeName": "tin", - "description": "triangulated irregular network" - }, - { - "code": "005", - "codeName": "stereoModel", - "description": "three-dimensional view formed by the intersecting homologous rays of an overlapping pair of images" - }, - { - "code": "006", - "codeName": "video", - "description": "scene from a video recording" - }, - { - "code": "adiwg001", - "codeName": "coordinate", - "description": "data associated with coordinate pairs" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_telephone.json b/resources/json/iso_telephone.json deleted file mode 100644 index 5b9196e..0000000 --- a/resources/json/iso_telephone.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_telephone", - "source": "ISO", - "sourceName": "CI_TelephoneTypeCode", - "extensible": true, - "description": "type of telephone", - "codelist": [ - { - "code": "001", - "codeName": "voice", - "description": "telephone provides voice service" - }, - { - "code": "002", - "codeName": "facsimile", - "description": "telephone provides facsimile service" - }, - { - "code": "003", - "codeName": "sms", - "description": "telephone provides short message service" - }, - { - "code": "adiwg001", - "codeName": "mms", - "description": "telephone provides multimedia message service" - }, - { - "code": "adiwg002", - "codeName": "tty", - "description": "telephone provides text telephone service" - }, - { - "code": "adiwg003", - "codeName": "imessage", - "description": "telephone provides Apple iMessage service" - }, - { - "code": "adiwg004", - "codeName": "mobile", - "description": "telephone is a mobile or cell phone" - }, - { - "code": "adiwg005", - "codeName": "message", - "description": "telephone can receive messages" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_topicCategory.json b/resources/json/iso_topicCategory.json deleted file mode 100644 index 6f05b02..0000000 --- a/resources/json/iso_topicCategory.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_topicCategory", - "source": "ISO", - "sourceName": "MD_TopicCategoryCode", - "extensible": false, - "description": "high-level geographic data thematic classification to assist in the grouping and search of available geographic data sets. Can be used to group keywords as well. Listed examples are not exhaustive. NOTE It is understood there are overlaps between general categories and the user is encouraged to select the one most appropriate. (enumeration - cannot be extended)", - "codelist": [ - { - "code": "001", - "codeName": "farming", - "description": "rearing of animals and/or cultivation of plants. Examples: agriculture, irrigation, aquaculture, plantations, herding, pests and diseases affecting crops and livestock" - }, - { - "code": "002", - "codeName": "biota", - "description": "flora and/or fauna in natural environment. Examples: wildlife, vegetation, biological sciences, ecology, wilderness, sealife, wetlands, habitat." - }, - { - "code": "003", - "codeName": "boundaries", - "description": "legal land descriptions. Examples: political and administrative boundaries." - }, - { - "code": "004", - "codeName": "climatologyMeteorologyAtmosphere", - "description": "processes and phenomena of the atmosphere. Examples: cloud cover, weather, climate, atmospheric conditions, climate change, precipitation" - }, - { - "code": "005", - "codeName": "economy", - "description": "economic activities, conditions and employment. Examples: production, labour, revenue, commerce, industry, tourism and ecotourism, forestry, fisheries, commercial or subsistence hunting, exploration and exploitation of resources such as minerals, oil and gas" - }, - { - "code": "006", - "codeName": "elevation", - "description": "height above or below sea level. Examples: altitude, bathymetry, digital elevation models, slope, derived products" - }, - { - "code": "007", - "codeName": "environment", - "description": "environmental resources, protection and conservation. Examples: environmental pollution, waste storage and treatment, environmental impact assessment, monitoring environmental risk, nature reserves, landscape" - }, - { - "code": "008", - "codeName": "geoscientificInformation", - "description": "information pertaining to earth sciences. Examples: geophysical features and processes, geology, minerals, sciences dealing with the composition, structure and origin of the earth’s rocks, risks of earthquakes, volcanic activity, landslides, gravity information, soils, permafrost, ydrogeology, erosion" - }, - { - "code": "009", - "codeName": "health", - "description": "health, health services, human ecology, and safety. Examples: disease and illness, factors affecting health, hygiene, substance abuse, mental and physical health, health services" - }, - { - "code": "010", - "codeName": "imageryBaseMapsEarthCover", - "description": "base maps. Examples: land cover, topographic maps, imagery, unclassified images, annotations" - }, - { - "code": "011", - "codeName": "intelligenceMilitary", - "description": "military bases, structures, activities. Examples: barracks, training grounds, military transportation, information collection" - }, - { - "code": "012", - "codeName": "inlandWaters", - "description": "inland water features, drainage systems and their characteristics. Examples: rivers and glaciers, salt lakes, water utilization plans, dams, currents, floods, water quality, hydrographic charts" - }, - { - "code": "013", - "codeName": "location", - "description": "positional information and services. Examples: addresses, geodetic networks, control points, postal zones and services, place names" - }, - { - "code": "014", - "codeName": "oceans", - "description": "features and characteristics of salt water bodies (excluding inland waters). Examples: tides, tidal waves, coastal information, reefs" - }, - { - "code": "015", - "codeName": "planningCadastre", - "description": "information used for appropriate actions for future use of the land. Examples: land use maps, zoning maps, cadastral surveys, land ownership" - }, - { - "code": "016", - "codeName": "society", - "description": "characteristics of society and cultures. Examples: settlements, anthropology, archaeology, education, traditional beliefs, manners and customs, demographic data, recreational areas and activities, social impact assessments, crime and justice, census information" - }, - { - "code": "017", - "codeName": "structure", - "description": "man-made construction. Examples: buildings, museums, churches, factories, housing, monuments, shops, towers" - }, - { - "code": "018", - "codeName": "transportation", - "description": "means and aids for conveying persons and/or goods. Examples: roads, airports/airstrips, shipping routes, tunnels, nautical charts, vehicle or vessel location, aeronautical charts, railways" - }, - { - "code": "019", - "codeName": "utilitiesCommunication", - "description": "energy, water and waste systems and communications infrastructure and services. Examples: hydroelectricity, geothermal, solar and nuclear sources of energy, water purification and distribution, sewage collection and disposal, electricity and gas distribution, data communication, telecommunication, radio, communication networks" - }, - { - "code": "020", - "codeName": "extraTerrestrial", - "description": "region more than 100 km above the surface of the Earth" - }, - { - "code": "021", - "codeName": "disaster", - "description": "information related to disasters. Examples: Site of the disaster, evacuation zone, disaster-prevention facility, disaster relief activities." - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_topologyLevel.json b/resources/json/iso_topologyLevel.json deleted file mode 100644 index 7157222..0000000 --- a/resources/json/iso_topologyLevel.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_topologyLevel", - "source": "ISO", - "sourceName": "MD_TopologyLevelCode", - "extensible": true, - "description": "degree of complexity of the spatial relationships", - "codelist": [ - { - "code": "001", - "codeName": "geometryOnly", - "description": "geometry objects without any additional structure which describes topology" - }, - { - "code": "002", - "codeName": "topology1D", - "description": "1-dimensional topological complex – commonly called “chain-node” topology" - }, - { - "code": "003", - "codeName": "planarGraph", - "description": "1-dimensional topological complex that is planar NOTE A planar graph is a graph that can be drawn in a plane in such a way that no two edges intersect except at a vertex" - }, - { - "code": "004", - "codeName": "fullPlanarGraph", - "description": "2-dimensional topological complex that is planar NOTE A 2-dimensional topological complex is commonly called “full topology” in a cartographic 2D environment" - }, - { - "code": "005", - "codeName": "surfaceGraph", - "description": "1-dimensional topological complex that is isomorphic to a subset of a surface NOTE A geometric complex is isomorphic to a topological complex if their elements are in a one-to-one, dimensional-and boundary-preserving correspondence to one another" - }, - { - "code": "006", - "codeName": "fullSurfaceGraph", - "description": "2-dimensional topological complex that is isomorphic to a subset of a surface" - }, - { - "code": "007", - "codeName": "topology3D", - "description": "3-dimensional topological complex NOTE A topological complex is a collection of topological primitives that are closed under the boundary operations" - }, - { - "code": "008", - "codeName": "fullTopology3D", - "description": "complete coverage of a 3D Euclidean coordinate space" - }, - { - "code": "009", - "codeName": "abstract", - "description": "topological complex without any specified geometric realisation" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_transferFunctionTypeCode.json b/resources/json/iso_transferFunctionTypeCode.json deleted file mode 100644 index 0965e32..0000000 --- a/resources/json/iso_transferFunctionTypeCode.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_transferFunctionTypeCode", - "source": "ISO", - "sourceName": "MI_TransferFunctionTypeCode", - "extensible": true, - "description": "transform function to be used when scaling a physical value for a given element", - "codelist": [ - { - "code": "001", - "codeName": "linear", - "description": "function used for transformation is first order polynomial" - }, - { - "code": "002", - "codeName": "logarithmic", - "description": "function used for transformation is logarithmic" - }, - { - "code": "003", - "codeName": "exponential", - "description": "function used for transformation is exponential" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_triggerCode.json b/resources/json/iso_triggerCode.json deleted file mode 100644 index fde23fb..0000000 --- a/resources/json/iso_triggerCode.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_triggerCode", - "source": "ISO", - "sourceName": "MI_TriggerCode", - "extensible": true, - "description": "mechanism of activation", - "codelist": [ - { - "code": "001", - "codeName": "automatic", - "description": "event due to external stimuli" - }, - { - "code": "002", - "codeName": "manual", - "description": "event manually instigated" - }, - { - "code": "003", - "codeName": "preProgrammed", - "description": "event instigated by planned internal stimuli" - } - ] -} \ No newline at end of file diff --git a/resources/json/iso_valueStructure.json b/resources/json/iso_valueStructure.json deleted file mode 100644 index 38573c7..0000000 --- a/resources/json/iso_valueStructure.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "codelistType": "staticList", - "codelistName": "iso_valueStructure", - "source": "ISO", - "sourceName": "DQM_ValueStructure", - "extensible": true, - "description": "structure for reporting a complex data quality result", - "codelist": [ - { - "code": "001", - "codeName": "bag", - "description": "finite, unordered collection of related items (objects or values) that may be repeated (ISO 19107:2003)" - }, - { - "code": "002", - "codeName": "set", - "description": "unordered collection of related items (objects or values) with no repetition (ISO 19107:2003)" - }, - { - "code": "003", - "codeName": "sequence", - "description": "finite, ordered collection of related items (objects or values) that may be repeated (ISO 19107:2003)" - }, - { - "code": "004", - "codeName": "table", - "description": "an arrangement of data in which each item may be identified by means of arguments or keys (ISO/IEC 2382-4:1999)" - }, - { - "code": "005", - "codeName": "matrix", - "description": "rectangular array of numbers (ISO/TS 19129:2009)" - }, - { - "code": "006", - "codeName": "coverage", - "description": "feature that acts as a function to return values from its range for any direct position within its spatial, temporal or spatiotemporal domain (ISO 19123:2005)" - } - ] -} \ No newline at end of file diff --git a/resources/json/mdcodes.json b/resources/json/mdcodes.json deleted file mode 100644 index 2613caa..0000000 --- a/resources/json/mdcodes.json +++ /dev/null @@ -1,10312 +0,0 @@ -{ - "iso_associationType": { - "codelistType": "staticList", - "codelistName": "iso_associationType", - "source": "ISO", - "sourceName": "DS_AssociationTypeCode", - "extensible": true, - "description": "justification for the correlation of two resources (datasets or projects)", - "codelist": [ - { - "code": "001", - "codeName": "crossReference", - "description": "the associated resource is a reference to another dataset or project" - }, - { - "code": "002", - "codeName": "largerWorkCitation", - "description": "the associated resource is a citation to a master resource of the main resource" - }, - { - "code": "003", - "codeName": "partOfSeamlessDatabase", - "description": "the associated resource is a part of the same structured dataset as the main resource" - }, - { - "code": "004", - "codeName": "source", - "description": "the associated resource is mapping and charting information from which the main resource content originates" - }, - { - "code": "005", - "codeName": "stereoMate", - "description": "the associated resource is part of a set of imagery that when used together provide three-dimensional images" - }, - { - "code": "006", - "codeName": "isComposedOf", - "description": "the associated resource is a dataset or project that is part of the main resource" - }, - { - "code": "007", - "codeName": "collectiveTitle", - "description": "the associated resource is a common title for a collection of resources. NOTE Title identifies elements of a series collectively, combined with information about what volumes are available at the source cite." - }, - { - "code": "008", - "codeName": "series", - "description": "the associated resource was produced via the same product specifications as the main resource" - }, - { - "code": "009", - "codeName": "dependency", - "description": "the associated resource is dependent on the main resource" - }, - { - "code": "010", - "codeName": "revisionOf", - "description": "the main resource is a revision of the associated resource" - }, - { - "code": "adiwg001", - "codeName": "projectProduct", - "description": "DEPRECATED: use product", - "deprecated": true - }, - { - "code": "adiwg002", - "codeName": "supplementalResource", - "description": "the associated resource is a supplemental resource to the main resource" - }, - { - "code": "adiwg003", - "codeName": "produced", - "description": "DEPRECATED: use product", - "deprecated": true - }, - { - "code": "adiwg004", - "codeName": "productOf", - "description": "DEPRECATED: use parentProject", - "deprecated": true - }, - { - "code": "adiwg005", - "codeName": "mainProjectOf", - "description": "DEPRECATED: use subProject", - "deprecated": true - }, - { - "code": "adiwg006", - "codeName": "subProjectOf", - "description": "DEPRECATED: use parentProject", - "deprecated": true - }, - { - "code": "adiwg007", - "codeName": "product", - "description": "the associated resource is a product developed as deliverable of the main resource" - }, - { - "code": "adiwg008", - "codeName": "parentProject", - "description": "the associated resource is a parent project of the main resource" - }, - { - "code": "adiwg009", - "codeName": "subProject", - "description": "the associated resource is sub-project or task of the main resource" - }, - { - "code": "adiwg010", - "codeName": "derivativeResource", - "description": "the associated resource is derived from main resource" - }, - { - "code": "adiwg011", - "codeName": "alternate", - "description": "the associated resource is an alternate reference for the main resource" - }, - { - "code": "adiwg012", - "codeName": "isPartOf", - "description": "the associated resource is a subset of the main resource" - } - ] - }, - "iso_bandDefinition": { - "codelistType": "staticList", - "codelistName": "iso_bandDefinition", - "source": "ISO", - "sourceName": "MI_BandDefinition", - "extensible": true, - "description": "designation of criterion for defining maximum and minimum wavelengths for a spectral band", - "codelist": [ - { - "code": "001", - "codeName": "3dB", - "description": "width of a distribution equal to the distance between the outer two points on the distribution having power level half of that at the peak" - }, - { - "code": "002", - "codeName": "halfMaximum", - "description": "width of a distribution equal to the distance between the outer two points on the distribution having power level half of that at the peak" - }, - { - "code": "003", - "codeName": "fiftyPercent", - "description": "full spectral width of a spectral power density measured at 50% of its peak height" - }, - { - "code": "004", - "codeName": "oneOverE", - "description": "width of a distribution equal to the distance between the outer two points on the distribution having power level 1/e that of the peak" - }, - { - "code": "005", - "codeName": "equivalentWidth", - "description": "width of a band with full sensitivity or absorption at every wavelength that detects or absorbs the same amount of energy as the band described" - } - ] - }, - "iso_cellGeometry": { - "codelistType": "staticList", - "codelistName": "iso_cellGeometry", - "source": "ISO", - "sourceName": "MD_CellGeometryCode", - "extensible": true, - "description": "code indicating the geometry represented by the grid cell value", - "codelist": [ - { - "code": "001", - "codeName": "point", - "description": "each cell represents a point" - }, - { - "code": "002", - "codeName": "area", - "description": "each cell represents an area" - }, - { - "code": "003", - "codeName": "voxel", - "description": "each cell represents a volumetric measurement on a regular grid in three dimensional space" - }, - { - "code": "004", - "codeName": "stratum", - "description": "height range for a single point vertical profile" - } - ] - }, - "iso_characterSet": { - "codelistType": "staticList", - "codelistName": "iso_characterSet", - "source": "Internet Assigned Numbers Authority (IANA)", - "sourceName": "MD_CharacterSetCode", - "extensible": true, - "description": "name of the character coding standard used in the resource", - "codelist": [ - { - "code": "2005", - "codeName": "Adobe-Standard-Encoding", - "description": "PostScript Language Reference Manual PCL Symbol Set id: 10J" - }, - { - "code": "2020", - "codeName": "Adobe-Symbol-Encoding", - "description": "PostScript Language Reference Manual PCL Symbol Set id: 5M " - }, - { - "code": "2104", - "codeName": "Amiga-1251", - "description": "See [http://www.amiga.ultranet.ru/Amiga-1251.html]" - }, - { - "code": "74", - "codeName": "ANSI_X3.110-1983", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "65", - "codeName": "ASMO_449", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "2026", - "codeName": "Big5", - "description": "Chinese for Taiwan Multi-byte set. PCL Symbol Set Id: 18T" - }, - { - "code": "2101", - "codeName": "Big5-HKSCS", - "description": "See [http://www.iana.org/assignments/charset-reg/Big5-HKSCS]" - }, - { - "code": "1020", - "codeName": "BOCU-1", - "description": "[http://www.unicode.org/notes/tn6/]" - }, - { - "code": "2106", - "codeName": "BRF", - "description": "See [http://www.iana.org/assignments/charset-reg/BRF] " - }, - { - "code": "20", - "codeName": "BS_4730", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "50", - "codeName": "BS_viewdata", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "1016", - "codeName": "CESU-8", - "description": "[http://www.unicode.org/unicode/reports/tr26]" - }, - { - "code": "2260", - "codeName": "CP50220", - "description": "See [http://www.iana.org/assignments/charset-reg/CP50220]" - }, - { - "code": "2108", - "codeName": "CP51932", - "description": "See [http://www.iana.org/assignments/charset-reg/CP51932] " - }, - { - "code": "78", - "codeName": "CSA_Z243.4-1985-1", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "79", - "codeName": "CSA_Z243.4-1985-2", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "80", - "codeName": "CSA_Z243.4-1985-gr", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "86", - "codeName": "CSN_369103", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "2008", - "codeName": "DEC-MCS", - "description": "VAX/VMS User's Manual, Order Number: AI-Y517A-TE, April 1986." - }, - { - "code": "24", - "codeName": "DIN_66003", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "101", - "codeName": "dk-us", - "description": "" - }, - { - "code": "99", - "codeName": "DS_2089", - "description": "Danish Standard, DS 2089, February 1974" - }, - { - "code": "2064", - "codeName": "EBCDIC-AT-DE", - "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" - }, - { - "code": "2065", - "codeName": "EBCDIC-AT-DE-A", - "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" - }, - { - "code": "2066", - "codeName": "EBCDIC-CA-FR", - "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" - }, - { - "code": "2067", - "codeName": "EBCDIC-DK-NO", - "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" - }, - { - "code": "2068", - "codeName": "EBCDIC-DK-NO-A", - "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" - }, - { - "code": "2074", - "codeName": "EBCDIC-ES", - "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" - }, - { - "code": "2075", - "codeName": "EBCDIC-ES-A", - "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" - }, - { - "code": "2076", - "codeName": "EBCDIC-ES-S", - "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" - }, - { - "code": "2069", - "codeName": "EBCDIC-FI-SE", - "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" - }, - { - "code": "2070", - "codeName": "EBCDIC-FI-SE-A", - "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" - }, - { - "code": "2071", - "codeName": "EBCDIC-FR", - "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" - }, - { - "code": "2072", - "codeName": "EBCDIC-IT", - "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" - }, - { - "code": "2073", - "codeName": "EBCDIC-PT", - "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" - }, - { - "code": "2077", - "codeName": "EBCDIC-UK", - "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" - }, - { - "code": "2078", - "codeName": "EBCDIC-US", - "description": "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987" - }, - { - "code": "77", - "codeName": "ECMA-cyrillic", - "description": "[ISO registry] (formerly [ECMA registry])" - }, - { - "code": "23", - "codeName": "ES", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "61", - "codeName": "ES2", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "38", - "codeName": "EUC-KR", - "description": "[RFC1557] (see also KS_C_5861-1992)" - }, - { - "code": "19", - "codeName": "Extended_UNIX_Code_Fixed_Width_for_Japanese", - "description": "Code set 0: US-ASCII; code set 2: Half Width Katakana; code set 3: JIS X0212-1990" - }, - { - "code": "18", - "codeName": "Extended_UNIX_Code_Packed_Format_for_Japanese", - "description": "Code set 0: US-ASCII; code set 1: JIS X0208-1990; code set 3: JIS X0212-1990 " - }, - { - "code": "56", - "codeName": "GB_1988-80", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "57", - "codeName": "GB_2312-80", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "114", - "codeName": "GB18030", - "description": "Chinese IT Standardization Technical Committee see [http://www.iana.org/assignments/charset-reg/GB18030]" - }, - { - "code": "2025", - "codeName": "GB2312", - "description": "Chinese for People's Republic of China (PRC) mixed one byte, two byte set" - }, - { - "code": "113", - "codeName": "GBK", - "description": "Chinese IT Standardization Technical Committee see [http://www.iana.org/assignments/charset-reg/GBK]" - }, - { - "code": "94", - "codeName": "GOST_19768-74", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "64", - "codeName": "greek7", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "44", - "codeName": "greek7-old", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "91", - "codeName": "greek-ccitt", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "2021", - "codeName": "HP-DeskTop", - "description": "PCL 5 Comparison Guide, Hewlett-Packard, HP part number 5961-0510, October 1992 PCL Symbol Set id: 7J" - }, - { - "code": "2017", - "codeName": "HP-Legal", - "description": "PCL 5 Comparison Guide, Hewlett-Packard, HP part number 5961-0510, October 1992 PCL Symbol Set id: 1U" - }, - { - "code": "2019", - "codeName": "HP-Math8", - "description": "PCL 5 Comparison Guide, Hewlett-Packard, HP part number 5961-0510, October 1992 PCL Symbol Set id: 8M" - }, - { - "code": "2018", - "codeName": "HP-Pi-font", - "description": "PCL 5 Comparison Guide, Hewlett-Packard, HP part number 5961-0510, October 1992 PCL Symbol Set id: 15U " - }, - { - "code": "2004", - "codeName": "hp-roman8", - "description": "LaserJet IIP Printer User's Manual, HP part no 33471-90901, Hewlet-Packard, June 1989." - }, - { - "code": "2085", - "codeName": "HZ-GB-2312", - "description": "[RFC1842], [RFC1843][RFC1843][RFC1842]" - }, - { - "code": "2089", - "codeName": "IBM00858", - "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM00858]" - }, - { - "code": "2090", - "codeName": "IBM00924", - "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM00924]" - }, - { - "code": "2091", - "codeName": "IBM01140", - "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM01140]" - }, - { - "code": "2092", - "codeName": "IBM01141", - "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM01141] " - }, - { - "code": "2093", - "codeName": "IBM01142", - "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM01142]" - }, - { - "code": "2094", - "codeName": "IBM01143", - "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM01143]" - }, - { - "code": "2095", - "codeName": "IBM01144", - "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM01144]" - }, - { - "code": "2096", - "codeName": "IBM01145", - "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM01145]" - }, - { - "code": "2097", - "codeName": "IBM01146", - "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM01146]" - }, - { - "code": "2098", - "codeName": "IBM01147", - "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM01147]" - }, - { - "code": "2099", - "codeName": "IBM01148", - "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM01148]" - }, - { - "code": "2100", - "codeName": "IBM01149", - "description": "IBM See [http://www.iana.org/assignments/charset-reg/IBM01149]" - }, - { - "code": "2028", - "codeName": "IBM037", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2029", - "codeName": "IBM038", - "description": "IBM 3174 Character Set Ref, GA27-3831-02, March 1990" - }, - { - "code": "2063", - "codeName": "IBM1026", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2102", - "codeName": "IBM1047", - "description": "IBM1047 (EBCDIC Latin 1/Open Systems) [http://www-1.ibm.com/servers/eserver/iseries/software/globalization/pdf/cp01047z.pdf]" - }, - { - "code": "2030", - "codeName": "IBM273", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2031", - "codeName": "IBM274", - "description": "IBM 3174 Character Set Ref, GA27-3831-02, March 1990" - }, - { - "code": "2032", - "codeName": "IBM275", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2033", - "codeName": "IBM277", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2034", - "codeName": "IBM278", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2035", - "codeName": "IBM280", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2036", - "codeName": "IBM281", - "description": "IBM 3174 Character Set Ref, GA27-3831-02, March 1990" - }, - { - "code": "2037", - "codeName": "IBM284", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2038", - "codeName": "IBM285", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2039", - "codeName": "IBM290", - "description": "IBM 3174 Character Set Ref, GA27-3831-02, March 1990" - }, - { - "code": "2040", - "codeName": "IBM297", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2041", - "codeName": "IBM420", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990, IBM NLS RM p 11-11" - }, - { - "code": "2042", - "codeName": "IBM423", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2043", - "codeName": "IBM424", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2011", - "codeName": "IBM437", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2044", - "codeName": "IBM500", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2087", - "codeName": "IBM775", - "description": "HP PCL 5 Comparison Guide (P/N 5021-0329) pp B-13, 1996" - }, - { - "code": "2009", - "codeName": "IBM850", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990 " - }, - { - "code": "2045", - "codeName": "IBM851", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2010", - "codeName": "IBM852", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2046", - "codeName": "IBM855", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2047", - "codeName": "IBM857", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2048", - "codeName": "IBM860", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2049", - "codeName": "IBM861", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2013", - "codeName": "IBM862", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2050", - "codeName": "IBM863", - "description": "IBM Keyboard layouts and code pages, PN 07G4586 June 1991" - }, - { - "code": "2051", - "codeName": "IBM864", - "description": "IBM Keyboard layouts and code pages, PN 07G4586 June 1991" - }, - { - "code": "2052", - "codeName": "IBM865", - "description": "IBM DOS 3.3 Ref (Abridged), 94X9575 (Feb 1987)" - }, - { - "code": "2086", - "codeName": "IBM866", - "description": "IBM NLDG Volume 2 (SE09-8002-03) August 1994" - }, - { - "code": "2053", - "codeName": "IBM868", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2054", - "codeName": "IBM869", - "description": "IBM Keyboard layouts and code pages, PN 07G4586 June 1991" - }, - { - "code": "2055", - "codeName": "IBM870", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2056", - "codeName": "IBM871", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2057", - "codeName": "IBM880", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2058", - "codeName": "IBM891", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2059", - "codeName": "IBM903", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2060", - "codeName": "IBM904", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2061", - "codeName": "IBM905", - "description": "IBM 3174 Character Set Ref, GA27-3831-02, March 1990" - }, - { - "code": "2062", - "codeName": "IBM918", - "description": "IBM NLS RM Vol2 SE09-8002-01, March 1990" - }, - { - "code": "2015", - "codeName": "IBM-Symbols", - "description": "Presentation Set, CPGID: 259" - }, - { - "code": "2016", - "codeName": "IBM-Thai", - "description": "Presentation Set, CPGID: 838" - }, - { - "code": "88", - "codeName": "IEC_P27-1", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "51", - "codeName": "INIS", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "52", - "codeName": "INIS-8", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "53", - "codeName": "INIS-cyrillic", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "29", - "codeName": "INVARIANT", - "description": "" - }, - { - "code": "96", - "codeName": "ISO_10367-box", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "73", - "codeName": "ISO_2033-1983", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "48", - "codeName": "ISO_5427", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "54", - "codeName": "ISO_5427:1981", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "55", - "codeName": "ISO_5428:1980", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "28", - "codeName": "ISO_646.basic:1983", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "30", - "codeName": "ISO_646.irv:1983", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "93", - "codeName": "ISO_6937-2-25", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "14", - "codeName": "ISO_6937-2-add", - "description": "[ISO-IR: International Register of Escape Sequences] and ISO 6937-2:1983 Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "4", - "codeName": "ISO_8859-1:1987", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "5", - "codeName": "ISO_8859-2:1987", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "6", - "codeName": "ISO_8859-3:1988", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "7", - "codeName": "ISO_8859-4:1988", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "8", - "codeName": "ISO_8859-5:1988", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "9", - "codeName": "ISO_8859-6:1987", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "81", - "codeName": "ISO_8859-6-E", - "description": "[RFC1556]" - }, - { - "code": "82", - "codeName": "ISO_8859-6-I", - "description": "[RFC1556]" - }, - { - "code": "10", - "codeName": "ISO_8859-7:1987", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "11", - "codeName": "ISO_8859-8:1988", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "84", - "codeName": "ISO_8859-8-E", - "description": "[RFC1556]" - }, - { - "code": "85", - "codeName": "ISO_8859-8-I", - "description": "[RFC1556]" - }, - { - "code": "12", - "codeName": "ISO_8859-9:1989", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "95", - "codeName": "ISO_8859-supp", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "1004", - "codeName": "ISO-10646-J-1", - "description": "ISO 10646 Japanese, see [RFC1815]" - }, - { - "code": "1000", - "codeName": "ISO-10646-UCS-2", - "description": "the 2-octet Basic Multilingual Plane, aka Unicode this needs to specify network byte order: the standard does not specify (it is a 16-bit integer space)" - }, - { - "code": "1001", - "codeName": "ISO-10646-UCS-4", - "description": "the full code space. (same comment about byte order, these are 31-bit numbers." - }, - { - "code": "1002", - "codeName": "ISO-10646-UCS-Basic", - "description": "ASCII subset of Unicode. Basic Latin = collection 1 See ISO 10646, Appendix A" - }, - { - "code": "1003", - "codeName": "ISO-10646-Unicode-Latin1", - "description": "ISO Latin-1 subset of Unicode. Basic Latin and Latin-1 Supplement = collections 1 and 2. See ISO 10646, Appendix A. See [RFC1815]." - }, - { - "code": "27", - "codeName": "ISO-10646-UTF-1", - "description": "Universal Transfer Format (1), this is the multibyte encoding, that subsets ASCII-7. It does not have byte ordering issues." - }, - { - "code": "118", - "codeName": "ISO-11548-1", - "description": "See [http://www.iana.org/assignments/charset-reg/ISO-11548-1]" - }, - { - "code": "104", - "codeName": "ISO-2022-CN", - "description": "[RFC1922]" - }, - { - "code": "105", - "codeName": "ISO-2022-CN-EXT", - "description": "[RFC1922]" - }, - { - "code": "39", - "codeName": "ISO-2022-JP", - "description": "[RFC1468] (see also [RFC2237])" - }, - { - "code": "40", - "codeName": "ISO-2022-JP-2", - "description": "[RFC1554]" - }, - { - "code": "37", - "codeName": "ISO-2022-KR", - "description": "[RFC1557] (see also KS_C_5601-1987)" - }, - { - "code": "13", - "codeName": "ISO-8859-10", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "109", - "codeName": "ISO-8859-13", - "description": "ISO See [http://www.iana.org/assignments/charset-reg/ISO-8859-13][Vladas_Tumasonis]" - }, - { - "code": "110", - "codeName": "ISO-8859-14", - "description": "ISO See [http://www.iana.org/assignments/charset-reg/ISO-8859-14] [Keld_Simonsen_2]" - }, - { - "code": "111", - "codeName": "ISO-8859-15", - "description": "ISO see [http://www.iana.org/assignments/charset-reg/ISO-8859-15]" - }, - { - "code": "112", - "codeName": "ISO-8859-16", - "description": "ISO" - }, - { - "code": "2000", - "codeName": "ISO-8859-1-Windows-3.0-Latin-1", - "description": "Extended ISO 8859-1 Latin-1 for Windows 3.0. PCL Symbol Set id: 9U" - }, - { - "code": "2001", - "codeName": "ISO-8859-1-Windows-3.1-Latin-1", - "description": "Extended ISO 8859-1 Latin-1 for Windows 3.1. PCL Symbol Set id: 19U" - }, - { - "code": "2002", - "codeName": "ISO-8859-2-Windows-Latin-2", - "description": "Extended ISO 8859-2. Latin-2 for Windows 3.1. PCL Symbol Set id: 9E" - }, - { - "code": "2003", - "codeName": "ISO-8859-9-Windows-Latin-5", - "description": "Extended ISO 8859-9. Latin-5 for Windows 3.1 PCL Symbol Set id: 5T" - }, - { - "code": "66", - "codeName": "iso-ir-90", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "1005", - "codeName": "ISO-Unicode-IBM-1261", - "description": "IBM Latin-2, -3, -5, Extended Presentation Set, GCSGID: 1261" - }, - { - "code": "1008", - "codeName": "ISO-Unicode-IBM-1264", - "description": "IBM Arabic Presentation Set, GCSGID: 1264" - }, - { - "code": "1009", - "codeName": "ISO-Unicode-IBM-1265", - "description": "IBM Hebrew Presentation Set, GCSGID: 1265" - }, - { - "code": "1006", - "codeName": "ISO-Unicode-IBM-1268", - "description": "IBM Latin-4 Extended Presentation Set, GCSGID: 1268" - }, - { - "code": "1007", - "codeName": "ISO-Unicode-IBM-1276", - "description": "IBM Cyrillic Greek Extended Presentation Set, GCSGID: 1276" - }, - { - "code": "22", - "codeName": "IT", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "41", - "codeName": "JIS_C6220-1969-jp", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "42", - "codeName": "JIS_C6220-1969-ro", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "49", - "codeName": "JIS_C6226-1978", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "63", - "codeName": "JIS_C6226-1983", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "67", - "codeName": "JIS_C6229-1984-a", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "68", - "codeName": "JIS_C6229-1984-b", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "69", - "codeName": "JIS_C6229-1984-b-add", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "70", - "codeName": "JIS_C6229-1984-hand", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "71", - "codeName": "JIS_C6229-1984-hand-add", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "72", - "codeName": "JIS_C6229-1984-kana", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "16", - "codeName": "JIS_Encoding", - "description": "JIS X 0202-1991. Uses ISO 2022 escape sequences to shift code sets as documented in JIS X 0202-1991." - }, - { - "code": "15", - "codeName": "JIS_X0201", - "description": "JIS X 0201-1976. One byte only, this is equivalent to JIS/Roman (similar to ASCII) plus eight-bit half-width Katakana" - }, - { - "code": "98", - "codeName": "JIS_X0212-1990", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "87", - "codeName": "JUS_I.B1.002", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "90", - "codeName": "JUS_I.B1.003-mac", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "89", - "codeName": "JUS_I.B1.003-serb", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "2105", - "codeName": "KOI7-switched", - "description": "See [http://www.iana.org/assignments/charset-reg/KOI7-switched]" - }, - { - "code": "2084", - "codeName": "KOI8-R", - "description": "[RFC1489], based on GOST-19768-74, ISO-6937/8, INIS-Cyrillic, ISO-5427." - }, - { - "code": "2088", - "codeName": "KOI8-U", - "description": "[RFC2319]" - }, - { - "code": "36", - "codeName": "KS_C_5601-1987", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "102", - "codeName": "KSC5636", - "description": "" - }, - { - "code": "119", - "codeName": "KZ-1048", - "description": "See [http://www.iana.org/assignments/charset-reg/KZ-1048] " - }, - { - "code": "45", - "codeName": "latin-greek", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "47", - "codeName": "Latin-greek-1", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "97", - "codeName": "latin-lap", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "2027", - "codeName": "macintosh", - "description": "The Unicode Standard ver1.0, ISBN 0-201-56788-1, Oct 1991" - }, - { - "code": "2023", - "codeName": "Microsoft-Publishing", - "description": "PCL 5 Comparison Guide, Hewlett-Packard, HP part number 5961-0510, October 1992 PCL Symbol Set id: 6J" - }, - { - "code": "2081", - "codeName": "MNEM", - "description": "[RFC1345], also known as mnemonic+ascii+8200" - }, - { - "code": "2080", - "codeName": "MNEMONIC", - "description": "[RFC1345], also known as mnemonic+ascii+38" - }, - { - "code": "62", - "codeName": "MSZ_7795.3", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "33", - "codeName": "NATS-DANO", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "34", - "codeName": "NATS-DANO-ADD", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "31", - "codeName": "NATS-SEFI", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "32", - "codeName": "NATS-SEFI-ADD", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "92", - "codeName": "NC_NC00-10:81", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "26", - "codeName": "NF_Z_62-010", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "46", - "codeName": "NF_Z_62-010_(1973)", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "25", - "codeName": "NS_4551-1", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "58", - "codeName": "NS_4551-2", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "116", - "codeName": "OSD_EBCDIC_DF03_IRV", - "description": "Fujitsu-Siemens standard mainframe EBCDIC encoding see [http://www.iana.org/assignments/charset-reg/OSD-EBCDIC-DF03-IRV]" - }, - { - "code": "117", - "codeName": "OSD_EBCDIC_DF04_1", - "description": "Fujitsu-Siemens standard mainframe EBCDIC encoding see [http://www.iana.org/assignments/charset-reg/OSD-EBCDIC-DF04-1]" - }, - { - "code": "115", - "codeName": "OSD_EBCDIC_DF04_15", - "description": "Fujitsu-Siemens standard mainframe EBCDIC encoding see [http://www.iana.org/assignments/charset-reg/OSD-EBCDIC-DF04-15]" - }, - { - "code": "2012", - "codeName": "PC8-Danish-Norwegian", - "description": "PC Danish Norwegian 8-bit PC set for Danish Norwegian PCL Symbol Set id: 11U" - }, - { - "code": "2014", - "codeName": "PC8-Turkish", - "description": "PC Latin Turkish. PCL Symbol Set id: 9T" - }, - { - "code": "43", - "codeName": "PT", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "60", - "codeName": "PT2", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "2103", - "codeName": "PTCP154", - "description": "See [http://www.iana.org/assignments/charset-reg/PTCP154]" - }, - { - "code": "1011", - "codeName": "SCSU", - "description": "SCSU See [http://www.iana.org/assignments/charset-reg/SCSU] [Markus_Scherer]" - }, - { - "code": "35", - "codeName": "SEN_850200_B", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "21", - "codeName": "SEN_850200_C", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "17", - "codeName": "Shift_JIS", - "description": "An extension of csHalfWidthKatakana by adding graphic characters in JIS X 0208. " - }, - { - "code": "83", - "codeName": "T.101-G2", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "75", - "codeName": "T.61-7bit", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "76", - "codeName": "T.61-8bit", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "2259", - "codeName": "TIS-620", - "description": "Thai Industrial Standards Institute (TISI)" - }, - { - "code": "2107", - "codeName": "TSCII", - "description": "See [http://www.iana.org/assignments/charset-reg/TSCII]" - }, - { - "code": "1010", - "codeName": "UNICODE-1-1", - "description": "[RFC1641]" - }, - { - "code": "103", - "codeName": "UNICODE-1-1-UTF-7", - "description": "[RFC1642]" - }, - { - "code": "2079", - "codeName": "UNKNOWN-8BIT", - "description": "" - }, - { - "code": "3", - "codeName": "US-ASCII", - "description": "ANSI X3.4-1986" - }, - { - "code": "100", - "codeName": "us-dk", - "description": "" - }, - { - "code": "1015", - "codeName": "UTF-16", - "description": "[RFC2781]" - }, - { - "code": "1013", - "codeName": "UTF-16BE", - "description": "[RFC2781]" - }, - { - "code": "1014", - "codeName": "UTF-16LE", - "description": "[RFC2781]" - }, - { - "code": "1017", - "codeName": "UTF-32", - "description": "[http://www.unicode.org/unicode/reports/tr19/]" - }, - { - "code": "1018", - "codeName": "UTF-32BE", - "description": "[http://www.unicode.org/unicode/reports/tr19/]" - }, - { - "code": "1019", - "codeName": "UTF-32LE", - "description": "[http://www.unicode.org/unicode/reports/tr19/]" - }, - { - "code": "1012", - "codeName": "UTF-7", - "description": "[RFC2152]" - }, - { - "code": "106", - "codeName": "UTF-8", - "description": "[RFC3629]" - }, - { - "code": "2007", - "codeName": "Ventura-International", - "description": "Ventura International. ASCII plus coded characters similar to Roman8. PCL Symbol Set id: 13J" - }, - { - "code": "2022", - "codeName": "Ventura-Math", - "description": "PCL 5 Comparison Guide, Hewlett-Packard, HP part number 5961-0510, October 1992 PCL Symbol Set id: 6M" - }, - { - "code": "2006", - "codeName": "Ventura-US", - "description": "Ventura US. " - }, - { - "code": "59", - "codeName": "videotex-suppl", - "description": "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan." - }, - { - "code": "2083", - "codeName": "VIQR", - "description": "[RFC1456]" - }, - { - "code": "2082", - "codeName": "VISCII", - "description": "[RFC1456]" - }, - { - "code": "2250", - "codeName": "windows-1250", - "description": "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1250]" - }, - { - "code": "2251", - "codeName": "windows-1251", - "description": "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1251]" - }, - { - "code": "2252", - "codeName": "windows-1252", - "description": "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1252]" - }, - { - "code": "2253", - "codeName": "windows-1253", - "description": "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1253]" - }, - { - "code": "2254", - "codeName": "windows-1254", - "description": "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1254]" - }, - { - "code": "2255", - "codeName": "windows-1255", - "description": "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1255]" - }, - { - "code": "2256", - "codeName": "windows-1256", - "description": "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1256]" - }, - { - "code": "2257", - "codeName": "windows-1257", - "description": "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1257] " - }, - { - "code": "2258", - "codeName": "windows-1258", - "description": "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1258]" - }, - { - "code": "2024", - "codeName": "Windows-31J", - "description": "Windows Japanese. " - }, - { - "code": "2109", - "codeName": "windows-874", - "description": "See [http://www.iana.org/assignments/charset-reg/windows-874]" - } - ] - }, - "iso_classification": { - "codelistType": "staticList", - "codelistName": "iso_classification", - "source": "ISO", - "sourceName": "MD_ClassificationCode", - "extensible": true, - "description": "name of the handling restrictions on the dataset", - "codelist": [ - { - "code": "001", - "codeName": "unclassified", - "description": "available for general disclosure" - }, - { - "code": "002", - "codeName": "restricted", - "description": "not for general disclosure" - }, - { - "code": "003", - "codeName": "confidential", - "description": "available for someone who can be entrusted with information" - }, - { - "code": "004", - "codeName": "secret", - "description": "kept or meant to be kept private, unknown, or hidden from all but a select group of people" - }, - { - "code": "005", - "codeName": "topSecret", - "description": "of the highest secrecy" - }, - { - "code": "006", - "codeName": "sensitiveButUnclassified", - "description": "although unclassified, requires strict controls over its distribution" - }, - { - "code": "007", - "codeName": "forOfficialUseOnly", - "description": "unclassified information that is to be used only for official purposes determined by the designating body" - }, - { - "code": "008", - "codeName": "protected", - "description": "compromise of the information could cause damage" - }, - { - "code": "009", - "codeName": "limitedDistribution", - "description": "dissemination limited by designating body" - } - ] - }, - "iso_contextCode": { - "codelistType": "staticList", - "codelistName": "iso_contextCode", - "source": "ISO", - "sourceName": "MI_ContextCode", - "extensible": true, - "description": "designation of criterion for defining the context of the scanning process event", - "codelist": [ - { - "code": "001", - "codeName": "acquisition", - "description": "event related to a specific collection" - }, - { - "code": "002", - "codeName": "pass", - "description": "event related to a sequence of collections" - }, - { - "code": "003", - "codeName": "wayPoint", - "description": "event related to a navigational manoeuvre" - } - ] - }, - "iso_countries": { - "codelistType": "staticList", - "codelistName": "iso_countries", - "source": "ISO", - "sourceName": "CountryCode", - "extensible": true, - "description": "three letter country codes from ISO 3166-1 alpha-3 code list", - "codelist": [ - { - "code": "004", - "codeName": "AFG", - "description": "Afghanistan" - }, - { - "code": "248", - "codeName": "ALA", - "description": "Åland Islands" - }, - { - "code": "008", - "codeName": "ALB", - "description": "Albania" - }, - { - "code": "012", - "codeName": "DZA", - "description": "Algeria" - }, - { - "code": "016", - "codeName": "ASM", - "description": "American Samoa" - }, - { - "code": "020", - "codeName": "AND", - "description": "Andorra" - }, - { - "code": "024", - "codeName": "AGO", - "description": "Angola" - }, - { - "code": "660", - "codeName": "AIA", - "description": "Anguilla" - }, - { - "code": "010", - "codeName": "ATA", - "description": "Antarctica" - }, - { - "code": "028", - "codeName": "ATG", - "description": "Antigua and Barbuda" - }, - { - "code": "032", - "codeName": "ARG", - "description": "Argentina" - }, - { - "code": "051", - "codeName": "ARM", - "description": "Armenia" - }, - { - "code": "533", - "codeName": "ABW", - "description": "Aruba" - }, - { - "code": "036", - "codeName": "AUS", - "description": "Australia" - }, - { - "code": "040", - "codeName": "AUT", - "description": "Austria" - }, - { - "code": "031", - "codeName": "AZE", - "description": "Azerbaijan" - }, - { - "code": "044", - "codeName": "BHS", - "description": "Bahamas" - }, - { - "code": "048", - "codeName": "BHR", - "description": "Bahrain" - }, - { - "code": "050", - "codeName": "BGD", - "description": "Bangladesh" - }, - { - "code": "052", - "codeName": "BRB", - "description": "Barbados" - }, - { - "code": "112", - "codeName": "BLR", - "description": "Belarus" - }, - { - "code": "056", - "codeName": "BEL", - "description": "Belgium" - }, - { - "code": "084", - "codeName": "BLZ", - "description": "Belize" - }, - { - "code": "204", - "codeName": "BEN", - "description": "Benin" - }, - { - "code": "060", - "codeName": "BMU", - "description": "Bermuda" - }, - { - "code": "064", - "codeName": "BTN", - "description": "Bhutan" - }, - { - "code": "068", - "codeName": "BOL", - "description": "Bolivia (Plurinational State of)" - }, - { - "code": "535", - "codeName": "BES", - "description": "Bonaire, Sint Eustatius and Saba" - }, - { - "code": "070", - "codeName": "BIH", - "description": "Bosnia and Herzegovina" - }, - { - "code": "072", - "codeName": "BWA", - "description": "Botswana" - }, - { - "code": "074", - "codeName": "BVT", - "description": "Bouvet Island" - }, - { - "code": "076", - "codeName": "BRA", - "description": "Brazil" - }, - { - "code": "086", - "codeName": "IOT", - "description": "British Indian Ocean Territory" - }, - { - "code": "096", - "codeName": "BRN", - "description": "Brunei Darussalam" - }, - { - "code": "100", - "codeName": "BGR", - "description": "Bulgaria" - }, - { - "code": "854", - "codeName": "BFA", - "description": "Burkina Faso" - }, - { - "code": "108", - "codeName": "BDI", - "description": "Burundi" - }, - { - "code": "116", - "codeName": "KHM", - "description": "Cambodia" - }, - { - "code": "120", - "codeName": "CMR", - "description": "Cameroon" - }, - { - "code": "124", - "codeName": "CAN", - "description": "Canada" - }, - { - "code": "132", - "codeName": "CPV", - "description": "Cabo Verde" - }, - { - "code": "136", - "codeName": "CYM", - "description": "Cayman Islands" - }, - { - "code": "140", - "codeName": "CAF", - "description": "Central African Republic" - }, - { - "code": "148", - "codeName": "TCD", - "description": "Chad" - }, - { - "code": "152", - "codeName": "CHL", - "description": "Chile" - }, - { - "code": "156", - "codeName": "CHN", - "description": "China" - }, - { - "code": "162", - "codeName": "CXR", - "description": "Christmas Island" - }, - { - "code": "166", - "codeName": "CCK", - "description": "Cocos (Keeling) Islands" - }, - { - "code": "170", - "codeName": "COL", - "description": "Colombia" - }, - { - "code": "174", - "codeName": "COM", - "description": "Comoros" - }, - { - "code": "178", - "codeName": "COG", - "description": "Congo" - }, - { - "code": "180", - "codeName": "COD", - "description": "Congo (Democratic Republic of the)" - }, - { - "code": "184", - "codeName": "COK", - "description": "Cook Islands" - }, - { - "code": "188", - "codeName": "CRI", - "description": "Costa Rica" - }, - { - "code": "384", - "codeName": "CIV", - "description": "Côte d'Ivoire" - }, - { - "code": "191", - "codeName": "HRV", - "description": "Croatia" - }, - { - "code": "192", - "codeName": "CUB", - "description": "Cuba" - }, - { - "code": "531", - "codeName": "CUW", - "description": "Curaçao" - }, - { - "code": "196", - "codeName": "CYP", - "description": "Cyprus" - }, - { - "code": "203", - "codeName": "CZE", - "description": "Czech Republic" - }, - { - "code": "208", - "codeName": "DNK", - "description": "Denmark" - }, - { - "code": "262", - "codeName": "DJI", - "description": "Djibouti" - }, - { - "code": "212", - "codeName": "DMA", - "description": "Dominica" - }, - { - "code": "214", - "codeName": "DOM", - "description": "Dominican Republic" - }, - { - "code": "218", - "codeName": "ECU", - "description": "Ecuador" - }, - { - "code": "818", - "codeName": "EGY", - "description": "Egypt" - }, - { - "code": "222", - "codeName": "SLV", - "description": "El Salvador" - }, - { - "code": "226", - "codeName": "GNQ", - "description": "Equatorial Guinea" - }, - { - "code": "232", - "codeName": "ERI", - "description": "Eritrea" - }, - { - "code": "233", - "codeName": "EST", - "description": "Estonia" - }, - { - "code": "231", - "codeName": "ETH", - "description": "Ethiopia" - }, - { - "code": "238", - "codeName": "FLK", - "description": "Falkland Islands (Malvinas)" - }, - { - "code": "234", - "codeName": "FRO", - "description": "Faroe Islands" - }, - { - "code": "242", - "codeName": "FJI", - "description": "Fiji" - }, - { - "code": "246", - "codeName": "FIN", - "description": "Finland" - }, - { - "code": "250", - "codeName": "FRA", - "description": "France" - }, - { - "code": "254", - "codeName": "GUF", - "description": "French Guiana" - }, - { - "code": "258", - "codeName": "PYF", - "description": "French Polynesia" - }, - { - "code": "260", - "codeName": "ATF", - "description": "French Southern Territories" - }, - { - "code": "266", - "codeName": "GAB", - "description": "Gabon" - }, - { - "code": "270", - "codeName": "GMB", - "description": "Gambia" - }, - { - "code": "268", - "codeName": "GEO", - "description": "Georgia" - }, - { - "code": "276", - "codeName": "DEU", - "description": "Germany" - }, - { - "code": "288", - "codeName": "GHA", - "description": "Ghana" - }, - { - "code": "292", - "codeName": "GIB", - "description": "Gibraltar" - }, - { - "code": "300", - "codeName": "GRC", - "description": "Greece" - }, - { - "code": "304", - "codeName": "GRL", - "description": "Greenland" - }, - { - "code": "308", - "codeName": "GRD", - "description": "Grenada" - }, - { - "code": "312", - "codeName": "GLP", - "description": "Guadeloupe" - }, - { - "code": "316", - "codeName": "GUM", - "description": "Guam" - }, - { - "code": "320", - "codeName": "GTM", - "description": "Guatemala" - }, - { - "code": "831", - "codeName": "GGY", - "description": "Guernsey" - }, - { - "code": "324", - "codeName": "GIN", - "description": "Guinea" - }, - { - "code": "624", - "codeName": "GNB", - "description": "Guinea-Bissau" - }, - { - "code": "328", - "codeName": "GUY", - "description": "Guyana" - }, - { - "code": "332", - "codeName": "HTI", - "description": "Haiti" - }, - { - "code": "334", - "codeName": "HMD", - "description": "Heard Island and McDonald Islands" - }, - { - "code": "336", - "codeName": "VAT", - "description": "Holy See" - }, - { - "code": "340", - "codeName": "HND", - "description": "Honduras" - }, - { - "code": "344", - "codeName": "HKG", - "description": "Hong Kong" - }, - { - "code": "348", - "codeName": "HUN", - "description": "Hungary" - }, - { - "code": "352", - "codeName": "ISL", - "description": "Iceland" - }, - { - "code": "356", - "codeName": "IND", - "description": "India" - }, - { - "code": "360", - "codeName": "IDN", - "description": "Indonesia" - }, - { - "code": "364", - "codeName": "IRN", - "description": "Iran (Islamic Republic of)" - }, - { - "code": "368", - "codeName": "IRQ", - "description": "Iraq" - }, - { - "code": "372", - "codeName": "IRL", - "description": "Ireland" - }, - { - "code": "833", - "codeName": "IMN", - "description": "Isle of Man" - }, - { - "code": "376", - "codeName": "ISR", - "description": "Israel" - }, - { - "code": "380", - "codeName": "ITA", - "description": "Italy" - }, - { - "code": "388", - "codeName": "JAM", - "description": "Jamaica" - }, - { - "code": "392", - "codeName": "JPN", - "description": "Japan" - }, - { - "code": "832", - "codeName": "JEY", - "description": "Jersey" - }, - { - "code": "400", - "codeName": "JOR", - "description": "Jordan" - }, - { - "code": "398", - "codeName": "KAZ", - "description": "Kazakhstan" - }, - { - "code": "404", - "codeName": "KEN", - "description": "Kenya" - }, - { - "code": "296", - "codeName": "KIR", - "description": "Kiribati" - }, - { - "code": "408", - "codeName": "PRK", - "description": "Korea (Democratic People's Republic of)" - }, - { - "code": "410", - "codeName": "KOR", - "description": "Korea (Republic of)" - }, - { - "code": "414", - "codeName": "KWT", - "description": "Kuwait" - }, - { - "code": "417", - "codeName": "KGZ", - "description": "Kyrgyzstan" - }, - { - "code": "418", - "codeName": "LAO", - "description": "Lao People's Democratic Republic" - }, - { - "code": "428", - "codeName": "LVA", - "description": "Latvia" - }, - { - "code": "422", - "codeName": "LBN", - "description": "Lebanon" - }, - { - "code": "426", - "codeName": "LSO", - "description": "Lesotho" - }, - { - "code": "430", - "codeName": "LBR", - "description": "Liberia" - }, - { - "code": "434", - "codeName": "LBY", - "description": "Libya" - }, - { - "code": "438", - "codeName": "LIE", - "description": "Liechtenstein" - }, - { - "code": "440", - "codeName": "LTU", - "description": "Lithuania" - }, - { - "code": "442", - "codeName": "LUX", - "description": "Luxembourg" - }, - { - "code": "446", - "codeName": "MAC", - "description": "Macao" - }, - { - "code": "807", - "codeName": "MKD", - "description": "Macedonia (the former Yugoslav Republic of)" - }, - { - "code": "450", - "codeName": "MDG", - "description": "Madagascar" - }, - { - "code": "454", - "codeName": "MWI", - "description": "Malawi" - }, - { - "code": "458", - "codeName": "MYS", - "description": "Malaysia" - }, - { - "code": "462", - "codeName": "MDV", - "description": "Maldives" - }, - { - "code": "466", - "codeName": "MLI", - "description": "Mali" - }, - { - "code": "470", - "codeName": "MLT", - "description": "Malta" - }, - { - "code": "584", - "codeName": "MHL", - "description": "Marshall Islands" - }, - { - "code": "474", - "codeName": "MTQ", - "description": "Martinique" - }, - { - "code": "478", - "codeName": "MRT", - "description": "Mauritania" - }, - { - "code": "480", - "codeName": "MUS", - "description": "Mauritius" - }, - { - "code": "175", - "codeName": "MYT", - "description": "Mayotte" - }, - { - "code": "484", - "codeName": "MEX", - "description": "Mexico" - }, - { - "code": "583", - "codeName": "FSM", - "description": "Micronesia (Federated States of)" - }, - { - "code": "498", - "codeName": "MDA", - "description": "Moldova (Republic of)" - }, - { - "code": "492", - "codeName": "MCO", - "description": "Monaco" - }, - { - "code": "496", - "codeName": "MNG", - "description": "Mongolia" - }, - { - "code": "499", - "codeName": "MNE", - "description": "Montenegro" - }, - { - "code": "500", - "codeName": "MSR", - "description": "Montserrat" - }, - { - "code": "504", - "codeName": "MAR", - "description": "Morocco" - }, - { - "code": "508", - "codeName": "MOZ", - "description": "Mozambique" - }, - { - "code": "104", - "codeName": "MMR", - "description": "Myanmar" - }, - { - "code": "516", - "codeName": "NAM", - "description": "Namibia" - }, - { - "code": "520", - "codeName": "NRU", - "description": "Nauru" - }, - { - "code": "524", - "codeName": "NPL", - "description": "Nepal" - }, - { - "code": "528", - "codeName": "NLD", - "description": "Netherlands" - }, - { - "code": "540", - "codeName": "NCL", - "description": "New Caledonia" - }, - { - "code": "554", - "codeName": "NZL", - "description": "New Zealand" - }, - { - "code": "558", - "codeName": "NIC", - "description": "Nicaragua" - }, - { - "code": "562", - "codeName": "NER", - "description": "Niger" - }, - { - "code": "566", - "codeName": "NGA", - "description": "Nigeria" - }, - { - "code": "570", - "codeName": "NIU", - "description": "Niue" - }, - { - "code": "574", - "codeName": "NFK", - "description": "Norfolk Island" - }, - { - "code": "580", - "codeName": "MNP", - "description": "Northern Mariana Islands" - }, - { - "code": "578", - "codeName": "NOR", - "description": "Norway" - }, - { - "code": "512", - "codeName": "OMN", - "description": "Oman" - }, - { - "code": "586", - "codeName": "PAK", - "description": "Pakistan" - }, - { - "code": "585", - "codeName": "PLW", - "description": "Palau" - }, - { - "code": "275", - "codeName": "PSE", - "description": "Palestine, State of" - }, - { - "code": "591", - "codeName": "PAN", - "description": "Panama" - }, - { - "code": "598", - "codeName": "PNG", - "description": "Papua New Guinea" - }, - { - "code": "600", - "codeName": "PRY", - "description": "Paraguay" - }, - { - "code": "604", - "codeName": "PER", - "description": "Peru" - }, - { - "code": "608", - "codeName": "PHL", - "description": "Philippines" - }, - { - "code": "612", - "codeName": "PCN", - "description": "Pitcairn" - }, - { - "code": "616", - "codeName": "POL", - "description": "Poland" - }, - { - "code": "620", - "codeName": "PRT", - "description": "Portugal" - }, - { - "code": "630", - "codeName": "PRI", - "description": "Puerto Rico" - }, - { - "code": "634", - "codeName": "QAT", - "description": "Qatar" - }, - { - "code": "638", - "codeName": "REU", - "description": "Réunion" - }, - { - "code": "642", - "codeName": "ROU", - "description": "Romania" - }, - { - "code": "643", - "codeName": "RUS", - "description": "Russian Federation" - }, - { - "code": "646", - "codeName": "RWA", - "description": "Rwanda" - }, - { - "code": "652", - "codeName": "BLM", - "description": "Saint Barthélemy" - }, - { - "code": "654", - "codeName": "SHN", - "description": "Saint Helena, Ascension and Tristan da Cunha" - }, - { - "code": "659", - "codeName": "KNA", - "description": "Saint Kitts and Nevis" - }, - { - "code": "662", - "codeName": "LCA", - "description": "Saint Lucia" - }, - { - "code": "663", - "codeName": "MAF", - "description": "Saint Martin (French part)" - }, - { - "code": "666", - "codeName": "SPM", - "description": "Saint Pierre and Miquelon" - }, - { - "code": "670", - "codeName": "VCT", - "description": "Saint Vincent and the Grenadines" - }, - { - "code": "882", - "codeName": "WSM", - "description": "Samoa" - }, - { - "code": "674", - "codeName": "SMR", - "description": "San Marino" - }, - { - "code": "678", - "codeName": "STP", - "description": "Sao Tome and Principe" - }, - { - "code": "682", - "codeName": "SAU", - "description": "Saudi Arabia" - }, - { - "code": "686", - "codeName": "SEN", - "description": "Senegal" - }, - { - "code": "688", - "codeName": "SRB", - "description": "Serbia" - }, - { - "code": "690", - "codeName": "SYC", - "description": "Seychelles" - }, - { - "code": "694", - "codeName": "SLE", - "description": "Sierra Leone" - }, - { - "code": "702", - "codeName": "SGP", - "description": "Singapore" - }, - { - "code": "534", - "codeName": "SXM", - "description": "Sint Maarten (Dutch part)" - }, - { - "code": "703", - "codeName": "SVK", - "description": "Slovakia" - }, - { - "code": "705", - "codeName": "SVN", - "description": "Slovenia" - }, - { - "code": "090", - "codeName": "SLB", - "description": "Solomon Islands" - }, - { - "code": "706", - "codeName": "SOM", - "description": "Somalia" - }, - { - "code": "710", - "codeName": "ZAF", - "description": "South Africa" - }, - { - "code": "239", - "codeName": "SGS", - "description": "South Georgia and the South Sandwich Islands" - }, - { - "code": "728", - "codeName": "SSD", - "description": "South Sudan" - }, - { - "code": "724", - "codeName": "ESP", - "description": "Spain" - }, - { - "code": "144", - "codeName": "LKA", - "description": "Sri Lanka" - }, - { - "code": "729", - "codeName": "SDN", - "description": "Sudan" - }, - { - "code": "740", - "codeName": "SUR", - "description": "Suriname" - }, - { - "code": "744", - "codeName": "SJM", - "description": "Svalbard and Jan Mayen" - }, - { - "code": "748", - "codeName": "SWZ", - "description": "Swaziland" - }, - { - "code": "752", - "codeName": "SWE", - "description": "Sweden" - }, - { - "code": "756", - "codeName": "CHE", - "description": "Switzerland" - }, - { - "code": "760", - "codeName": "SYR", - "description": "Syrian Arab Republic" - }, - { - "code": "158", - "codeName": "TWN", - "description": "Taiwan, Province of China" - }, - { - "code": "762", - "codeName": "TJK", - "description": "Tajikistan" - }, - { - "code": "834", - "codeName": "TZA", - "description": "Tanzania, United Republic of" - }, - { - "code": "764", - "codeName": "THA", - "description": "Thailand" - }, - { - "code": "626", - "codeName": "TLS", - "description": "Timor-Leste" - }, - { - "code": "768", - "codeName": "TGO", - "description": "Togo" - }, - { - "code": "772", - "codeName": "TKL", - "description": "Tokelau" - }, - { - "code": "776", - "codeName": "TON", - "description": "Tonga" - }, - { - "code": "780", - "codeName": "TTO", - "description": "Trinidad and Tobago" - }, - { - "code": "788", - "codeName": "TUN", - "description": "Tunisia" - }, - { - "code": "792", - "codeName": "TUR", - "description": "Turkey" - }, - { - "code": "795", - "codeName": "TKM", - "description": "Turkmenistan" - }, - { - "code": "796", - "codeName": "TCA", - "description": "Turks and Caicos Islands" - }, - { - "code": "798", - "codeName": "TUV", - "description": "Tuvalu" - }, - { - "code": "800", - "codeName": "UGA", - "description": "Uganda" - }, - { - "code": "804", - "codeName": "UKR", - "description": "Ukraine" - }, - { - "code": "784", - "codeName": "ARE", - "description": "United Arab Emirates" - }, - { - "code": "826", - "codeName": "GBR", - "description": "United Kingdom of Great Britain and Northern Ireland" - }, - { - "code": "840", - "codeName": "USA", - "description": "United States of America" - }, - { - "code": "581", - "codeName": "UMI", - "description": "United States Minor Outlying Islands" - }, - { - "code": "858", - "codeName": "URY", - "description": "Uruguay" - }, - { - "code": "860", - "codeName": "UZB", - "description": "Uzbekistan" - }, - { - "code": "548", - "codeName": "VUT", - "description": "Vanuatu" - }, - { - "code": "862", - "codeName": "VEN", - "description": "Venezuela (Bolivarian Republic of)" - }, - { - "code": "704", - "codeName": "VNM", - "description": "Viet Nam" - }, - { - "code": "092", - "codeName": "VGB", - "description": "Virgin Islands (British)" - }, - { - "code": "850", - "codeName": "VIR", - "description": "Virgin Islands (U.S.)" - }, - { - "code": "876", - "codeName": "WLF", - "description": "Wallis and Futuna" - }, - { - "code": "732", - "codeName": "ESH", - "description": "Western Sahara" - }, - { - "code": "887", - "codeName": "YEM", - "description": "Yemen" - }, - { - "code": "894", - "codeName": "ZMB", - "description": "Zambia" - }, - { - "code": "716", - "codeName": "ZWE", - "description": "Zimbabwe" - } - ] - }, - "iso_coverageContentType": { - "codelistType": "staticList", - "codelistName": "iso_coverageContentType", - "source": "ISO", - "sourceName": "MD_CoverageContentTypeCode", - "extensible": true, - "description": "specific type of information represented in the cell", - "codelist": [ - { - "code": "001", - "codeName": "image", - "description": "meaningful numerical representation of a physical parameter that is not the actual value of the physical parameter" - }, - { - "code": "002", - "codeName": "thematicClassification", - "description": "code value with no quantitative meaning, used to represent a physical quality" - }, - { - "code": "003", - "codeName": "physicalMeasurement", - "description": "value in physical units of the quantity being measured" - }, - { - "code": "004", - "codeName": "auxillaryInformation", - "description": "data, usually a physical measurement, used to support the calculation of the primary physicalMeasurement coverages in the dataset" - }, - { - "code": "005", - "codeName": "qualityInformation", - "description": "data used to characterize the quality of the physicalMeasurement coverages in the dataset" - }, - { - "code": "006", - "codeName": "referenceInformation", - "description": "reference information used to support the calculation or use of the physicalMeasurement coverages in the dataset" - }, - { - "code": "007", - "codeName": "modelResult", - "description": "resources with values that are calculated using a model rather than being observed or calculated from observations" - }, - { - "code": "008", - "codeName": "coordinate", - "description": "data used to provide coordinate axis values" - } - ] - }, - "iso_currency": { - "codelistType": "currency", - "codelistName": "iso_currency", - "source": "SNV", - "sourceName": "Swiss Association for Standards", - "extensible": false, - "description": "currency and funds codelist", - "codelist": [ - { - "code": "971", - "codeName": "AFN", - "description": "AFGHANISTAN-Afghani" - }, - { - "code": "978", - "codeName": "EUR", - "description": "ÅLAND ISLANDS-Euro" - }, - { - "code": "008", - "codeName": "ALL", - "description": "ALBANIA-Lek" - }, - { - "code": "012", - "codeName": "DZD", - "description": "ALGERIA-Algerian Dinar" - }, - { - "code": "840", - "codeName": "USD", - "description": "AMERICAN SAMOA-US Dollar" - }, - { - "code": "978", - "codeName": "EUR", - "description": "ANDORRA-Euro" - }, - { - "code": "973", - "codeName": "AOA", - "description": "ANGOLA-Kwanza" - }, - { - "code": "951", - "codeName": "XCD", - "description": "ANGUILLA-East Caribbean Dollar" - }, - { - "code": "0", - "codeName": "_", - "description": "ANTARCTICA-No universal currency" - }, - { - "code": "951", - "codeName": "XCD", - "description": "ANTIGUA AND BARBUDA-East Caribbean Dollar" - }, - { - "code": "032", - "codeName": "ARS", - "description": "ARGENTINA-Argentine Peso" - }, - { - "code": "051", - "codeName": "AMD", - "description": "ARMENIA-Armenian Dram" - }, - { - "code": "533", - "codeName": "AWG", - "description": "ARUBA-Aruban Florin" - }, - { - "code": "036", - "codeName": "AUD", - "description": "AUSTRALIA-Australian Dollar" - }, - { - "code": "978", - "codeName": "EUR", - "description": "AUSTRIA-Euro" - }, - { - "code": "944", - "codeName": "AZN", - "description": "AZERBAIJAN-Azerbaijanian Manat" - }, - { - "code": "044", - "codeName": "BSD", - "description": "BAHAMAS (THE)-Bahamian Dollar" - }, - { - "code": "048", - "codeName": "BHD", - "description": "BAHRAIN-Bahraini Dinar" - }, - { - "code": "050", - "codeName": "BDT", - "description": "BANGLADESH-Taka" - }, - { - "code": "052", - "codeName": "BBD", - "description": "BARBADOS-Barbados Dollar" - }, - { - "code": "933", - "codeName": "BYN", - "description": "BELARUS-Belarusian Ruble" - }, - { - "code": "974", - "codeName": "BYR", - "description": "BELARUS-Belarusian Ruble" - }, - { - "code": "978", - "codeName": "EUR", - "description": "BELGIUM-Euro" - }, - { - "code": "084", - "codeName": "BZD", - "description": "BELIZE-Belize Dollar" - }, - { - "code": "952", - "codeName": "XOF", - "description": "BENIN-CFA Franc BCEAO" - }, - { - "code": "060", - "codeName": "BMD", - "description": "BERMUDA-Bermudian Dollar" - }, - { - "code": "356", - "codeName": "INR", - "description": "BHUTAN-Indian Rupee" - }, - { - "code": "064", - "codeName": "BTN", - "description": "BHUTAN-Ngultrum" - }, - { - "code": "068", - "codeName": "BOB", - "description": "BOLIVIA (PLURINATIONAL STATE OF)-Boliviano" - }, - { - "code": "984", - "codeName": "BOV", - "description": "BOLIVIA (PLURINATIONAL STATE OF)-Mvdol" - }, - { - "code": "840", - "codeName": "USD", - "description": "BONAIRE, SINT EUSTATIUS AND SABA-US Dollar" - }, - { - "code": "977", - "codeName": "BAM", - "description": "BOSNIA AND HERZEGOVINA-Convertible Mark" - }, - { - "code": "072", - "codeName": "BWP", - "description": "BOTSWANA-Pula" - }, - { - "code": "578", - "codeName": "NOK", - "description": "BOUVET ISLAND-Norwegian Krone" - }, - { - "code": "986", - "codeName": "BRL", - "description": "BRAZIL-Brazilian Real" - }, - { - "code": "840", - "codeName": "USD", - "description": "BRITISH INDIAN OCEAN TERRITORY (THE)-US Dollar" - }, - { - "code": "096", - "codeName": "BND", - "description": "BRUNEI DARUSSALAM-Brunei Dollar" - }, - { - "code": "975", - "codeName": "BGN", - "description": "BULGARIA-Bulgarian Lev" - }, - { - "code": "952", - "codeName": "XOF", - "description": "BURKINA FASO-CFA Franc BCEAO" - }, - { - "code": "108", - "codeName": "BIF", - "description": "BURUNDI-Burundi Franc" - }, - { - "code": "132", - "codeName": "CVE", - "description": "CABO VERDE-Cabo Verde Escudo" - }, - { - "code": "116", - "codeName": "KHR", - "description": "CAMBODIA-Riel" - }, - { - "code": "950", - "codeName": "XAF", - "description": "CAMEROON-CFA Franc BEAC" - }, - { - "code": "124", - "codeName": "CAD", - "description": "CANADA-Canadian Dollar" - }, - { - "code": "136", - "codeName": "KYD", - "description": "CAYMAN ISLANDS (THE)-Cayman Islands Dollar" - }, - { - "code": "950", - "codeName": "XAF", - "description": "CENTRAL AFRICAN REPUBLIC (THE)-CFA Franc BEAC" - }, - { - "code": "950", - "codeName": "XAF", - "description": "CHAD-CFA Franc BEAC" - }, - { - "code": "152", - "codeName": "CLP", - "description": "CHILE-Chilean Peso" - }, - { - "code": "990", - "codeName": "CLF", - "description": "CHILE-Unidad de Fomento" - }, - { - "code": "156", - "codeName": "CNY", - "description": "CHINA-Yuan Renminbi" - }, - { - "code": "036", - "codeName": "AUD", - "description": "CHRISTMAS ISLAND-Australian Dollar" - }, - { - "code": "036", - "codeName": "AUD", - "description": "COCOS (KEELING) ISLANDS (THE)-Australian Dollar" - }, - { - "code": "170", - "codeName": "COP", - "description": "COLOMBIA-Colombian Peso" - }, - { - "code": "970", - "codeName": "COU", - "description": "COLOMBIA-Unidad de Valor Real" - }, - { - "code": "174", - "codeName": "KMF", - "description": "COMOROS (THE)-Comoro Franc" - }, - { - "code": "976", - "codeName": "CDF", - "description": "CONGO (THE DEMOCRATIC REPUBLIC OF THE)-Congolese Franc" - }, - { - "code": "950", - "codeName": "XAF", - "description": "CONGO (THE)-CFA Franc BEAC" - }, - { - "code": "554", - "codeName": "NZD", - "description": "COOK ISLANDS (THE)-New Zealand Dollar" - }, - { - "code": "188", - "codeName": "CRC", - "description": "COSTA RICA-Costa Rican Colon" - }, - { - "code": "952", - "codeName": "XOF", - "description": "CÔTE D'IVOIRE-CFA Franc BCEAO" - }, - { - "code": "191", - "codeName": "HRK", - "description": "CROATIA-Kuna" - }, - { - "code": "192", - "codeName": "CUP", - "description": "CUBA-Cuban Peso" - }, - { - "code": "931", - "codeName": "CUC", - "description": "CUBA-Peso Convertible" - }, - { - "code": "532", - "codeName": "ANG", - "description": "CURAÇAO-Netherlands Antillean Guilder" - }, - { - "code": "978", - "codeName": "EUR", - "description": "CYPRUS-Euro" - }, - { - "code": "203", - "codeName": "CZK", - "description": "CZECH REPUBLIC (THE)-Czech Koruna" - }, - { - "code": "208", - "codeName": "DKK", - "description": "DENMARK-Danish Krone" - }, - { - "code": "262", - "codeName": "DJF", - "description": "DJIBOUTI-Djibouti Franc" - }, - { - "code": "951", - "codeName": "XCD", - "description": "DOMINICA-East Caribbean Dollar" - }, - { - "code": "214", - "codeName": "DOP", - "description": "DOMINICAN REPUBLIC (THE)-Dominican Peso" - }, - { - "code": "840", - "codeName": "USD", - "description": "ECUADOR-US Dollar" - }, - { - "code": "818", - "codeName": "EGP", - "description": "EGYPT-Egyptian Pound" - }, - { - "code": "222", - "codeName": "SVC", - "description": "EL SALVADOR-El Salvador Colon" - }, - { - "code": "840", - "codeName": "USD", - "description": "EL SALVADOR-US Dollar" - }, - { - "code": "950", - "codeName": "XAF", - "description": "EQUATORIAL GUINEA-CFA Franc BEAC" - }, - { - "code": "232", - "codeName": "ERN", - "description": "ERITREA-Nakfa" - }, - { - "code": "978", - "codeName": "EUR", - "description": "ESTONIA-Euro" - }, - { - "code": "230", - "codeName": "ETB", - "description": "ETHIOPIA-Ethiopian Birr" - }, - { - "code": "978", - "codeName": "EUR", - "description": "EUROPEAN UNION-Euro" - }, - { - "code": "238", - "codeName": "FKP", - "description": "FALKLAND ISLANDS (THE) [MALVINAS]-Falkland Islands Pound" - }, - { - "code": "208", - "codeName": "DKK", - "description": "FAROE ISLANDS (THE)-Danish Krone" - }, - { - "code": "242", - "codeName": "FJD", - "description": "FIJI-Fiji Dollar" - }, - { - "code": "978", - "codeName": "EUR", - "description": "FINLAND-Euro" - }, - { - "code": "978", - "codeName": "EUR", - "description": "FRANCE-Euro" - }, - { - "code": "978", - "codeName": "EUR", - "description": "FRENCH GUIANA-Euro" - }, - { - "code": "953", - "codeName": "XPF", - "description": "FRENCH POLYNESIA-CFP Franc" - }, - { - "code": "978", - "codeName": "EUR", - "description": "FRENCH SOUTHERN TERRITORIES (THE)-Euro" - }, - { - "code": "950", - "codeName": "XAF", - "description": "GABON-CFA Franc BEAC" - }, - { - "code": "270", - "codeName": "GMD", - "description": "GAMBIA (THE)-Dalasi" - }, - { - "code": "981", - "codeName": "GEL", - "description": "GEORGIA-Lari" - }, - { - "code": "978", - "codeName": "EUR", - "description": "GERMANY-Euro" - }, - { - "code": "936", - "codeName": "GHS", - "description": "GHANA-Ghana Cedi" - }, - { - "code": "292", - "codeName": "GIP", - "description": "GIBRALTAR-Gibraltar Pound" - }, - { - "code": "978", - "codeName": "EUR", - "description": "GREECE-Euro" - }, - { - "code": "208", - "codeName": "DKK", - "description": "GREENLAND-Danish Krone" - }, - { - "code": "951", - "codeName": "XCD", - "description": "GRENADA-East Caribbean Dollar" - }, - { - "code": "978", - "codeName": "EUR", - "description": "GUADELOUPE-Euro" - }, - { - "code": "840", - "codeName": "USD", - "description": "GUAM-US Dollar" - }, - { - "code": "320", - "codeName": "GTQ", - "description": "GUATEMALA-Quetzal" - }, - { - "code": "826", - "codeName": "GBP", - "description": "GUERNSEY-Pound Sterling" - }, - { - "code": "324", - "codeName": "GNF", - "description": "GUINEA-Guinea Franc" - }, - { - "code": "952", - "codeName": "XOF", - "description": "GUINEA-BISSAU-CFA Franc BCEAO" - }, - { - "code": "328", - "codeName": "GYD", - "description": "GUYANA-Guyana Dollar" - }, - { - "code": "332", - "codeName": "HTG", - "description": "HAITI-Gourde" - }, - { - "code": "840", - "codeName": "USD", - "description": "HAITI-US Dollar" - }, - { - "code": "036", - "codeName": "AUD", - "description": "HEARD ISLAND AND McDONALD ISLANDS-Australian Dollar" - }, - { - "code": "978", - "codeName": "EUR", - "description": "HOLY SEE (THE)-Euro" - }, - { - "code": "340", - "codeName": "HNL", - "description": "HONDURAS-Lempira" - }, - { - "code": "344", - "codeName": "HKD", - "description": "HONG KONG-Hong Kong Dollar" - }, - { - "code": "348", - "codeName": "HUF", - "description": "HUNGARY-Forint" - }, - { - "code": "352", - "codeName": "ISK", - "description": "ICELAND-Iceland Krona" - }, - { - "code": "356", - "codeName": "INR", - "description": "INDIA-Indian Rupee" - }, - { - "code": "360", - "codeName": "IDR", - "description": "INDONESIA-Rupiah" - }, - { - "code": "960", - "codeName": "XDR", - "description": "INTERNATIONAL MONETARY FUND (IMF) -SDR (Special Drawing Right)" - }, - { - "code": "364", - "codeName": "IRR", - "description": "IRAN (ISLAMIC REPUBLIC OF)-Iranian Rial" - }, - { - "code": "368", - "codeName": "IQD", - "description": "IRAQ-Iraqi Dinar" - }, - { - "code": "978", - "codeName": "EUR", - "description": "IRELAND-Euro" - }, - { - "code": "826", - "codeName": "GBP", - "description": "ISLE OF MAN-Pound Sterling" - }, - { - "code": "376", - "codeName": "ILS", - "description": "ISRAEL-New Israeli Sheqel" - }, - { - "code": "978", - "codeName": "EUR", - "description": "ITALY-Euro" - }, - { - "code": "388", - "codeName": "JMD", - "description": "JAMAICA-Jamaican Dollar" - }, - { - "code": "392", - "codeName": "JPY", - "description": "JAPAN-Yen" - }, - { - "code": "826", - "codeName": "GBP", - "description": "JERSEY-Pound Sterling" - }, - { - "code": "400", - "codeName": "JOD", - "description": "JORDAN-Jordanian Dinar" - }, - { - "code": "398", - "codeName": "KZT", - "description": "KAZAKHSTAN-Tenge" - }, - { - "code": "404", - "codeName": "KES", - "description": "KENYA-Kenyan Shilling" - }, - { - "code": "036", - "codeName": "AUD", - "description": "KIRIBATI-Australian Dollar" - }, - { - "code": "408", - "codeName": "KPW", - "description": "KOREA (THE DEMOCRATIC PEOPLE’S REPUBLIC OF)-North Korean Won" - }, - { - "code": "410", - "codeName": "KRW", - "description": "KOREA (THE REPUBLIC OF)-Won" - }, - { - "code": "414", - "codeName": "KWD", - "description": "KUWAIT-Kuwaiti Dinar" - }, - { - "code": "417", - "codeName": "KGS", - "description": "KYRGYZSTAN-Som" - }, - { - "code": "418", - "codeName": "LAK", - "description": "LAO PEOPLE’S DEMOCRATIC REPUBLIC (THE)-Kip" - }, - { - "code": "978", - "codeName": "EUR", - "description": "LATVIA-Euro" - }, - { - "code": "422", - "codeName": "LBP", - "description": "LEBANON-Lebanese Pound" - }, - { - "code": "426", - "codeName": "LSL", - "description": "LESOTHO-Loti" - }, - { - "code": "710", - "codeName": "ZAR", - "description": "LESOTHO-Rand" - }, - { - "code": "430", - "codeName": "LRD", - "description": "LIBERIA-Liberian Dollar" - }, - { - "code": "434", - "codeName": "LYD", - "description": "LIBYA-Libyan Dinar" - }, - { - "code": "756", - "codeName": "CHF", - "description": "LIECHTENSTEIN-Swiss Franc" - }, - { - "code": "978", - "codeName": "EUR", - "description": "LITHUANIA-Euro" - }, - { - "code": "978", - "codeName": "EUR", - "description": "LUXEMBOURG-Euro" - }, - { - "code": "446", - "codeName": "MOP", - "description": "MACAO-Pataca" - }, - { - "code": "807", - "codeName": "MKD", - "description": "MACEDONIA (THE FORMER YUGOSLAV REPUBLIC OF)-Denar" - }, - { - "code": "969", - "codeName": "MGA", - "description": "MADAGASCAR-Malagasy Ariary" - }, - { - "code": "454", - "codeName": "MWK", - "description": "MALAWI-Malawi Kwacha" - }, - { - "code": "458", - "codeName": "MYR", - "description": "MALAYSIA-Malaysian Ringgit" - }, - { - "code": "462", - "codeName": "MVR", - "description": "MALDIVES-Rufiyaa" - }, - { - "code": "952", - "codeName": "XOF", - "description": "MALI-CFA Franc BCEAO" - }, - { - "code": "978", - "codeName": "EUR", - "description": "MALTA-Euro" - }, - { - "code": "840", - "codeName": "USD", - "description": "MARSHALL ISLANDS (THE)-US Dollar" - }, - { - "code": "978", - "codeName": "EUR", - "description": "MARTINIQUE-Euro" - }, - { - "code": "478", - "codeName": "MRO", - "description": "MAURITANIA-Ouguiya" - }, - { - "code": "480", - "codeName": "MUR", - "description": "MAURITIUS-Mauritius Rupee" - }, - { - "code": "978", - "codeName": "EUR", - "description": "MAYOTTE-Euro" - }, - { - "code": "965", - "codeName": "XUA", - "description": "MEMBER COUNTRIES OF THE AFRICAN DEVELOPMENT BANK GROUP-ADB Unit of Account" - }, - { - "code": "484", - "codeName": "MXN", - "description": "MEXICO-Mexican Peso" - }, - { - "code": "979", - "codeName": "MXV", - "description": "MEXICO-Mexican Unidad de Inversion (UDI)" - }, - { - "code": "840", - "codeName": "USD", - "description": "MICRONESIA (FEDERATED STATES OF)-US Dollar" - }, - { - "code": "498", - "codeName": "MDL", - "description": "MOLDOVA (THE REPUBLIC OF)-Moldovan Leu" - }, - { - "code": "978", - "codeName": "EUR", - "description": "MONACO-Euro" - }, - { - "code": "496", - "codeName": "MNT", - "description": "MONGOLIA-Tugrik" - }, - { - "code": "978", - "codeName": "EUR", - "description": "MONTENEGRO-Euro" - }, - { - "code": "951", - "codeName": "XCD", - "description": "MONTSERRAT-East Caribbean Dollar" - }, - { - "code": "504", - "codeName": "MAD", - "description": "MOROCCO-Moroccan Dirham" - }, - { - "code": "943", - "codeName": "MZN", - "description": "MOZAMBIQUE-Mozambique Metical" - }, - { - "code": "104", - "codeName": "MMK", - "description": "MYANMAR-Kyat" - }, - { - "code": "516", - "codeName": "NAD", - "description": "NAMIBIA-Namibia Dollar" - }, - { - "code": "710", - "codeName": "ZAR", - "description": "NAMIBIA-Rand" - }, - { - "code": "036", - "codeName": "AUD", - "description": "NAURU-Australian Dollar" - }, - { - "code": "524", - "codeName": "NPR", - "description": "NEPAL-Nepalese Rupee" - }, - { - "code": "978", - "codeName": "EUR", - "description": "NETHERLANDS (THE)-Euro" - }, - { - "code": "953", - "codeName": "XPF", - "description": "NEW CALEDONIA-CFP Franc" - }, - { - "code": "554", - "codeName": "NZD", - "description": "NEW ZEALAND-New Zealand Dollar" - }, - { - "code": "558", - "codeName": "NIO", - "description": "NICARAGUA-Cordoba Oro" - }, - { - "code": "952", - "codeName": "XOF", - "description": "NIGER (THE)-CFA Franc BCEAO" - }, - { - "code": "566", - "codeName": "NGN", - "description": "NIGERIA-Naira" - }, - { - "code": "554", - "codeName": "NZD", - "description": "NIUE-New Zealand Dollar" - }, - { - "code": "036", - "codeName": "AUD", - "description": "NORFOLK ISLAND-Australian Dollar" - }, - { - "code": "840", - "codeName": "USD", - "description": "NORTHERN MARIANA ISLANDS (THE)-US Dollar" - }, - { - "code": "578", - "codeName": "NOK", - "description": "NORWAY-Norwegian Krone" - }, - { - "code": "512", - "codeName": "OMR", - "description": "OMAN-Rial Omani" - }, - { - "code": "586", - "codeName": "PKR", - "description": "PAKISTAN-Pakistan Rupee" - }, - { - "code": "840", - "codeName": "USD", - "description": "PALAU-US Dollar" - }, - { - "code": "0", - "codeName": "_", - "description": "PALESTINE, STATE OF-No universal currency" - }, - { - "code": "590", - "codeName": "PAB", - "description": "PANAMA-Balboa" - }, - { - "code": "840", - "codeName": "USD", - "description": "PANAMA-US Dollar" - }, - { - "code": "598", - "codeName": "PGK", - "description": "PAPUA NEW GUINEA-Kina" - }, - { - "code": "600", - "codeName": "PYG", - "description": "PARAGUAY-Guarani" - }, - { - "code": "604", - "codeName": "PEN", - "description": "PERU-Sol" - }, - { - "code": "608", - "codeName": "PHP", - "description": "PHILIPPINES (THE)-Philippine Peso" - }, - { - "code": "554", - "codeName": "NZD", - "description": "PITCAIRN-New Zealand Dollar" - }, - { - "code": "985", - "codeName": "PLN", - "description": "POLAND-Zloty" - }, - { - "code": "978", - "codeName": "EUR", - "description": "PORTUGAL-Euro" - }, - { - "code": "840", - "codeName": "USD", - "description": "PUERTO RICO-US Dollar" - }, - { - "code": "634", - "codeName": "QAR", - "description": "QATAR-Qatari Rial" - }, - { - "code": "978", - "codeName": "EUR", - "description": "RÉUNION-Euro" - }, - { - "code": "946", - "codeName": "RON", - "description": "ROMANIA-Romanian Leu" - }, - { - "code": "643", - "codeName": "RUB", - "description": "RUSSIAN FEDERATION (THE)-Russian Ruble" - }, - { - "code": "646", - "codeName": "RWF", - "description": "RWANDA-Rwanda Franc" - }, - { - "code": "978", - "codeName": "EUR", - "description": "SAINT BARTHÉLEMY-Euro" - }, - { - "code": "654", - "codeName": "SHP", - "description": "SAINT HELENA, ASCENSION AND TRISTAN DA CUNHA-Saint Helena Pound" - }, - { - "code": "951", - "codeName": "XCD", - "description": "SAINT KITTS AND NEVIS-East Caribbean Dollar" - }, - { - "code": "951", - "codeName": "XCD", - "description": "SAINT LUCIA-East Caribbean Dollar" - }, - { - "code": "978", - "codeName": "EUR", - "description": "SAINT MARTIN (FRENCH PART)-Euro" - }, - { - "code": "978", - "codeName": "EUR", - "description": "SAINT PIERRE AND MIQUELON-Euro" - }, - { - "code": "951", - "codeName": "XCD", - "description": "SAINT VINCENT AND THE GRENADINES-East Caribbean Dollar" - }, - { - "code": "882", - "codeName": "WST", - "description": "SAMOA-Tala" - }, - { - "code": "978", - "codeName": "EUR", - "description": "SAN MARINO-Euro" - }, - { - "code": "678", - "codeName": "STD", - "description": "SAO TOME AND PRINCIPE-Dobra" - }, - { - "code": "682", - "codeName": "SAR", - "description": "SAUDI ARABIA-Saudi Riyal" - }, - { - "code": "952", - "codeName": "XOF", - "description": "SENEGAL-CFA Franc BCEAO" - }, - { - "code": "941", - "codeName": "RSD", - "description": "SERBIA-Serbian Dinar" - }, - { - "code": "690", - "codeName": "SCR", - "description": "SEYCHELLES-Seychelles Rupee" - }, - { - "code": "694", - "codeName": "SLL", - "description": "SIERRA LEONE-Leone" - }, - { - "code": "702", - "codeName": "SGD", - "description": "SINGAPORE-Singapore Dollar" - }, - { - "code": "532", - "codeName": "ANG", - "description": "SINT MAARTEN (DUTCH PART)-Netherlands Antillean Guilder" - }, - { - "code": "994", - "codeName": "XSU", - "description": "SISTEMA UNITARIO DE COMPENSACION REGIONAL DE PAGOS 'SUCRE'-Sucre" - }, - { - "code": "978", - "codeName": "EUR", - "description": "SLOVAKIA-Euro" - }, - { - "code": "978", - "codeName": "EUR", - "description": "SLOVENIA-Euro" - }, - { - "code": "090", - "codeName": "SBD", - "description": "SOLOMON ISLANDS-Solomon Islands Dollar" - }, - { - "code": "706", - "codeName": "SOS", - "description": "SOMALIA-Somali Shilling" - }, - { - "code": "710", - "codeName": "ZAR", - "description": "SOUTH AFRICA-Rand" - }, - { - "code": "0", - "codeName": "_", - "description": "SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS-No universal currency" - }, - { - "code": "728", - "codeName": "SSP", - "description": "SOUTH SUDAN-South Sudanese Pound" - }, - { - "code": "978", - "codeName": "EUR", - "description": "SPAIN-Euro" - }, - { - "code": "144", - "codeName": "LKR", - "description": "SRI LANKA-Sri Lanka Rupee" - }, - { - "code": "938", - "codeName": "SDG", - "description": "SUDAN (THE)-Sudanese Pound" - }, - { - "code": "968", - "codeName": "SRD", - "description": "SURINAME-Surinam Dollar" - }, - { - "code": "578", - "codeName": "NOK", - "description": "SVALBARD AND JAN MAYEN-Norwegian Krone" - }, - { - "code": "748", - "codeName": "SZL", - "description": "SWAZILAND-Lilangeni" - }, - { - "code": "752", - "codeName": "SEK", - "description": "SWEDEN-Swedish Krona" - }, - { - "code": "756", - "codeName": "CHF", - "description": "SWITZERLAND-Swiss Franc" - }, - { - "code": "947", - "codeName": "CHE", - "description": "SWITZERLAND-WIR Euro" - }, - { - "code": "948", - "codeName": "CHW", - "description": "SWITZERLAND-WIR Franc" - }, - { - "code": "760", - "codeName": "SYP", - "description": "SYRIAN ARAB REPUBLIC-Syrian Pound" - }, - { - "code": "901", - "codeName": "TWD", - "description": "TAIWAN (PROVINCE OF CHINA)-New Taiwan Dollar" - }, - { - "code": "972", - "codeName": "TJS", - "description": "TAJIKISTAN-Somoni" - }, - { - "code": "834", - "codeName": "TZS", - "description": "TANZANIA, UNITED REPUBLIC OF-Tanzanian Shilling" - }, - { - "code": "764", - "codeName": "THB", - "description": "THAILAND-Baht" - }, - { - "code": "840", - "codeName": "USD", - "description": "TIMOR-LESTE-US Dollar" - }, - { - "code": "952", - "codeName": "XOF", - "description": "TOGO-CFA Franc BCEAO" - }, - { - "code": "554", - "codeName": "NZD", - "description": "TOKELAU-New Zealand Dollar" - }, - { - "code": "776", - "codeName": "TOP", - "description": "TONGA-Pa’anga" - }, - { - "code": "780", - "codeName": "TTD", - "description": "TRINIDAD AND TOBAGO-Trinidad and Tobago Dollar" - }, - { - "code": "788", - "codeName": "TND", - "description": "TUNISIA-Tunisian Dinar" - }, - { - "code": "949", - "codeName": "TRY", - "description": "TURKEY-Turkish Lira" - }, - { - "code": "934", - "codeName": "TMT", - "description": "TURKMENISTAN-Turkmenistan New Manat" - }, - { - "code": "840", - "codeName": "USD", - "description": "TURKS AND CAICOS ISLANDS (THE)-US Dollar" - }, - { - "code": "036", - "codeName": "AUD", - "description": "TUVALU-Australian Dollar" - }, - { - "code": "800", - "codeName": "UGX", - "description": "UGANDA-Uganda Shilling" - }, - { - "code": "980", - "codeName": "UAH", - "description": "UKRAINE-Hryvnia" - }, - { - "code": "784", - "codeName": "AED", - "description": "UNITED ARAB EMIRATES (THE)-UAE Dirham" - }, - { - "code": "826", - "codeName": "GBP", - "description": "UNITED KINGDOM OF GREAT BRITAIN AND NORTHERN IRELAND (THE)-Pound Sterling" - }, - { - "code": "840", - "codeName": "USD", - "description": "UNITED STATES MINOR OUTLYING ISLANDS (THE)-US Dollar" - }, - { - "code": "840", - "codeName": "USD", - "description": "UNITED STATES OF AMERICA (THE)-US Dollar" - }, - { - "code": "997", - "codeName": "USN", - "description": "UNITED STATES OF AMERICA (THE)-US Dollar (Next day)" - }, - { - "code": "858", - "codeName": "UYU", - "description": "URUGUAY-Peso Uruguayo" - }, - { - "code": "940", - "codeName": "UYI", - "description": "URUGUAY-Uruguay Peso en Unidades Indexadas (URUIURUI)" - }, - { - "code": "860", - "codeName": "UZS", - "description": "UZBEKISTAN-Uzbekistan Sum" - }, - { - "code": "548", - "codeName": "VUV", - "description": "VANUATU-Vatu" - }, - { - "code": "937", - "codeName": "VEF", - "description": "VENEZUELA (BOLIVARIAN REPUBLIC OF)-Bolívar" - }, - { - "code": "704", - "codeName": "VND", - "description": "VIET NAM-Dong" - }, - { - "code": "840", - "codeName": "USD", - "description": "VIRGIN ISLANDS (BRITISH)-US Dollar" - }, - { - "code": "840", - "codeName": "USD", - "description": "VIRGIN ISLANDS (U.S.)-US Dollar" - }, - { - "code": "953", - "codeName": "XPF", - "description": "WALLIS AND FUTUNA-CFP Franc" - }, - { - "code": "504", - "codeName": "MAD", - "description": "WESTERN SAHARA-Moroccan Dirham" - }, - { - "code": "886", - "codeName": "YER", - "description": "YEMEN-Yemeni Rial" - }, - { - "code": "967", - "codeName": "ZMW", - "description": "ZAMBIA-Zambian Kwacha" - }, - { - "code": "932", - "codeName": "ZWL", - "description": "ZIMBABWE-Zimbabwe Dollar" - }, - { - "code": "955", - "codeName": "XBA", - "description": "ZZ01_Bond Markets Unit European_EURCO-Bond Markets Unit European Composite Unit (EURCO)" - }, - { - "code": "956", - "codeName": "XBB", - "description": "ZZ02_Bond Markets Unit European_EMU-6-Bond Markets Unit European Monetary Unit (E.M.U.-6)" - }, - { - "code": "957", - "codeName": "XBC", - "description": "ZZ03_Bond Markets Unit European_EUA-9-Bond Markets Unit European Unit of Account 9 (E.U.A.-9)" - }, - { - "code": "958", - "codeName": "XBD", - "description": "ZZ04_Bond Markets Unit European_EUA-17-Bond Markets Unit European Unit of Account 17 (E.U.A.-17)" - }, - { - "code": "963", - "codeName": "XTS", - "description": "ZZ06_Testing_Code-Codes specifically reserved for testing purposes" - }, - { - "code": "999", - "codeName": "XXX", - "description": "ZZ07_No_Currency-The codes assigned for transactions where no currency is involved" - }, - { - "code": "959", - "codeName": "XAU", - "description": "ZZ08_Gold-Gold" - }, - { - "code": "964", - "codeName": "XPD", - "description": "ZZ09_Palladium-Palladium" - }, - { - "code": "962", - "codeName": "XPT", - "description": "ZZ10_Platinum-Platinum" - }, - { - "code": "961", - "codeName": "XAG", - "description": "ZZ11_Silver-Silver" - } - ] - }, - "iso_dateType": { - "codelistType": "staticList", - "codelistName": "iso_dateType", - "source": "ISO", - "sourceName": "CI_DateTypeCode", - "extensible": true, - "description": "identification of when a given event occurred", - "codelist": [ - { - "code": "001", - "codeName": "creation", - "description": "date identifies when the resource was brought into existence" - }, - { - "code": "002", - "codeName": "publication", - "description": "date identifies when the resource was issued" - }, - { - "code": "003", - "codeName": "revision", - "description": "date identifies when the resource was examined or re-examined and improved or amended" - }, - { - "code": "004", - "codeName": "expiry", - "description": "date identifies when resource expires" - }, - { - "code": "005", - "codeName": "lastUpdate", - "description": "date identifies when resource was last updated" - }, - { - "code": "006", - "codeName": "lastRevision", - "description": "date identifies when resource was last reviewed" - }, - { - "code": "007", - "codeName": "nextUpdate", - "description": "date identifies when resource will be next updated" - }, - { - "code": "008", - "codeName": "unavailable", - "description": "date identifies when resource became not available or obtainable" - }, - { - "code": "009", - "codeName": "inForce", - "description": "date identifies when resource became in force" - }, - { - "code": "010", - "codeName": "adopted", - "description": "date identifies when resource was adopted" - }, - { - "code": "011", - "codeName": "deprecated", - "description": "date identifies when resource was deprecated" - }, - { - "code": "012", - "codeName": "superseded", - "description": "date identifies when resource was superseded or replaced by another resource" - }, - { - "code": "013", - "codeName": "validityBegins", - "description": "time at which the data are considered to become valid. NOTE: There could be quite a delay between creation and validity begins" - }, - { - "code": "014", - "codeName": "validityExpires", - "description": "time at which the data are no longer considered to be valid" - }, - { - "code": "015", - "codeName": "released", - "description": "the date that the resource shall be released for public access" - }, - { - "code": "016", - "codeName": "distribution", - "description": "date identifies when an instance of the resource was distributed" - }, - { - "code": "adiwg001", - "codeName": "acquisition", - "description": "date ownership of the resource was acquired generally by purchase" - }, - { - "code": "adiwg002", - "codeName": "assessment", - "description": "date the resource was reviewed or assessed" - }, - { - "code": "adiwg003", - "codeName": "award", - "description": "date a grant or funding was awarded" - }, - { - "code": "adiwg004", - "codeName": "collected", - "description": "date a sample or data was collected" - }, - { - "code": "adiwg005", - "codeName": "deprecated", - "description": "date a resource, data, or standard was deprecated" - }, - { - "code": "adiwg006", - "codeName": "due", - "description": "date a resource or task is to be completed" - }, - { - "code": "adiwg007", - "codeName": "end", - "description": "end date" - }, - { - "code": "adiwg008", - "codeName": "received", - "description": "date a resource was received" - }, - { - "code": "adiwg009", - "codeName": "reported", - "description": "date something was reported or announced" - }, - { - "code": "adiwg010", - "codeName": "start", - "description": "start or begin date" - }, - { - "code": "adiwg011", - "codeName": "transmitted", - "description": "date resource was transmitted to another party" - } - ] - }, - "iso_DCPList": { - "codelistType": "staticList", - "codelistName": "iso_DCPList", - "source": "ISO", - "sourceName": "DCPList", - "extensible": true, - "description": "distributed computing platforms on which the operation has been implemented", - "codelist": [ - { - "code": "001", - "codeName": "XML", - "description": "Extensible Markup Language" - }, - { - "code": "002", - "codeName": "CORBA", - "description": "Common Object Request Broker Architecture" - }, - { - "code": "003", - "codeName": "JAVA", - "description": "Object-oriented programming language" - }, - { - "code": "004", - "codeName": "COM", - "description": "Component Object Model" - }, - { - "code": "005", - "codeName": "SQL", - "description": "Structured Query Language" - }, - { - "code": "006", - "codeName": "SOAP", - "description": "Simple Object Access Protocol" - }, - { - "code": "007", - "codeName": "Z3950", - "description": "ISO 23950" - }, - { - "code": "008", - "codeName": "HTTP", - "description": "HyperText Transfer Protocol" - }, - { - "code": "009", - "codeName": "FTP", - "description": "File Transfer Protocol" - }, - { - "code": "010", - "codeName": "WebServices", - "description": "Web service" - } - ] - }, - "iso_dimensionNameType": { - "codelistType": "staticList", - "codelistName": "iso_dimensionNameType", - "source": "ISO", - "sourceName": "MD_DimensionNameTypeCode", - "extensible": true, - "description": "name of the dimension", - "codelist": [ - { - "code": "001", - "codeName": "row", - "description": "ordinate (y) axis" - }, - { - "code": "002", - "codeName": "column", - "description": "abscissa (x) axis" - }, - { - "code": "003", - "codeName": "vertical", - "description": "vertical (z) axis" - }, - { - "code": "004", - "codeName": "track", - "description": "along the direction of motion of the scan point" - }, - { - "code": "005", - "codeName": "crossTrack", - "description": "perpendicular to the direction of motion of the scan point" - }, - { - "code": "006", - "codeName": "line", - "description": "scan line of a sensor" - }, - { - "code": "007", - "codeName": "sample", - "description": "element along a scan line" - }, - { - "code": "008", - "codeName": "time", - "description": "duration" - } - ] - }, - "iso_entityClass": { - "codelistType": "staticList", - "codelistName": "iso_entityClass", - "source": "ISO", - "sourceName": "MD_DatatypeCode", - "extensible": true, - "description": "datatype of element or entity", - "codelist": [ - { - "code": "001", - "codeName": "class", - "description": "descriptor of a set of objects that share the same attributes, operations, methods, relationships, and behavior" - }, - { - "code": "002", - "codeName": "codelist", - "description": "flexible enumeration useful for expressing a long list of values, can be extended" - }, - { - "code": "003", - "codeName": "enumerations", - "description": "data type whose instances form a list of named literal values, not extendable" - }, - { - "code": "004", - "codeName": "codelistElement", - "description": "permissible value for a codelist or enumeration" - }, - { - "code": "005", - "codeName": "abstractClass", - "description": "class that cannot be directly instantiated" - }, - { - "code": "006", - "codeName": "aggregateClass", - "description": "class that is composed of classes it is connected to by an aggregate relationship" - }, - { - "code": "007", - "codeName": "specifiedClass", - "description": "subclass that may be substituted for its superclass" - }, - { - "code": "008", - "codeName": "datatypeClass", - "description": "class with few or no operations whose primary purpose is to hold the abstract state of another class for transmittal, storage, encoding or persistent storage" - }, - { - "code": "009", - "codeName": "interfaceClass", - "description": "named set of operations that characterize the behavior of an element" - }, - { - "code": "010", - "codeName": "unionClass", - "description": "class describing a selection of one of the specified types" - }, - { - "code": "011", - "codeName": "metaClass", - "description": "class whose instances are classes" - }, - { - "code": "012", - "codeName": "typeClass", - "description": "class used for specification of a domain of instances (objects), together with the operations applicable to the objects. A type may have attributes and associations" - }, - { - "code": "013", - "codeName": "characterString", - "description": "free text field" - }, - { - "code": "014", - "codeName": "integer", - "description": "numeric filed" - }, - { - "code": "015", - "codeName": "association", - "description": "semantic relationship between two classes that involves connections among their instances" - }, - { - "code": "016", - "codeName": "typeClass", - "description": "class used for specification of a domain of instances (objects), together with the operations applicable to the objects. A type may have attributes and associations" - } - ] - }, - "iso_evaluationMethodTypeCode": { - "codelistType": "staticList", - "codelistName": "iso_evaluationMethodTypeCode", - "source": "ISO", - "sourceName": "DQ_EvaluationMethodTypeCode", - "extensible": true, - "description": "type of method for evaluating an identified data quality measure", - "codelist": [ - { - "code": "001", - "codeName": "directInternal", - "description": "method of evaluating the quality of a data set based on inspection of items within the data set, where all data required is internal to the data set being evaluated" - }, - { - "code": "002", - "codeName": "directExternal", - "description": "method of evaluating the quality of a data set based on inspection of items within the data set, where reference data external to the data set being evaluated is required" - }, - { - "code": "003", - "codeName": "indirect", - "description": "method of evaluating the quality of a data set based on external knowledge" - } - ] - }, - "iso_eventTypeCode": { - "codelistType": "staticList", - "codelistName": "iso_eventTypeCode", - "source": "ISO", - "sourceName": "MI_EventTypeCode", - "extensible": true, - "description": "type of event related to platform/instrument/sensor", - "codelist": [ - { - "code": "001", - "codeName": "announcement", - "description": "announcement about future events relevant to the platform/instrument/sensor" - }, - { - "code": "002", - "codeName": "calibration", - "description": "calibration event for the platform/instrument/sensor" - }, - { - "code": "003", - "codeName": "calibrationCoefficientUpdate", - "description": "update of calibration information for the platform/instrument/sensor" - }, - { - "code": "004", - "codeName": "dataLoss", - "description": "event related to data loss" - }, - { - "code": "005", - "codeName": "fatal", - "description": "event that renders the platform/instrument/sensor unusable" - }, - { - "code": "006", - "codeName": "manoeuvre", - "description": "event related to a manoeuvre of the platform/instrument/sensor" - }, - { - "code": "007", - "codeName": "missingData", - "description": "event related to missing data from the platform/instrument/sensor" - }, - { - "code": "008", - "codeName": "notice", - "description": "notice about events related to the platform/instrument/sensor" - }, - { - "code": "009", - "codeName": "prelaunch", - "description": "event related to prelaunch period for the platform/instrument/sensor" - }, - { - "code": "010", - "codeName": "severe", - "description": "event with significant impact on the performance of the platform/instrument/sensor" - }, - { - "code": "011", - "codeName": "switchOff", - "description": "event related to switching off platform/instrument/sensor" - }, - { - "code": "012", - "codeName": "switchOn", - "description": "event related to switching on platform/instrument/sensor" - }, - { - "code": "013", - "codeName": "clean", - "description": "event related to cleaning the platform/instrument/sensor" - } - ] - }, - "iso_geometricObjectType": { - "codelistType": "staticList", - "codelistName": "iso_geometricObjectType", - "source": "ISO", - "sourceName": "MD_GeometricObjectTypeCode", - "extensible": true, - "description": "name of point or vector objects used to locate zero-, one-, two- or three-dimensional spatial locations in the dataset", - "codelist": [ - { - "code": "001", - "codeName": "complex", - "description": "set of geometric primitives such that their boundaries can be represented as a union of other primitives" - }, - { - "code": "002", - "codeName": "composite", - "description": "connected set of curves, solids or surfaces" - }, - { - "code": "003", - "codeName": "curve", - "description": "bounded, 1-dimensional geometric primitive, representing the continuous image of a line" - }, - { - "code": "004", - "codeName": "point", - "description": "zero-dimensional geometric primitive, representing a position but not having an extent" - }, - { - "code": "005", - "codeName": "solid", - "description": "bounded, connected 3-dimensional geometric primitive, representing the continuous image of a region of space" - }, - { - "code": "006", - "codeName": "surface", - "description": "bounded, connected 2-dimensional geometric primitive, representing the continuous image of a region of a plane" - } - ] - }, - "iso_geometryTypeCode": { - "codelistType": "staticList", - "codelistName": "iso_geometryTypeCode", - "source": "ISO", - "sourceName": "MI_GeometryTypeCode", - "extensible": true, - "description": "geometric description of the collection", - "codelist": [ - { - "code": "001", - "codeName": "point", - "description": "single geographic point of interest" - }, - { - "code": "002", - "codeName": "linear", - "description": "extended collection in a single vector" - }, - { - "code": "003", - "codeName": "areal", - "description": "collection of a geographic area defined by a polygon (coverage)" - }, - { - "code": "004", - "codeName": "strip", - "description": "series of linear collections grouped by way points" - } - ] - }, - "iso_imageCondition": { - "codelistType": "staticList", - "codelistName": "iso_imageCondition", - "source": "ISO", - "sourceName": "MD_ImagingConditionCode", - "extensible": true, - "description": "code which indicates conditions which may affect the image", - "codelist": [ - { - "code": "001", - "codeName": "blurredImage", - "description": "portion of the image is blurred" - }, - { - "code": "002", - "codeName": "cloud", - "description": "portion of the image is partially obscured by cloud cover" - }, - { - "code": "003", - "codeName": "degradingObliquity", - "description": "acute angle between the plane of the ecliptic (the plane of the Earth's orbit) and the plane of the celestial equator" - }, - { - "code": "004", - "codeName": "fog", - "description": "portion of the image is partially obscured by fog" - }, - { - "code": "005", - "codeName": "heavySmokeOrDust", - "description": "portion of the image is partially obscured by heavy smoke or dust" - }, - { - "code": "006", - "codeName": "night", - "description": "image was taken at night" - }, - { - "code": "007", - "codeName": "rain", - "description": "image was taken during rainfall" - }, - { - "code": "008", - "codeName": "semiDarkness", - "description": "image was taken during semi-dark conditions - twilight conditions" - }, - { - "code": "009", - "codeName": "shadow", - "description": "portion of the image is obscured by shadow" - }, - { - "code": "010", - "codeName": "snow", - "description": "portion of the image is obscured by snow" - }, - { - "code": "011", - "codeName": "terrainMasking", - "description": "the absence of collection data of a given point or area caused by the relative location of topographic features which obstruct the collection path between the collector(s) and the subject(s) of interest" - } - ] - }, - "iso_initiativeType": { - "codelistType": "staticList", - "codelistName": "iso_initiativeType", - "source": "ISO", - "sourceName": "DS_InitiativeTypeCode", - "extensible": true, - "description": "type of initiative under which the resource was produced - the activity that resulted in the resource", - "codelist": [ - { - "code": "001", - "codeName": "campaign", - "description": "series of organized planned actions" - }, - { - "code": "002", - "codeName": "collection", - "description": "accumulation of datasets assembled for a specific purpose" - }, - { - "code": "003", - "codeName": "exercise", - "description": "specific performance of a function or group of functions" - }, - { - "code": "004", - "codeName": "experiment", - "description": "process designed to find if something is effective or valid" - }, - { - "code": "005", - "codeName": "investigation", - "description": "search or systematic inquiry" - }, - { - "code": "006", - "codeName": "mission", - "description": "specific operation of a data collection system" - }, - { - "code": "007", - "codeName": "sensor", - "description": "device or piece of equipment which detects or records" - }, - { - "code": "008", - "codeName": "operation", - "description": "action that is part of a series of actions" - }, - { - "code": "009", - "codeName": "platform", - "description": "vehicle or other support base that holds a sensor" - }, - { - "code": "010", - "codeName": "process", - "description": "method of doing something involving a number of steps" - }, - { - "code": "011", - "codeName": "program", - "description": "specific planned activity" - }, - { - "code": "012", - "codeName": "project", - "description": "organized undertaking, research, or development" - }, - { - "code": "013", - "codeName": "study", - "description": "examination or investigation" - }, - { - "code": "014", - "codeName": "task", - "description": "piece of work" - }, - { - "code": "015", - "codeName": "trial", - "description": "process of testing to discover or demonstrate something" - } - ] - }, - "iso_keywordType": { - "codelistType": "staticList", - "codelistName": "iso_keywordType", - "source": "ISO", - "sourceName": "MD_KeywordTypeCode", - "extensible": true, - "description": "methods used to group similar keywords", - "codelist": [ - { - "code": "001", - "codeName": "discipline", - "description": "keyword identifies a branch of instruction or specialized learning" - }, - { - "code": "002", - "codeName": "place", - "description": "keyword identifies a location" - }, - { - "code": "003", - "codeName": "stratum", - "description": "keyword identifies the layer(s) of any deposited substance" - }, - { - "code": "004", - "codeName": "temporal", - "description": "keyword identifies a time period related to the dataset" - }, - { - "code": "005", - "codeName": "theme", - "description": "keyword identifies a particular subject or topic" - }, - { - "code": "006", - "codeName": "dataCentre", - "description": "keyword identifies a repository or archive that manages and distributes data" - }, - { - "code": "007", - "codeName": "featureType", - "description": "keyword identifies a resource containing or about a collection of feature instances with common characteristics" - }, - { - "code": "008", - "codeName": "instrument", - "description": "keyword identifies a device used to measure or compare physical properties" - }, - { - "code": "009", - "codeName": "platform", - "description": "keyword identifies a structure upon which an instrument is mounted" - }, - { - "code": "010", - "codeName": "process", - "description": "keyword identifies a series of actions or natural occurrences" - }, - { - "code": "011", - "codeName": "project", - "description": "keyword identifies an endeavour undertaken to create or modify a product or service" - }, - { - "code": "012", - "codeName": "service", - "description": "keyword identifies an activity carried out by one party for the benefit of another" - }, - { - "code": "013", - "codeName": "product", - "description": "keyword identifies a type of product" - }, - { - "code": "014", - "codeName": "subTopicCategory", - "description": "refinement of a topic category for the purpose of geographic data classification" - }, - { - "code": "015", - "codeName": "taxon", - "description": "keyword identifies a taxonomy of the resource" - }, - { - "code": "adiwg001", - "codeName": "region", - "description": "keyword identifies a known geographic region (such as US Census Area, ecoregion type, etc.)" - }, - { - "code": "adiwg002", - "codeName": "isoTopicCategory", - "description": "high-level geographic data thematic classification to assist in the grouping and search of available geographic data sets" - }, - { - "code": "adiwg003", - "codeName": "methodology", - "description": "keyword or phrase that summarizes a field or laboratory methods used" - } - ] - }, - "iso_language": { - "codelistType": "staticList", - "codelistName": "iso_language", - "source": "Library of Congress", - "sourceName": "LanguageCode", - "extensible": true, - "description": "code for the representation of names of languages ISO 639 Part 2", - "codelist": [ - { - "code": "001", - "codeName": "aar", - "description": "Afar" - }, - { - "code": "002", - "codeName": "abk", - "description": "Abkhazian" - }, - { - "code": "003", - "codeName": "ace", - "description": "Achinese" - }, - { - "code": "004", - "codeName": "ach", - "description": "Acoli" - }, - { - "code": "005", - "codeName": "ada", - "description": "Adangme" - }, - { - "code": "006", - "codeName": "ady", - "description": "Adyghe; Adygei" - }, - { - "code": "007", - "codeName": "afa", - "description": "Afro-Asiatic languages" - }, - { - "code": "008", - "codeName": "afh", - "description": "Afrihili" - }, - { - "code": "009", - "codeName": "afr", - "description": "Afrikaans" - }, - { - "code": "010", - "codeName": "ain", - "description": "Ainu" - }, - { - "code": "011", - "codeName": "aka", - "description": "Akan" - }, - { - "code": "012", - "codeName": "akk", - "description": "Akkadian" - }, - { - "code": "013", - "codeName": "alb", - "description": "Albanian" - }, - { - "code": "014", - "codeName": "ale", - "description": "Aleut" - }, - { - "code": "015", - "codeName": "alg", - "description": "Algonquian languages" - }, - { - "code": "016", - "codeName": "alt", - "description": "Southern Altai" - }, - { - "code": "017", - "codeName": "amh", - "description": "Amharic" - }, - { - "code": "018", - "codeName": "ang", - "description": "English, Old (ca.450-1100)" - }, - { - "code": "019", - "codeName": "anp", - "description": "Angika" - }, - { - "code": "020", - "codeName": "apa", - "description": "Apache languages" - }, - { - "code": "021", - "codeName": "ara", - "description": "Arabic" - }, - { - "code": "022", - "codeName": "arc", - "description": "Official Aramaic (700-300 BCE); Imperial Aramaic (700-300 BCE)" - }, - { - "code": "023", - "codeName": "arg", - "description": "Aragonese" - }, - { - "code": "024", - "codeName": "arm", - "description": "Armenian" - }, - { - "code": "025", - "codeName": "arn", - "description": "Mapudungun; Mapuche" - }, - { - "code": "026", - "codeName": "arp", - "description": "Arapaho" - }, - { - "code": "027", - "codeName": "art", - "description": "Artificial languages" - }, - { - "code": "028", - "codeName": "arw", - "description": "Arawak" - }, - { - "code": "029", - "codeName": "asm", - "description": "Assamese" - }, - { - "code": "030", - "codeName": "ast", - "description": "Asturian; Bable; Leonese; Asturleonese" - }, - { - "code": "031", - "codeName": "ath", - "description": "Athapascan languages" - }, - { - "code": "032", - "codeName": "aus", - "description": "Australian languages" - }, - { - "code": "033", - "codeName": "ava", - "description": "Avaric" - }, - { - "code": "034", - "codeName": "ave", - "description": "Avestan" - }, - { - "code": "035", - "codeName": "awa", - "description": "Awadhi" - }, - { - "code": "036", - "codeName": "aym", - "description": "Aymara" - }, - { - "code": "037", - "codeName": "aze", - "description": "Azerbaijani" - }, - { - "code": "038", - "codeName": "bad", - "description": "Banda languages" - }, - { - "code": "039", - "codeName": "bai", - "description": "Bamileke languages" - }, - { - "code": "040", - "codeName": "bak", - "description": "Bashkir" - }, - { - "code": "041", - "codeName": "bal", - "description": "Baluchi" - }, - { - "code": "042", - "codeName": "bam", - "description": "Bambara" - }, - { - "code": "043", - "codeName": "ban", - "description": "Balinese" - }, - { - "code": "044", - "codeName": "baq", - "description": "Basque" - }, - { - "code": "045", - "codeName": "bas", - "description": "Basa" - }, - { - "code": "046", - "codeName": "bat", - "description": "Baltic languages" - }, - { - "code": "047", - "codeName": "bej", - "description": "Beja; Bedawiyet" - }, - { - "code": "048", - "codeName": "bel", - "description": "Belarusian" - }, - { - "code": "049", - "codeName": "bem", - "description": "Bemba" - }, - { - "code": "050", - "codeName": "ben", - "description": "Bengali" - }, - { - "code": "051", - "codeName": "ber", - "description": "Berber languages" - }, - { - "code": "052", - "codeName": "bho", - "description": "Bhojpuri" - }, - { - "code": "053", - "codeName": "bih", - "description": "Bihari languages" - }, - { - "code": "054", - "codeName": "bik", - "description": "Bikol" - }, - { - "code": "055", - "codeName": "bin", - "description": "Bini; Edo" - }, - { - "code": "056", - "codeName": "bis", - "description": "Bislama" - }, - { - "code": "057", - "codeName": "bla", - "description": "Siksika" - }, - { - "code": "058", - "codeName": "bnt", - "description": "Bantu (Other)" - }, - { - "code": "059", - "codeName": "bos", - "description": "Bosnian" - }, - { - "code": "060", - "codeName": "bra", - "description": "Braj" - }, - { - "code": "061", - "codeName": "bre", - "description": "Breton" - }, - { - "code": "062", - "codeName": "btk", - "description": "Batak languages" - }, - { - "code": "063", - "codeName": "bua", - "description": "Buriat" - }, - { - "code": "064", - "codeName": "bug", - "description": "Buginese" - }, - { - "code": "065", - "codeName": "bul", - "description": "Bulgarian" - }, - { - "code": "066", - "codeName": "bur", - "description": "Burmese" - }, - { - "code": "067", - "codeName": "byn", - "description": "Blin; Bilin" - }, - { - "code": "068", - "codeName": "cad", - "description": "Caddo" - }, - { - "code": "069", - "codeName": "cai", - "description": "Central American Indian languages" - }, - { - "code": "070", - "codeName": "car", - "description": "Galibi Carib" - }, - { - "code": "071", - "codeName": "cat", - "description": "Catalan; Valencian" - }, - { - "code": "072", - "codeName": "cau", - "description": "Caucasian languages" - }, - { - "code": "073", - "codeName": "ceb", - "description": "Cebuano" - }, - { - "code": "074", - "codeName": "cel", - "description": "Celtic languages" - }, - { - "code": "075", - "codeName": "cha", - "description": "Chamorro" - }, - { - "code": "076", - "codeName": "chb", - "description": "Chibcha" - }, - { - "code": "077", - "codeName": "che", - "description": "Chechen" - }, - { - "code": "078", - "codeName": "chg", - "description": "Chagatai" - }, - { - "code": "079", - "codeName": "chi", - "description": "Chinese" - }, - { - "code": "080", - "codeName": "chk", - "description": "Chuukese" - }, - { - "code": "081", - "codeName": "chm", - "description": "Mari" - }, - { - "code": "082", - "codeName": "chn", - "description": "Chinook jargon" - }, - { - "code": "083", - "codeName": "cho", - "description": "Choctaw" - }, - { - "code": "084", - "codeName": "chp", - "description": "Chipewyan; Dene Suline" - }, - { - "code": "085", - "codeName": "chr", - "description": "Cherokee" - }, - { - "code": "086", - "codeName": "chu", - "description": "Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic" - }, - { - "code": "087", - "codeName": "chv", - "description": "Chuvash" - }, - { - "code": "088", - "codeName": "chy", - "description": "Cheyenne" - }, - { - "code": "089", - "codeName": "cmc", - "description": "Chamic languages" - }, - { - "code": "090", - "codeName": "cop", - "description": "Coptic" - }, - { - "code": "091", - "codeName": "cor", - "description": "Cornish" - }, - { - "code": "092", - "codeName": "cos", - "description": "Corsican" - }, - { - "code": "093", - "codeName": "cpe", - "description": "Creoles and pidgins, English based" - }, - { - "code": "094", - "codeName": "cpf", - "description": "Creoles and pidgins, French-based " - }, - { - "code": "095", - "codeName": "cpp", - "description": "Creoles and pidgins, Portuguese-based " - }, - { - "code": "096", - "codeName": "cre", - "description": "Cree" - }, - { - "code": "097", - "codeName": "crh", - "description": "Crimean Tatar; Crimean Turkish" - }, - { - "code": "098", - "codeName": "crp", - "description": "Creoles and pidgins " - }, - { - "code": "099", - "codeName": "csb", - "description": "Kashubian" - }, - { - "code": "100", - "codeName": "cus", - "description": "Cushitic languages" - }, - { - "code": "101", - "codeName": "cze", - "description": "Czech" - }, - { - "code": "102", - "codeName": "dak", - "description": "Dakota" - }, - { - "code": "103", - "codeName": "dan", - "description": "Danish" - }, - { - "code": "104", - "codeName": "dar", - "description": "Dargwa" - }, - { - "code": "105", - "codeName": "day", - "description": "Land Dayak languages" - }, - { - "code": "106", - "codeName": "del", - "description": "Delaware" - }, - { - "code": "107", - "codeName": "den", - "description": "Slave (Athapascan)" - }, - { - "code": "108", - "codeName": "dgr", - "description": "Dogrib" - }, - { - "code": "109", - "codeName": "din", - "description": "Dinka" - }, - { - "code": "110", - "codeName": "div", - "description": "Divehi; Dhivehi; Maldivian" - }, - { - "code": "111", - "codeName": "doi", - "description": "Dogri" - }, - { - "code": "112", - "codeName": "dra", - "description": "Dravidian languages" - }, - { - "code": "113", - "codeName": "dsb", - "description": "Lower Sorbian" - }, - { - "code": "114", - "codeName": "dua", - "description": "Duala" - }, - { - "code": "115", - "codeName": "dum", - "description": "Dutch, Middle (ca.1050-1350)" - }, - { - "code": "116", - "codeName": "dut", - "description": "Dutch; Flemish" - }, - { - "code": "117", - "codeName": "dyu", - "description": "Dyula" - }, - { - "code": "118", - "codeName": "dzo", - "description": "Dzongkha" - }, - { - "code": "119", - "codeName": "efi", - "description": "Efik" - }, - { - "code": "120", - "codeName": "egy", - "description": "Egyptian (Ancient)" - }, - { - "code": "121", - "codeName": "eka", - "description": "Ekajuk" - }, - { - "code": "122", - "codeName": "elx", - "description": "Elamite" - }, - { - "code": "123", - "codeName": "eng", - "description": "English" - }, - { - "code": "124", - "codeName": "enm", - "description": "English, Middle (1100-1500)" - }, - { - "code": "125", - "codeName": "epo", - "description": "Esperanto" - }, - { - "code": "126", - "codeName": "est", - "description": "Estonian" - }, - { - "code": "127", - "codeName": "ewe", - "description": "Ewe" - }, - { - "code": "128", - "codeName": "ewo", - "description": "Ewondo" - }, - { - "code": "129", - "codeName": "fan", - "description": "Fang" - }, - { - "code": "130", - "codeName": "fao", - "description": "Faroese" - }, - { - "code": "131", - "codeName": "fat", - "description": "Fanti" - }, - { - "code": "132", - "codeName": "fij", - "description": "Fijian" - }, - { - "code": "133", - "codeName": "fil", - "description": "Filipino; Pilipino" - }, - { - "code": "134", - "codeName": "fin", - "description": "Finnish" - }, - { - "code": "135", - "codeName": "fiu", - "description": "Finno-Ugrian languages" - }, - { - "code": "136", - "codeName": "fon", - "description": "Fon" - }, - { - "code": "137", - "codeName": "fre", - "description": "French" - }, - { - "code": "138", - "codeName": "frm", - "description": "French, Middle (ca.1400-1600)" - }, - { - "code": "139", - "codeName": "fro", - "description": "French, Old (842-ca.1400)" - }, - { - "code": "140", - "codeName": "frr", - "description": "Northern Frisian" - }, - { - "code": "141", - "codeName": "frs", - "description": "Eastern Frisian" - }, - { - "code": "142", - "codeName": "fry", - "description": "Western Frisian" - }, - { - "code": "143", - "codeName": "ful", - "description": "Fulah" - }, - { - "code": "144", - "codeName": "fur", - "description": "Friulian" - }, - { - "code": "145", - "codeName": "gaa", - "description": "Ga" - }, - { - "code": "146", - "codeName": "gay", - "description": "Gayo" - }, - { - "code": "147", - "codeName": "gba", - "description": "Gbaya" - }, - { - "code": "148", - "codeName": "gem", - "description": "Germanic languages" - }, - { - "code": "149", - "codeName": "geo", - "description": "Georgian" - }, - { - "code": "150", - "codeName": "ger", - "description": "German" - }, - { - "code": "151", - "codeName": "gez", - "description": "Geez" - }, - { - "code": "152", - "codeName": "gil", - "description": "Gilbertese" - }, - { - "code": "153", - "codeName": "gla", - "description": "Gaelic; Scottish Gaelic" - }, - { - "code": "154", - "codeName": "gle", - "description": "Irish" - }, - { - "code": "155", - "codeName": "glg", - "description": "Galician" - }, - { - "code": "156", - "codeName": "glv", - "description": "Manx" - }, - { - "code": "157", - "codeName": "gmh", - "description": "German, Middle High (ca.1050-1500)" - }, - { - "code": "158", - "codeName": "goh", - "description": "German, Old High (ca.750-1050)" - }, - { - "code": "159", - "codeName": "gon", - "description": "Gondi" - }, - { - "code": "160", - "codeName": "gor", - "description": "Gorontalo" - }, - { - "code": "161", - "codeName": "got", - "description": "Gothic" - }, - { - "code": "162", - "codeName": "grb", - "description": "Grebo" - }, - { - "code": "163", - "codeName": "grc", - "description": "Greek, Ancient (to 1453)" - }, - { - "code": "164", - "codeName": "gre", - "description": "Greek, Modern (1453-)" - }, - { - "code": "165", - "codeName": "grn", - "description": "Guarani" - }, - { - "code": "166", - "codeName": "gsw", - "description": "Swiss German; Alemannic; Alsatian" - }, - { - "code": "167", - "codeName": "guj", - "description": "Gujarati" - }, - { - "code": "168", - "codeName": "gwi", - "description": "Gwich'in" - }, - { - "code": "169", - "codeName": "hai", - "description": "Haida" - }, - { - "code": "170", - "codeName": "hat", - "description": "Haitian; Haitian Creole" - }, - { - "code": "171", - "codeName": "hau", - "description": "Hausa" - }, - { - "code": "172", - "codeName": "haw", - "description": "Hawaiian" - }, - { - "code": "173", - "codeName": "heb", - "description": "Hebrew" - }, - { - "code": "174", - "codeName": "her", - "description": "Herero" - }, - { - "code": "175", - "codeName": "hil", - "description": "Hiligaynon" - }, - { - "code": "176", - "codeName": "him", - "description": "Himachali languages; Western Pahari languages" - }, - { - "code": "177", - "codeName": "hin", - "description": "Hindi" - }, - { - "code": "178", - "codeName": "hit", - "description": "Hittite" - }, - { - "code": "179", - "codeName": "hmn", - "description": "Hmong; Mong" - }, - { - "code": "180", - "codeName": "hmo", - "description": "Hiri Motu" - }, - { - "code": "181", - "codeName": "hrv", - "description": "Croatian" - }, - { - "code": "182", - "codeName": "hsb", - "description": "Upper Sorbian" - }, - { - "code": "183", - "codeName": "hun", - "description": "Hungarian" - }, - { - "code": "184", - "codeName": "hup", - "description": "Hupa" - }, - { - "code": "185", - "codeName": "iba", - "description": "Iban" - }, - { - "code": "186", - "codeName": "ibo", - "description": "Igbo" - }, - { - "code": "187", - "codeName": "ice", - "description": "Icelandic" - }, - { - "code": "188", - "codeName": "ido", - "description": "Ido" - }, - { - "code": "189", - "codeName": "iii", - "description": "Sichuan Yi; Nuosu" - }, - { - "code": "190", - "codeName": "ijo", - "description": "Ijo languages" - }, - { - "code": "191", - "codeName": "iku", - "description": "Inuktitut" - }, - { - "code": "192", - "codeName": "ile", - "description": "Interlingue; Occidental" - }, - { - "code": "193", - "codeName": "ilo", - "description": "Iloko" - }, - { - "code": "194", - "codeName": "ina", - "description": "Interlingua (International Auxiliary Language Association)" - }, - { - "code": "195", - "codeName": "inc", - "description": "Indic languages" - }, - { - "code": "196", - "codeName": "ind", - "description": "Indonesian" - }, - { - "code": "197", - "codeName": "ine", - "description": "Indo-European languages" - }, - { - "code": "198", - "codeName": "inh", - "description": "Ingush" - }, - { - "code": "199", - "codeName": "ipk", - "description": "Inupiaq" - }, - { - "code": "200", - "codeName": "ira", - "description": "Iranian languages" - }, - { - "code": "201", - "codeName": "iro", - "description": "Iroquoian languages" - }, - { - "code": "202", - "codeName": "ita", - "description": "Italian" - }, - { - "code": "203", - "codeName": "jav", - "description": "Javanese" - }, - { - "code": "204", - "codeName": "jbo", - "description": "Lojban" - }, - { - "code": "205", - "codeName": "jpn", - "description": "Japanese" - }, - { - "code": "206", - "codeName": "jpr", - "description": "Judeo-Persian" - }, - { - "code": "207", - "codeName": "jrb", - "description": "Judeo-Arabic" - }, - { - "code": "208", - "codeName": "kaa", - "description": "Kara-Kalpak" - }, - { - "code": "209", - "codeName": "kab", - "description": "Kabyle" - }, - { - "code": "210", - "codeName": "kac", - "description": "Kachin; Jingpho" - }, - { - "code": "211", - "codeName": "kal", - "description": "Kalaallisut; Greenlandic" - }, - { - "code": "212", - "codeName": "kam", - "description": "Kamba" - }, - { - "code": "213", - "codeName": "kan", - "description": "Kannada" - }, - { - "code": "214", - "codeName": "kar", - "description": "Karen languages" - }, - { - "code": "215", - "codeName": "kas", - "description": "Kashmiri" - }, - { - "code": "216", - "codeName": "kau", - "description": "Kanuri" - }, - { - "code": "217", - "codeName": "kaw", - "description": "Kawi" - }, - { - "code": "218", - "codeName": "kaz", - "description": "Kazakh" - }, - { - "code": "219", - "codeName": "kbd", - "description": "Kabardian" - }, - { - "code": "220", - "codeName": "kha", - "description": "Khasi" - }, - { - "code": "221", - "codeName": "khi", - "description": "Khoisan languages" - }, - { - "code": "222", - "codeName": "khm", - "description": "Central Khmer" - }, - { - "code": "223", - "codeName": "kho", - "description": "Khotanese; Sakan" - }, - { - "code": "224", - "codeName": "kik", - "description": "Kikuyu; Gikuyu" - }, - { - "code": "225", - "codeName": "kin", - "description": "Kinyarwanda" - }, - { - "code": "226", - "codeName": "kir", - "description": "Kirghiz; Kyrgyz" - }, - { - "code": "227", - "codeName": "kmb", - "description": "Kimbundu" - }, - { - "code": "228", - "codeName": "kok", - "description": "Konkani" - }, - { - "code": "229", - "codeName": "kom", - "description": "Komi" - }, - { - "code": "230", - "codeName": "kon", - "description": "Kongo" - }, - { - "code": "231", - "codeName": "kor", - "description": "Korean" - }, - { - "code": "232", - "codeName": "kos", - "description": "Kosraean" - }, - { - "code": "233", - "codeName": "kpe", - "description": "Kpelle" - }, - { - "code": "234", - "codeName": "krc", - "description": "Karachay-Balkar" - }, - { - "code": "235", - "codeName": "krl", - "description": "Karelian" - }, - { - "code": "236", - "codeName": "kro", - "description": "Kru languages" - }, - { - "code": "237", - "codeName": "kru", - "description": "Kurukh" - }, - { - "code": "238", - "codeName": "kua", - "description": "Kuanyama; Kwanyama" - }, - { - "code": "239", - "codeName": "kum", - "description": "Kumyk" - }, - { - "code": "240", - "codeName": "kur", - "description": "Kurdish" - }, - { - "code": "241", - "codeName": "kut", - "description": "Kutenai" - }, - { - "code": "242", - "codeName": "lad", - "description": "Ladino" - }, - { - "code": "243", - "codeName": "lah", - "description": "Lahnda" - }, - { - "code": "244", - "codeName": "lam", - "description": "Lamba" - }, - { - "code": "245", - "codeName": "lao", - "description": "Lao" - }, - { - "code": "246", - "codeName": "lat", - "description": "Latin" - }, - { - "code": "247", - "codeName": "lav", - "description": "Latvian" - }, - { - "code": "248", - "codeName": "lez", - "description": "Lezghian" - }, - { - "code": "249", - "codeName": "lim", - "description": "Limburgan; Limburger; Limburgish" - }, - { - "code": "250", - "codeName": "lin", - "description": "Lingala" - }, - { - "code": "251", - "codeName": "lit", - "description": "Lithuanian" - }, - { - "code": "252", - "codeName": "lol", - "description": "Mongo" - }, - { - "code": "253", - "codeName": "loz", - "description": "Lozi" - }, - { - "code": "254", - "codeName": "ltz", - "description": "Luxembourgish; Letzeburgesch" - }, - { - "code": "255", - "codeName": "lua", - "description": "Luba-Lulua" - }, - { - "code": "256", - "codeName": "lub", - "description": "Luba-Katanga" - }, - { - "code": "257", - "codeName": "lug", - "description": "Ganda" - }, - { - "code": "258", - "codeName": "lui", - "description": "Luiseno" - }, - { - "code": "259", - "codeName": "lun", - "description": "Lunda" - }, - { - "code": "260", - "codeName": "luo", - "description": "Luo (Kenya and Tanzania)" - }, - { - "code": "261", - "codeName": "lus", - "description": "Lushai" - }, - { - "code": "262", - "codeName": "mac", - "description": "Macedonian" - }, - { - "code": "263", - "codeName": "mad", - "description": "Madurese" - }, - { - "code": "264", - "codeName": "mag", - "description": "Magahi" - }, - { - "code": "265", - "codeName": "mah", - "description": "Marshallese" - }, - { - "code": "266", - "codeName": "mai", - "description": "Maithili" - }, - { - "code": "267", - "codeName": "mak", - "description": "Makasar" - }, - { - "code": "268", - "codeName": "mal", - "description": "Malayalam" - }, - { - "code": "269", - "codeName": "man", - "description": "Mandingo" - }, - { - "code": "270", - "codeName": "mao", - "description": "Maori" - }, - { - "code": "271", - "codeName": "map", - "description": "Austronesian languages" - }, - { - "code": "272", - "codeName": "mar", - "description": "Marathi" - }, - { - "code": "273", - "codeName": "mas", - "description": "Masai" - }, - { - "code": "274", - "codeName": "may", - "description": "Malay" - }, - { - "code": "275", - "codeName": "mdf", - "description": "Moksha" - }, - { - "code": "276", - "codeName": "mdr", - "description": "Mandar" - }, - { - "code": "277", - "codeName": "men", - "description": "Mende" - }, - { - "code": "278", - "codeName": "mga", - "description": "Irish, Middle (900-1200)" - }, - { - "code": "279", - "codeName": "mic", - "description": "Mi'kmaq; Micmac" - }, - { - "code": "280", - "codeName": "min", - "description": "Minangkabau" - }, - { - "code": "281", - "codeName": "mis", - "description": "Uncoded languages" - }, - { - "code": "282", - "codeName": "mkh", - "description": "Mon-Khmer languages" - }, - { - "code": "283", - "codeName": "mlg", - "description": "Malagasy" - }, - { - "code": "284", - "codeName": "mlt", - "description": "Maltese" - }, - { - "code": "285", - "codeName": "mnc", - "description": "Manchu" - }, - { - "code": "286", - "codeName": "mni", - "description": "Manipuri" - }, - { - "code": "287", - "codeName": "mno", - "description": "Manobo languages" - }, - { - "code": "288", - "codeName": "moh", - "description": "Mohawk" - }, - { - "code": "289", - "codeName": "mon", - "description": "Mongolian" - }, - { - "code": "290", - "codeName": "mos", - "description": "Mossi" - }, - { - "code": "291", - "codeName": "mul", - "description": "Multiple languages" - }, - { - "code": "292", - "codeName": "mun", - "description": "Munda languages" - }, - { - "code": "293", - "codeName": "mus", - "description": "Creek" - }, - { - "code": "294", - "codeName": "mwl", - "description": "Mirandese" - }, - { - "code": "295", - "codeName": "mwr", - "description": "Marwari" - }, - { - "code": "296", - "codeName": "myn", - "description": "Mayan languages" - }, - { - "code": "297", - "codeName": "myv", - "description": "Erzya" - }, - { - "code": "298", - "codeName": "nah", - "description": "Nahuatl languages" - }, - { - "code": "299", - "codeName": "nai", - "description": "North American Indian languages" - }, - { - "code": "300", - "codeName": "nap", - "description": "Neapolitan" - }, - { - "code": "301", - "codeName": "nau", - "description": "Nauru" - }, - { - "code": "302", - "codeName": "nav", - "description": "Navajo; Navaho" - }, - { - "code": "303", - "codeName": "nbl", - "description": "Ndebele, South; South Ndebele" - }, - { - "code": "304", - "codeName": "nde", - "description": "Ndebele, North; North Ndebele" - }, - { - "code": "305", - "codeName": "ndo", - "description": "Ndonga" - }, - { - "code": "306", - "codeName": "nds", - "description": "Low German; Low Saxon; German, Low; Saxon, Low" - }, - { - "code": "307", - "codeName": "nep", - "description": "Nepali" - }, - { - "code": "308", - "codeName": "new", - "description": "Nepal Bhasa; Newari" - }, - { - "code": "309", - "codeName": "nia", - "description": "Nias" - }, - { - "code": "310", - "codeName": "nic", - "description": "Niger-Kordofanian languages" - }, - { - "code": "311", - "codeName": "niu", - "description": "Niuean" - }, - { - "code": "312", - "codeName": "nno", - "description": "Norwegian Nynorsk; Nynorsk, Norwegian" - }, - { - "code": "313", - "codeName": "nob", - "description": "Bokmål, Norwegian; Norwegian Bokmål" - }, - { - "code": "314", - "codeName": "nog", - "description": "Nogai" - }, - { - "code": "315", - "codeName": "non", - "description": "Norse, Old" - }, - { - "code": "316", - "codeName": "nor", - "description": "Norwegian" - }, - { - "code": "317", - "codeName": "nqo", - "description": "N'Ko" - }, - { - "code": "318", - "codeName": "nso", - "description": "Pedi; Sepedi; Northern Sotho" - }, - { - "code": "319", - "codeName": "nub", - "description": "Nubian languages" - }, - { - "code": "320", - "codeName": "nwc", - "description": "Classical Newari; Old Newari; Classical Nepal Bhasa" - }, - { - "code": "321", - "codeName": "nya", - "description": "Chichewa; Chewa; Nyanja" - }, - { - "code": "322", - "codeName": "nym", - "description": "Nyamwezi" - }, - { - "code": "323", - "codeName": "nyn", - "description": "Nyankole" - }, - { - "code": "324", - "codeName": "nyo", - "description": "Nyoro" - }, - { - "code": "325", - "codeName": "nzi", - "description": "Nzima" - }, - { - "code": "326", - "codeName": "oci", - "description": "Occitan (post 1500); Provençal" - }, - { - "code": "327", - "codeName": "oji", - "description": "Ojibwa" - }, - { - "code": "328", - "codeName": "ori", - "description": "Oriya" - }, - { - "code": "329", - "codeName": "orm", - "description": "Oromo" - }, - { - "code": "330", - "codeName": "osa", - "description": "Osage" - }, - { - "code": "331", - "codeName": "oss", - "description": "Ossetian; Ossetic" - }, - { - "code": "332", - "codeName": "ota", - "description": "Turkish, Ottoman (1500-1928)" - }, - { - "code": "333", - "codeName": "oto", - "description": "Otomian languages" - }, - { - "code": "334", - "codeName": "paa", - "description": "Papuan languages" - }, - { - "code": "335", - "codeName": "pag", - "description": "Pangasinan" - }, - { - "code": "336", - "codeName": "pal", - "description": "Pahlavi" - }, - { - "code": "337", - "codeName": "pam", - "description": "Pampanga; Kapampangan" - }, - { - "code": "338", - "codeName": "pan", - "description": "Panjabi; Punjabi" - }, - { - "code": "339", - "codeName": "pap", - "description": "Papiamento" - }, - { - "code": "340", - "codeName": "pau", - "description": "Palauan" - }, - { - "code": "341", - "codeName": "peo", - "description": "Persian, Old (ca.600-400 B.C.)" - }, - { - "code": "342", - "codeName": "per", - "description": "Persian" - }, - { - "code": "343", - "codeName": "phi", - "description": "Philippine languages" - }, - { - "code": "344", - "codeName": "phn", - "description": "Phoenician" - }, - { - "code": "345", - "codeName": "pli", - "description": "Pali" - }, - { - "code": "346", - "codeName": "pol", - "description": "Polish" - }, - { - "code": "347", - "codeName": "pon", - "description": "Pohnpeian" - }, - { - "code": "348", - "codeName": "por", - "description": "Portuguese" - }, - { - "code": "349", - "codeName": "pra", - "description": "Prakrit languages" - }, - { - "code": "350", - "codeName": "pro", - "description": "Provençal, Old (to 1500)" - }, - { - "code": "351", - "codeName": "pus", - "description": "Pushto; Pashto" - }, - { - "code": "353", - "codeName": "que", - "description": "Quechua" - }, - { - "code": "354", - "codeName": "raj", - "description": "Rajasthani" - }, - { - "code": "355", - "codeName": "rap", - "description": "Rapanui" - }, - { - "code": "356", - "codeName": "rar", - "description": "Rarotongan; Cook Islands Maori" - }, - { - "code": "357", - "codeName": "roa", - "description": "Romance languages" - }, - { - "code": "358", - "codeName": "roh", - "description": "Romansh" - }, - { - "code": "359", - "codeName": "rom", - "description": "Romany" - }, - { - "code": "360", - "codeName": "rum", - "description": "Romanian; Moldavian; Moldovan" - }, - { - "code": "361", - "codeName": "run", - "description": "Rundi" - }, - { - "code": "362", - "codeName": "rup", - "description": "Aromanian; Arumanian; Macedo-Romanian" - }, - { - "code": "363", - "codeName": "rus", - "description": "Russian" - }, - { - "code": "364", - "codeName": "sad", - "description": "Sandawe" - }, - { - "code": "365", - "codeName": "sag", - "description": "Sango" - }, - { - "code": "366", - "codeName": "sah", - "description": "Yakut" - }, - { - "code": "367", - "codeName": "sai", - "description": "South American Indian (Other)" - }, - { - "code": "368", - "codeName": "sal", - "description": "Salishan languages" - }, - { - "code": "369", - "codeName": "sam", - "description": "Samaritan Aramaic" - }, - { - "code": "370", - "codeName": "san", - "description": "Sanskrit" - }, - { - "code": "371", - "codeName": "sas", - "description": "Sasak" - }, - { - "code": "372", - "codeName": "sat", - "description": "Santali" - }, - { - "code": "373", - "codeName": "scn", - "description": "Sicilian" - }, - { - "code": "374", - "codeName": "sco", - "description": "Scots" - }, - { - "code": "375", - "codeName": "sel", - "description": "Selkup" - }, - { - "code": "376", - "codeName": "sem", - "description": "Semitic languages" - }, - { - "code": "377", - "codeName": "sga", - "description": "Irish, Old (to 900)" - }, - { - "code": "378", - "codeName": "sgn", - "description": "Sign Languages" - }, - { - "code": "379", - "codeName": "shn", - "description": "Shan" - }, - { - "code": "380", - "codeName": "sid", - "description": "Sidamo" - }, - { - "code": "381", - "codeName": "sin", - "description": "Sinhala; Sinhalese" - }, - { - "code": "382", - "codeName": "sio", - "description": "Siouan languages" - }, - { - "code": "383", - "codeName": "sit", - "description": "Sino-Tibetan languages" - }, - { - "code": "384", - "codeName": "sla", - "description": "Slavic languages" - }, - { - "code": "385", - "codeName": "slo", - "description": "Slovak" - }, - { - "code": "386", - "codeName": "slv", - "description": "Slovenian" - }, - { - "code": "387", - "codeName": "sma", - "description": "Southern Sami" - }, - { - "code": "388", - "codeName": "sme", - "description": "Northern Sami" - }, - { - "code": "389", - "codeName": "smi", - "description": "Sami languages" - }, - { - "code": "390", - "codeName": "smj", - "description": "Lule Sami" - }, - { - "code": "391", - "codeName": "smn", - "description": "Inari Sami" - }, - { - "code": "392", - "codeName": "smo", - "description": "Samoan" - }, - { - "code": "393", - "codeName": "sms", - "description": "Skolt Sami" - }, - { - "code": "394", - "codeName": "sna", - "description": "Shona" - }, - { - "code": "395", - "codeName": "snd", - "description": "Sindhi" - }, - { - "code": "396", - "codeName": "snk", - "description": "Soninke" - }, - { - "code": "397", - "codeName": "sog", - "description": "Sogdian" - }, - { - "code": "398", - "codeName": "som", - "description": "Somali" - }, - { - "code": "399", - "codeName": "son", - "description": "Songhai languages" - }, - { - "code": "400", - "codeName": "sot", - "description": "Sotho, Southern" - }, - { - "code": "401", - "codeName": "spa", - "description": "Spanish; Castilian" - }, - { - "code": "402", - "codeName": "srd", - "description": "Sardinian" - }, - { - "code": "403", - "codeName": "srn", - "description": "Sranan Tongo" - }, - { - "code": "404", - "codeName": "srp", - "description": "Serbian" - }, - { - "code": "405", - "codeName": "srr", - "description": "Serer" - }, - { - "code": "406", - "codeName": "ssa", - "description": "Nilo-Saharan languages" - }, - { - "code": "407", - "codeName": "ssw", - "description": "Swati" - }, - { - "code": "408", - "codeName": "suk", - "description": "Sukuma" - }, - { - "code": "409", - "codeName": "sun", - "description": "Sundanese" - }, - { - "code": "410", - "codeName": "sus", - "description": "Susu" - }, - { - "code": "411", - "codeName": "sux", - "description": "Sumerian" - }, - { - "code": "412", - "codeName": "swa", - "description": "Swahili" - }, - { - "code": "413", - "codeName": "swe", - "description": "Swedish" - }, - { - "code": "414", - "codeName": "syc", - "description": "Classical Syriac" - }, - { - "code": "415", - "codeName": "syr", - "description": "Syriac" - }, - { - "code": "416", - "codeName": "tah", - "description": "Tahitian" - }, - { - "code": "417", - "codeName": "tai", - "description": "Tai languages" - }, - { - "code": "418", - "codeName": "tam", - "description": "Tamil" - }, - { - "code": "419", - "codeName": "tat", - "description": "Tatar" - }, - { - "code": "420", - "codeName": "tel", - "description": "Telugu" - }, - { - "code": "421", - "codeName": "tem", - "description": "Timne" - }, - { - "code": "422", - "codeName": "ter", - "description": "Tereno" - }, - { - "code": "423", - "codeName": "tet", - "description": "Tetum" - }, - { - "code": "424", - "codeName": "tgk", - "description": "Tajik" - }, - { - "code": "425", - "codeName": "tgl", - "description": "Tagalog" - }, - { - "code": "426", - "codeName": "tha", - "description": "Thai" - }, - { - "code": "427", - "codeName": "tib", - "description": "Tibetan" - }, - { - "code": "428", - "codeName": "tig", - "description": "Tigre" - }, - { - "code": "429", - "codeName": "tir", - "description": "Tigrinya" - }, - { - "code": "430", - "codeName": "tiv", - "description": "Tiv" - }, - { - "code": "431", - "codeName": "tkl", - "description": "Tokelau" - }, - { - "code": "432", - "codeName": "tlh", - "description": "Klingon; tlhIngan-Hol" - }, - { - "code": "433", - "codeName": "tli", - "description": "Tlingit" - }, - { - "code": "434", - "codeName": "tmh", - "description": "Tamashek" - }, - { - "code": "435", - "codeName": "tog", - "description": "Tonga (Nyasa)" - }, - { - "code": "436", - "codeName": "ton", - "description": "Tonga (Tonga Islands)" - }, - { - "code": "437", - "codeName": "tpi", - "description": "Tok Pisin" - }, - { - "code": "438", - "codeName": "tsi", - "description": "Tsimshian" - }, - { - "code": "439", - "codeName": "tsn", - "description": "Tswana" - }, - { - "code": "440", - "codeName": "tso", - "description": "Tsonga" - }, - { - "code": "441", - "codeName": "tuk", - "description": "Turkmen" - }, - { - "code": "442", - "codeName": "tum", - "description": "Tumbuka" - }, - { - "code": "443", - "codeName": "tup", - "description": "Tupi languages" - }, - { - "code": "444", - "codeName": "tur", - "description": "Turkish" - }, - { - "code": "445", - "codeName": "tut", - "description": "Altaic languages" - }, - { - "code": "446", - "codeName": "tvl", - "description": "Tuvalu" - }, - { - "code": "447", - "codeName": "twi", - "description": "Twi" - }, - { - "code": "448", - "codeName": "tyv", - "description": "Tuvinian" - }, - { - "code": "449", - "codeName": "udm", - "description": "Udmurt" - }, - { - "code": "450", - "codeName": "uga", - "description": "Ugaritic" - }, - { - "code": "451", - "codeName": "uig", - "description": "Uighur; Uyghur" - }, - { - "code": "452", - "codeName": "ukr", - "description": "Ukrainian" - }, - { - "code": "453", - "codeName": "umb", - "description": "Umbundu" - }, - { - "code": "454", - "codeName": "und", - "description": "Undetermined" - }, - { - "code": "455", - "codeName": "urd", - "description": "Urdu" - }, - { - "code": "456", - "codeName": "uzb", - "description": "Uzbek" - }, - { - "code": "457", - "codeName": "vai", - "description": "Vai" - }, - { - "code": "458", - "codeName": "ven", - "description": "Venda" - }, - { - "code": "459", - "codeName": "vie", - "description": "Vietnamese" - }, - { - "code": "460", - "codeName": "vol", - "description": "Volapük" - }, - { - "code": "461", - "codeName": "vot", - "description": "Votic" - }, - { - "code": "462", - "codeName": "wak", - "description": "Wakashan languages" - }, - { - "code": "463", - "codeName": "wal", - "description": "Walamo" - }, - { - "code": "464", - "codeName": "war", - "description": "Waray" - }, - { - "code": "465", - "codeName": "was", - "description": "Washo" - }, - { - "code": "466", - "codeName": "wel", - "description": "Welsh" - }, - { - "code": "467", - "codeName": "wen", - "description": "Sorbian languages" - }, - { - "code": "468", - "codeName": "wln", - "description": "Walloon" - }, - { - "code": "469", - "codeName": "wol", - "description": "Wolof" - }, - { - "code": "470", - "codeName": "xal", - "description": "Kalmyk; Oirat" - }, - { - "code": "471", - "codeName": "xho", - "description": "Xhosa" - }, - { - "code": "472", - "codeName": "yao", - "description": "Yao" - }, - { - "code": "473", - "codeName": "yap", - "description": "Yapese" - }, - { - "code": "474", - "codeName": "yid", - "description": "Yiddish" - }, - { - "code": "475", - "codeName": "yor", - "description": "Yoruba" - }, - { - "code": "476", - "codeName": "ypk", - "description": "Yupik languages" - }, - { - "code": "477", - "codeName": "zap", - "description": "Zapotec" - }, - { - "code": "478", - "codeName": "zbl", - "description": "Blissymbols; Blissymbolics; Bliss" - }, - { - "code": "479", - "codeName": "zen", - "description": "Zenaga" - }, - { - "code": "480", - "codeName": "zgh", - "description": "Standard Moroccan Tamazight" - }, - { - "code": "481", - "codeName": "zha", - "description": "Zhuang; Chuang" - }, - { - "code": "482", - "codeName": "znd", - "description": "Zande languages" - }, - { - "code": "483", - "codeName": "zul", - "description": "Zulu" - }, - { - "code": "484", - "codeName": "zun", - "description": "Zuni" - }, - { - "code": "485", - "codeName": "zxx", - "description": "No linguistic content; Not applicable" - }, - { - "code": "486", - "codeName": "zza", - "description": "Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki" - } - ] - }, - "iso_maintenanceFrequency": { - "codelistType": "staticList", - "codelistName": "iso_maintenanceFrequency", - "source": "ISO", - "sourceName": "MD_MaintenanceFrequencyCode", - "extensible": true, - "description": "frequency with which modifications and deletions are made to the data after it is first produced", - "codelist": [ - { - "code": "001", - "codeName": "continual", - "description": "data is repeatedly and frequently updated" - }, - { - "code": "002", - "codeName": "daily", - "description": "data is updated each day" - }, - { - "code": "003", - "codeName": "weekly", - "description": "data is updated on a weekly basis" - }, - { - "code": "004", - "codeName": "fortnightly", - "description": "data is updated every two weeks" - }, - { - "code": "005", - "codeName": "monthly", - "description": "data is updated each month" - }, - { - "code": "006", - "codeName": "quarterly", - "description": "data is updated every three months" - }, - { - "code": "007", - "codeName": "biannually", - "description": "data is updated twice each year" - }, - { - "code": "008", - "codeName": "annually", - "description": "data is updated every year" - }, - { - "code": "009", - "codeName": "asNeeded", - "description": "data is updated as deemed necessary" - }, - { - "code": "010", - "codeName": "irregular", - "description": "data is updated in intervals that are uneven in duration" - }, - { - "code": "011", - "codeName": "notPlanned", - "description": "there are no plans to update the data" - }, - { - "code": "012", - "codeName": "unknown", - "description": "frequency of maintenance for the data is not known" - }, - { - "code": "013", - "codeName": "periodic", - "description": "resource is updated at regular intervals" - }, - { - "code": "014", - "codeName": "semimonthly", - "description": "resource updated twice monthly" - }, - { - "code": "015", - "codeName": "biennially", - "description": "resource is updated every 2 years" - } - ] - }, - "iso_mediumFormat": { - "codelistType": "staticList", - "codelistName": "iso_mediumFormat", - "source": "ISO", - "sourceName": "MD_MediumFormatCode", - "extensible": true, - "description": "method used to write to the medium", - "codelist": [ - { - "code": "001", - "codeName": "cpio", - "description": "CoPy In / Out (UNIX file format and command)" - }, - { - "code": "002", - "codeName": "tar", - "description": "Tape ARchive" - }, - { - "code": "003", - "codeName": "highSierra", - "description": "high sierra file system" - }, - { - "code": "004", - "codeName": "iso9660", - "description": "information processing – volume and file structure of CD-ROM" - }, - { - "code": "005", - "codeName": "iso9660RockRidge", - "description": "rock ridge interchange protocol (UNIX)" - }, - { - "code": "006", - "codeName": "iso9660AppleHFS", - "description": "hierarchical file system (Macintosh)" - }, - { - "code": "007", - "codeName": "udf", - "description": "universal disk format" - } - ] - }, - "iso_mediumName": { - "codelistType": "staticList", - "codelistName": "iso_mediumName", - "source": "ISO", - "sourceName": "MD_MediumNameCode", - "extensible": true, - "description": "name of the medium", - "codelist": [ - { - "code": "001", - "codeName": "cdRom", - "description": "read-only optical disk" - }, - { - "code": "002", - "codeName": "dvd", - "description": "digital versatile disk" - }, - { - "code": "003", - "codeName": "dvdRom", - "description": "digital versatile disk, read only" - }, - { - "code": "004", - "codeName": "3halfInchFloppy", - "description": "3,5 inch magnetic disk" - }, - { - "code": "005", - "codeName": "5quarterInchFloppy", - "description": "5,25 inch magnetic disk" - }, - { - "code": "006", - "codeName": "7trackTape", - "description": "7 track magnetic tape" - }, - { - "code": "007", - "codeName": "9trackTape", - "description": "9 track magnetic tape" - }, - { - "code": "008", - "codeName": "3480Cartridge", - "description": "3480 cartridge tape drive" - }, - { - "code": "009", - "codeName": "3490Cartridge", - "description": "3490 cartridge tape drive" - }, - { - "code": "010", - "codeName": "3580Cartridge", - "description": "3580 cartridge tape drive" - }, - { - "code": "011", - "codeName": "4mmCartridge", - "description": "4 millimetre magnetic tape" - }, - { - "code": "012", - "codeName": "8mmCartridge", - "description": "8 millimetre magnetic tape" - }, - { - "code": "013", - "codeName": "1quarterInchCartridgeTape", - "description": "0,25 inch magnetic tape" - }, - { - "code": "014", - "codeName": "digitalLinearTape", - "description": "half inch cartridge streaming tape drive" - }, - { - "code": "015", - "codeName": "onLine", - "description": "direct computer linkage" - }, - { - "code": "016", - "codeName": "satellite", - "description": "linkage through a satellite communication system" - }, - { - "code": "017", - "codeName": "telephoneLink", - "description": "communication through a telephone network" - }, - { - "code": "018", - "codeName": "hardcopy", - "description": "pamphlet or leaflet giving descriptive information" - }, - { - "code": "adiwg001", - "codeName": "bluRay", - "description": "Blu-ray digital versatile disk" - }, - { - "code": "adiwg002", - "codeName": "usbHardDrive", - "description": "USB hard drive disk or solid state" - }, - { - "code": "adiwg003", - "codeName": "memoryStick", - "description": "USB memory stick" - }, - { - "code": "adiwg004", - "codeName": "sdCard", - "description": "SD memory card" - }, - { - "code": "adiwg005", - "codeName": "flashCard", - "description": "compact flash memory card" - }, - { - "code": "adiwg006", - "codeName": "film", - "description": "8mm, 16mm, 35mm, 120 and other positive and negative camera film sizes" - }, - { - "code": "adiwg007", - "codeName": "microfilm", - "description": "microfilm" - }, - { - "code": "adiwg008", - "codeName": "internet", - "description": "internet" - } - ] - }, - "iso_objectiveTypeCode": { - "codelistType": "staticList", - "codelistName": "iso_objectiveTypeCode", - "source": "ISO", - "sourceName": "MI_objectiveTypeCode", - "extensible": true, - "description": "temporal persistence of collection objective", - "codelist": [ - { - "code": "001", - "codeName": "instantaneousCollection", - "description": "single instance of collection" - }, - { - "code": "002", - "codeName": "persistentView", - "description": "multiple instances of collection" - }, - { - "code": "003", - "codeName": "survey", - "description": "collection over specified domain" - } - ] - }, - "iso_obligation": { - "codelistType": "staticList", - "codelistName": "iso_obligation", - "source": "ISO", - "sourceName": "MD_ObligationCode", - "extensible": false, - "description": "obligation of the element or entity (enumeration - cannot be extended)", - "codelist": [ - { - "code": "001", - "codeName": "mandatory", - "description": "element is always required" - }, - { - "code": "002", - "codeName": "optional", - "description": "element is not required" - }, - { - "code": "003", - "codeName": "conditional", - "description": "element is required when a specific condition is met" - } - ] - }, - "iso_onlineFunction": { - "codelistType": "staticList", - "codelistName": "iso_onlineFunction", - "source": "ISO", - "sourceName": "CI_OnLineFunctionCode", - "extensible": true, - "description": "function performed by the resource", - "codelist": [ - { - "code": "001", - "codeName": "download", - "description": "online instructions for transferring data from one storage device or system to another" - }, - { - "code": "002", - "codeName": "information", - "description": "online information about the resource" - }, - { - "code": "003", - "codeName": "offlineAccess", - "description": "online instructions for requesting the resource from the provider" - }, - { - "code": "004", - "codeName": "order", - "description": "online order process for obtaining the resource" - }, - { - "code": "005", - "codeName": "search", - "description": "online search interface for seeking out information about the resource" - }, - { - "code": "006", - "codeName": "completeMetadata", - "description": "complete metadata provided" - }, - { - "code": "007", - "codeName": "browseGraphic", - "description": "browse graphic provided" - }, - { - "code": "008", - "codeName": "upload", - "description": "online resource upload capability provided" - }, - { - "code": "009", - "codeName": "emailService", - "description": "online email service provided" - }, - { - "code": "010", - "codeName": "browsing", - "description": "online browsing provided" - }, - { - "code": "011", - "codeName": "fileAccess", - "description": "online file access provided" - }, - { - "code": "adiwg001", - "codeName": "webApplication", - "description": "online web application or data forms" - }, - { - "code": "adiwg002", - "codeName": "doi", - "description": "digital object identifier URL" - }, - { - "code": "adiwg003", - "codeName": "orcid", - "description": "Open Researcher and Contributor ID URL" - }, - { - "code": "adiwg004", - "codeName": "dataUri", - "description": "data file encoded per RFC 2397, the data URL scheme" - } - ] - }, - "iso_operationTypeCode": { - "codelistType": "staticList", - "codelistName": "iso_operationTypeCode", - "source": "ISO", - "sourceName": "MI_OperationTypeCode", - "extensible": true, - "description": "code indicating whether the data contained in this packet is real (originates from live-fly or other non-simulated operational sources), simulated (originates from target simulator sources), or synthesized (a mix of real and simulated data).", - "codelist": [ - { - "code": "001", - "codeName": "real", - "description": "originates from live-fly or other non-simulated operational source" - }, - { - "code": "002", - "codeName": "simulated", - "description": "originates from target simulator sources" - }, - { - "code": "003", - "codeName": "synthetic", - "description": "mix of real and simulated data" - } - ] - }, - "iso_parameterDirectionCode": { - "codelistType": "staticList", - "codelistName": "iso_parameterDirection", - "source": "ISO", - "sourceName": "SV_ParameterDirection", - "extensible": true, - "description": "class of information to which the referencing entity applies", - "codelist": [ - { - "code": "001", - "codeName": "in", - "description": "the parameter is an input parameter to the service instance" - }, - { - "code": "002", - "codeName": "out", - "description": "the parameter is an output parameter to the service instance" - }, - { - "code": "003", - "codeName": "in/out", - "description": "the parameter is both an input and output parameter to the service instance" - } - ] - }, - "iso_pixelOrientation": { - "codelistType": "staticList", - "codelistName": "iso_pixelOrientation", - "source": "ISO", - "sourceName": "MD_PixelOrientationCode", - "extensible": false, - "description": "point in a pixel corresponding to the Earth location of the pixel", - "codelist": [ - { - "code": "001", - "codeName": "centre", - "description": "point halfway between the lower left and the upper right of the pixel" - }, - { - "code": "002", - "codeName": "lowerLeft", - "description": "the corner in the pixel closest to the origin of the SRS; if two are at the same distance from the origin, the one with the smallest x-value" - }, - { - "code": "003", - "codeName": "lowerRight", - "description": "next corner counterclockwise from the lower left" - }, - { - "code": "004", - "codeName": "upperRight", - "description": "next corner counterclockwise from the lower right" - }, - { - "code": "005", - "codeName": "upperLeft", - "description": "next corner counterclockwise from the upper right" - } - ] - }, - "iso_polarisationOrientationCode": { - "codelistType": "staticList", - "codelistName": "iso_polarisationOrientationCode", - "source": "ISO", - "sourceName": "MI_PolarisationOrientationCode", - "extensible": true, - "description": "polarisation of the antenna relative to the waveform", - "codelist": [ - { - "code": "001", - "codeName": "horizontal", - "description": "polarization of the sensor oriented in the horizontal plane in relation to swath direction" - }, - { - "code": "002", - "codeName": "vertical", - "description": "polarization of the sensor oriented in the vertical plane in relation to swath direction" - }, - { - "code": "003", - "codeName": "leftCircular", - "description": "polarization of the sensor oriented in the left circular plane in relation to swath direction" - }, - { - "code": "004", - "codeName": "rightCircular", - "description": "polarization of the sensor oriented in the right circular plane in relation to swath direction" - }, - { - "code": "005", - "codeName": "theta", - "description": "polarization of the sensor oriented in the angle between +90° and 0° parallel to swath direction" - }, - { - "code": "006", - "codeName": "phi", - "description": "polarization of the sensor oriented in the +90° and 0° perpendicular to swath direction" - } - ] - }, - "iso_presentationForm": { - "codelistType": "staticList", - "codelistName": "iso_presentationForm", - "source": "ISO", - "sourceName": "CI_PresentationFormCode", - "extensible": true, - "description": "mode in which the data is represented", - "codelist": [ - { - "code": "001", - "codeName": "documentDigital", - "description": "digital representation of a primarily textual item (can contain illustrations also)" - }, - { - "code": "002", - "codeName": "documentHardcopy", - "description": "representation of a primarily textual item (can contain illustrations also) on paper, photographic material, or other media" - }, - { - "code": "003", - "codeName": "imageDigital", - "description": "likeness of natural or man-made features, objects, and activities acquired through the sensing of visual or any other segment of the electromagnetic spectrum by sensors, such as thermal infrared, and high resolution radar and stored in digital format" - }, - { - "code": "004", - "codeName": "imageHardcopy", - "description": "likeness of natural or man-made features, objects, and activities acquired through the sensing of visual or any other segment of the electromagnetic spectrum by sensors, such as thermal infrared, and high resolution radar and reproduced on paper, photographic material, or other media for use directly by the human user" - }, - { - "code": "005", - "codeName": "mapDigital", - "description": "map represented in raster or vector form" - }, - { - "code": "006", - "codeName": "mapHardcopy", - "description": "map printed on paper, photographic material, or other media for use directly by the human user" - }, - { - "code": "007", - "codeName": "modelDigital", - "description": "multi-dimensional digital representation of a feature, process, etc." - }, - { - "code": "008", - "codeName": "modelHardcopy", - "description": "3-dimensional, physical model" - }, - { - "code": "009", - "codeName": "profileDigital", - "description": "vertical cross-section in digital form" - }, - { - "code": "010", - "codeName": "profileHardcopy", - "description": "vertical cross-section printed on paper, etc." - }, - { - "code": "011", - "codeName": "tableDigital", - "description": "digital representation of facts or figures systematically displayed, especially in columns" - }, - { - "code": "012", - "codeName": "tableHardcopy", - "description": "representation of facts or figures systematically displayed, especially in columns, printed on paper, photographic material, or other media" - }, - { - "code": "013", - "codeName": "videoDigital", - "description": "digital video recording" - }, - { - "code": "014", - "codeName": "videoHardcopy", - "description": "video recording on film" - }, - { - "code": "015", - "codeName": "audioDigital", - "description": "digital audio recording" - }, - { - "code": "016", - "codeName": "audioHardcopy", - "description": "audio recording delivered by analog media, such as a magnetic tape" - }, - { - "code": "017", - "codeName": "multimediaDigitial", - "description": "information representation using simultaneously various digital modes for text, sound, image" - }, - { - "code": "018", - "codeName": "multimediaHardcopy", - "description": "information representation using simultaneously various analog modes for text, sound, image" - }, - { - "code": "019", - "codeName": "physicalObject", - "description": "a physical object. EXAMPLE Rock or mineral sample, microscope slide." - }, - { - "code": "020", - "codeName": "diagramDigital", - "description": "information represented graphically by charts such as pie chart, bar chart, and other type of diagrams and recorded in digital format" - }, - { - "code": "021", - "codeName": "diagramHardcopy", - "description": "information represented graphically by charts such as pie chart, bar chart, and other type of diagrams and printed on paper, photographic material, or other media" - }, - { - "code": "adiwg001", - "codeName": "webSite", - "description": "information represented in a series of web pages" - }, - { - "code": "adiwg002", - "codeName": "webService", - "description": "information represented as series of HTML end points or remote procedure calls" - }, - { - "code": "adiwg003", - "codeName": "databaseDigital", - "description": "information organized in a digital database" - } - ] - }, - "iso_priorityCode": { - "codelistType": "staticList", - "codelistName": "iso_priorityCode", - "source": "ISO", - "sourceName": "MI_PriorityCode", - "extensible": true, - "description": "ordered list of priorities", - "codelist": [ - { - "code": "001", - "codeName": "critical", - "description": "decisive importance" - }, - { - "code": "002", - "codeName": "highImportance", - "description": "requires resources to be made available" - }, - { - "code": "003", - "codeName": "mediumImportance", - "description": "normal operation priority" - }, - { - "code": "004", - "codeName": "lowImportance", - "description": "to be completed when resources are available" - } - ] - }, - "iso_progress": { - "codelistType": "staticList", - "codelistName": "iso_progress", - "source": "ISO", - "sourceName": "MD_ProgressCode", - "extensible": true, - "description": "status of the dataset or progress of a review", - "codelist": [ - { - "code": "001", - "codeName": "completed", - "description": "production of the data has been completed" - }, - { - "code": "002", - "codeName": "historicalArchive", - "description": "data has been stored in an offline storage facility" - }, - { - "code": "003", - "codeName": "obsolete", - "description": "data is no longer relevant" - }, - { - "code": "004", - "codeName": "onGoing", - "description": "data is continually being updated" - }, - { - "code": "005", - "codeName": "planned", - "description": "fixed date has been established upon or by which the data will be created or updated" - }, - { - "code": "006", - "codeName": "required", - "description": "data needs to be generated or updated" - }, - { - "code": "007", - "codeName": "underDevelopment", - "description": "resource (data or project) is currently in the process of being created" - }, - { - "code": "008", - "codeName": "final", - "description": "progress concluded and no changes will be accepted" - }, - { - "code": "009", - "codeName": "pending", - "description": "committed to, but not yet addressed" - }, - { - "code": "010", - "codeName": "retired", - "description": "item is no longer recommended for use. It has not been superseded by another item" - }, - { - "code": "011", - "codeName": "superseded", - "description": "replaced by new" - }, - { - "code": "012", - "codeName": "tentative", - "description": "provisional changes likely before resource becomes final or complete" - }, - { - "code": "013", - "codeName": "valid", - "description": "acceptable under specific conditions" - }, - { - "code": "014", - "codeName": "accepted", - "description": "agreed to by sponsor" - }, - { - "code": "015", - "codeName": "notAccepted", - "description": "rejected by sponsor" - }, - { - "code": "016", - "codeName": "withdrawn", - "description": "removed from consideration" - }, - { - "code": "017", - "codeName": "proposed", - "description": "suggested that development needs to be undertaken" - }, - { - "code": "018", - "codeName": "deprecated", - "description": "resource superseded and will become obsolete, use only for historical purposes" - }, - { - "code": "adiwg001", - "codeName": "funded", - "description": "resource has been approved and secured funding" - }, - { - "code": "adiwg002", - "codeName": "cancelled", - "description": "project has been canceled" - }, - { - "code": "adiwg003", - "codeName": "suspended", - "description": "project has been placed on hold but is expected to resume at a latter date" - } - ] - }, - "iso_referenceSystemType": { - "codelistType": "staticList", - "codelistName": "iso_referenceSystemType", - "source": "ISO", - "sourceName": "MD_ReferenceSystemTypeCode", - "extensible": true, - "description": "defines type of reference system used", - "codelist": [ - { - "code": "001", - "codeName": "compoundEngineeringParametric", - "description": "compound spatio-parametric coordinate reference system containing an engineering coordinate reference system and a parametric reference system; EXAMPLE [local] x, y, pressure" - }, - { - "code": "002", - "codeName": "compoundEngineeringParametricTemporal", - "description": "compound spatio-parametric-temporal coordinate reference system containing an engineering, a parametric, and a temporal coordinate reference system EXAMPLE [local] x, y, pressure, time" - }, - { - "code": "003", - "codeName": "compoundEngineeringTemporal", - "description": "compound spatio-temporal coordinate reference system containing an engineering and a temporal coordinate reference system EXAMPLE [local] x, y, time" - }, - { - "code": "004", - "codeName": "compoundEngineeringVertical", - "description": "compound spatial reference system containing a horizontal engineering coordinate reference system and a vertical coordinate reference system EXAMPLE [local] x, y, height" - }, - { - "code": "005", - "codeName": "compoundEngineeringVerticalTemporal", - "description": "compound spatio-temporal coordinate reference system containing an engineering, a vertical, and a temporal coordinate reference system EXAMPLE [local] x, y, height, time" - }, - { - "code": "006", - "codeName": "compoundGeographic2DParametric", - "description": "compound spatio-parametric coordinate reference system containing a 2 dimensional geographic horizontal coordinate reference system and a parametric reference system EXAMPLE latitude, longitude, pressure" - }, - { - "code": "007", - "codeName": "compoundGeographic2DParametricTemporal", - "description": "compound spatio-parametric-temporal coordinate reference system containing a 2 dimensional geographic horizontal, a parametric and a temporal coordinate reference system EXAMPLE latitude, longitude, pressure, time" - }, - { - "code": "008", - "codeName": "compoundGeographic2DTemporal", - "description": "compound spatio-temporal coordinate reference system containing a 2 dimensional geographic horizontal coordinate reference system and a temporal reference system EXAMPLE latitude, longitude, time" - }, - { - "code": "009", - "codeName": "compoundGeographic2DVertical", - "description": "compound coordinate reference system in which one constituent coordinate reference system is a horizontal geodetic coordinate reference system and one is a vertical coordinate reference system EXAMPLE latitude, longitude, [gravity-related] height or depth" - }, - { - "code": "010", - "codeName": "compoundGeographicVerticalTemporal", - "description": "compound spatio-temporal coordinate reference system containing a 2 dimensional geographic horizontal, a vertical, and a temporal coordinate reference system EXAMPLE latitude, longitude, height, time" - }, - { - "code": "011", - "codeName": "compoundGeographic3DTemporal", - "description": "compound spatio-temporal coordinate reference system containing a 3 dimensional geographic and a temporal coordinate reference system EXAMPLE latitude, longitude, ellipsoidal height, time" - }, - { - "code": "012", - "codeName": "compoundProjected2DParametric", - "description": "compound spatio-parametric coordinate reference system containing a projected horizontal coordinate reference system and a parametric reference system EXAMPLE easting, northing, density" - }, - { - "code": "013", - "codeName": "compoundProjected2DParametricTemporal", - "description": "compound spatio-parametric-temporal coordinate reference system containing a projected horizontal, a parametric, and a temporal coordinate reference system EXAMPLE easting, northing, density, time" - }, - { - "code": "014", - "codeName": "compoundProjectedTemporal", - "description": "compound spatio-temporal coordinate reference system containing a projected horizontal and a temporal coordinate reference system EXAMPLE easting, northing, time" - }, - { - "code": "015", - "codeName": "compoundProjectedVertical", - "description": "compound spatial reference system containing a horizontal projected coordinate reference system and a vertical coordinate reference system EXAMPLE easting, northing, [gravity-related] height or depth" - }, - { - "code": "016", - "codeName": "compoundProjectedVerticalTemporal", - "description": "compound spatio-temporal coordinate reference system containing a projected horizontal, a vertical, and a temporal coordinate reference system EXAMPLE easting, northing, height, time" - }, - { - "code": "017", - "codeName": "engineering", - "description": "coordinate reference system based on an engineering datum (datum describing the relationship of a coordinate system to a local reference) EXAMPLE [local] x,y" - }, - { - "code": "018", - "codeName": "engineeringDesign", - "description": "engineering coordinate reference system in which the base representation of a moving object is specified EXAMPLE [local] x,y 19. engineeringImage engineeringImage coordinate reference system" - }, - { - "code": "019", - "codeName": "engineeringImage", - "description": "coordinate reference system based on an image datum (engineering datum which defines the relationship of a coordinate system to an image) EXAMPLE row, column" - }, - { - "code": "020", - "codeName": "geodeticGeocentric", - "description": "geodetic CRS having a Cartesian 3D coordinate system EXAMPLE [geocentric] X,Y,Z" - }, - { - "code": "021", - "codeName": "geodeticGeographic2D", - "description": "geodetic CRS having an ellipsoidal 2D coordinate system EXAMPLE latitude, longitude" - }, - { - "code": "022", - "codeName": "geodeticGeographic3D", - "description": "geodetic CRS having an ellipsoidal 3D coordinate system EXAMPLE latitude, longitude, ellipsoidal height" - }, - { - "code": "023", - "codeName": "geographicIdentifier", - "description": "spatial reference in the form of a label or code that identifies a location EXAMPLE post code" - }, - { - "code": "024", - "codeName": "linear", - "description": "reference system that identifies a location by reference to a segment of a linear geographic feature and distance along that segment from a given point EXAMPLE x km along road" - }, - { - "code": "025", - "codeName": "parametric", - "description": "coordinate reference system based on a parametric datum (datum describing the relationship of a parametric coordinate system to an object) EXAMPLE pressure" - }, - { - "code": "026", - "codeName": "projected", - "description": "coordinate reference system derived from a two-dimensional geodetic coordinate reference system by applying a map projection EXAMPLE easting, northing" - }, - { - "code": "027", - "codeName": "temporal", - "description": "reference system against which time is measured EXAMPLE time" - }, - { - "code": "028", - "codeName": "vertical", - "description": "one-dimensional coordinate reference system based on a vertical datum (datum describing the relation of gravity-related heights or depths to the Earth) EXAMPLE [gravity-related] height or depth" - } - ] - }, - "iso_restriction": { - "codelistType": "staticList", - "codelistName": "iso_restriction", - "source": "ISO", - "sourceName": "MD_RestrictionCode", - "extensible": true, - "description": "limitation(s) placed upon the access or use of the data)", - "codelist": [ - { - "code": "001", - "codeName": "copyright", - "description": "exclusive right to the publication, production, or sale of the rights to a literary, dramatic, musical, or artistic work, or to the use of a commercial print or label, granted by law for a specified period of time to an author, composer, artist, distributor" - }, - { - "code": "002", - "codeName": "patent", - "description": "government has granted exclusive right to make, sell, use or license an invention or discovery" - }, - { - "code": "003", - "codeName": "patentPending", - "description": "produced or sold information awaiting a patent" - }, - { - "code": "004", - "codeName": "trademark", - "description": "a name, symbol, or other device identifying a product, officially registered and legally restricted to the use of the owner or manufacturer" - }, - { - "code": "005", - "codeName": "license", - "description": "formal permission to do something" - }, - { - "code": "006", - "codeName": "intellectualPropertyRights", - "description": "rights to financial benefit from and control of distribution of non-tangible property that is a result of creativity" - }, - { - "code": "007", - "codeName": "restricted", - "description": "withheld from general circulation or disclosure" - }, - { - "code": "008", - "codeName": "otherRestrictions", - "description": "limitation not listed" - }, - { - "code": "009", - "codeName": "unrestricted", - "description": "no constraints exist" - }, - { - "code": "010", - "codeName": "licenceUnrestricted", - "description": "formal permission not required to use the resource" - }, - { - "code": "011", - "codeName": "licenceEndUser", - "description": "formal permission required for a person or an entity to use the resource and that may differ from the person that orders or purchases it" - }, - { - "code": "012", - "codeName": "licenceDistributor", - "description": "formal permission required for a person or an entity to commercialize or distribute the resource" - }, - { - "code": "013", - "codeName": "private", - "description": "protects rights of individual or organisations from observation, intrusion, or attention of others" - }, - { - "code": "014", - "codeName": "statutory", - "description": "prescribed by law" - }, - { - "code": "015", - "codeName": "confidential", - "description": "not available to the public. NOTE Contains information that could be prejudicial to a commercial, industrial, or national interest." - }, - { - "code": "016", - "codeName": "sensitiveButUnclassified", - "description": "although unclassified, requires strict controls over its distribution." - }, - { - "code": "017", - "codeName": "in-confidence", - "description": "with trust" - }, - { - "code": "adiwg001", - "codeName": "threatenedOrEndangered", - "description": "information could risk threatened or endangered species" - }, - { - "code": "adiwg002", - "codeName": "traditionalKnowledge", - "description": "information protected by American Indian or Alaska Native rights or culture" - }, - { - "code": "adiwg003", - "codeName": "personallyIdentifiableInformation", - "description": "information that can be used to identify an individual" - } - ] - }, - "iso_role": { - "codelistType": "staticList", - "codelistName": "iso_role", - "source": "ISO", - "sourceName": "CI_RoleCode", - "extensible": true, - "description": "function performed by the responsible party", - "codelist": [ - { - "code": "001", - "codeName": "resourceProvider", - "description": "party that supplies the resource" - }, - { - "code": "002", - "codeName": "custodian", - "description": "party that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource" - }, - { - "code": "003", - "codeName": "owner", - "description": "party that owns the resource" - }, - { - "code": "004", - "codeName": "user", - "description": "party that uses the resource" - }, - { - "code": "005", - "codeName": "distributor", - "description": "party that distributes the resource" - }, - { - "code": "006", - "codeName": "originator", - "description": "party that created the resource" - }, - { - "code": "007", - "codeName": "pointOfContact", - "description": "party who can be contacted for acquiring knowledge about or acquisition of the resource" - }, - { - "code": "008", - "codeName": "principalInvestigator", - "description": "key party responsible for gathering information and conducting research" - }, - { - "code": "009", - "codeName": "processor", - "description": "party who has processed the data in a manner such that the resource has been modified" - }, - { - "code": "010", - "codeName": "publisher", - "description": "party who published the resource" - }, - { - "code": "011", - "codeName": "author", - "description": "party who authored the resource" - }, - { - "code": "012", - "codeName": "sponsor", - "description": "party who speaks for the resource" - }, - { - "code": "013", - "codeName": "coAuthor", - "description": "party who jointly authors the resource" - }, - { - "code": "014", - "codeName": "collaborator", - "description": "party who assists with the generation of the resource other than the principal investigator" - }, - { - "code": "015", - "codeName": "editor", - "description": "party who reviewed or modified the resource to improve the content" - }, - { - "code": "016", - "codeName": "mediator", - "description": "a class of entity that mediates access to the resource and for whom the resource is intended or useful" - }, - { - "code": "017", - "codeName": "rightsHolder", - "description": "party owning or managing rights over the resource" - }, - { - "code": "018", - "codeName": "contributor", - "description": "party contributing to the resource" - }, - { - "code": "019", - "codeName": "funder", - "description": "party providing monetary support for the resource" - }, - { - "code": "020", - "codeName": "stakeholder", - "description": "party who has an interest in the resource or the use of the resource" - }, - { - "code": "adiwg001", - "codeName": "administrator", - "description": "party who has administrative oversight for the resource" - }, - { - "code": "adiwg002", - "codeName": "client", - "description": "agency or person requesting a project or data collection" - }, - { - "code": "adiwg003", - "codeName": "logistics", - "description": "entity that provides logistics support" - }, - { - "code": "adiwg004", - "codeName": "coPrincipalInvestigator", - "description": "party who is jointly responsible for gathering information and conducting research" - }, - { - "code": "adiwg005", - "codeName": "observer", - "description": "party who determines the identification of a species, mineral, or other sample" - }, - { - "code": "adiwg006", - "codeName": "curator", - "description": "party who serves as curator for specimens deposited in a repository" - } - ] - }, - "iso_scope": { - "codelistType": "staticList", - "codelistName": "iso_scope", - "source": "ISO", - "sourceName": "MD_ScopeCode", - "extensible": true, - "description": "class of information to which the referencing entity applies", - "codelist": [ - { - "code": "001", - "codeName": "attribute", - "description": "information applies to the attribute class" - }, - { - "code": "002", - "codeName": "attributeType", - "description": "information applies to the characteristic of a feature" - }, - { - "code": "003", - "codeName": "collectionHardware", - "description": "information applies to the collection hardware class" - }, - { - "code": "004", - "codeName": "collectionSession", - "description": "information applies to the collection session" - }, - { - "code": "005", - "codeName": "dataset", - "description": "information applies to the dataset" - }, - { - "code": "006", - "codeName": "series", - "description": "information applies to the series" - }, - { - "code": "007", - "codeName": "nonGeographicDataset", - "description": "information applies to non-geographic data" - }, - { - "code": "008", - "codeName": "dimensionGroup", - "description": "information applies to a dimension group" - }, - { - "code": "009", - "codeName": "feature", - "description": "information applies to a feature" - }, - { - "code": "010", - "codeName": "featureType", - "description": "information applies to a feature type" - }, - { - "code": "011", - "codeName": "propertyType", - "description": "information applies to a property type" - }, - { - "code": "012", - "codeName": "fieldSession", - "description": "information applies to a field session" - }, - { - "code": "013", - "codeName": "software", - "description": "information applies to a computer program or routine" - }, - { - "code": "014", - "codeName": "service", - "description": "information applies to a capability which a service provider entity makes available to a service user entity through a set of interfaces that define a behaviour, such as a use case" - }, - { - "code": "015", - "codeName": "model", - "description": "information applies to a copy or imitation of an existing or hypothetical object" - }, - { - "code": "016", - "codeName": "tile", - "description": "information applies to a tile, a spatial subset of geographic data" - }, - { - "code": "017", - "codeName": "metadata", - "description": "information applies to metadata" - }, - { - "code": "018", - "codeName": "initiative", - "description": "information applies to an initiative" - }, - { - "code": "019", - "codeName": "sample", - "description": "information applies to a sample" - }, - { - "code": "020", - "codeName": "document", - "description": "information applies to a document" - }, - { - "code": "021", - "codeName": "repository", - "description": "information applies to a repository" - }, - { - "code": "022", - "codeName": "aggregate", - "description": "information applies to an aggregate resource" - }, - { - "code": "023", - "codeName": "product", - "description": "metadata describing an ISO 19131 data product specification" - }, - { - "code": "024", - "codeName": "collection", - "description": "information applies to an unstructured set" - }, - { - "code": "025", - "codeName": "coverage", - "description": "information applies to a coverage" - }, - { - "code": "026", - "codeName": "application", - "description": "information resource hosted on a specific set of hardware and accessible over a network" - }, - { - "code": "adiwg001", - "codeName": "sciencePaper", - "description": "document based on an experiment or research" - }, - { - "code": "adiwg002", - "codeName": "userGuide", - "description": "operating manual for users" - }, - { - "code": "adiwg003", - "codeName": "dataDictionary", - "description": "element and entity definitions" - }, - { - "code": "adiwg004", - "codeName": "website", - "description": "information applies to a website such as a thematic portal" - }, - { - "code": "adiwg005", - "codeName": "publication", - "description": "information applies to a published document" - }, - { - "code": "adiwg006", - "codeName": "report", - "description": "information applies to an unpublished document" - }, - { - "code": "adiwg007", - "codeName": "awardInfo", - "description": "information applies to a document related to the grant or award for the resource" - }, - { - "code": "adiwg008", - "codeName": "collectionSite", - "description": "Locations where data are collected for scientific research" - }, - { - "code": "adiwg009", - "codeName": "project", - "description": "high level information that applies to research activity such as project title, location, contacts, timeframe, abstract, etc." - }, - { - "code": "adiwg010", - "codeName": "factSheet", - "description": "information applies to fact sheet, pamphlet, flyer, or brochure" - }, - { - "code": "adiwg011", - "codeName": "tabularDataset", - "description": "information applies to a tabular dataset, spreadsheet, or relational database" - }, - { - "code": "adiwg012", - "codeName": "map", - "description": "information applies to a printed or electronic map" - }, - { - "code": "adiwg013", - "codeName": "drawing", - "description": "information applies to a hand drawn or digital drawing" - }, - { - "code": "adiwg014", - "codeName": "photographicImage", - "description": "information applies to a still or moving film or video image" - }, - { - "code": "adiwg015", - "codeName": "presentation", - "description": "information applies to a collection of presentation slides or recorded presentation" - } - ] - }, - "iso_sequenceCode": { - "codelistType": "staticList", - "codelistName": "iso_sequenceCode", - "source": "ISO", - "sourceName": "MI_SequenceCode", - "extensible": true, - "description": "temporal relation of activation", - "codelist": [ - { - "code": "001", - "codeName": "start", - "description": "beginning of a collection" - }, - { - "code": "002", - "codeName": "end", - "description": "end of a collection" - }, - { - "code": "003", - "codeName": "instantaneous", - "description": "collection without a significant duration" - } - ] - }, - "iso_spatialRepresentation": { - "codelistType": "staticList", - "codelistName": "iso_spatialRepresentation", - "source": "ISO", - "sourceName": "MD_SpatialRepresentationTypeCode", - "extensible": true, - "description": "method used to represent geographic information in the dataset", - "codelist": [ - { - "code": "001", - "codeName": "vector", - "description": "vector data is used to represent geographic data" - }, - { - "code": "002", - "codeName": "grid", - "description": "grid data is used to represent geographic data" - }, - { - "code": "003", - "codeName": "textTable", - "description": "textual or tabular data is used to represent geographic data" - }, - { - "code": "004", - "codeName": "tin", - "description": "triangulated irregular network" - }, - { - "code": "005", - "codeName": "stereoModel", - "description": "three-dimensional view formed by the intersecting homologous rays of an overlapping pair of images" - }, - { - "code": "006", - "codeName": "video", - "description": "scene from a video recording" - }, - { - "code": "adiwg001", - "codeName": "coordinate", - "description": "data associated with coordinate pairs" - } - ] - }, - "iso_telephone": { - "codelistType": "staticList", - "codelistName": "iso_telephone", - "source": "ISO", - "sourceName": "CI_TelephoneTypeCode", - "extensible": true, - "description": "type of telephone", - "codelist": [ - { - "code": "001", - "codeName": "voice", - "description": "telephone provides voice service" - }, - { - "code": "002", - "codeName": "facsimile", - "description": "telephone provides facsimile service" - }, - { - "code": "003", - "codeName": "sms", - "description": "telephone provides short message service" - }, - { - "code": "adiwg001", - "codeName": "mms", - "description": "telephone provides multimedia message service" - }, - { - "code": "adiwg002", - "codeName": "tty", - "description": "telephone provides text telephone service" - }, - { - "code": "adiwg003", - "codeName": "imessage", - "description": "telephone provides Apple iMessage service" - }, - { - "code": "adiwg004", - "codeName": "mobile", - "description": "telephone is a mobile or cell phone" - }, - { - "code": "adiwg005", - "codeName": "message", - "description": "telephone can receive messages" - } - ] - }, - "iso_topicCategory": { - "codelistType": "staticList", - "codelistName": "iso_topicCategory", - "source": "ISO", - "sourceName": "MD_TopicCategoryCode", - "extensible": false, - "description": "high-level geographic data thematic classification to assist in the grouping and search of available geographic data sets. Can be used to group keywords as well. Listed examples are not exhaustive. NOTE It is understood there are overlaps between general categories and the user is encouraged to select the one most appropriate. (enumeration - cannot be extended)", - "codelist": [ - { - "code": "001", - "codeName": "farming", - "description": "rearing of animals and/or cultivation of plants. Examples: agriculture, irrigation, aquaculture, plantations, herding, pests and diseases affecting crops and livestock" - }, - { - "code": "002", - "codeName": "biota", - "description": "flora and/or fauna in natural environment. Examples: wildlife, vegetation, biological sciences, ecology, wilderness, sealife, wetlands, habitat." - }, - { - "code": "003", - "codeName": "boundaries", - "description": "legal land descriptions. Examples: political and administrative boundaries." - }, - { - "code": "004", - "codeName": "climatologyMeteorologyAtmosphere", - "description": "processes and phenomena of the atmosphere. Examples: cloud cover, weather, climate, atmospheric conditions, climate change, precipitation" - }, - { - "code": "005", - "codeName": "economy", - "description": "economic activities, conditions and employment. Examples: production, labour, revenue, commerce, industry, tourism and ecotourism, forestry, fisheries, commercial or subsistence hunting, exploration and exploitation of resources such as minerals, oil and gas" - }, - { - "code": "006", - "codeName": "elevation", - "description": "height above or below sea level. Examples: altitude, bathymetry, digital elevation models, slope, derived products" - }, - { - "code": "007", - "codeName": "environment", - "description": "environmental resources, protection and conservation. Examples: environmental pollution, waste storage and treatment, environmental impact assessment, monitoring environmental risk, nature reserves, landscape" - }, - { - "code": "008", - "codeName": "geoscientificInformation", - "description": "information pertaining to earth sciences. Examples: geophysical features and processes, geology, minerals, sciences dealing with the composition, structure and origin of the earth’s rocks, risks of earthquakes, volcanic activity, landslides, gravity information, soils, permafrost, ydrogeology, erosion" - }, - { - "code": "009", - "codeName": "health", - "description": "health, health services, human ecology, and safety. Examples: disease and illness, factors affecting health, hygiene, substance abuse, mental and physical health, health services" - }, - { - "code": "010", - "codeName": "imageryBaseMapsEarthCover", - "description": "base maps. Examples: land cover, topographic maps, imagery, unclassified images, annotations" - }, - { - "code": "011", - "codeName": "intelligenceMilitary", - "description": "military bases, structures, activities. Examples: barracks, training grounds, military transportation, information collection" - }, - { - "code": "012", - "codeName": "inlandWaters", - "description": "inland water features, drainage systems and their characteristics. Examples: rivers and glaciers, salt lakes, water utilization plans, dams, currents, floods, water quality, hydrographic charts" - }, - { - "code": "013", - "codeName": "location", - "description": "positional information and services. Examples: addresses, geodetic networks, control points, postal zones and services, place names" - }, - { - "code": "014", - "codeName": "oceans", - "description": "features and characteristics of salt water bodies (excluding inland waters). Examples: tides, tidal waves, coastal information, reefs" - }, - { - "code": "015", - "codeName": "planningCadastre", - "description": "information used for appropriate actions for future use of the land. Examples: land use maps, zoning maps, cadastral surveys, land ownership" - }, - { - "code": "016", - "codeName": "society", - "description": "characteristics of society and cultures. Examples: settlements, anthropology, archaeology, education, traditional beliefs, manners and customs, demographic data, recreational areas and activities, social impact assessments, crime and justice, census information" - }, - { - "code": "017", - "codeName": "structure", - "description": "man-made construction. Examples: buildings, museums, churches, factories, housing, monuments, shops, towers" - }, - { - "code": "018", - "codeName": "transportation", - "description": "means and aids for conveying persons and/or goods. Examples: roads, airports/airstrips, shipping routes, tunnels, nautical charts, vehicle or vessel location, aeronautical charts, railways" - }, - { - "code": "019", - "codeName": "utilitiesCommunication", - "description": "energy, water and waste systems and communications infrastructure and services. Examples: hydroelectricity, geothermal, solar and nuclear sources of energy, water purification and distribution, sewage collection and disposal, electricity and gas distribution, data communication, telecommunication, radio, communication networks" - }, - { - "code": "020", - "codeName": "extraTerrestrial", - "description": "region more than 100 km above the surface of the Earth" - }, - { - "code": "021", - "codeName": "disaster", - "description": "information related to disasters. Examples: Site of the disaster, evacuation zone, disaster-prevention facility, disaster relief activities." - } - ] - }, - "iso_topologyLevel": { - "codelistType": "staticList", - "codelistName": "iso_topologyLevel", - "source": "ISO", - "sourceName": "MD_TopologyLevelCode", - "extensible": true, - "description": "degree of complexity of the spatial relationships", - "codelist": [ - { - "code": "001", - "codeName": "geometryOnly", - "description": "geometry objects without any additional structure which describes topology" - }, - { - "code": "002", - "codeName": "topology1D", - "description": "1-dimensional topological complex – commonly called “chain-node” topology" - }, - { - "code": "003", - "codeName": "planarGraph", - "description": "1-dimensional topological complex that is planar NOTE A planar graph is a graph that can be drawn in a plane in such a way that no two edges intersect except at a vertex" - }, - { - "code": "004", - "codeName": "fullPlanarGraph", - "description": "2-dimensional topological complex that is planar NOTE A 2-dimensional topological complex is commonly called “full topology” in a cartographic 2D environment" - }, - { - "code": "005", - "codeName": "surfaceGraph", - "description": "1-dimensional topological complex that is isomorphic to a subset of a surface NOTE A geometric complex is isomorphic to a topological complex if their elements are in a one-to-one, dimensional-and boundary-preserving correspondence to one another" - }, - { - "code": "006", - "codeName": "fullSurfaceGraph", - "description": "2-dimensional topological complex that is isomorphic to a subset of a surface" - }, - { - "code": "007", - "codeName": "topology3D", - "description": "3-dimensional topological complex NOTE A topological complex is a collection of topological primitives that are closed under the boundary operations" - }, - { - "code": "008", - "codeName": "fullTopology3D", - "description": "complete coverage of a 3D Euclidean coordinate space" - }, - { - "code": "009", - "codeName": "abstract", - "description": "topological complex without any specified geometric realisation" - } - ] - }, - "iso_transferFunctionTypeCode": { - "codelistType": "staticList", - "codelistName": "iso_transferFunctionTypeCode", - "source": "ISO", - "sourceName": "MI_TransferFunctionTypeCode", - "extensible": true, - "description": "transform function to be used when scaling a physical value for a given element", - "codelist": [ - { - "code": "001", - "codeName": "linear", - "description": "function used for transformation is first order polynomial" - }, - { - "code": "002", - "codeName": "logarithmic", - "description": "function used for transformation is logarithmic" - }, - { - "code": "003", - "codeName": "exponential", - "description": "function used for transformation is exponential" - } - ] - }, - "iso_triggerCode": { - "codelistType": "staticList", - "codelistName": "iso_triggerCode", - "source": "ISO", - "sourceName": "MI_TriggerCode", - "extensible": true, - "description": "mechanism of activation", - "codelist": [ - { - "code": "001", - "codeName": "automatic", - "description": "event due to external stimuli" - }, - { - "code": "002", - "codeName": "manual", - "description": "event manually instigated" - }, - { - "code": "003", - "codeName": "preProgrammed", - "description": "event instigated by planned internal stimuli" - } - ] - }, - "iso_valueStructure": { - "codelistType": "staticList", - "codelistName": "iso_valueStructure", - "source": "ISO", - "sourceName": "DQM_ValueStructure", - "extensible": true, - "description": "structure for reporting a complex data quality result", - "codelist": [ - { - "code": "001", - "codeName": "bag", - "description": "finite, unordered collection of related items (objects or values) that may be repeated (ISO 19107:2003)" - }, - { - "code": "002", - "codeName": "set", - "description": "unordered collection of related items (objects or values) with no repetition (ISO 19107:2003)" - }, - { - "code": "003", - "codeName": "sequence", - "description": "finite, ordered collection of related items (objects or values) that may be repeated (ISO 19107:2003)" - }, - { - "code": "004", - "codeName": "table", - "description": "an arrangement of data in which each item may be identified by means of arguments or keys (ISO/IEC 2382-4:1999)" - }, - { - "code": "005", - "codeName": "matrix", - "description": "rectangular array of numbers (ISO/TS 19129:2009)" - }, - { - "code": "006", - "codeName": "coverage", - "description": "feature that acts as a function to return values from its range for any direct position within its spatial, temporal or spatiotemporal domain (ISO 19123:2005)" - } - ] - }, - "adiwg_addressType": { - "codelistType": "staticList", - "codelistName": "adiwg_addressType", - "source": "Alaska Data Integration working group", - "sourceName": "ADIwg_AddressType", - "extensible": true, - "description": "contact address type", - "codelist": [ - { - "code": "001", - "codeName": "mailing", - "description": "indicates the address is serviceable postal location" - }, - { - "code": "002", - "codeName": "physical", - "description": "indicates the address is a physical or street location" - } - ] - }, - "adiwg_applicationProfile": { - "codelistType": "staticList", - "codelistName": "adiwg_applicationProfile", - "source": "Alaska Data Integration working group", - "sourceName": "ADIwg_ApplicationProfile", - "extensible": true, - "description": "application profiles that can be used with online resources", - "codelist": [ - { - "code": "001", - "codeName": "http://opengis.net/spec/wms", - "description": "OGC Web Map Service (WMS)" - }, - { - "code": "002", - "codeName": "http://opengis.net/spec/wfs", - "description": "OGC Web Feature Service (WFS)" - }, - { - "code": "003", - "codeName": "http://opengis.net/spec/wcs", - "description": "OGC Web Coverage Service (WCS)" - }, - { - "code": "004", - "codeName": "http://opengis.net/spec/wmts", - "description": "OGC Web Map Tile Service (WMTS)" - }, - { - "code": "005", - "codeName": "http://opengis.net/spec/csw", - "description": "OGC Catalog Service (CSW)" - }, - { - "code": "006", - "codeName": "http://opengis.net/spec/kml", - "description": "OGC Keyhole Markup Language (KML)" - }, - { - "code": "007", - "codeName": "http://www.geoplatform.gov/spec/esri-map-rest", - "description": "Esri REST Map Service" - }, - { - "code": "008", - "codeName": "http://www.geoplatform.gov/spec/esri-image-rest", - "description": "Esri REST Image Service" - }, - { - "code": "009", - "codeName": "http://www.geoplatform.gov/spec/esri-feature-rest", - "description": "Esri REST Feature Service" - } - ] - }, - "adiwg_dataQualityElement": { - "codelistType": "staticList", - "codelistName": "adiwg_dataQualityElement", - "source": "Alaska Data Integration working group", - "sourceName": "ADIwg_DataQualityElement", - "extensible": true, - "description": "ISO data quality element class names", - "codelist": [ - { - "code": "001", - "codeName": "AbsolutePositionalAccuracy", - "description": "closeness of reported coordinate values to values accepted as or being true" - }, - { - "code": "002", - "codeName": "RelativePositionalAccuracy", - "description": "closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true" - }, - { - "code": "003", - "codeName": "GriddedDataPositionalAccuracy", - "description": "closeness of gridded data position values to values accepted as or being true" - }, - { - "code": "004", - "codeName": "ConceptualConsistency", - "description": "adherence to rules of the conceptual schema" - }, - { - "code": "005", - "codeName": "DomainConsistency", - "description": "adherence of values to the value domains" - }, - { - "code": "006", - "codeName": "FormatConsistency", - "description": "degree to which data is stored in accordance with the physical structure of the dataset, as described by the scope" - }, - { - "code": "007", - "codeName": "TopologicalConsistency", - "description": "correctness of the explicitly encoded topological characteristics of the dataset as described by the scope" - }, - { - "code": "008", - "codeName": "ThematicClassificationCorrectness", - "description": "comparison of the classes assigned to features or their attributes to a universe of discourse" - }, - { - "code": "009", - "codeName": "NonQuantitativeAttributeCorrectness", - "description": "correctness of non-quantitative attributes" - }, - { - "code": "010", - "codeName": "QuantitativeAttributeAccuracy", - "description": "accuracy of quantitative attributes" - }, - { - "code": "011", - "codeName": "AccuracyOfATimeMeasurement", - "description": "correctness of the temporal references of an item (reporting of error in time measurement)" - }, - { - "code": "012", - "codeName": "TemporalValidity", - "description": "validity of data specified by the scope with respect to time" - }, - { - "code": "013", - "codeName": "TemporalConsistency", - "description": "correctness of ordered events or sequences, if reported" - }, - { - "code": "014", - "codeName": "Commission", - "description": "excess data present in the dataset, as described by the scope" - }, - { - "code": "015", - "codeName": "Omission", - "description": "data absent from the dataset, as described by the scope" - } - ] - }, - "adiwg_dataType": { - "codelistType": "staticList", - "codelistName": "adiwg_dataType", - "source": "Alaska Data Integration working group", - "sourceName": "ADIwg_DataType", - "extensible": true, - "description": "ANSI and SQL dataTypes", - "codelist": [ - { - "code": "char01", - "codeName": "character", - "description": "fixed length character strings" - }, - { - "code": "char03", - "codeName": "character varying", - "description": "variable length character strings" - }, - { - "code": "char06", - "codeName": "character large object", - "description": "character large object" - }, - { - "code": "nchar01", - "codeName": "national character", - "description": "fixed length national character strings (2 byte unicode)" - }, - { - "code": "nchar04", - "codeName": "national character varying", - "description": "variable length national character strings (2 byte unicode)" - }, - { - "code": "nchar07", - "codeName": "national character large object", - "description": "national character (2 byte unicode) large object" - }, - { - "code": "text01", - "codeName": "text", - "description": "variable string to maximum of 65K characters" - }, - { - "code": "text02", - "codeName": "tinytext", - "description": "variable string to maximum of 255 characters" - }, - { - "code": "text03", - "codeName": "mediumtext", - "description": "variable string to maximum of 16M characters" - }, - { - "code": "text04", - "codeName": "longtext", - "description": "variable string to maximum of 4G characters" - }, - { - "code": "bin01", - "codeName": "binary", - "description": "fixed length binary" - }, - { - "code": "bin02", - "codeName": "binary varying", - "description": "variable length binary" - }, - { - "code": "bin03", - "codeName": "binary large object", - "description": "binary large object to maximum of 65K bytes" - }, - { - "code": "bin05", - "codeName": "mediumblob", - "description": "binary large object to maximum of 16M bytes" - }, - { - "code": "bin06", - "codeName": "longblob", - "description": "binary large object to maximum of 4G bytes" - }, - { - "code": "int01", - "codeName": "integer", - "description": "integers number (+-2B)" - }, - { - "code": "int03", - "codeName": "tinyint", - "description": "integer numbers (+-128)" - }, - { - "code": "int04", - "codeName": "mediumint", - "description": "integer numbers (+-16K)" - }, - { - "code": "int05", - "codeName": "smallint", - "description": "integer numbers (+-32K)" - }, - { - "code": "int06", - "codeName": "bigint", - "description": "integer numbers (+-1e27)" - }, - { - "code": "num01", - "codeName": "float", - "description": "floating point numbers" - }, - { - "code": "num02", - "codeName": "real", - "description": "low precision floating point numbers" - }, - { - "code": "num03", - "codeName": "double precision", - "description": "high precision floating point numbers" - }, - { - "code": "num04", - "codeName": "numeric", - "description": "fixed precision and scale decimal numbers" - }, - { - "code": "num05", - "codeName": "decimal", - "description": "fixed precision and scale decimal numbers (numeric alternate)" - }, - { - "code": "bit01", - "codeName": "bit", - "description": "fixed length bit strings" - }, - { - "code": "bit02", - "codeName": "bit varying", - "description": "variable length bit strings" - }, - { - "code": "date01", - "codeName": "date", - "description": "calendar date" - }, - { - "code": "date02", - "codeName": "time", - "description": "clock time" - }, - { - "code": "date03", - "codeName": "datetime", - "description": "date and time" - }, - { - "code": "date04", - "codeName": "timestamp", - "description": "number of seconds since the Unix epoch (1970-01-01T00:00:00 UTC)" - }, - { - "code": "date05", - "codeName": "year", - "description": "year" - }, - { - "code": "date06", - "codeName": "interval", - "description": "time intervals" - }, - { - "code": "date07", - "codeName": "interval day", - "description": "day intervals" - }, - { - "code": "date08", - "codeName": "interval year", - "description": "year intervals" - }, - { - "code": "money01", - "codeName": "currency", - "description": "monetary value" - }, - { - "code": "money02", - "codeName": "money", - "description": "monetary value" - }, - { - "code": "bool01", - "codeName": "boolean", - "description": "Boolean value (true/false)" - }, - { - "code": "xml01", - "codeName": "xml", - "description": "xml formatted data" - }, - { - "code": "enum01", - "codeName": "enum", - "description": "list of possible values: enum('a','b','c')" - } - ] - }, - "adiwg_entityType": { - "codelistType": "staticList", - "codelistName": "adiwg_entityType", - "source": "Alaska Data Integration working group", - "sourceName": "ADIwg_EntityType", - "extensible": true, - "description": "individual or organization entity type", - "codelist": [ - { - "code": "001", - "codeName": "academic", - "description": "any university, college, or school of education" - }, - { - "code": "002", - "codeName": "consortium", - "description": "an association of several businesses or organizations" - }, - { - "code": "003", - "codeName": "federal", - "description": "any branch or level of the federal government" - }, - { - "code": "004", - "codeName": "lcc", - "description": "any Landscape Conservation Cooperative" - }, - { - "code": "005", - "codeName": "foundation", - "description": "any organization supported by an endowment" - }, - { - "code": "006", - "codeName": "local", - "description": "any local government including county, municipality, borough, city" - }, - { - "code": "007", - "codeName": "nonProfit", - "description": "any not-for-profit business or organization" - }, - { - "code": "008", - "codeName": "private", - "description": "any for-profit business or organization" - }, - { - "code": "009", - "codeName": "research", - "description": "any for-profit organization whose primary focus is conducting research or consulting" - }, - { - "code": "010", - "codeName": "state", - "description": "any branch or department of state or provincial government " - }, - { - "code": "011", - "codeName": "tribal", - "description": "any organization of indigenous people" - } - ] - }, - "adiwg_evaluationMethod": { - "codelistType": "staticList", - "codelistName": "adiwg_evaluationMethod", - "source": "Alaska Data Integration working group", - "sourceName": "ADIwg_EvaluationMethod", - "extensible": true, - "description": "the type of Evaluation Method", - "codelist": [ - { - "code": "001", - "codeName": "evaluationMethod", - "description": "type of method used to evaluate quality of the data" - }, - { - "code": "002", - "codeName": "data", - "description": "data evaluation method" - }, - { - "code": "003", - "codeName": "fullInspection", - "description": "full inspection" - }, - { - "code": "004", - "codeName": "sampleBasedInspection", - "description": "sample based inspection" - }, - { - "code": "005", - "codeName": "aggregationDerivation", - "description": "aggregation or derivation method" - } - ] - }, - "adiwg_mapGridSystem": { - "codelistType": "staticList", - "codelistName": "adiwg_mapGridSystem", - "source": "Alaska Data Integration working group", - "sourceName": "ADIwg_MapGridSystem", - "extensible": true, - "description": "map grid systems", - "codelist": [ - { - "code": "utm", - "codeName": "UTM", - "description": "Universal Transverse Mercator (UTM) grid system based on the transverse mercator projection, applied between latitudes 84 degrees north and 80 degrees south on the Earth's surface." - }, - { - "code": "ups", - "codeName": "UPS", - "description": "Universal Polar Stereographic (UPS) grid system based on the polar stereographic projection, applied to the Earth's polar regions north of 84 degrees north and south of 80 degrees south." - }, - { - "code": "spcs", - "codeName": "SPCS", - "description": "State Plane Coordinate System (SPCS), a plane-rectangular coordinate system established for each state in the United States by the National Geodetic Survey" - }, - { - "code": "arcsys", - "codeName": "ARC", - "description": "Equal Arc-second Coordinate System (ARC) grid system, a plane-rectangular coordinate system established in Department of Defense in 1990." - }, - { - "code": "other", - "codeName": "other", - "description": "other grid system" - } - ] - }, - "adiwg_mapProjection": { - "codelistType": "staticList", - "codelistName": "adiwg_mapProjection", - "source": "Alaska Data Integration working group", - "sourceName": "ADIwg_MapProjection", - "extensible": true, - "description": "map projections", - "codelist": [ - { - "code": "alaska", - "codeName": "Alaska", - "description": "modified stereographic for Alaska projection" - }, - { - "code": "albers", - "codeName": "Albers", - "description": "Albers equal-area conic projection" - }, - { - "code": "azimuthalEquidistant", - "codeName": "azimuthal equidistant", - "description": "azimuthal equidistant projection" - }, - { - "code": "equidistantConic", - "codeName": "equidistant conic", - "description": "equidistant conic projection" - }, - { - "code": "equirectangular", - "codeName": "equirectangular", - "description": "equirectangular projection" - }, - { - "code": "generalVertical", - "codeName": "general vertical", - "description": "general vertical near-sided projection" - }, - { - "code": "gnomonic", - "codeName": "gnomonic", - "description": "gnomonic projection" - }, - { - "code": "lambertConic", - "codeName": "Lambert conic", - "description": "Lambert conformal conic projection" - }, - { - "code": "lambertEqualArea", - "codeName": "Lambert equal area", - "description": "Lambert azimuthal equal area projection" - }, - { - "code": "mercator", - "codeName": "Mercator", - "description": "Mercator projection" - }, - { - "code": "localPlanar", - "codeName": "local planar coordinate system", - "description": "any right-handed planar coordinate system with z-axis locally aligned with the surface of the earth" - }, - { - "code": "localSystem", - "codeName": "Local coordinate system", - "description": "any right-handed planar coordinate system" - }, - { - "code": "miller", - "codeName": "Miller", - "description": "Miller cylindrical projection" - }, - { - "code": "obliqueMercator", - "codeName": "oblique Mercator", - "description": "oblique Mercator projection" - }, - { - "code": "orthographic", - "codeName": "orthographic", - "description": "orthographic projection" - }, - { - "code": "other", - "codeName": "other projection", - "description": "other projection definition" - }, - { - "code": "parameters", - "codeName": "parameters", - "description": "projection parameter set" - }, - { - "code": "polarStereo", - "codeName": "polar stereographic", - "description": "polar stereographic projection" - }, - { - "code": "polyconic", - "codeName": "polyconic", - "description": "polyconic projection" - }, - { - "code": "robinson", - "codeName": "Robinson", - "description": "Robinson projection" - }, - { - "code": "sinusoidal", - "codeName": "sinusoidal", - "description": "sinusoidal projection" - }, - { - "code": "spaceOblique", - "codeName": "space oblique", - "description": "space oblique Mercator (Landsat) projection" - }, - { - "code": "stereographic", - "codeName": "stereographic", - "description": "stereographic projection" - }, - { - "code": "transverseMercator", - "codeName": "transverse Mercator", - "description": "transverse Mercator projection" - }, - { - "code": "grinten", - "codeName": "Van Der Grinten", - "description": "van der Grinten projection" - } - ] - }, - "adiwg_metadataRepository": { - "codelistType": "staticList", - "codelistName": "adiwg_metadataRepository", - "source": "Alaska Data Integration working group", - "sourceName": "ADIwg_MetadataRepository", - "extensible": true, - "description": "established repositories for scientific data and metadata", - "codelist": [ - { - "code": "cdddf5c7-eec4-4e0c-9b54-d75b763a88fc", - "codeName": "data.gov", - "description": "U.S. Government repository of open data" - }, - { - "code": "da0336c4-a8f6-4010-99b3-1b848d14ff2f", - "codeName": "ScienceBase", - "description": "U.S. Geological Survey repository for data and metadata" - }, - { - "code": "b1d2ffbe-0b64-40fe-890a-02c4f0b6b9b4", - "codeName": "ScienceCatalog", - "description": "U.S. Geological Survey inventory for data and metadata" - }, - { - "code": "a791e961-f2d4-4be4-ab3c-1cdf8fd025b9", - "codeName": "LCCScienceCatalog", - "description": "Repository of Landscape Conservation Cooperative projects and data products." - } - ] - }, - "adiwg_metadataStandard": { - "codelistType": "staticList", - "codelistName": "adiwg_metadataStandard", - "source": "Alaska Data Integration working group", - "sourceName": "ADIwg_MetadataStandard", - "extensible": true, - "description": "documented standard for scientific metadata encoding", - "codelist": [ - { - "code": "001", - "codeName": "FGDC-CSDGM", - "description": "Content Standard for Digital Geospatial Metadata FGDC_STD_001-1998" - }, - { - "code": "002", - "codeName": "ISO19110", - "description": "International Standard for Feature Catalogue - 2005-02-15" - }, - { - "code": "003", - "codeName": "ISO19115", - "description": "International Standard for Geographic Information - Metadata 2003-05-01" - }, - { - "code": "004", - "codeName": "ISO19115-2", - "description": "International Standard for Geographic Information - Metadata 2009-02-15" - }, - { - "code": "005", - "codeName": "ISO19115-1", - "description": "International Standard for Geographic Information - Metadata 2014-04-01" - }, - { - "code": "006", - "codeName": "mdJson", - "description": "Alaska Data Integration working group JSON encoded metadata for exchange" - }, - { - "code": "007", - "codeName": "HTML", - "description": "Alaska Data Integration working group HTML5 encoded metadata for viewing" - }, - { - "code": "008", - "codeName": "sbJSON", - "description": "U.S. Geological Survey JSON encoded metadata for ScienceBase" - } - ] - }, - "adiwg_namespace": { - "codelistType": "staticList", - "codelistName": "adiwg_namespace", - "source": "Alaska Data Integration working group", - "sourceName": "ADIwg_Namespace", - "extensible": true, - "description": "frequently referenced namespaces", - "codelist": [ - { - "code": "info:ark/", - "codeName": "ARK", - "description": "Archival Resource Key" - }, - { - "code": "info:doi/", - "codeName": "DOI", - "description": "Digital Object Identifier" - }, - { - "code": "urn:ogc:def:crs:EPSG", - "codeName": "epsgCRS", - "description": "Coordinate reference system from European Petroleum Survey Group database" - }, - { - "code": "urn:isan", - "codeName": "ISAN", - "description": "International Standard Audiovisual Number" - }, - { - "code": "urn:isbn", - "codeName": "ISBN", - "description": "International Standard Book Number" - }, - { - "code": "urn:ISSN", - "codeName": "ISSN", - "description": "International Standard Serial Number" - }, - { - "code": "gov.sciencebase.catalog", - "codeName": "scienceBase", - "description": "ScienceBase is a U.S. Geological Survey cataloging and collaborative data management platform." - }, - { - "code": "itis.gov", - "codeName": "ITIS", - "description": "Integrated Taxonomic Information System" - }, - { - "code": "urn:uuid", - "codeName": "UUID", - "description": "Universally unique identifier" - }, - { - "code": "orcid.org", - "codeName": "ORCID", - "description": "Open Researcher and Contributor identifier" - }, - { - "code": "ror.org", - "codeName": "ROR", - "description": "Research Organization Registry identifier" - }, - { - "code": "spatialreference.org", - "codeName": "SR-ORG", - "description": "Coordinate reference system from SpatialReference.org database" - }, - { - "code": "org.adiwg.code.mapGridSystem", - "codeName": "mapGridSystem", - "description": "Name of the grid UTM, State Plane, or other grid system used by a spatial reference system." - }, - { - "code": "org.adiwg.code.mapProjection", - "codeName": "mapProjection", - "description": "Name of the planar, grid, or local projection used by a spatial reference system." - } - ] - }, - "adiwg_unitsOfMeasure": { - "codelistType": "staticList", - "codelistName": "adiwg_unitsOfMeasure", - "source": "Alaska Data Integration working group", - "sourceName": "ADIwg_UnitsOfMeasure", - "extensible": true, - "description": "units of measure", - "codelist": [ - { - "code": "001", - "codeName": "metres", - "description": "m" - }, - { - "code": "002", - "codeName": "millimetres", - "description": "mm" - }, - { - "code": "003", - "codeName": "centimetres", - "description": "cm" - }, - { - "code": "004", - "codeName": "kilometres", - "description": "km" - }, - { - "code": "005", - "codeName": "inches", - "description": "in" - }, - { - "code": "006", - "codeName": "feet", - "description": "ft" - }, - { - "code": "007", - "codeName": "yards", - "description": "yd" - }, - { - "code": "008", - "codeName": "miles", - "description": "mi" - }, - { - "code": "009", - "codeName": "kilometresPerHour", - "description": "km/h" - }, - { - "code": "010", - "codeName": "milesPerHour", - "description": "mph" - }, - { - "code": "011", - "codeName": "metresPerSecond", - "description": "m/s" - }, - { - "code": "012", - "codeName": "feetPerSecond", - "description": "ft/s" - }, - { - "code": "013", - "codeName": "metresPerSecondSquared", - "description": "m/s²" - }, - { - "code": "014", - "codeName": "seconds", - "description": "s" - }, - { - "code": "015", - "codeName": "degCelsius", - "description": "°C" - }, - { - "code": "016", - "codeName": "degFahrenheit", - "description": "°F" - }, - { - "code": "017", - "codeName": "kelvin", - "description": "K" - }, - { - "code": "018", - "codeName": "candela", - "description": "cd" - }, - { - "code": "019", - "codeName": "radian", - "description": "rad" - }, - { - "code": "020", - "codeName": "steradian", - "description": "sr" - }, - { - "code": "021", - "codeName": "hertz", - "description": "Hz" - }, - { - "code": "022", - "codeName": "newton", - "description": "N" - }, - { - "code": "023", - "codeName": "pascal", - "description": "Pa" - }, - { - "code": "024", - "codeName": "joule", - "description": "J" - }, - { - "code": "025", - "codeName": "watt", - "description": "W" - }, - { - "code": "026", - "codeName": "ampere", - "description": "A" - }, - { - "code": "027", - "codeName": "volt", - "description": "V" - }, - { - "code": "028", - "codeName": "farad", - "description": "F" - }, - { - "code": "029", - "codeName": "ohm", - "description": "Ω" - }, - { - "code": "030", - "codeName": "siemens", - "description": "S" - }, - { - "code": "031", - "codeName": "weber", - "description": "Wb" - }, - { - "code": "032", - "codeName": "tesla", - "description": "T" - }, - { - "code": "033", - "codeName": "henry", - "description": "H" - }, - { - "code": "034", - "codeName": "lumen", - "description": "lm" - }, - { - "code": "035", - "codeName": "squareInches", - "description": "in²" - }, - { - "code": "036", - "codeName": "squareFeet", - "description": "ft²" - }, - { - "code": "037", - "codeName": "squareMiles", - "description": "mi²" - }, - { - "code": "038", - "codeName": "squareMetres", - "description": "m²" - }, - { - "code": "039", - "codeName": "hectares", - "description": "ha" - }, - { - "code": "040", - "codeName": "acres", - "description": "ac" - }, - { - "code": "041", - "codeName": "cubicInches", - "description": "in³" - }, - { - "code": "042", - "codeName": "cubicFeet", - "description": "ft³" - }, - { - "code": "043", - "codeName": "cubicMetres", - "description": "m³" - }, - { - "code": "044", - "codeName": "grams", - "description": "g" - }, - { - "code": "045", - "codeName": "coulombs", - "description": "C" - } - ] - } -} \ No newline at end of file From 64efa648ec2c3e7523a16423019d76521e9c2916 Mon Sep 17 00:00:00 2001 From: Johnathan Date: Tue, 10 Dec 2024 13:47:07 -0700 Subject: [PATCH 16/19] feat: Add GitHub Actions workflow for automated release creation (#95) --- .github/workflows/create-release.yml | 41 ++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 .github/workflows/create-release.yml diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml new file mode 100644 index 0000000..68e883b --- /dev/null +++ b/.github/workflows/create-release.yml @@ -0,0 +1,41 @@ +name: Deploy to GitHub Pages + +on: + push: + branches: + - master + +jobs: + create-release: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + + - name: Use Node.js + uses: actions/setup-node@v3 + with: + node-version: "16" + + - name: Create Tag + id: create_tag + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + run: | + # Read version from package.json + version=$(node -p "require('./package.json').version") + version_tag="v$version" + echo "Version from package.json: $version_tag" + echo "version=$version_tag" >> $GITHUB_OUTPUT + git tag $version_tag + git push origin $version_tag + + - name: Create GitHub Release + uses: ncipollo/release-action@v1 + with: + tag: ${{ steps.create_tag.outputs.version }} + name: Release ${{ steps.create_tag.outputs.version }} + body: Automated release for version ${{ steps.create_tag.outputs.version }}. + draft: false + prerelease: false + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From a2d028a8c99343d3c764f4711a6cd8d2b208654e Mon Sep 17 00:00:00 2001 From: Johnathan Date: Tue, 10 Dec 2024 19:45:17 -0700 Subject: [PATCH 17/19] Prepare release version 2.10.0 (#93) * Update Gemfile.lock and package-lock.json versions to 2.9.3 * Add bureauCode and programCode to adiwg_namespace (#85) * feat: Update data quality element code list The data quality element code list has been updated with requested changes. * Update adiwg-mdcodes to version 2.9.4-beta.0 * Update data quality element code list * Update adiwg-mdcodes to version 2.9.4-beta.1 * chore: Update version to 2.10.0-beta.0 * chore: Update version to 2.9.4-beta.4 * Revert dataQualityElement list (#88) * chore: Increment beta version * chore: Update adiwg-mdcodes to version 2.10.0-beta.2 * chore: Update build script to include bundle command * chore: Update version to 2.9.4-beta.5 * chore: Update adiwg-mdcodes to version 2.10.0 * Release Version 2.9.3 (#92) * Change default branch to dev (#49) * Update CHANGELOG * Bump path-parse from 1.0.6 to 1.0.7 Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] * Bump grunt from 1.0.4 to 1.5.3 Bumps [grunt](https://github.com/gruntjs/grunt) from 1.0.4 to 1.5.3. - [Release notes](https://github.com/gruntjs/grunt/releases) - [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt/compare/v1.0.4...v1.5.3) --- updated-dependencies: - dependency-name: grunt dependency-type: direct:development ... Signed-off-by: dependabot[bot] * add orcid and ror to namespaces * implement feedback * Updating JSON files * bump version * add data quality report type codelist * update descriptions * update file name * bump version * Update description * Bump lodash from 4.17.15 to 4.17.21 (#42) Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21) --- updated-dependencies: - dependency-name: lodash dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump minimatch from 3.0.4 to 3.0.8 (#45) Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.8. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.0.8) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump async from 2.6.1 to 3.2.3 (#46) Bumps [async](https://github.com/caolan/async) from 2.6.1 to 3.2.3. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v2.6.1...v3.2.3) --- updated-dependencies: - dependency-name: async dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update npm version --------- Signed-off-by: dependabot[bot] Co-authored-by: Josh Bradley Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tim Zwolak Co-authored-by: Chris MacDermaid Co-authored-by: Chris MacDermaid <64213093+chris-macdermaid@users.noreply.github.com> Co-authored-by: Johnathan * Merge dev into develop (#59) * Remove "geographic" from description (#54) * Remove "geographic" from description * Update iso_scope.yml Update definition from "a dataset" to "the dataset" to match the definition as defined in https://standards.iso.org/iso/19115/-3/mcc/1.0/codelists.xml. --------- Co-authored-by: Hilmar Maier * Data Quality Code Lists (#53) * Fix Data Quality Element Rename iso_dataQualityElement.yml to adiwg_dataQualityElement.yml. Fix codelistName, source, and sourceName. * Add iso_valueStructure.yml * Add iso_evaluationMethodTypeCode * Add adiwg_evaluationMethod * Add iso_uom * Rename iso_uom to adiwg_unitsOfMeasure Also add more units. * Remove Comment * Update .gitignore --------- Co-authored-by: Johnathan * Fix Yaml Files & Increment Version (#62) * 2.9.0 * Update buildify dependency * Fix Yaml & Json Files * Remove bower.json * Update mdCodes Version Increment minor version to 2.9.0 * Update README.md (and hopefully fix develop master conflicts) (#63) * Update CHANGELOG * Bump path-parse from 1.0.6 to 1.0.7 Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] * Bump grunt from 1.0.4 to 1.5.3 Bumps [grunt](https://github.com/gruntjs/grunt) from 1.0.4 to 1.5.3. - [Release notes](https://github.com/gruntjs/grunt/releases) - [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt/compare/v1.0.4...v1.5.3) --- updated-dependencies: - dependency-name: grunt dependency-type: direct:development ... Signed-off-by: dependabot[bot] * add orcid and ror to namespaces * implement feedback * Updating JSON files * bump version * add data quality report type codelist * update descriptions * update file name * bump version * Update description * Bump lodash from 4.17.15 to 4.17.21 (#42) Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21) --- updated-dependencies: - dependency-name: lodash dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump minimatch from 3.0.4 to 3.0.8 (#45) Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.8. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.0.8) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump async from 2.6.1 to 3.2.3 (#46) Bumps [async](https://github.com/caolan/async) from 2.6.1 to 3.2.3. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v2.6.1...v3.2.3) --- updated-dependencies: - dependency-name: async dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update npm version * Fix Merge Errors * Fix Merge Errors * Fix package-lock.json * Update README.md --------- Signed-off-by: dependabot[bot] Co-authored-by: Josh Bradley Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tim Zwolak Co-authored-by: Chris MacDermaid Co-authored-by: Chris MacDermaid <64213093+chris-macdermaid@users.noreply.github.com> * Code list updates (#69) * Update CHANGELOG * Bump path-parse from 1.0.6 to 1.0.7 Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] * Bump grunt from 1.0.4 to 1.5.3 Bumps [grunt](https://github.com/gruntjs/grunt) from 1.0.4 to 1.5.3. - [Release notes](https://github.com/gruntjs/grunt/releases) - [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt/compare/v1.0.4...v1.5.3) --- updated-dependencies: - dependency-name: grunt dependency-type: direct:development ... Signed-off-by: dependabot[bot] * add orcid and ror to namespaces * implement feedback * Updating JSON files * bump version * add data quality report type codelist * update descriptions * update file name * bump version * Update description * Bump lodash from 4.17.15 to 4.17.21 (#42) Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21) --- updated-dependencies: - dependency-name: lodash dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump minimatch from 3.0.4 to 3.0.8 (#45) Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.8. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.0.8) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump async from 2.6.1 to 3.2.3 (#46) Bumps [async](https://github.com/caolan/async) from 2.6.1 to 3.2.3. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v2.6.1...v3.2.3) --- updated-dependencies: - dependency-name: async dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update npm version * Update data quality element class names Removed DQ_ prefix. * Update package versions to 2.9.1 * Update codeName in adiwg_dataQualityElement.json * Update version to 2.9.1 * Remove iso_dataQualityElement.json * Fix bug in login functionality * Add build script to package.json * Refactored data quality in version 2.9.1 * Delete iso_dataQualityElement.yml codelist --------- Signed-off-by: dependabot[bot] Co-authored-by: Josh Bradley Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tim Zwolak Co-authored-by: Chris MacDermaid Co-authored-by: Chris MacDermaid <64213093+chris-macdermaid@users.noreply.github.com> * Add Missing Data Quality Report Type (#70) * Update adiwg_dataQualityElement.yml codelist * Update version to 2.9.2 * Update adiwg_dataQualityElement.json and mdcodes.json codelists * fix typo in codeName (#75) * fix typo in codeName * chore: Update package version to 2.9.3-beta.0 --------- Co-authored-by: Johnathan Aspinwall * fix code list (#76) * fix code list * chore: Bump version to 2.9.3-beta.1 in package.json --------- Co-authored-by: Johnathan Aspinwall Co-authored-by: Hilmar Maier * Add mi event type code list (#77) * Add eventTypeCode list * update source name and codelist name * chore: Bump version to 2.9.3-beta.2 in package.json * Change to numerical codes * change description --------- Co-authored-by: Johnathan Aspinwall * Add parameterDirection codelist (#80) * Update codes with requested changes (#81) * Update codes with requested changes * Update adiwg_dataQualityElement.yml * Update adiwg_dataQualityElement.yml * Update data quality element code list --------- Co-authored-by: Johnathan Co-authored-by: Johnathan Aspinwall * Update Gemfile.lock and package-lock.json versions to 2.9.3 (#83) * chore: Remove unused ISO data quality element codelist * Remove unused ISO data quality element codelist * Remove resources/json resources/json is a build artifact, it does not need to be stored in the repository. It does need to be included in the published versions. * feat: Add GitHub Actions workflow for automated release creation (#95) --------- Signed-off-by: dependabot[bot] Co-authored-by: Hilmar Maier Co-authored-by: Josh Bradley Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tim Zwolak Co-authored-by: Chris MacDermaid Co-authored-by: Chris MacDermaid <64213093+chris-macdermaid@users.noreply.github.com> Co-authored-by: J-Oliveros <97468338+J-Oliveros@users.noreply.github.com> * feat: Add GitHub Actions workflow for running tests and update parameter direction resources * fix: Update GitHub Actions workflow to force install Node.js dependencies and reorder build step * fix: Update Node.js version in GitHub Actions workflow to 20 --------- Signed-off-by: dependabot[bot] Co-authored-by: J-Oliveros <97468338+J-Oliveros@users.noreply.github.com> Co-authored-by: Hilmar Maier Co-authored-by: Josh Bradley Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tim Zwolak Co-authored-by: Chris MacDermaid Co-authored-by: Chris MacDermaid <64213093+chris-macdermaid@users.noreply.github.com> --- .github/workflows/run-tests.yml | 32 ++++++++++++++++++++++++ Gemfile.lock | 2 +- lib/adiwg/mdcodes/version.rb | 2 +- package-lock.json | 4 +-- package.json | 4 +-- resources/adiwg_dataQualityElement.yml | 30 +++++++++++----------- resources/adiwg_namespace.yml | 2 ++ resources/iso_parameterDirection.yml | 11 ++++++++ resources/iso_parameterDirectionCode.yml | 12 --------- 9 files changed, 66 insertions(+), 33 deletions(-) create mode 100644 .github/workflows/run-tests.yml create mode 100644 resources/iso_parameterDirection.yml delete mode 100644 resources/iso_parameterDirectionCode.yml diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml new file mode 100644 index 0000000..d4d87b1 --- /dev/null +++ b/.github/workflows/run-tests.yml @@ -0,0 +1,32 @@ +name: Run Tests + +on: + push: + +jobs: + build-and-test: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + + - name: Set up Node.js + uses: actions/setup-node@v3 + with: + node-version: '20' + + - name: Install Node.js dependencies + run: npm install --force + + - name: Set up Ruby + uses: ruby/setup-ruby@v1 + with: + ruby-version: '2.7' + + - name: Install Ruby dependencies + run: bundle install + + - name: Build Project + run: npm run build + + - name: Run Tests + run: bundle exec rake test diff --git a/Gemfile.lock b/Gemfile.lock index fd0abba..f64376e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - adiwg-mdcodes (2.9.3) + adiwg-mdcodes (2.10.0) json (~> 2.0) GEM diff --git a/lib/adiwg/mdcodes/version.rb b/lib/adiwg/mdcodes/version.rb index 6239940..a910f7a 100644 --- a/lib/adiwg/mdcodes/version.rb +++ b/lib/adiwg/mdcodes/version.rb @@ -30,7 +30,7 @@ module ADIWG module Mdcodes - VERSION = "2.9.3" + VERSION = "2.10.0" end end diff --git a/package-lock.json b/package-lock.json index 02308fd..ede60c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mdcodes", - "version": "2.9.3", + "version": "2.10.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mdcodes", - "version": "2.9.3", + "version": "2.10.0", "license": "Unlicense", "dependencies": { "buildify": "github:powmedia/buildify#20458a121411f759dcc5ec1b441695eb7fc2b3b7", diff --git a/package.json b/package.json index dab22da..0989b6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mdcodes", - "version": "2.9.3", + "version": "2.10.0", "main": "index.js", "description": "CodeLists for ADIwg mdJSON", "repository": { @@ -26,7 +26,7 @@ }, "scripts": { "prepublishOnly": "scripts/prepublish.js", - "build": "npm i --force && grunt convert && grunt concat-json && npm run prepublishOnly" + "build": "bundle && npm i --force && grunt convert && grunt concat-json && npm run prepublishOnly" }, "dependencies": { "buildify": "github:powmedia/buildify#20458a121411f759dcc5ec1b441695eb7fc2b3b7", diff --git a/resources/adiwg_dataQualityElement.yml b/resources/adiwg_dataQualityElement.yml index 8aeae8f..6048207 100644 --- a/resources/adiwg_dataQualityElement.yml +++ b/resources/adiwg_dataQualityElement.yml @@ -8,18 +8,18 @@ sourceName: "ADIwg_DataQualityElement" extensible: true description: "ISO data quality element class names" codelist: - - { code: "001", codeName: AbsolutePositionalAccuracy, description: "closeness of reported coordinate values to values accepted as or being true" } - - { code: "002", codeName: RelativePositionalAccuracy, description: "closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true" } - - { code: "003", codeName: GriddedDataPositionalAccuracy, description: "closeness of gridded data position values to values accepted as or being true" } - - { code: "004", codeName: ConceptualConsistency, description: "adherence to rules of the conceptual schema" } - - { code: "005", codeName: DomainConsistency, description: "adherence of values to the value domains" } - - { code: "006", codeName: FormatConsistency, description: "degree to which data is stored in accordance with the physical structure of the dataset, as described by the scope" } - - { code: "007", codeName: TopologicalConsistency, description: "correctness of the explicitly encoded topological characteristics of the dataset as described by the scope" } - - { code: "008", codeName: ThematicClassificationCorrectness, description: "comparison of the classes assigned to features or their attributes to a universe of discourse" } - - { code: "009", codeName: NonQuantitativeAttributeCorrectness, description: "correctness of non-quantitative attributes" } - - { code: "010", codeName: QuantitativeAttributeAccuracy, description: "accuracy of quantitative attributes" } - - { code: "011", codeName: AccuracyOfATimeMeasurement, description: "correctness of the temporal references of an item (reporting of error in time measurement)" } - - { code: "012", codeName: TemporalValidity, description: "validity of data specified by the scope with respect to time" } - - { code: "013", codeName: TemporalConsistency, description: "correctness of ordered events or sequences, if reported" } - - { code: "014", codeName: Commission, description: "excess data present in the dataset, as described by the scope" } - - { code: "015", codeName: Omission, description: "data absent from the dataset, as described by the scope" } + - { code: "001", codeName: DQ_AbsoluteExternalPositionalAccuracy, description: "closeness of reported coordinate values to values accepted as or being true" } + - { code: "002", codeName: DQ_RelativeInternalPositionalAccuracy, description: "closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true" } + - { code: "003", codeName: DQ_GriddedDataPositionalAccuracy, description: "closeness of gridded data position values to values accepted as or being true" } + - { code: "004", codeName: DQ_ConceptualConsistency, description: "adherence to rules of the conceptual schema" } + - { code: "005", codeName: DQ_DomainConsistency, description: "adherence of values to the value domains" } + - { code: "006", codeName: DQ_FormatConsistency, description: "degree to which data is stored in accordance with the physical structure of the dataset, as described by the scope" } + - { code: "007", codeName: DQ_TopologicalConsistency, description: "correctness of the explicitly encoded topological characteristics of the dataset as described by the scope" } + - { code: "008", codeName: DQ_ThematicClassificationCorrectness, description: "comparison of the classes assigned to features or their attributes to a universe of discourse" } + - { code: "009", codeName: DQ_NonQuantitativeAttributeCorrectness, description: "correctness of non-quantitative attributes" } + - { code: "010", codeName: DQ_QuantitativeAttributeAccuracy, description: "accuracy of quantitative attributes" } + - { code: "011", codeName: DQ_AccuracyOfATimeMeasurement, description: "correctness of the temporal references of an item (reporting of error in time measurement)" } + - { code: "012", codeName: DQ_TemporalValidity, description: "validity of data specified by the scope with respect to time" } + - { code: "013", codeName: DQ_TemporalConsistency, description: "correctness of ordered events or sequences, if reported" } + - { code: "014", codeName: DQ_CompletenessCommission, description: "excess data present in the dataset, as described by the scope" } + - { code: "015", codeName: DQ_CompletenessOmission, description: "data absent from the dataset, as described by the scope" } diff --git a/resources/adiwg_namespace.yml b/resources/adiwg_namespace.yml index 3337d3a..1631e81 100644 --- a/resources/adiwg_namespace.yml +++ b/resources/adiwg_namespace.yml @@ -23,3 +23,5 @@ codelist: - {code: "spatialreference.org", codeName: SR-ORG, description: "Coordinate reference system from SpatialReference.org database"} - {code: "org.adiwg.code.mapGridSystem", codeName: mapGridSystem, description: "Name of the grid UTM, State Plane, or other grid system used by a spatial reference system."} - {code: "org.adiwg.code.mapProjection", codeName: mapProjection, description: "Name of the planar, grid, or local projection used by a spatial reference system."} + - {code: "org.adiwg.code.bureauCode", codeName: bureauCode, description: "DCAT-US combined federal agency and bureau code from OMB Circular A-11."} + - {code: "org.adiwg.code.programCode", codeName: programCode, description: "DCAT-US Federal Program Inventory program code."} \ No newline at end of file diff --git a/resources/iso_parameterDirection.yml b/resources/iso_parameterDirection.yml new file mode 100644 index 0000000..a08904c --- /dev/null +++ b/resources/iso_parameterDirection.yml @@ -0,0 +1,11 @@ +codelistType: "staticList" +codelistName: "iso_parameterDirection" +source: "ISO" +sourceName: "SV_ParameterDirection" +extensible: true +description: "class of information to which the referencing entity applies" +codelist: + - {code: "001", codeName: in, description: "the parameter is an input parameter to the service instance"} + - {code: "002", codeName: out, description: "the parameter is an output parameter to the service instance"} + - {code: "003", codeName: in/out, description: "the parameter is both an input and output parameter to the service instance"} + \ No newline at end of file diff --git a/resources/iso_parameterDirectionCode.yml b/resources/iso_parameterDirectionCode.yml deleted file mode 100644 index 1df4bd0..0000000 --- a/resources/iso_parameterDirectionCode.yml +++ /dev/null @@ -1,12 +0,0 @@ - -codelistType: "staticList" -codelistName: "iso_parameterDirection" -source: "ISO" -sourceName: "SV_ParameterDirection" -extensible: true -description: "class of information to which the referencing entity applies" -codelist: - - { code: "001", codeName: "in", description: "the parameter is an input parameter to the service instance" } - - { code: "002", codeName: "out", description: "the parameter is an output parameter to the service instance" } - - { code: "003", codeName: "in/out", description: "the parameter is both an input and output parameter to the service instance" } - \ No newline at end of file From 72d2c8b65bc236f25f511353c0e7e5282ca956a6 Mon Sep 17 00:00:00 2001 From: Johnathan Aspinwall Date: Tue, 10 Dec 2024 19:52:25 -0700 Subject: [PATCH 18/19] chore: Remove iso_parameterDirectionCode.yml resource file --- resources/iso_parameterDirectionCode.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 resources/iso_parameterDirectionCode.yml diff --git a/resources/iso_parameterDirectionCode.yml b/resources/iso_parameterDirectionCode.yml deleted file mode 100644 index 1df4bd0..0000000 --- a/resources/iso_parameterDirectionCode.yml +++ /dev/null @@ -1,12 +0,0 @@ - -codelistType: "staticList" -codelistName: "iso_parameterDirection" -source: "ISO" -sourceName: "SV_ParameterDirection" -extensible: true -description: "class of information to which the referencing entity applies" -codelist: - - { code: "001", codeName: "in", description: "the parameter is an input parameter to the service instance" } - - { code: "002", codeName: "out", description: "the parameter is an output parameter to the service instance" } - - { code: "003", codeName: "in/out", description: "the parameter is both an input and output parameter to the service instance" } - \ No newline at end of file From cbee5bf4e5bd1311e58f8371df5c35942618996f Mon Sep 17 00:00:00 2001 From: Johnathan Date: Tue, 17 Dec 2024 13:51:11 -0700 Subject: [PATCH 19/19] Increment version number to 2.10.1 (#101) * chore: Rename iso_parameterDirection.yml to iso_parameterDirectionCode.yml and update related fields * chore: Update build script and rename iso_parameterDirectionCode.yml to iso_parameterDirection.yml * chore: Bump version to 2.10.1 in version.rb and package.json --- lib/adiwg/mdcodes/version.rb | 2 +- package.json | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/adiwg/mdcodes/version.rb b/lib/adiwg/mdcodes/version.rb index a910f7a..5f6c4f1 100644 --- a/lib/adiwg/mdcodes/version.rb +++ b/lib/adiwg/mdcodes/version.rb @@ -30,7 +30,7 @@ module ADIWG module Mdcodes - VERSION = "2.10.0" + VERSION = "2.10.1" end end diff --git a/package.json b/package.json index 0989b6e..2e9fd9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mdcodes", - "version": "2.10.0", + "version": "2.10.1", "main": "index.js", "description": "CodeLists for ADIwg mdJSON", "repository": { @@ -26,7 +26,8 @@ }, "scripts": { "prepublishOnly": "scripts/prepublish.js", - "build": "bundle && npm i --force && grunt convert && grunt concat-json && npm run prepublishOnly" + "build": "bundle && npm i --force && grunt convert && grunt concat-json && npm run prepublishOnly", + "test": "bundle && bundle exec rake test" }, "dependencies": { "buildify": "github:powmedia/buildify#20458a121411f759dcc5ec1b441695eb7fc2b3b7",