WillFernandes1 / manhattanpopulationexplorer

A MapBoxGL and D3 web mapping tool for exploring the dynamic population of Manhattan.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Manhattan Population Explorer

A MapBoxGL and D3 web mapping tool for exploring the dynamic population of Manhattan.

You've reached the public Github repository for the Manhattan Population Explorer tool. The tool is currently hosted by Github here with an alias available at ManPopEx.us.

If you are interested in the methodology, you can view a PDF presentation located in the 'presentation' directory, titled '120507_turnstile_presentation.pdf'.

Current Status

I let my mapbox account expire because it was costing me hundreds of dollars to host this project. Rest assured if you are a developer you can run this locally. Here are the instructions:

  1. Obtain a MapBox key from a new account at mapbox.com.
  2. Clone this repository and cd into it.
  3. Update line 2 of manpop.js with your personal key found here.
  4. Run a simple http server from the manhattanpopulationexplorer directory. If you use python: python -m http.server
  5. Navigate to the localhost port the server is listening on. Probably localhost:8000 in your browser.

Credits & Links

About

A MapBoxGL and D3 web mapping tool for exploring the dynamic population of Manhattan.

License:Apache License 2.0


Languages

Language:JavaScript 70.7%Language:HTML 17.7%Language:CSS 11.6%