Hello
In TableSchema, you can specify geometry field types as geojson or geopoint
But from my own experience, wkt strings are more commonly used to store geometries in a table than geojson strings.
Let's notice that wkt is used in frictionless-geojson project.
For me, wkt format deserves to be taken seriously taken into account (and geoCSV)
This wkt implementation would surely really be appreciated by the Geographic Information Systems community.
What do you think of it ?
Related issues :
Hello
In TableSchema, you can specify geometry field types as
geojsonorgeopointBut from my own experience,
wktstrings are more commonly used to store geometries in a table than geojson strings.Let's notice that
wktis used in frictionless-geojson project.For me,
wktformat deserves to be taken seriously taken into account (and geoCSV)This
wktimplementation would surely really be appreciated by the Geographic Information Systems community.What do you think of it ?
Related issues :