Hi Planet Community,
I’m using Planet (via the Python API) to visualize NDVI across multiple cities and exploring how to link it with healthcare data.
My current workflow is:
-
For a single AOI, I submit an order to download NDVI (after bandmath) + UDM2.
-
I compute the composite image locally (e.g., median composite after masking with UDM2).
-
Then I visualize the median NDVI.
Questions:
-
Is there a way to do step (2) on Planet’s side (server-side), and download only one composite image (instead of downloading all scenes and compositing locally)?
-
Is there any way to specify multiple AOIs and download results in a single order (one order for multiple AOIs)?
Thank you so much!
