datazoom.amazonia icon indicating copy to clipboard operation
datazoom.amazonia copied to clipboard

Language in PRODES database

Open VictorHugoTerziani opened this issue 3 years ago • 1 comments

When using the example

data <- load_prodes(dataset = "prodes", 
                    raw_data = TRUE,
                    time_period = 2008:2010,
                    language = 'en')

The variables' names seem to be in Portuguese. The same happens when the language parameter is not used.

VictorHugoTerziani avatar Sep 19 '22 15:09 VictorHugoTerziani

Solved: The language option is only available for treated data. For raw data, the language will be portuguese.

VictorHugoTerziani avatar Sep 19 '22 16:09 VictorHugoTerziani