lsat_format_data: Formats Landsat data for analysis

View source: R/lsat_format_data.R

lsat_format_dataR Documentation

Formats Landsat data for analysis

Description

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.

Usage

lsat_format_data(dt)

Arguments

dt

Data.table with Landsat data exported from Google Earth Engine using lsat_export_ts().

Value

Data.table with formatted and scaled values.

Examples

data(lsat.example.dt)
lsat.dt <- lsat_format_data(lsat.example.dt)
lsat.dt

logan-berner/lsatTS documentation built on Oct. 21, 2024, 12:23 a.m.