From 77aed43a99a295f3202063edefcb7ce01e011958 Mon Sep 17 00:00:00 2001 From: gdamms Date: Fri, 24 Jul 2026 12:44:20 +0200 Subject: first commit --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.md (limited to 'README.md') 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. + + + +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'` -- cgit v1.3.1