-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update vars dict ahead of 2025 model #35
Conversation
@@ -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,,, |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #35 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 6 6
Lines 382 365 -17
=========================================
- Hits 382 365 -17 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking care of this @jeancochrane.
@@ -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,,, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR updates the
ccao::vars_dict
object to incorporate all of the features we're currently using in the res and condo models.Since the CSV diff is a bit hard to read, here's a table of the rows that this PR adds: