aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: e3e099b473dfe5266e83f950427769044d04d22d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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'`