make a travel pinboard, such as:
- poetry
./input/map.png
downloaded from the 8K-BAM project./input/pinboard.tsv
with fieldsx
,y
, &0
where pins point at(x,y)
with heading0
°
git clone https://github.com/atloo1/travel-pinboard.git
cd travel-pinboard/
poetry install --without dev
poetry run python -m travel_pinboard.main
pyenv install 3.9 --skip-existing # or your choice
pyenv local 3.9 # or your choice
poetry install
poetry run pre-commit install
x
: =(longitude+180)*(8192/360)
y
: =(90-latitude)*(4096/180)