Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update vars dict ahead of 2025 model #35

Merged
merged 1 commit into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions data-raw/vars_dict.csv
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,12 @@ qu_mlt_cd,card,card,meta_card_num,card_num,Card Number,meta,character,,,
,,nearest_major_road_name,prox_nearest_major_road_name,nearest_major_road_name,Nearest Major Road Name,prox,character,,,
,,nearest_major_road_dist_ft,prox_nearest_major_road_dist_ft,nearest_major_road_dist_ft,Nearest Major Road Distance (Feet),prox,numeric,,,
,,nearest_major_road_data_year,prox_nearest_major_road_data_year,nearest_major_road_data_year,Nearest Major Road Data Year,prox,character,,,
,,prox_nearest_road_highway_dist_ft,prox_nearest_road_highway_dist_ft,nearest_road_highway_dist_ft,Nearest Highway Distance (Feet),prox,numeric,,,
,,prox_nearest_road_arterial_dist_ft,prox_nearest_road_arterial_dist_ft,nearest_road_arterial_dist_ft,Nearest Arterial Road Distance (Feet),prox,numeric,,,
,,prox_nearest_road_collector_dist_ft,prox_nearest_road_collector_dist_ft,nearest_road_collector_dist_ft,Nearest Collector Road Distance (Feet),prox,numeric,,,
,,prox_nearest_road_highway_daily_traffic,prox_nearest_road_highway_daily_traffic,nearest_road_highway_daily_traffic,Average Daily Traffic Count on Nearest Highway,prox,numeric,,,
,,prox_nearest_road_arterial_daily_traffic,prox_nearest_road_arterial_daily_traffic,nearest_road_arterial_daily_traffic,Average Daily Traffic Count on Nearest Arterial Road,prox,numeric,,,
,,prox_nearest_road_collector_daily_traffic,prox_nearest_road_collector_daily_traffic,nearest_road_collector_daily_traffic,Average Daily Traffic Count on Nearest Collector Road,prox,numeric,,,
,,nearest_metra_route_id,prox_nearest_metra_route_id,nearest_metra_route_id,Nearest Metra Route ID,prox,character,,,
,,nearest_metra_route_name,prox_nearest_metra_route_name,nearest_metra_route_name,Nearest Metra Route Name,prox,character,,,
,,nearest_metra_route_dist_ft,prox_nearest_metra_route_dist_ft,nearest_metra_route_dist_ft,Nearest Metra Route Distance (Feet),prox,numeric,,,
Expand All @@ -292,9 +298,11 @@ qu_mlt_cd,card,card,meta_card_num,card_num,Card Number,meta,character,,,
,,nearest_university_name,prox_nearest_university_name,nearest_university_name,Nearest University Name,prox,character,,,
,,nearest_university_dist_ft,prox_nearest_university_dist_ft,nearest_university_dist_ft,Nearest University Distance (Feet),prox,numeric,,,
,,nearest_university_data_year,prox_nearest_university_data_year,nearest_university_data_year,Nearest University Data Year,prox,character,,,
,,prox_nearest_stadium_dist_ft,prox_nearest_stadium_dist_ft,nearest_stadium_dist_ft,Nearest Major Stadium (Feet),prox,numeric,,,
,,nearest_vacant_land_pin10,prox_nearest_vacant_land_pin10,nearest_vacant_land_pin10,Nearest Vacant Land 10-Digit PIN,prox,character,,,
,,nearest_vacant_land_dist_ft,prox_nearest_vacant_land_dist_ft,nearest_vacant_land_dist_ft,Nearest Vacant Land Parcel Distance (Feet),prox,numeric,,,
,,nearest_vacant_land_data_year,prox_nearest_vacant_land_data_year,nearest_vacant_land_data_year,Nearest Vacant Land Data Year,prox,character,,,
,,prox_nearest_new_construction_dist_ft,prox_nearest_new_construction_dist_ft,nearest_new_construction_dist_ft,Nearest New Construction (Feet),prox,numeric,,,
,,nearest_water_id,prox_nearest_water_id,nearest_water_id,Nearest Water ID,prox,character,,,
,,nearest_water_name,prox_nearest_water_name,nearest_water_name,Nearest Water Name,prox,character,,,
,,nearest_water_dist_ft,prox_nearest_water_dist_ft,nearest_water_dist_ft,Nearest Water Distance (Feet),prox,numeric,,,
Expand Down Expand Up @@ -508,3 +516,9 @@ qu_mlt_cd,card,card,meta_card_num,card_num,Card Number,meta,character,,,
,,char_full_baths,char_full_baths,full_baths,Full Baths,char,numeric,,,
,,strata_1,meta_strata_1,strata_1,Condominium Building Strata 1,meta,character,,,
,,strata_2,meta_strata_2,strata_2,Condominium Building Strata 2,meta,character,,,
,,shp_parcel_centroid_dist_ft_sd,shp_parcel_centroid_dist_ft_sd,parcel_centroid_dist_ft_sd,Standard Deviation Distance From Parcel Centroid to Vertices (Feet),shp,numeric,,,
,,shp_parcel_edge_len_ft_sd,shp_parcel_edge_len_ft_sd,parcel_edge_len_ft_sd,Standard Deviation Parcel Edge Length (Feet),shp,numeric,,,
,,shp_parcel_interior_angle_sd,shp_parcel_interior_angle_sd,parcel_interior_angle_sd,Standard Deviation Parcel Interior Angle (Degrees),shp,numeric,,,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these angles in degrees, or radians?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

,,shp_parcel_mrr_area_ratio,shp_parcel_mrr_area_ratio,parcel_mrr_area_ratio,Ratio of Parcel Area to Minimum Rotated Bounding Rectangle,shp,numeric,,,
,,shp_parcel_mrr_side_ratio,shp_parcel_mrr_side_ratio,parcel_mrr_side_ratio,Ratio of Parcel Minimum Rotated Bounding Rectangle Longest to Shortest Side,shp,numeric,,,
,,shp_parcel_num_vertices,shp_parcel_num_vertices,parcel_num_vertices,Number of Parcel Vertices,shp,numeric,,,
Binary file modified data/vars_dict.rda
Binary file not shown.
Loading