dahlia / wikidata

Wikidata client library for Python
https://pypi.org/project/Wikidata/
GNU General Public License v3.0
337 stars 31 forks source link

Add support for parsing globecoordinate data type #28

Closed nelson-liu closed 4 years ago

nelson-liu commented 4 years ago

This PR introduces changes to support parsing globecoordinates—this is quite important for ciites / other locations in the world. See https://www.wikidata.org/wiki/Help:Data_type#Globe_coordinate for official wikidata docs

I've been using the coordinate on https://www.wikidata.org/wiki/Q520 as an example, since it uses a nonstandard globe (Mars)

nelson-liu commented 4 years ago

(this should be ready for another look, whenever you get a chance)