A working python conversion script for RLIS Trails to the Open Trail specification
- Aims to be lean on dependencies.
- Does not require GDAL, shapely, arcpy etc.
- Not web-based.
Order of operations
- Download trails file from RLIS
- Unzip
- Read shapefile (into memory)
- Create trails_segments.geojson
- Create named_trails.csv
- Create stewards.csv
- Create areas.geojson
If you have a compiler, you can run pip install -r requirements.txt
but if not or you don't know,
go snag these installables for your correct platform and python version:
- Clone or download the zipped repository
- Satisfy dependencies (see above)
>python RLISTRails2OT.py
- Does not include trailheads.geojson
- Does not include areas.geojson
- DO NOT HANG ANYTHING OFF OF THE NAMED_TRAIL.CSV IDs
- See issue 1