You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I only really post this as something to explore, certainly not a major priority, I'm trying to figure out why the cli commands seemingly get this right but in R we get the original MultiSurface type.
Run this in cli (create 'abc.parquet' in the wd):
system("ogr2ogr abc.parquet WFS:https://services.thelist.tas.gov.au/arcgis/services/Public/OpenDataWFS/MapServer/WFSServer -sql 'SELECT CAST(SHAPE AS GEOMETRY(MULTIPOLYGON)) AS geom, OBJECTID FROM \"Public_OpenDataWFS:LIST_Authority_Land\" LIMIT 100'")
I only really post this as something to explore, certainly not a major priority, I'm trying to figure out why the cli commands seemingly get this right but in R we get the original MultiSurface type.
Run this in cli (create 'abc.parquet' in the wd):
system("ogr2ogr abc.parquet WFS:https://services.thelist.tas.gov.au/arcgis/services/Public/OpenDataWFS/MapServer/WFSServer -sql 'SELECT CAST(SHAPE AS GEOMETRY(MULTIPOLYGON)) AS geom, OBJECTID FROM \"Public_OpenDataWFS:LIST_Authority_Land\" LIMIT 100'")
Here yes we get polygons:
but here we get multisurface, and wk can't unpack it (another aspiration for wk eventually).
The text was updated successfully, but these errors were encountered: