I have a data set that is point data. This point data has an occurrence time (YEAR MONTH DAY HOUR MINUTE). I want to find which of these points "intersect" both spatially and temporally with another data set that is polygon data. For example, the point happened inside the polygon and at the same time the polygon was active. The polygon data set has a start and end time in the same format as the occurrence time of the point data.
I have multiple years of data and running the spatial intersect gives we when the points and polygons intersect but I need to further discriminate by time as well.
Any thoughts or guidance on if this is possible and the best way to approach this problem would be appreciated.