Skip to content

cgrundman/travel-map-visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travel Map Visualization

This repo features visualization code for Regional/National travel. Using a base map from a shapefile and geopandas to create a voronoi segmented map, this code can create a timelapse of travels in a geographic region or country from a list of locations. An example can be seen below (national parks visited as of Sep 2024):

These maps are voronoi segmented maps. The this takes given points and maps regions of least distance to them. The need was to better show the extent of travels. Points do not accuratly show the amounbt of distance and size of the area seen.

Run Locally

Clone the project

  git clone https://github.com/cgrundman/np-map-visualization

Go to the project directory

  cd local/path/np-map-visualization

Install libraries

  pip install -r requirements.txt

Demo

The following are limited gifs made with ezgif.com. Full gifs can be seen in the subdirectories.

US National Parks:

I drove to most of these parks with my own car (2012 Chevrolet Sonic), sometimes taking a free weekend or holiday to see the sites. I was also able to do this between jobs and committed all of vacation time for 6 years to this pursuit.

Germany cities and sites (Sehenswürdigkeiten):

As a fun fact, the locations seen on this maps are almost exclsivly through public transportation and train travel. This makes seeing these cities and places much more difficult.

Acknowledgements

Resources:

Map Data and Shapefiles:

License

MIT

About

Visualization of National Parks in the US.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages