Parks of the Air (POTA) - French database
- Import POTA list in local database
- Import french parks with good names and coordinates
- Parcs Naturels Nationaux :
- Parcs Naturels Régionaux
- Natura 2000
$ curl -s https://api.pota.us/park/K-2548 | jq '.'
[
{
"parkId": 2548,
"reference": "K-2548",
"name": "Paul B. Johnson",
"latitude": 31.1409,
"longitude": -89.2464,
"parktypeId": 101,
"active": 1,
"parkComments": null,
"accessibility": null,
"sensitivity": null,
"accessMethods": null,
"activationMethods": null,
"agencies": null,
"agencyURLs": null,
"parkURLs": null,
"createdByAdmin": null,
"parktypeDesc": "State Park",
"locationDesc": "US-MS",
"locationName": "Mississippi",
"entityId": 291,
"entityName": "United States Of America",
"referencePrefix": "K",
"entityDeleted": 0
}
]
$ curl -s https://api.pota.us/locations/US-CA | jq '.'
{
"parks": [
{
"reference": "K-4575",
"name": "Old Spanish National Historic Trail",
"locationDesc": "US-AZ,US-CA,US-CO,US-NV,US-NM,US-UT",
"locationName": "Arizona,California,Colorado,Nevada,New Mexico,Utah",
"entityName": "United States Of America"
}
],
"partition_key": "Park#Location#US-CA",
"item_type": "Location"
}