edl_as_s3 | R Documentation |
Replace https URLs with S3 URIs
edl_as_s3(href, prefix = "s3://")
href |
a https URL from an EarthData Cloud address |
prefix |
the preferred s3 prefix, e.g. |
a URI that strips basename and protocol and appends prefix
href <- lpdacc_example_url()
edl_as_s3(href)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.