# National Park Trail Data

This is a data extract of National Park Service Trails from their
official sources. They are organized alphabetically by the park name
rather than by state, since some cross state lines, which messes up
the data extracts.

These files have been machine edited by the the 
[trails.py](https://github.com/hotosm/osm-merge/blob/main/osm_merge/utilities/trails.py)
script, which is part of the [OSM
Merge](https://hotosm.github.io/osm-merge/) project. Documentation on
the conversion process is
[here](https://hotosm.github.io/osm-merge/trails/).

# File Types

For now all the files are in a single directory. Later I'll split all
these into tasks for the Tasking Manager.

* *.pbf
  * The OpenStreetMap data for this region
* *_NPS_Trails.geojson
  * Official National Park Service trail data
* *.geojson
  * The region boundary for ogr2ogr or osmium
* *.poly
  * The region boundary for osmconvert

# Bugs

It's entirely likely that when processing this much data, which
depends heavily on a naming convention for all files to be consistent,
obscure problems get lost in the huge output log files from the
automation software. This is all a work in progress, so this wil be
improved over time.

# Missing Trail Data

Some national parks appear to not have any trail data at all, which
obviously needs to be investigated. The list of national parks lacking
official trail data are:

* Acadia National Park
* Apostle Islands National Lakeshore
* Appalachian National Scenic Trail
* Badlands National Park
* Black Canyon of the Gunnison National Park
* Blue Ridge Parkway
* Crater Lake National Park
* Cuyahoga Valley National Park
* Everglades National Park
* Gates of the Arctic National Park
* Great Smoky Mountains National Park
* Greenbelt Park
* Hawai'i Volcanoes National Park
* Hot Springs National Park
* Ice Age National Scenic Trail
* Indiana Dunes National Park
* Isle Royale National Park
* Joshua Tree National Park
* Katmai National Park
* Kenai Fjords National Park
* Kobuk Valley National Park
* Lake Clark National Park
* Mount Rainier National Park
* Natchez Trace Parkway
* National Capital Parks
* New England National Scenic Trail
* North Country National Scenic Trail
* Olympic National Park
* Pictured Rocks National Lakeshore
* Pinnacles National Park
* Rock Creek Park
* Sleeping Bear Dunes National Lakeshore
* Virgin Islands National Park
* Voyageurs National Park
* Wind Cave National Park
* Wrangell-St. Elias National Park
