Skip to content

Commit

Permalink
Add list_processes to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danlooo committed Jul 10, 2023
1 parent 2fc7c77 commit 37a478b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,14 @@ Connect to an openEO backend server:

```julia
using OpenEOClient
```
con = Connection("earthengine.openeo.org", "v1.0")
list_processes(con)
#67×1 DataFrame
# Row │ id
# │ String
#─────┼──────────────────────────────
# 1 │ absolute
# 2 │ add
# 3 │ add_dimension
# 4 │ aggregate_temporal_frequency
```

0 comments on commit 37a478b

Please sign in to comment.