View source: R/lsat_format_data.R
lsat_format_data | R Documentation |
This function takes Landsat data exported from GEE and formats it for subsequent use. The function parses sample site coordinates and time period of each measurement, scales band values, and formats column names as needed for subsequent analysis using the LandsatTS package.
lsat_format_data(dt)
dt |
Data.table with Landsat data exported from Google Earth Engine using lsat_export_ts(). |
Data.table with formatted and scaled values.
data(lsat.example.dt)
lsat.dt <- lsat_format_data(lsat.example.dt)
lsat.dt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.