espa_ordering_itemstatus: espa_ordering_itemstatus

Description Usage Arguments Details Value Author(s) References Examples

Description

R wrapper for ESPA Ordering System Status and Details API.

Usage

1
2
espa_ordering_itemstatus(ordernum = NULL, itemnum = NULL,
  usgs_eros_username, usgs_eros_password, verbose = F)

Arguments

ordernum

Character. An order number. See https://espa.cr.usgs.gov/ordering/order-status/ for the IDs.

itemnum

Character. An item number.

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

Retrieve status and details for all or a particular product in an order

Value

List of status and details of items in an order.

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#apiProdStats

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run:  
# Get status for all items in a given order:
espa_ordering_itemstatus(ordernum="my@email.com-01122017-154454-218",
		usgs_eros_username="myusername",usgs_eros_password="mypassword")

# Get status for a single item in a given order:
espa_ordering_itemstatus(ordernum="my@email.com-01122017-154454-218",
		itemnum="LC80410312015219LGN00",usgs_eros_username="myusername",
		usgs_eros_password="mypassword")

## End(Not run)

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