This repository contains all geofeeds exposed on geofeed.turtlebit.net.
Geofeeds are generated via the generate_geofeeds.py
and the configuration file geo.yml
.
To update geofeeds, you will need to have Python and Poetry installed on your machine.
To add, update or remove a geofeed information:
- update the
geo.yml
file - run
poetry run geofeeds
. - Review all changes, commit and make a pull request for review.
Once, the pull request has been merged, geofeeds will be automatically updated on geofeed.turtlebit.net.
In case you make modifications to the generate_geofeeds.py
script, please run ruff
.