index
:
memories.git
master
Blaise Thompson's digital scrapbook served at memories.blaise.zone.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
memories
/
2025-nyc
/
map.py
blob: e3aafff7ba4aa453bfc7e03d57e77c976c71dc88 (
plain
)
1
2
3
4
import
folium
m
=
folium
.
Map
(
location
=
(
40.779499
,
-
73.967928
))
m
.
save
(
"map.html"
)