Skip to content

Consider vignette of more examples #263

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

Open
RMHogervorst opened this issue Nov 1, 2020 · 1 comment
Open

Consider vignette of more examples #263

RMHogervorst opened this issue Nov 1, 2020 · 1 comment

Comments

@RMHogervorst
Copy link

For novices it could be useful if you add some copy and paste examples of downloading data into different backends. That way people can follow the example and modify to their needs. These step by steps helped me a lot when I started programming, changing an example is way easier than setting it up from scratch.

Maybe these examples from the readme with some more details?:

rdataretriever::install_postgres('harvard-forest') # Vector data
rdataretriever::install_postgres('bioclim') # Raster data

# Install only the data of USGS elevation in the given extent
rdataretriever::install_postgres('usgs-elevation', list(-94.98704597353938, 39.027001800158615, -94.3599408119917, 40.69577051867074))

(I would cache those results, so you don't need to set it all up for every build).

@henrykironde
Copy link
Contributor

This could a future add-on since we are considering an addition of future smaller and easy to handle.

@henrykironde henrykironde changed the title [optional] consider vignette of more examples Consider vignette of more examples Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants