Skip to content

Commit

Permalink
remove based as it was removed on openeo r client 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PondiB committed Apr 12, 2023
1 parent d73ccd7 commit 653f13e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions examples/R-Client-bfast-brandenburg.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ con = connect("http://<AWS-IPv4-ADDRESS>:8000")

# basic login with default params
login(user = "user",
password = "password",
login_type = "basic")
password = "password")

# get the collection list
collections = list_collections()
Expand Down
3 changes: 1 addition & 2 deletions examples/R-Client-ndvi-amazonia.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ con = connect("http://<AWS-IPv4-ADDRESS>:8000")

# basic login with default params
login(user = "user",
password = "password",
login_type = "basic")
password = "password")

# get the collection list
collections = list_collections()
Expand Down
3 changes: 1 addition & 2 deletions examples/R-Client-truecolors-newyork.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ con = connect("http://<AWS-IPv4-ADDRESS>:8000")

# basic login with default params
login(user = "user",
password = "password",
login_type = "basic")
password = "password")

# get the collection list
collections = list_collections()
Expand Down

0 comments on commit 653f13e

Please sign in to comment.