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

Create process graphs for "alias" processes #137

Closed
m-mohr opened this issue Jan 27, 2020 · 1 comment
Closed

Create process graphs for "alias" processes #137

m-mohr opened this issue Jan 27, 2020 · 1 comment

Comments

@m-mohr
Copy link
Member

m-mohr commented Jan 27, 2020

Based on Open-EO/openeo-api#161 / Open-EO/openeo-api#256: Create process graphs for "alias" processes (neq, ndvi, ...).

@m-mohr
Copy link
Member Author

m-mohr commented Jan 28, 2020

  • absolute
  • add
  • and
  • array_contains
  • between
  • clip
  • exp
  • gte
  • linear_scale_range
  • ln
  • lte
  • multiply
  • neq
  • normalized_difference
  • or
  • sd
  • sgn
  • sort
  • sqrt
  • variance
  • xor
  • ceil/floor/int? Couldn't find a good "alternative"
  • ~filter_bbox? (filter_geometry but CRS?) ~ Don't have a good way to emulate CRS
  • first? (array_element(data, 0)), ignore_nodata with array_find Skipping for now due to the relatively intuitive way of emulating it
  • last? (array_element / count), ignore_nodata with array_find Skipping for now due to the relatively intuitive way of emulating it
  • mean? (sum / count)
  • median?
  • mod?
  • round?
  • sin/cos/tan/...? - I guess we can assume that if one of them is available, all of them are available?!
  • variance/sd without referring to each other?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant