Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDMX 3.0: implement "feature 004 Standardise geospatial data exchange" for SDMX-ML messages #9

Closed
dosse opened this issue Nov 5, 2020 · 2 comments
Assignees
Projects

Comments

@dosse
Copy link
Contributor

dosse commented Nov 5, 2020

https://metadatatechnology.com/sdmx3/designs/004/approved/SDMX%20Geospatial%20Information%2020201014+EG+DB+EG.docx

@dosse dosse added this to To do in SDMX 3.0 via automation Nov 5, 2020
@egreising
Copy link
Member

egreising commented Nov 5, 2020

1.1 Indirect Reference to Geospatial Information.

No format changes are necessary.

1.2 Geospatial Coordinates.

A new data type “GeospatialInformation” to be defined and will be used for attributes in both DSD and MSD (and thus in data and metadata messages). Syntax of this new data type is to be defined by a regular expression.
A “Geospatial” role should be assigned to any attribute of this type.

1.3 Code Listed Geospatial Information.

GeoCodelist: a Codelist as defined in the SDMX Information Model that has the GeospatialCodelist optional property added in its header, which can take one of two values: “GeoFeature” or “GeoGrid”.

a) GeospatialCodelist = GeoFeature
A GEO_FEATURE_SET element is added to each of the items in the code list (in a similar way to the existing PARENT element). GEO_FEATURE_SET is of type GeospatialInformation by definition.
b) GeospatialCodelist= GeoGrid
A GRID_DEFINITION element is added to the codelist header, which will contain a regular expression string with the following format: “CRS:REFERENCE_COORDINATES:CELL_WIDTH:CELL_HEIGHT”.
Additionally, a GEO_CELL element is added to each of the items in the code list (same way as GEO_FEATURE_SET element).
GEO_CELL will have values with the format: “GEO_COL, GEO_ROW: GEO_TAG”.

Detailed explanation of the meaning of each component of the GRID_DEFINITION and GEO_CELL strings can be found in the feature solution document.

@dosse dosse moved this from To do to In progress in SDMX 3.0 Nov 27, 2020
@dosse
Copy link
Contributor Author

dosse commented Oct 29, 2021

Released

@dosse dosse closed this as completed Oct 29, 2021
SDMX 3.0 automation moved this from In progress to Done Oct 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
SDMX 3.0
  
Done
Development

No branches or pull requests

2 participants