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

May2023 corrections #41

Merged
merged 2 commits into from
Sep 19, 2023
Merged

May2023 corrections #41

merged 2 commits into from
Sep 19, 2023

Conversation

rwaytes
Copy link
Collaborator

@rwaytes rwaytes commented Sep 14, 2023

Added some extra functions (in read_layers, as well as amend_large_polygons and clean_vri_bem_output). Fixed the NA/"" issue.

@Karine-Pigeon, @nicgauthier Could someone review this?

…up end VRI-BEM-WHR. Made small fixes to other functions, including addressing issue of NA vs blank data for character strings.
@nicgauthier
Copy link
Collaborator

Added some extra functions (in read_layers, as well as amend_large_polygons and clean_vri_bem_output). Fixed the NA/"" issue.

@Karine-Pigeon, @nicgauthier Could someone review this?

Yes!

@rwaytes
Copy link
Collaborator Author

rwaytes commented Sep 15, 2023

Added some extra functions (in read_layers, as well as amend_large_polygons and clean_vri_bem_output). Fixed the NA/"" issue.
@Karine-Pigeon, @nicgauthier Could someone review this?

Yes!

Thank you!

extract_large_polygons <- function (vri_bem) {

#find polygons ovre 3500 ha
large_polygons <- vri_bem %>%
Copy link
Collaborator

Choose a reason for hiding this comment

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

Just a suggestion but R now has a pipe operator included in base R |> instead of %>%

Copy link
Collaborator

@nicgauthier nicgauthier left a comment

Choose a reason for hiding this comment

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

Very nice job Riley!

@rwaytes rwaytes merged commit 321a9dc into bcgov:main Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants