-
Notifications
You must be signed in to change notification settings - Fork 7
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
Fix 102063901 #13
Fix 102063901 #13
Conversation
I think the 'exportify' tool can help setting those properties. |
Thanks @missinglink, used the tool in 9e68f92 The centroid coordinates (
|
Quattroshapes download links are down, at least since January 2018, so remove the alt geometry and related properties? |
Hmm, there is another id, which has the correct geometry but also some Oldenburg data: Seems like "Kreisfreie Stadt Osnabrück" and "Landkreis Osnabrück" have some properties swapped with each other and also mixed with some Oldenburg data. The questions is which id should belong to which one: |
Regarding 'area', it's not clear what unit it is.. I can see from the code that python is calling the shapely library but shapely docs don't specify. |
Thanks for the issue and PR, @pathmapper.
As @missinglink pointed out, the Exportify tool should set the
Shapely uses the Cartesian system, the units you see should be in meters/square meters. ( Overall, I agree with the statoids/population/name changes, they all look great. I'm having issues with viewing the geometry diff, though, so I'll need to check the changes out in QGIS. We recently refactored many of the geometries in Germany as part of #1 and have contiguous coverage at most placetypes... I'll poke around with these changes and follow up with any notes. Thanks! |
Found this post: https://gis.stackexchange.com/a/166682/105333
Shapely docs: https://shapely.readthedocs.io/en/stable/manual.html#coordinate-systems So there is no unit in our case. Wonder why the |
@stepps00 thanks for your feedback.
There is a property
The exportify tool calculated Regarding the geometries: https://spelunker.whosonfirst.org/id/102063947/ and |
The |
Fresh PR in #17 |
Fixes whosonfirst-data/whosonfirst-data#1697
Updated some properties, most of them related to
statoids
(http://www.statoids.com/yde.html).Also updated with the correct geometry from
de-bkg
.Validated with
wof-validate-properties
andwof-validate-geometry
.To Do:
geom:area
geom:area_square_m
geom:latitude
geom:longitude
https://whosonfirst.org/docs/properties/geom/ states that these properties are derived from Shapely.
Is it a must to use Shapely or is it ok to calculate these properties also e.g. with QGIS?
If Shapely should be used, is there a script somewhere for this task?
What is the unit of
geom:area
?