Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 1.88 KB

File metadata and controls

17 lines (15 loc) · 1.88 KB

🚄 CAHSR Station Area EIFD Revenue Projection Analysis

This project analyzes property tax increment potential around proposed California High-Speed Rail (CAHSR) stations in Los Angeles, Burbank, and Palmdale. It models how Enhanced Infrastructure Financing Districts (EIFDs) could capture property value growth from development and turnover to fund transit-oriented infrastructure improvements over a 45-75 year period.

📁 Data Sources

All data files are available in the project’s Google Drive folder.

File Description
Parcels.gdb Geometry data for all individual land parcels in LA County. Used to identify parcels within CAHSR station catchment areas and calculate parcel acreage.
stations.geojson Geospatial data for proposed CAHSR station locations (Los Angeles Union Station, Burbank Airport Station, Palmdale Station).
Parcel_Data_2021_Table_-2691831558175163259.csv LA County Assessor property tax data including assessed values, improvement values, and Improvement Base Years (Prop 13 lock-in dates).
ZONING_PLY_20250403.geojson Zoning data for the City of Los Angeles with zone classifications.
burbank_planning_zoning_complete(2).geojson Zoning data for the City of Burbank.
palmdale_complete_method2.geojson Zoning data for the City of Palmdale.
far.csv`** Floor Area Ratio (FAR) limits by zoning code, used to estimate development capacity for vacant parcels.
filtered_bur_palm_2011_2020.csv Historical property turnover data for Burbank and Palmdale (2011-2020), used to calibrate turnover rates. (Derived from LA County Assessor data)
filtered_dtla_2011_2020.csv Historical property turnover data for Downtown Los Angeles (2011-2020), used to calibrate turnover rates. (Derived from LA County Assessor data)