A proposal to add geographic specifications in TableSchema #908
Replies: 3 comments 4 replies
-
Hi @datagistips, Sorry, this issue somehow hadn't been answered =( It's very interesting I think it will be great to start from a pattern - https://datapackage.org/standard/patterns/ |
Beta Was this translation helpful? Give feedback.
-
Just to add to the discussion, I'm also interested in this, as we have been using Data Resource with shapefiles. In our use case we are creating a Data Package for distribution that has many CSVs as Tabular Data Resources, and each CSV has a foreign key to a spatial Data Resource, an example of which follows:
This works for now for our needs, but raises a couple questions:
With regard to the original post above, all of those extra properties seem reasonable to me, assuming there was a "type":"shapefile" or something along those lines. EDIT: I realize now I completely missed the mark here on the topic of the discussion! I was confusing "Table Schema" with "Data Resource", and I see that the original idea here is to improve on a Field Descriptor that holds geometry data, not on the Data Resources as a whole that would be holding that field. So, I guess my question is mostly just about point 2 above, when shapefiles are source of the data. Is there a need to indicate the implied "geometry" field when using a file format that doesn't explicitly expose that column in its tabular component? |
Beta Was this translation helpful? Give feedback.
-
I think both spatial support on the Data Resource and Table Schema levels would be very welcome to the specs |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
🌐 On OpenData portals, we observe a significative proportion of spatial data.
TableSchema tends to become the standard of standards. I personally like it a lot 👍
It is used on the French schema.data.gouv.fr
🙁 But TableSchema misses some specifications for spatial data that could really be useful
That's why I made a proposal of geo enhancement in both TableSchema (spatial-schema) and the validator :
➡ https://github.com/datagistips/geo4TableSchema/
Here's how geodata, for me, could be specified
Also, on the repo, you'll see a prototype that controls these specifications with geopandas under the hood
❓ Is it planned to improve spatial aspect and add spatial tags in TableSchema ? Is this proposal relevant to you ?
Related issues :
Beta Was this translation helpful? Give feedback.
All reactions