Placekey / placekey-py

https://placekey.io
Apache License 2.0
59 stars 8 forks source link

Placekey API is missing the Lineage API call #16

Open skjbulcher opened 2 years ago

skjbulcher commented 2 years ago

The Placekey python package is capable of querying the single locations and bulk API endpoints, but it is missing the Lineage API endpoint.

Placekey recommends pinging the Lineage endpoint every 3-5 months in order to detect and correct any changes to existing Placekey data - essential to maintaining a Placekey-based dataset. Right now, users must write their own Lineage requests, even though they can use placekey-py for everything else.