Hello,
I’m new in these topics and ask for your support.
We need the point information (featureinfo for ndvi out1) for each point of an specific polygon/area (also respecting the resolution).
Something like:
In: geometry or bbox, layer, resolution, cs
Out: NDVI Index for every point
I imagine a result maybe like this:
x: 3601987.48198928, y: 5769383.20694297, out1: 0,638913…
x: …, y: …, out1: …
…
Is there a way using wms?
I know it’s usual to query per point, but in this case that’s not a good option (performance)
Thanks a lot!