Select to view content in your preferred language

Identifying Features based on Time

823
1
02-06-2012 05:45 AM
TommyBurk
Occasional Contributor
I am trying to identify features that occurred within a time frame of a feature with a certain field value. So if Point_Type = 1, I want to identify all features that took place within six hours of this feature. I have a date/time field for all features. I'm not real familiar with the time module in python, but I assume that module would have something to do with it. Does anyone know of a bit of code that would help me identify these features? Thanks!

Tommy Burk
Tags (2)
0 Kudos
1 Reply
AndrewChapkowski
Esri Regular Contributor
Here is a help document that show how to query time values for the various databases:
http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00s500000033000000.htm
0 Kudos