What is the most efficient method to create a WMS service showing the change between two dates?
I have successfully set up a NDVI WMS service for a single date, and understand the “evaluate pixel” evaluates the pixel for the date. But is there a way to evaluate the pixel for two dates to get the change of the NDVI, and serve that as the layer in the WMS?
If this is not possible, then what would be the best approach to analyze the change between two dates? My thought would be getting the array from both dates and doing the analysis once data is received from the service, but before I do so I thought I’d pose the question first.
Due to some inexperience in Sentinel Hub Python API usage, I thought it may be best to ask on this forum Thank you in advance.