Skip to content

sorami/people-map-japan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A People Map of Japan

A Japanese version of A People Map of the US; This is not my idea, all credit goes to the awesome team at The Pudding!

Built with MapLibre GL JS and SvelteKit.

See this presentation for details (in Japanese); MapLibre, Svelte, Wikipediaデータを用いた地理空間情報可視化の事例 / MIERUNE Meetup mini #01 - Speaker Deck

Data Sources

Diretories

  • preparation/
    • Data preparation code
    • $ poetry install
    • $ poetry run jupyter notebook
    • => All code (notebooks) under preparation/code/
  • app/
    • A SvelteKit app
    • $ npm install
    • $ npm run serve
    • $ npm run build