https://github.com/okainov/belgium-bivakzones
Small script to get free wild camping places in Belguim in GPX
https://github.com/okainov/belgium-bivakzones
belgium bivouac bivwak camping gpx python travel wild
Last synced: 3 months ago
JSON representation
Small script to get free wild camping places in Belguim in GPX
- Host: GitHub
- URL: https://github.com/okainov/belgium-bivakzones
- Owner: okainov
- License: agpl-3.0
- Created: 2022-06-02T20:43:57.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-02T21:00:24.000Z (about 3 years ago)
- Last Synced: 2025-03-10T16:50:09.974Z (3 months ago)
- Topics: belgium, bivouac, bivwak, camping, gpx, python, travel, wild
- Language: Python
- Homepage:
- Size: 224 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bivakzone / free camping in Belgium

I love free "bivouac"/wild camping areas in Belguim (so called "bivakzones") and their website [bivakzone.be](https://bivakzone.be/overzichtskaart.html), but the problem is I cannot upload points to my Locus Maps and any other offline maps app, as the website doesn't allow to export in `.gpx`. So I've decided to implement a simple script to get coordinates in GPX format.
It's just simply parsing the source code and extracts coordinates and names of the points.
Additionally, I fix wrong coordinates of a few points which are "intentionally wrong", I'll never understand why would anyone provide false information...
## Usage
```bash
pip install -r requirements.txt
python main.py
```if everything is ok, the script should produce `bivakzones.gpx` file with ~56 points (at the time of writing in June 2022).
Feel free to report issues or ideas in Issues, contributions are welcome as well.