Closed RobLBaker closed 4 months ago
currently .get_unit_polygon() (in utils.R) uses an old/legacy version of the API. At some point, a newer API endpoint was introduced. In theory the newer endpoint should be more stable:
.get_unit_polygon()
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
currently
.get_unit_polygon()
(in utils.R) uses an old/legacy version of the API. At some point, a newer API endpoint was introduced. In theory the newer endpoint should be more stable: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