knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
The NASAaccess package is a simple and needed tool for accessing and processing remote sensing data. The NASAaccess package has multiple functions that help the user to access and reformat hydrological data for easy ingest into various hydrological models. Since the package functions touch NASA data repositories to retrieve data, the user must set up a registration account with Earthdata as well as authorizing NASA GES DISC data access. The package user should make sure that his(her) local machines has curl installed properly. Further instructions on creating the ".netrc" and ".urs_cookies" files can be accessed at How To Access Data NASA data With cURL And Wget wiki page. Creating the ".netrc" file at the user machine 'Home' directory and storing the NASA GES DISC user logging information in it is needed to execute the package commands.
Note: for Windows users the NASA GES DISC logging information should be saved in a file named "_netrc" beside the ".netrc" one.
sessionInfo()
Mohammed, I.N., Bustamante, E.G.R., Bolten, J.D., Nelson, E.J., 2023. Technical note: NASAaccess – a tool for access, reformatting, and visualization of remotely sensed earth observation and climate data. Hydrol. Earth Syst. Sci. 27, 3621-3642, https://doi.org/10.5194/hess-27-3621-2023
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.