Generated in Kepler.gl and modified in Illustrator
Mapped for cute sea turtles to show their nesting location (beaches) in Australia and Oceania.
City isochrone maps, made in Python with OSMnx. How far can you travel on foot from the city center? I kinda have some clues to dive deeply into accessibility metrics and direction index for cities.
follow the tutorial made by milos-agathon, and his code in R.
A blast from the past Python & Adobe
I mapped the change of the MVC Index per street in Manhattan from January to October of the year 2023. The data is from NYC Open Data, containing details on the crash event from all police-reported motor vehicle collisions in NYC. The MVC Index provides a measure of crash frequency per street. It was calculated based on street network length, nearest edge, and the number of crashes, then logged and normalized.
Packages that I used include OSMnx
to get street network graphs and graph edges, matplotlib
to plot the histogram and maps, folium
to visualize the interactive map.
I mapped the popular check-in points under the hashtag "ustrip" in North America on Instagram. The data is from Voratham Tiabrat, including the records during Jan 2016 to Oct 2019. I mapped it with R and modified it in Adobe Illustrator.
Packages that I used include ggplot
, rnaturalearth
, sf
and dplyr
.