Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WTSS R example using access_token #37

Open
marujore opened this issue Aug 30, 2021 · 1 comment
Open

WTSS R example using access_token #37

marujore opened this issue Aug 30, 2021 · 1 comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@marujore
Copy link
Collaborator

marujore commented Aug 30, 2021

Would be useful if the WTSS (R) jupyters pointed to BDC WTSS URL:
wtss_inpe <- "https://brazildatacube.dpi.inpe.br/wtss"

Since for using BDC collections the access_token is required (not showed on example).

Rwtss::describe_coverage(wtss_inpe, name = "MOD13Q1-6")

ts <- Rwtss::time_series(wtss_inpe,
                         attributes = c("red_reflectance", "NIR_reflectance"), 
                         latitude   = -12.0, 
                         longitude  = -54.0, 
                         name       = "MOD13Q1-6",
                         start_date = "2016-01-01",
                         end_date   = "2016-12-31",
                         token      = "my_personal_access_token")
@marujore marujore added documentation Improvements or additions to documentation enhancement New feature or request labels Aug 30, 2021
@OldLipe
Copy link
Contributor

OldLipe commented Sep 1, 2021

Hello @marujore.

OK. I'll update them. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants