I am running a time series analysis on Landsat data. I have created a mosaic dataset, built multidimensional data and created a .crf file from the multidimensional dataset. I am wanting to pull specific polygons for further analysis. This is a simplified version of what I actually want to do but it will put me on the correct track if I can figure this out: I have a geodatabase file that indicates burn severity at varying levels: high, moderate, low, unburned. I would like to pull a temporal profile for each of the areas and use to it estimate how many years after the fire each took to reach recovery.
The issue is there are various irregular polygons that need to be accounted for for each class. The temporal profile chart only gives me the option to manually draw polygons or select features, I did this and it worked great but it does not work on the scale I need. I need a way to connect my desired polygons that are in the geodatabase file to a temporal profile chart (or something similar) to get the temporal profile of each feature, instead of having to manually draw each one. I have tried zonal statistics and the sample tool and I am not getting a full visual of how the polygon changes throughout time. Any tips?