Skip to content

Raster index for each polygon row (Feature request) #86

@ghost

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions