-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
enhancementNew feature or requestNew feature or request
Description
For temporal raster data, I often have a stack of rasters that represent the same variable across time. For instance, raster 1 is 2000, raster 2 is 2001, and so on. I have polygon data where each row corresponds to one of those years. I wish to calculate some area metric using extact_extract based on the corresponding year of each polygon. It may be possible to do it efficiently in the current setup, but I could only do it by looping (applying) through each polygon row or breaking it up by time. I am wondering if an index feature could be added such that each polygon is matched to the corresponding raster based on the index. Let me know if that makes sense. Thank you!
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request