You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have been experimenting with how to style coverages in CMSS, e.g. being able to select which bands to use and how to use them and potentially combine their values (e.g. allowing to compute vegetation index), and apply colormaps, etc. It occurred to me that part of this could also be used as part of a simple coverage request to define bands to return with the additional capabilities of very simply defining arithmetic to perform to compute the values, e.g. something like:
We have been experimenting with how to style coverages in CMSS, e.g. being able to select which bands to use and how to use them and potentially combine their values (e.g. allowing to compute vegetation index), and apply colormaps, etc. It occurred to me that part of this could also be used as part of a simple coverage request to define bands to return with the additional capabilities of very simply defining arithmetic to perform to compute the values, e.g. something like:
http://maps.ecere.com/ogcapi/coverage/s2?bands=evi(2.5*(B08/4000.0-B04/4000.0)/(1+B08/4000.0+6*B04/4000.0+-7.5*B02/4000.0))
or
http://maps.ecere.com/ogcapi/coverage/s2?bands=r(B04/4000),g(B03/4000),b(B02/4000)
Below is the syntax we are considering in CMSS (mostly intended for either client-side rendering, or server-side e.g. for Maps or Maps/Tiles API).
The text was updated successfully, but these errors were encountered: