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

Add geo_point_2d, geo_shape and objectid as datatypes #28

Open
ivbeg opened this issue May 22, 2022 · 0 comments
Open

Add geo_point_2d, geo_shape and objectid as datatypes #28

ivbeg opened this issue May 22, 2022 · 0 comments
Assignees
Labels
improve semantic types Add/change/remove semantic types (entities)

Comments

@ivbeg
Copy link
Collaborator

ivbeg commented May 22, 2022

There are combination of datatypes like geo_point_2d, geo_shape and objectid used in thousands French and EU datasets.
It looks like it's used in Geographic Information Systems (GIS) across Europe and integrated with ArcGIS.

  • geo_point_2d is dict with lat and lon keys with latitude and longitude
  • geo_shape is a GeoJSON data with type key and geometry key. type key could have values like 'Feature' and geometry include type key and coordinates as array of 2-size arrays of floats.
  • objectid - unique id of the record in this dataset (not globally unique)

Consider adding these field names as datatypes

@ivbeg ivbeg added the improve semantic types Add/change/remove semantic types (entities) label May 22, 2022
@ivbeg ivbeg self-assigned this May 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improve semantic types Add/change/remove semantic types (entities)
Development

No branches or pull requests

1 participant