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
Hi, awesome with open map data from OvertureMaps.
I use AWS CLI to load place data: aws s3 cp --region us-west-2 --no-sign-request --recursive s3://overturemaps-us-west-2/release/2023-07-26-alpha.0/theme=places D :\OvertureMaps
And use ogr2ogr to convert to CSV, however the csv file I see only has the following fields id,updatetime,version,categories.main,categories.alternate,confidence,websites,socials,emails,phones,brand .wikidata,bbox.minx,bbox.maxx,bbox.miny,bbox.maxy,geometry
Even I use QGIS to view the same.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, awesome with open map data from OvertureMaps.
I use AWS CLI to load place data:
aws s3 cp --region us-west-2 --no-sign-request --recursive s3://overturemaps-us-west-2/release/2023-07-26-alpha.0/theme=places D :\OvertureMaps
And use ogr2ogr to convert to CSV, however the csv file I see only has the following fields
id,updatetime,version,categories.main,categories.alternate,confidence,websites,socials,emails,phones,brand .wikidata,bbox.minx,bbox.maxx,bbox.miny,bbox.maxy,geometry
Even I use QGIS to view the same.
I wonder why there is no "names" field like in the structure description https://docs.overturemaps.org/reference/places/place
Can anyone explain it to me?
Beta Was this translation helpful? Give feedback.
All reactions