https://github.com/rybesh/census-boundaries
example of using census boundary data to create simple visualizations
https://github.com/rybesh/census-boundaries
Last synced: about 1 year ago
JSON representation
example of using census boundary data to create simple visualizations
- Host: GitHub
- URL: https://github.com/rybesh/census-boundaries
- Owner: rybesh
- Created: 2020-04-22T21:56:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-22T22:45:45.000Z (about 6 years ago)
- Last Synced: 2025-02-14T14:51:30.259Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://rybesh.github.io/census-boundaries/
- Size: 836 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# census boundaries
This is a simple example using [D3](https://d3js.org) to visualize cartographic boundaries
from the census bureau.
If you want to run it locally, [download](https://github.com/rybesh/census-boundaries/archive/master.zip) the project and unzip it. You'll need to serve the files using a local HTTP server.
One way to do this is to `cd` to the directory where you unzipped the project, and run a Python3 HTTP server to serve to project directory:
```sh
cd census-boundaries-master
python3 -m http.server -b 127.0.0.1
```
Then open this URL in your browser:
http://127.0.0.1:8000/