original_kml.kml
is the name of the original kml file that /u/kenilwort provided on Redditmodified_name.kml
is the modified kml file where the mileposts were stripped from the nameoutput.kml
is the output kml generated byupdate_parkway.py
- mileposts were added in the description and in the extended data
- there are a few missing crossroads in the original kml file (e.g. NC Highway 151 Access Road)
git clone [email protected]:jeffbliss/blue_ridge_parkway_closures.git
pyenv virtualenv 3.9.15 parkway
pyenv activate parkway
pip install -r requirements.txt
python update_parkway.py
npm install -g @mapbox/togeojson
togeojson output.kml > output.json