Skip to content

iBlob/POTA-France

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

POTA-France

Parks of the Air (POTA) - French database

ToDo List

  1. Import POTA list in local database
  1. Import french parks with good names and coordinates

Notes

Diplômes France Flora Fauna

$ 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"
}

About

Parks of the Air (POTA) - French database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors