openeo-r-client icon indicating copy to clipboard operation
openeo-r-client copied to clipboard

R client package for working with openEO backends

Results 22 openeo-r-client issues
Sort by recently updated
recently updated
newest added

The OIDC client credentials flow for long machine-to-machine workflows would be nice. Can probably be supported through req_oauth_client_credentials in httr2

Support the additional parameters in create_job, create_service etc. This could then be used to add e.g. the job_options parameter as used by VITO. Unfortunately, the ... parameter in the functions...

enhancement
Feature Request

There are processes that are namespaced in some back-ends, so they don't return with /processes and as such are not directly available via `p$abc()`. Is there a way to manually...

To take a `sin` of a datacube, we now need `p$sin(dc)`, rather than `sin(dc)`.We can get this with ```r Math.ProcessNode = function(x, ..., p = openeo::processes()) { if (!.Generic %in%...

The current implementation is having a certain type of data (i.e. roughly having S2, L8, S1 resolutions) in mind. When you use S5P with very coarse resolution though, the default...

When restarting a finished job, old results usually get discarded. This is a single method execution without confirmation. We should ensure people don't do this by accident and ask for...

| Title | Local job in RStudio | | --- | --- | | Date | 2021-10-21 | | Issue | https://github.com/Open-EO/openeo-r-client/issues/80 | | Category | Usability | | Description...

Feature Request
R4OpenEO Feature Specifcation

The function `load_collection()` offers the opportunity to filter within collections (maybe also over multiple collections) with certain defined properties. This general function was implemented here: https://github.com/Open-EO/openeo-r-client/issues/102 A statement can look...

While thinking about the workflows in the 'openeo' package for synchronous and asynchronous calls and also the sample data retrieval for local prototyping, I realized that all functions do mostly...

Feature Request