Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit f054c70

Browse files
Add processing info to methodology
1 parent e455b47 commit f054c70

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/components/Methodology.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,11 @@ const Methodology = props => {
121121
<p>The lower error rate a city has, the higher it is ranked. The error rate is normalized so that more weights are
122122
assigned to atlas features that are flagged multiple times.</p>
123123

124+
<h4>Data Processing</h4>
125+
<p>OSM data used in analyses were downloaded September 2018. Processing time for a given city region including data extraction, atlas-check processing and grid generation
126+
ran about 30 minutes for this exercise. When machine environment settings are optimized for data processing,
127+
the time required for all 51 cities to run in batch mode is approximately 24 hours.</p>
128+
124129
<h4>Grid Generation and Statistics</h4>
125130
<p>Analysis grids were generated using a custom python tool which optimizes grid size based on map error density.
126131
The tool automates a process to find the optimal heat-map grid size, an area containing a critical mass of errors that represents

0 commit comments

Comments
 (0)