espa_ordering_availableproducts: espa_ordering_availableproducts

Description Usage Arguments Details Value Author(s) References Examples

Description

R wrapper for ESPA Ordering System API Available Products API.

Usage

1
2
espa_ordering_availableproducts(inputs = NULL, usgs_eros_username,
  usgs_eros_password, verbose = F)

Arguments

inputs

Character. A vector of product_ids.

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

Lists available products for the supplied inputs. Also classifies the inputs by sensor or lists as 'not implemented' if the values cannot be ordered or determined.

Value

List of available output products.

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

Examples

1
2
3
4
5
6
## Not run:  
inputs <- "LC08_L1TP_029030_20161008_20170220_01_T1"
espa_ordering_availableproducts(inputs=inputs,
		usgs_eros_username="myusername",usgs_eros_password="mypassword")

## End(Not run)

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