Colouring Montreal - part of the Colouring Cities Research Programme (CCRP)
Go to file
Mateusz Konieczny fdd600467b Change community_activities title
requested in #734
2022-02-01 12:47:16 +01:00
.github Create a test Github Action (#640) 2020-12-03 15:10:12 +00:00
app Change community_activities title 2022-02-01 12:47:16 +01:00
docs Merge pull request #705 from colouring-london/feature/update-docs 2022-01-10 14:21:43 +01:00
etl Merge branch 'master' of github.com:tomalrussell/colouring-london 2020-06-18 13:00:53 +01:00
html Update index.html 2019-08-06 16:38:42 +01:00
maintenance Add requests to maintenance requirements.txt 2020-06-25 05:18:27 +01:00
migrations Better name for buildings without marked state 2022-01-15 13:59:32 +01:00
provision Update setup instructions to match actual servers 2021-12-25 20:30:23 +01:00
.all-contributorsrc Merge branch 'master' into all-contributors/add-matkoniecz 2022-01-17 12:10:12 +01:00
.gitignore Ignore VS Code settings 2020-06-18 10:33:09 +01:00
.travis.yml Update node to v12.14.1 2020-01-24 15:44:19 +00:00
CONTRIBUTING.md Fix typo in documentation 2022-01-13 15:34:17 +01:00
ecosystem.config.dev-template.js Add EXTRACTS_DIRECTORY to ecosystem template 2019-10-01 17:50:52 +01:00
ecosystem.config.template.js Add EXTRACTS_DIRECTORY to ecosystem template 2019-10-01 17:50:52 +01:00
LICENSE Initial commit 2018-03-22 21:25:22 +00:00
README.md Merge pull request #719 from colouring-cities/feature/make-contributors-less-confusing 2022-01-18 18:35:00 +01:00
Vagrantfile Forward vagrant ports 3001:3001 and 5432:6543 for razzle and Postgres 2019-04-09 09:29:30 +01:00

Colouring London

All Contributors Build status

How many buildings are there in London? What are their characteristics? Where are they located and how do they contribute to the city? How adaptable are they? How long will they last, and what are the environmental and socio-economic implications of demolition?

Colouring London is a web-based citizen social science project designed to help address these questions by crowdsourcing and visualising twelve categories of information on Londons buildings.

Structure

This repository will contain open-source code for the project which:

  • stores building footprint polygons and source metadata
  • allows site users to record building attribute data
  • serves map tiles rendered from collected data
  • allows site visitors to download the collected building attribute data

Building attribute data collected as part of the project will be made available for download under a liberal open data license (ODbL).

Setup and run

  1. Provision database (see migrations)
  2. Load buildings and geometries to database (see etl)
  3. Install app dependencies: cd app && npm i
  4. Run tests: npm test
  5. Run app: npm start

In development, run with environment variables:

APP_COOKIE_SECRET=test_secret \
PGHOST=localhost \
PGUSER=dbuser \
PGDATABASE=dbname \
PGPASSWORD=dbpassword \
PGPORT=5432 \
TILECACHE_PATH=/path/to/tilecache/directory \
    npm start

Provision script can be also of interest.

Acknowledgements

Colouring London was set up at the Centre for Advanced Spatial Analysis (CASA), University College London and is now based at The Alan Turing Institute. Ordnance Survey is providing building footprints required to collect the data, facilitated by the Greater London Authority (GLA), and giving access to its API and technical support.

License

Colouring London
Copyright (C) 2018-2022 Tom Russell and Colouring London contributors

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

Contributors

Thanks goes to these wonderful people (emoji key):


polly64

🎨 🤔 🖋 🔍

Tom Russell

🎨 🤔 💻 📖

mz8i

💻 🤔

dominic

🤔 🖋

Adam Dennett

🤔

Duncan Smith

🤔

martin-dj

💻
MeldaS
MeldaS

💻 🤔
Tarn Hamilton
Tarn Hamilton

🎨
Louis Jobst
Louis Jobst

🎨

Mateusz Konieczny

💻 📖

Ed Chalstrey

💻 📖

This project follows the all-contributors specification. Contributions of any kind welcome!

Even more thanks go to Colouring London contributors, funders, project partners, consultees, advisers, supporters and friends - everyone involved in the project.