HIC Facility Geocoded Addresses

Geocoded addresses for housing facilities in the San Diego CoC.

sandiegodata.org-hic_geocode-1

Resources | Packages | Documentation| Contacts| References| Data Dictionary

Resources

  • hic_geocode. Geocoded addresses from the HIC facility inventory

Documentation

This dataset has geocoded addresses from the HUD Housing Inventory Count. The addressess are geocoded with the US Census geocoder.

Caveats

Fairly few of the facilities in the inventory dataset have addresses, about 14K of 170K records.

Contacts

Packages

Accessing Packages in Metapack

import metapack as mp
pkg = mp.open_package('http://library.metatab.org/sandiegodata.org-hic_geocode-1.zip')

# Create Dataframes
hic_geocode_gdf = pkg.resource('hic_geocode').geoframe()

Data Dictionary

hic_geocode

hic_geocode

Column NameData TypeDescription
rowintegerRow number in original HIC inventory file
yearintegerInventory year
organization_idstringOrganization id
project_idstringProject ID. Different projects for the same organization may have different addresses.
coc_idinteger
hudnumstring
is_matchstring“Match” if the geocoder could match the address
is_exactstring‘Exact” if the geocoder found an exact address
returned_addressstringThe address for the geocoded point
geoidstringTract geoid
longitudestring
latitudestring
state_fipsstringState FIPS code
county_fipsstringCounty FIPS code
geometrystringPosition in WKT format

References

Urls used in the creation of this data package.

  • metapack+http://library.metatab.org/hudexchange.info-hic-project-1.zip#hic.

Last Modified 2019-07-17T00:49:19

Packages

Accessing Packages in Metapack

import metapack as mp
pkg = mp.open_package('http://library.metatab.org/sandiegodata.org-hic_geocode-1.zip')

# Create Dataframes
hic_geocode_gdf = pkg.resource('hic_geocode').geoframe()