OpenEOClient
Documentation for OpenEOClient.
OpenEOClient.AuthorizedConnection
OpenEOClient.AuthorizedConnection
OpenEOClient.ProcessGraph
OpenEOClient.ProcessGraph
OpenEOClient.compute_result
OpenEOClient.describe_collection
OpenEOClient.get_acces_token
OpenEOClient.list_collections
OpenEOClient.list_jobs
OpenEOClient.list_processes
Tutorial
Processing data on a openEO server requires authentication.
using OpenEOClient
+Home · OpenEOClient.jl OpenEOClient
Documentation for OpenEOClient.
OpenEOClient.AuthorizedCredentials
OpenEOClient.AuthorizedCredentials
OpenEOClient.DataCube
OpenEOClient.ProcessGraph
OpenEOClient.compute_result
OpenEOClient.describe_collection
OpenEOClient.get_acces_token
OpenEOClient.list_collections
OpenEOClient.list_jobs
OpenEOClient.list_processes
Tutorial
Processing data on a openEO server requires authentication.
using OpenEOClient
username = ENV["OPENEO_USERNAME"]
password = ENV["OPENEO_PASSWORD"]
c = connect("earthengine.openeo.org", "v1.0", username, password)
@@ -52,4 +52,4 @@
:log => Process("log", "Logarithm to a base", "Logarithm to the base `base` of the number `x` is defined to be t…
:between => Process("between", "Between comparison", "By default, this process checks whether `x` is greater than or…
:mean => Process("mean", "Arithmetic mean (average)", "The arithmetic mean of an array of numbers is the quantity…
- ⋮ => ⋮
Reference
OpenEOClient.AuthorizedConnection
— MethodHTTP basic authentification
sourceOpenEOClient.AuthorizedConnection
— MethodOpenID Connect device flow + PKCE authentification
sourceOpenEOClient.ProcessGraph
— TypeCreate a ProcessGraph to reduce dimesnions
sourceOpenEOClient.ProcessGraph
— TypeCreate a ProcessGraph using a user-defined Function
This is useful e.g. to create reducers to combine values of different bands in a customized way.
sourceOpenEOClient.compute_result
— FunctionProcess and download data synchronously
sourceOpenEOClient.describe_collection
— MethodLists all information about a specific collection specified by the identifier
sourceOpenEOClient.get_acces_token
— MethodOpenID Connect device flow + PKCE
sourceOpenEOClient.list_collections
— MethodLists available collections with at least the required information.
sourceOpenEOClient.list_jobs
— MethodLists all batch jobs submitted by a user.
sourceOpenEOClient.list_processes
— MethodLists all predefined processes and returns detailed process descriptions, including parameters and return values.
sourceSettings
This document was generated with Documenter.jl version 1.2.1 on Wednesday 20 December 2023. Using Julia version 1.9.4.
+ ⋮ => ⋮
Reference
OpenEOClient.AuthorizedCredentials
— MethodHTTP basic authentification
OpenEOClient.AuthorizedCredentials
— MethodOpenID Connect device flow + PKCE authentification
OpenEOClient.DataCube
— TypeopenEO n-dimensional array of ratser data represented by the process graph with root node call
to create it. This process graph can be grown iterativeley by applying functions and operators to DataCube
instances.
OpenEOClient.ProcessGraph
— TypeCreate a ProcessGraph to reduce dimesnions
OpenEOClient.compute_result
— FunctionProcess and download data synchronously
OpenEOClient.describe_collection
— MethodLists all information about a specific collection specified by the identifier
OpenEOClient.get_acces_token
— MethodOpenID Connect device flow + PKCE
OpenEOClient.list_collections
— MethodLists available collections with at least the required information.
OpenEOClient.list_jobs
— MethodLists all batch jobs submitted by a user.
OpenEOClient.list_processes
— MethodLists all predefined processes and returns detailed process descriptions, including parameters and return values.