nationalparkservice / QCkit

QCkit provides useful functions for data quality control and manipulation including updating data to DarwinCore standards, unit conversions, and data flagging.
https://nationalparkservice.github.io/QCkit/
The Unlicense
5 stars 6 forks source link

update get_park_polygon API #113

Closed RobLBaker closed 2 months ago

RobLBaker commented 2 months ago

get_park_polygon is using a legacy API; update to the currennt version of the API:

old endpoint : https://irmaservices.nps.gov/v2/rest/unit//geography

New endpoint: https://irmaservices.nps.gov/Unit/v2/api//geography

updated swagger documentation:

https://irmaservices.nps.gov/Unit/v2/api-docs/index.html?url=/Unit/v2/api-docs/swagger.json

RobLBaker commented 2 months ago

closed with PR # 114