Skip to content

Dumps AllTraills data using their API key to query their database and stores data into a CSV

Notifications You must be signed in to change notification settings

Bhuemann/AllTrailsDataExporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

AllTrails Data Exporter

This script extracts all trails and their associated information from Alltrails.com and stores in CSV format.

Data extracted will have the following rows:

  • Unique_Id
  • Alt_Id
  • Trail_Name
  • Source
  • Distance
  • Elevation_Gain
  • Highest_Point
  • Difficulty
  • Est_Hike_Duration
  • Trail_Type
  • Permits(Unused)
  • Rating
  • Review_Count
  • Area
  • State
  • Country
  • Latitude
  • Longitude
  • Url
  • Cover_Photo
  • Parsed_Date

About

Dumps AllTraills data using their API key to query their database and stores data into a CSV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages