Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

A proposal to add geographic specifications in TableSchema #771

Closed
datagistips opened this issue Feb 16, 2022 · 1 comment
Closed

A proposal to add geographic specifications in TableSchema #771

datagistips opened this issue Feb 16, 2022 · 1 comment

Comments

@datagistips
Copy link

datagistips commented Feb 16, 2022

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

{
  "name": "_geom",
  "title": "Polygon geometry",
  "description": "Polygon geometry",
  "type": "wkt",
  "geomtype": "polygon",
  "crs": "EPSG:4326",
  "horizontalAccuracy": 5,
  "constraints": {
    "required": true,
    "unique": true,
    "overlaps": false,
    "minArea": 100000000,
    "bounds": [4.9283, 43.0756, 7.6412, 45.0923]
  }
}

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 :

@datagistips datagistips changed the title A proposal to improve geographic/spatial specifications in TableSchema A proposal to add/improve geographic/spatial specifications in TableSchema Feb 16, 2022
@datagistips datagistips changed the title A proposal to add/improve geographic/spatial specifications in TableSchema A proposal to add geographic specifications in TableSchema Feb 16, 2022
@roll roll added the Patterns label Jan 3, 2024
@roll
Copy link
Member

roll commented Jan 3, 2024

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/

@frictionlessdata frictionlessdata locked and limited conversation to collaborators Apr 12, 2024
@roll roll converted this issue into discussion #908 Apr 12, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants