Skip to content

Commit

Permalink
Add new model vars to vars_dict
Browse files Browse the repository at this point in the history
  • Loading branch information
wrridgeway committed Feb 28, 2024
1 parent 6bdb2f2 commit bea42f8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions data-raw/vars_dict.csv
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,16 @@ qu_mlt_cd,card,card,meta_card_num,card_num,Card Number,meta,character,,,
,,nearest_railroad_name,prox_nearest_railroad_name,nearest_railroad_name,Nearest Railroad Name,prox,character,,,
,,nearest_railroad_dist_ft,prox_nearest_railroad_dist_ft,nearest_railroad_dist_ft,Nearest Railroad Distance (Feet),prox,numeric,,,
,,nearest_railroad_data_year,prox_nearest_railroad_data_year,nearest_railroad_data_year,Nearest Railroad Data Year,prox,character,,,
,,nearest_secondary_road_osm_id,prox_nearest_secondary_road_osm_id,nearest_secondary_road_osm_id,Nearest Secondary Road OSM Id,prox,character,,,
,,nearest_secondary_road_name,prox_nearest_secondary_road_name,nearest_secondary_road_name,Nearest Secondary Road Name,prox,character,,,
,,nearest_secondary_road_dist_ft,prox_nearest_secondary_road_dist_ft,nearest_secondary_road_dist_ft,Nearest Secondary Road Distance (Feet),prox,numeric,,,
,,nearest_secondary_road_data_year,prox_nearest_secondary_road_data_year,nearest_secondary_road_data_year,Nearest Secondary Road Data Year,prox,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,,,
,,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,,,
,,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 @@ -485,3 +495,8 @@ qu_mlt_cd,card,card,meta_card_num,card_num,Card Number,meta,character,,,
,,nearest_golf_course_id,prox_nearest_golf_course_id,nearest_golf_course_id,Nearest Golf Course ID,prox,character,,,
,,nearest_golf_course_data_year,prox_nearest_golf_course_data_year,nearest_golf_course_data_year,Nearest Golf Course Data Year,prox,character,,,
,,char_recent_renovation,char_recent_renovation,recent_renovation,Recent Renovation,char,logical,,,
,class,char_class,char_class,,Property Class,char,character,,,
,,airport_dnl_total,prox_airport_dnl_total,airport_dnl_total,Total Airport Noise DNL,prox,numeric,,,
,,is_corner_lot,ccao_is_corner_lot,is_corner_lot,Corner Lot,ccao,logical,,,
,,ccao_is_active_exe_homeowner,ccao_is_active_exe_homeowner,is_active_exe_homeowner,Active Homeowner Exemption,ccao,logical,,,
,,ccao_n_years_exe_homeowner,ccao_n_years_exe_homeowner,n_years_exe_homeowner,Number of Years Active Homeowner Exemption,ccao,numeric,,,
Binary file modified data/vars_dict.rda
Binary file not shown.

0 comments on commit bea42f8

Please sign in to comment.