Address
  • 05 Feb 2020
  • 3 Minutes to read
  • Contributors
  • Dark
    Light
  • PDF

Address

  • Dark
    Light
  • PDF

Article summary

Address

Access these items through using the address prefix. For example: address.latitude.

nametypedescriptionexample
address_idstring,nullLocal unique identifier assigned to this address.
address_line1stringStreet address for the incident location.2600 BROOK RD
battalionstring,nullThe battalion of the incident location.1
building_numberstringThe building number.
citystringThe city associated with the incident location.Richmond
common_place_namestring,nullA commonplace name for the incident location.
cross_street1stringThe name of the first incident cross street.DUBOIS AVE
cross_street2stringThe name of the second incident cross street.EDGEHILL RD
distance_from_fire_departmentnumberThe distance from the fire department to the emergency.2.1
elevationnumberHeight in feet above sea level.
first_duestringThe apparatus station which is expected to be the first unit to arrive at the scene.14
floorstringThe building floor number.
geohashstring
latitudenumberThe latitudinal coordinate of the location as decimal degrees in the WGS84 coordinate system.37.566419
locationstringAll location fields can be automatically calculated if not provided by source.
longitudenumberThe longitudinal coordinate of the location as decimal degrees in the WGS84 coordinate system.-77.449261
namestringThe street name of the incident location.
numberstringThe number portion only of the incident street address.2600
population_densitystringPopulation per unit area definitions such Urban, Suburban, Rural and Wildland.Urban
postal_codestringThe zip code associated with the incident address.
prefix_directionstring,nullThe prefix direction of the incident location.
response_zonestringThe name of the geographical response area, also commonly referred to as box.907301
statestringThe state associated with the incident location.VA
suffix_directionstring,nullThe suffix direction of the incident location.
suitestringThe suite or apartment number.
typestringThe street address type (ie ST, RD)RD

Address.location

Contains spatial data enrichments. Some of the fields provided by default are described here.

Census 2010 tract data

Often an optional parameter in fire incident reports, the ability to link fire data to census geographies provides access to a wealth of demographic and economic factors. Further technical documentation regarding the 2010 census data and corresponding geometries can be found in the Census 2010 TIGER/Line Shapefiles dataset.

nametypedescriptionexample
blockstringBlock number from 2010 Census2034
block_groupstringBlock_group number from 2010 Census2
census_idstringGEOID of block from the 2010 Census390410122002034
descriptionstringHuman readable block name from 2010 CensusBlock 2034
population_densitystringPopulation density classification of block from 2010 CensusU
tractstringTract number from 2010 Census.012200

Social Vulnerability Index (SVI)

The Social vulnerability index is a collection of pre-processed variables from the American Community Survey (ACS) that are subsequently ranked by percentile either within states or nationally. The variables used have been selected based on apparent correlation in literature with the ability of a family to recover from a catastrophic event. For the summary metrics, the closer a value is to 1, the more vulnerable to catastrophe families in that area are based on the underlying ACS characteristics.
This index is maintained by the CDC and the SVI 2016 Documentation is publicly available.

SVI Themes

The Social Vulnerability Index is comprised of an overall vulnerability score calculated using four underlying "themes", which are themselves determined using logical groupings of ACS variables.

social-vulnerability-index-themes.png

Note that “Minority” here is defined by the CDC’s processing of the ACS racial characteristics as “Any non-white race.”

SVI fields available in NFORS

The following table provides the mapping between native SVI fields and their corresponding name in NFORS.

NFORS Field NameSVI native field name (see SVI 2016 documentation)
summary.overallRPL_THEMES
summary.household_compositionRPL_THEME2
summary.housing_transportRPL_THEME4
summary.minority_status_languageRPL_THEME3
summary.socioeconomicRPL_THEME1
household_composition.disabledE_DISABL
household_composition.disabled_percentageEP_DISABL
household_composition.over_age_65E_AGE65
household_composition.over_age_65_percentageEP_AGE65
household_composition.single_parentE_SNGPNT
household_composition.single_parent_percentageEP_SNGPNT
household_composition.under_age_17E_AGE17
household_composition.under_age_17_percentageEP_AGE17
housing_transportation.crowdingE_CROWD
housing_transportation.crowding_percentageEP_CROWD
housing_transportation.group_quartersE_GROUPQ
housing_transportation.group_quarters_percentageEP_GROUPQ
housing_transportation.high_density_housing_unitsE_MUNIT
housing_transportation.high_density_housing_units_percentageEP_MUNIT
housing_transportation.mobileE_MOBILE
housing_transportation.mobile_percentageEP_MOBILE
housing_transportation.no_vehicleE_NOVEH
housing_transportation.no_vehicle_percentageEP_NOVEH
minority_status_language.limited_englishE_LIMENG
minority_status_language.limited_english_percentageEP_LIMENG
minority_status_language.minorityE_MINRTY
minority_status_language.minority_percentageEP_MINRTY
socioeconomic.no_highschool_diplomaE_NOHSDP
socioeconomic.no_highschool_diploma_percentageEP_NOHSDP
socioeconomic.per_capita_incomeE_PCI
socioeconomic.povertyE_POV
socioeconomic.poverty_percentageEP_POV
socioeconomic.unemploymentE_UNEMP
socioeconomic.unemployment_percentageEP_UNEMP
general.area_sqmiAREA_SQMI
general.daytime_populationE_DAYPOP
general.fipsFIPS
general.householdsE_HH
general.housing_unitsE_HU
general.total_populationE_TOTPOP
general.uninsuredE_UNINSUR
general.uninsured_percentageEP_UNINSUR

What's Next