mnaylor5 / prime-condies

Streamlit app to pull weather data and assess climbing conditions
Apache License 2.0
1 stars 0 forks source link

Clean up location data #3

Open mnaylor5 opened 7 months ago

mnaylor5 commented 7 months ago

The locations I parsed in the first pass through OpenBeta's climbing data (https://github.com/OpenBeta/climbing-data/tree/main) provided the basic functionality, but the hierarchy makes more sense for some areas than others. I need to go back in and clean up some of them (examples: IL is too granular, and parts of UT are too broad).

Screen Shot 2024-03-15 at 10 05 06 PM Screen Shot 2024-03-15 at 10 05 36 PM
mnaylor5 commented 7 months ago

Also might refactor data processing into a script and just use the notebook for EDA. This would make it easier to rerun with slight tweaks (or new custom locations).