Description Usage Arguments Details Value Author(s) References See Also Examples
R wrapper for USGS/EROS Inventory Service Logout API.
1 | espa_inventory_logout(apiKey, verbose = F)
|
apiKey |
Character. The apiKey returned by espa_inventory_login. |
verbose |
Logical. Verbose execution? Default=F. |
This method is used to remove the users API key from being used in the future.
Logical: did the logout conclude successfully?
Jonathan A. Greenberg (espa-tools@estarcion.net) (wrapper) and USGS ESPA Developers (API and documentation)
https://earthexplorer.usgs.gov/inventory/documentation/json-api#login
1 2 3 4 5 6 | ## Not run:
# Get API KEY (required EROS username/password):
apiKey=espa_inventory_login("myusername","mypassword")
espa_inventory_logout(apiKey=apiKey)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.