Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.61 KB

README.md

File metadata and controls

37 lines (29 loc) · 1.61 KB

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