Skip to content

A small project that shows all streets aligned towards the summer and winter solstice

License

Notifications You must be signed in to change notification settings

sztanko/solsticestreets

Repository files navigation

Gitpod ready-to-code

solstreets

Map of all streets pointing to the direction of the sun at first sunrise after winter solstice

Adding new cities

To add new city, just add it in config/cities.json You only need to add name and country:

{
    "name": "Athens",
    "country": "United States",
}

Then run python ./python/one_offs.py enrich-cities config/cities.json

It will enrich the json with coordinates and everythign else. Then commit.

About

A small project that shows all streets aligned towards the summer and winter solstice

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published