Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1.95 KB

research-evaluate-datasets.md

File metadata and controls

54 lines (38 loc) · 1.95 KB

Research and evaluate existing data sets

General considerations

The geometry field can be used to:

  • Deduct the zipcode from the geometry using the lookup service get-directions.
  • Compute the area using the geometry with the fiona and pyshp libraries. However it produced a unitless result, for example 6.374564927874783e-08 which I am not sure how to interpret.

In order to compare the results to a known building, when applicable, all the examples will feature the Sabina property, 3400 Harmon Avenue, Austin TX, 78705.

Relevant facts for our effort:

Item Value 1 Value 2
# of units 298
Land area 2.565 acres 111731.5 sqft
Ground floor area 1.978 acres 86187 sqft

Sources:

Evaluations

Final data set

This is what the final data set should look like and where the data comes from:

Column Source
Building info TCAD - aggregated data
# of units(*)
# of occupants
acreage (sqft) TCAD
footprint (sqft) OSM - computed from geometry
impervious cover (%) computed
impervious cover per occupants computed

(*) The # of units is not necessary per say, but would help in case we cannot get the number of occupants per building.

Conclusions

The detailed conclusions of our research can be found on the dedicated page.