sits_to_csv: Export a sits tibble metadata to the CSV format

View source: R/sits_csv.R

sits_to_csvR Documentation

Export a sits tibble metadata to the CSV format

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

sits_to_csv(data, file)

## S3 method for class 'sits'
sits_to_csv(data, file)

## S3 method for class 'tbl_df'
sits_to_csv(data, file)

## Default S3 method:
sits_to_csv(data, file)

Arguments

data

Time series (tibble of class "sits").

file

Full path of the exported CSV file (valid file name with extension ".csv").

Value

Called for side effects

Author(s)

Gilberto Camara, gilberto.camara@inpe.br

Examples

csv_file <- paste0(tempdir(), "/cerrado_2classes.csv")
sits_to_csv(cerrado_2classes, file = csv_file)

e-sensing/sits documentation built on Jan. 28, 2024, 6:05 a.m.