sits_metadata_to_csv: Export a sits tibble metadata to the CSV format

Description Usage Arguments Value Author(s) Examples

View source: R/sits_csv.R

Description

Converts metadata from a sits tibble to a CSV file. The CSV file will not contain the actual time series. Its columns will be the same as those of a CSV file used to retrieve data from ground information ("latitude", "longitude", "start_date", "end_date", "cube", "label").

Usage

1

Arguments

data

A sits time series.

file

Name of the exported CSV file.

Value

The status of the operation.

Author(s)

Gilberto Camara, gilberto.camara@inpe.br

Examples

1
2
3
4
# read a tibble with 400 samples of Cerrado and 346 samples of Pasture
data(cerrado_2classes)
# export a time series to zoo
sits_metadata_to_csv (cerrado_2classes, file = "./cerrado_2classes.csv")

e-sensing/sits.data documentation built on Dec. 26, 2019, 11:02 p.m.