Skip to content

A datasette web app to enable exploratory data analysis of internal codema buildings datasets

License

Notifications You must be signed in to change notification settings

codema-dev/data-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Codema Data Explorer

A datasette web application to enable exploration of:

  • Residential Buildings

    • Building Energy Ratings (BER) @ Small Area Level [05/2021] - closed-access
      • Census [2016]
      • Archetypes (typical buildings for zone pulled from BERs)
  • Commercial Buildings

    • Valuation Office Floor Areas - closed-access
      • CIBSE Guide F - closed-access
      • CIBSE TM46 - closed-access

Setup

Install:

pip install datasette datasette-auth-passwords

Run locally:

USER_PASSWORD_HASH='pbkdf2_sha256$260000$...' datasette -m metadata.yaml buildings.db

Publish to heroku:

datasette publish heroku \
    -m metadata.yaml \
    -n codema-data-explorer \
    --install datasette-auth-passwords \
    --plugin-secret datasette-auth-passwords user_password_hash 'pbkdf2_sha256$...' \
    buildings.db 

About

A datasette web app to enable exploratory data analysis of internal codema buildings datasets

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published