# 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. Yellow : Leached only
Red : Prohibited / Not allowed
Blue : Protected area (check rules)
Unmarked : No specific regional restrictions found (or data is incomplete)
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'`