Nothing
## This example can be run only on AWS us-west2 compute, because
## these credentials DO NOT ALLOW DATA EGRESS FROM AMAZON'S OREGON DATACENTER
library(earthdatalogin)
# Set auth tokens -- assumes LPDAAC, specify your DAAC!
# NB: These tokens expire in 1-hr!
edl_s3_token()
# A random example COG from LPDAAC
url <- lpdacc_example_url()
# Reformat as an S3 URI
s3_addr <- edl_as_s3(url)
# peak at it
s3_addr
# here we go
terra::rast(s3_addr)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.