diff --git a/data-raw/vars_dict.csv b/data-raw/vars_dict.csv index 2c5cfe6..3673a4a 100644 --- a/data-raw/vars_dict.csv +++ b/data-raw/vars_dict.csv @@ -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,,, @@ -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,,, @@ -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,,, +,,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,,, diff --git a/data/vars_dict.rda b/data/vars_dict.rda index 9318ebf..55660eb 100644 Binary files a/data/vars_dict.rda and b/data/vars_dict.rda differ