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:
geo.yml filepoetry run geofeeds.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.