-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add packaged DEM data #51
Conversation
GH actions are failing because the DEM data that I have added includes invalid pointers! It turns out "These classes hold a C++ pointer to the data and they cannot be directly saved to a ".Rds" file or One can bypass this by using the dedicated |
I did not know about this. If |
Using
Is this an acceptable solution? |
Yes, I think this is a good solution. Thanks! |
walk( | ||
st_write_list, |
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.
When updating the name of the dataset, I have noticed this function probably had a placeholder for the name of the dataset (st_write_list
-> bucharest
)? Also I made a suggestion to replace walk
for walk2
, which seems to simplify quite a bit the overall snippet?
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.
yes, much better!
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.
prima!
walk( | ||
st_write_list, |
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.
yes, much better!
(builds on top of #50, merge that first)Done