Nothing
#handle_entities_thredds_gsheet
handle_entities_thredds_gsheet <- function(handler, source, config, handle = TRUE){
#read gsheet URL
source <- as.data.frame(gsheet::gsheet2tbl(source))
if(!handle) return(source)
#apply generic handler
handle_entities_thredds_df <- source(system.file("metadata/entity", "entity_handler_thredds_df.R", package = "geoflow"))$value
entities <- handle_entities_thredds_df(handler, source, config)
return(entities)
}
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.