Skip to content

atloo1/travel-pinboard

Repository files navigation

travel-pinboard

GitHub Actions Workflow Status Dynamic TOML Badge Dynamic TOML Badge GitHub License GitHub code size in bytes

Checked with mypy Poetry pre-commit Renovate enabled Ruff

make a travel pinboard, such as:

image

prerequisites

git clone https://github.com/atloo1/travel-pinboard.git
cd travel-pinboard/

run

poetry install --without dev
poetry run python -m travel_pinboard.main

develop

prerequisites

1st time setup

pyenv install 3.9 --skip-existing   # or your choice
pyenv local 3.9   # or your choice
poetry install
poetry run pre-commit install

adding pins (spreadsheet formulas for a 8192x4096 equirectangular map)

x: =(longitude+180)*(8192/360)

y: =(90-latitude)*(4096/180)

About

make a travel pinboard

Resources

License

Stars

Watchers

Forks

Languages