# download data
source('/data/Dropbox/Research_Projects/code_repository/bitbucket/swiftr/R/download_satellite_data.R')
# download topo data
test <- sr_dl_gee(position_file = "data-raw/Obs040918_213017_Tag13828 - Combined updated.pos",
product = 'USGS/GMTED2010',
band = 'be75',
tag = "13828",
python_path = "/usr/bin/python",
data_path = path.expand("./data/"),
padding = 0)
#
# # download topo data
# sr_dl_gee(position_file = "data-raw/Obs010617_050807_Tag13819 - Copy - Combined.pos",
# product = 'USGS/GMTED2010',
# band = 'be75',
# tag = "13819",
# python_path = "/usr/bin/python")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.