espa_ordering_userinformation: espa_ordering_userinformation

Description Usage Arguments Details Value Author(s) References Examples

Description

R wrapper for ESPA Ordering System User Information API.

Usage

1
2
espa_ordering_userinformation(usgs_eros_username, usgs_eros_password,
  verbose = F)

Arguments

usgs_eros_username

Character. Your USGS registration username. You can register for an account at https://espa.cr.usgs.gov

usgs_eros_password

Character. Your USGS registration password. WARNING: USING THIS WITH R IS NOT PARTICULARLY SECURE.

verbose

Logical. Verbose execution? Default=F.

Details

Returns user information for the authenticated user.

Value

List of user information.

Author(s)

Jonathan A. Greenberg (espa-tools@estarcion.net) (wrapper) and USGS ESPA Developers (API and documentation)

References

https://github.com/USGS-EROS/espa-api#apiUser

Examples

1
2
3
4
## Not run:  
espa_ordering_userinformation(usgs_eros_username="myusername",usgs_eros_password="mypassword")

## End(Not run)

espa.tools documentation built on May 2, 2019, 5:54 p.m.