Open-EO / openeo-web-editor

An interactive and easy to use web-based editor for the OpenEO API.
https://editor.openeo.org
Apache License 2.0
12 stars 17 forks source link

Get pixel based values on map #124

Closed m-mohr closed 1 year ago

m-mohr commented 3 years ago

A proposal that currently came up (see also Open-EO/openeo-api#344): It would be nice if we could get pixel-based values for the map/visualizations. Two solutions:

  1. Get it from a GeoTiff on the map (this is highly dependent on #38)
  2. Get it from the XYZ/... maps (that is only 0 to 255)
  3. The third option is the implementation of the debug (or a new) process and probably a better visualization of that then.
  4. On-demand pixel-based requests (sync calls for example)
m-mohr commented 1 year ago

This has been implemented in the last version.