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

Rebuild greatLakesTrLayer from great_lakes_polygon #219

Open
chrisholbrook opened this issue Feb 16, 2024 · 0 comments
Open

Rebuild greatLakesTrLayer from great_lakes_polygon #219

chrisholbrook opened this issue Feb 16, 2024 · 0 comments

Comments

@chrisholbrook
Copy link
Collaborator

Origin of data/greatLakesTrLayer.rda is unknown. Rebuild from data/great_lakes_polygon.rda using make_transition3() and place code in data-raw/great_lakes_transition_layer.r; e.g.,

# x and y res set to roughly match previous version (greatLakesTrLayer)
great_lakes_transition_layer <- make_transition3(great_lakes_polygon, res = c(0.033, 0.011))

# add to (exported) data
usethis::use_data(great_lakes_transition_layer, overwrite = TRUE)

Also add tests for new data object and make_transition3().

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

No branches or pull requests

1 participant