Skip to content

Commit

Permalink
fixing description
Browse files Browse the repository at this point in the history
  • Loading branch information
imohamme committed Apr 19, 2023
1 parent 744a098 commit c4be79c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ Authors@R: c(person("Ibrahim", "Mohammed", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6542-319X"), email = "[email protected]"))
Maintainer: Ibrahim Mohammed <[email protected]>
Depends: R (>= 4.0)
Description: A tool to generate gridded ascii tables and station files needed by hydrological models for weather and climate inputs. The package assumes that users have already set up a registration account(s) with Earthdata login as well as authorizing NASA GES DISC data access.
Please refer to <https://disc.gsfc.nasa.gov/data-access> for further details. The package relies on 'curl' <https://curl.se/> commands and library to access NASA remote sensing servers.
Users should make sure that their local machines have 'curl' installed properly. Instructions on creating the ".netrc" and ".urs_cookies" files can be accessed at <https://wiki.earthdata.nasa.gov/display/EL/How+To+Access+Data+With+cURL+And+Wget>.
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.
Description: A tool to generate gridded ascii tables and station files needed by hydrological models for weather and climate inputs. The package assumes that users have already set up a registration account(s) with Earthdata login as well as authorizing NASA GES DISC data access. Please refer to <https://disc.gsfc.nasa.gov/data-access> for further details. The package relies on 'curl' <https://curl.se/> commands and library to access NASA remote sensing servers. Users should make sure that their local machines have 'curl' installed properly. Instructions on creating the ".netrc" and ".urs_cookies" files can be accessed at <https://wiki.earthdata.nasa.gov/display/EL/How+To+Access+Data+With+cURL+And+Wget>. 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.
URL: https://github.com/nasa/NASAaccess
BugReports: https://github.com/nasa/NASAaccess/issues
Imports: ncdf4, stats, shapefiles, rgeos, maptools, httr, stringr, rgdal, XML, sp, utils, raster, methods, getPass
Expand Down

0 comments on commit c4be79c

Please sign in to comment.