Hello community,
I am trying to understand how I can display the results of a statistical api request onto a webpage just like it can be done in the case of process api using javascript and ‘gridlayer’ to display images onto a webpage. I wish to display ndvi time series information as a graph on a webpage. How can I do that?
I have seen examples of using statistical api as provided by sentinelhub which uses sentinelhub-py package on python, and can help in obtaining the required data. However, I want to make a webapp which can display the same data on a webpage. Please help