Skip to content

glacialcascade/urbanstats

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

437 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

urbanstats

A tool for viewing statistics of various areas in the United States.

Currently live at urbanstats.org.

Build instructions

Very incomplete, I started documenting this halfway through

conda install -c conda-forge cfgrib
pip install -r requirements.txt
cd react; npm i; cd ..

You will want to clone the site repository to some location, using a shallow clone

git clone --depth 1 git@github.com:densitydb/densitydb.github.io.git

I assume you are placing the site repository in ~/temp/site in the following commands.

To just build the site javascript files, run

python create_website.py ~/temp/site --no-data --no-geo --no-juxta

Then you can serve the site by running

cd ~/temp/site; python -m http.server

About

A tool for viewing statistics of various areas in the United States.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 54.7%
  • Python 42.9%
  • CSS 1.3%
  • Other 1.1%