8000 GitHub - cgrundman/travel-map-visualization: Visualization for travel maps, segments given geographic regions for given sites via Voronoi algorithm.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cgrundman/travel-map-visualization

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 for travel maps, segments given geographic regions for given sites via Voronoi algorithm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0