Skip to content
forked from sujeshs/NYU

This NYU Stern project is a map of NYC building emissions, viewed in the lense of building ownerships and liens. This work is built on top of that of Sujesh Sukumaran and Alejandro Cardona.

Notifications You must be signed in to change notification settings

maxwang1499/Stern_PACE

 
 

Repository files navigation

Contribution guidelines

  1. Run mvn spotless:apply to format your code
  2. Submit PRs

Backup

  1. To export data from postgres use below command
docker exec -t stern-local-postgres pg_dumpall -c -U postgres > ./export.sql
  1. To import data into postgres
docker exec -it stern-local-postgres psql -U postgres -P postgres -f export.sql

About

This NYU Stern project is a map of NYC building emissions, viewed in the lense of building ownerships and liens. This work is built on top of that of Sujesh Sukumaran and Alejandro Cardona.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 94.0%
  • Kotlin 5.9%
  • Dockerfile 0.1%