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

Tips for working with large datasets #264

Open
5 tasks
laijasmine opened this issue Apr 15, 2021 · 0 comments
Open
5 tasks

Tips for working with large datasets #264

laijasmine opened this issue Apr 15, 2021 · 0 comments

Comments

@laijasmine
Copy link
Contributor

Complementing #259

  • Create a central table for all the attributes across all datasets and either use filter or left_join to refine what is needed

  • Use references

  • use relevant parts of the file name to help construct a description using dplyr::case_when , tools::file_path_sans_ext(), and stringr::str_extract

  • use selectMember to help you grab the correct pids to use
    eg. zipId <- selectMember(dp, name="sysmeta@formatId", value="application/vnd.shp+zip")

  • use for loops or purrr::map to help iterate through entities

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