Skip to content

garyburd/aztdata

Repository files navigation

AZT Data

This project implements a web server for creating GPX and KML files from data provided by the Arizona Trail Association. The server provides more options for the data included in the files than the files provided directly by the trail association.

Build the data files used by the web server:

  1. python3 -m pip install pyshp
  2. Download polylines and points from AZGeo Data.
  3. Unzip the 7-zip archives.
  4. python3 build.py ./data polylinedir/commondata/new_azt_gpx_data_for_ata/AZT_Passages pointsdir/commondata/new_azt_gpx_data_for_ata/AZT_Waypoints

Run the server:

  1. python3 -m pip install flask
  2. python3 main.py

Deploy the server to App Engine:

  1. Download the Google Cloud command line utility and create an App Engine project.
  2. gcloud app deploy.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published