-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
91 changed files
with
4,871 additions
and
6,221 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 5f4ca6e53e88c0838a1ce84353901a92 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
5. Data Sources | ||
############### | ||
|
||
The Urban Analyst platform aims to be applicable to as much of the world as | ||
possible. To achieve this, data sources are chosen which are ideally have | ||
global coverage, and which are not specific to any one city. The global sources used are: | ||
|
||
- `Open Street Map <https://openstreetmap.org>`_ for all data on traversable | ||
ways, natural spaces, parking infrastructure, and locations of schools. | ||
- Population density data from the `European Union *Global Human Settlement | ||
Layer* <https://ghsl.jrc.ec.europa.eu/index.php>`_. | ||
- Elevation data from `NASA Earth Observation | ||
Data <https://www.earthdata.nasa.gov/>`_, used to include effects of incline | ||
on both pedestrian and bicycle travel times. | ||
|
||
The following additional data are then required for each city: | ||
|
||
- Data on some measure of socio-demographic inequality or disadvantage, such as | ||
rates of unemployment, quantified within a series of polygonal shapes which | ||
are also used to define each city. | ||
- Data on public transport timetables in *General Transit Feed Specification* | ||
(GTFS) format, or in other formats able to be converted to GTFS format. | ||
|
||
The last of these data requirements is the most restrictive, as most cities of | ||
the world do not have or provide public transport data in GTFS format. There | ||
are nevertheless thousands of cities which do provide GTFS feeds, as can be | ||
seen for example in the GTFS feed aggregation platform | ||
`transit.land <https://transit.land>`_. | ||
|
||
For USA cities, data for the additional two variables of housing value and | ||
rental price per room are obtained from US Government census data. |
Oops, something went wrong.