diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..e3e099b --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# Dog Friendly Data +This repository contains scripts I used to scrape and process data related to dog-friendly locations. + +## Data + +I collected the data to create a map of dog-unfriendly locations. The collected data are acutally meant to identify possible dog-prohibited areas. Only areas that are known to me to be dog-restricted are then moved to the concerned category. I always add a justification for each area, and I try to provide a link to the official source of information. If you find any errors or have additional information, please feel free contact me. + +<iframe src="https://www.google.com/maps/d/u/0/embed?mid=1CxFX_yBhNfWjP3vAlOlEF-kZTWBncik&ehbc=2E312F&noprof=1" width="640" height="480"></iframe> + +Yellow : Leached only<br/> +Red : Prohibited / Not allowed<br/> +Blue : Protected area (check rules)<br/> +Unmarked : No specific regional restrictions found (or data is incomplete)<br/> +Dog-friendly areas are intentionally not marked, as regulations may change over time. Always verify local rules before visiting with a dog. + +And here is the Google My Maps raw link to the map: +https://www.google.com/maps/d/edit?mid=1CxFX_yBhNfWjP3vAlOlEF-kZTWBncik&usp=sharing + + +## Setup + +```sh +uv init +uv install +``` + +## Scripts + +`test_export.py`: Tests the export of data to KML format for Google Maps. I used this to make sure I didn't make any mistakes while importing multiple data sources. Example: `uv run src/test_export.py exported_google_layer.kml 'source_files_*.kml'` |
