Block-level Earnings New York City (2002-14) from Longitudinal Employer-Household Dynamics (LEHD).
nycearnings
An sf data frame with 108,487 rows, 66 variables, and a geometry column:
State FIPS code
County FIPS code
Tract FIPS code
Block FIPS code
Unique Geographic identifier (FIPS code)
Urban (U) - rural (R) classification
Urban area census code
Urban type area. U: Urbanized areas of 50,000 people or more. C: Urban Clusters (UCs) of at least 2,500 and less than 50,000 people.
Land area
Water area
Latitude
Longitude
Polygon area
Polygon length
Total number of jobs in year YR
Number of jobs with earnings $1250/month or less in year YR
Number of jobs with earnings $1251/month to $3333/month in year YR
Number of jobs with earnings greater than $3333/month in year YR
Longitudinal Employer-Household Dynamics (LEHD). https://lehd.ces.census.gov/data/lodes/LODES7/LODESTechDoc7.0.pdf
Sf object, USA Contiguous Albers Equal Area Conic. ESRI Projection 102003. Geographic units: 2010 Census blocks.
if (requireNamespace("sf", quietly = TRUE)) { library(sf) data(nycearnings) plot(nycearnings["CE01_02"]) }