Thanks to visit codestin.com
Credit goes to github.com

Skip to content

qupixel/worldtour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A 'word' tour in 80 days

Cities appearing in The World Tour in 80 Days ebook. Cities extracted using python, spacy, and a few other things. Visualization in D3.js with geojson.

Interactive visualization here

This was a for-fun project developed in a few weekends.

Pre-requisites

Running

  • Run src/places.py to extract the list of cities.
  • A Dockerfile is provided for Docker users.
  • To run the image, run make build.
  • Once the image is built, to start the container, run make docker (after that you can run make clean docker.
  • From inside the container, you can run make test to check everything is fine
  • From inside the container make cities.csv to launch the process of extracting cities.

About

Cities appearing in The World Tour in 80 Days ebook. Cities extracted using python, spacy, and a few other things. Visualization in D3.js with geojson.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors