I can't seem to run the Temporal Collect Events tool. My Python is pretty bad so I am not even sure how to troubleshoot. The other tool in that toolbox (Temportal Collect Polygon) runs fine.
Thanks!
Tracy
Traceback (most recent call last): File "C:\Users\creightont\AppData\Roaming\ESRI\Desktop10.3\ArcToolbox\My Toolboxes\TemporalCollectEvents\Scripts\TemporalCollectEvent.py", line 140, in setupTemporalCollectEvent() File "C:\Users\creightont\AppData\Roaming\ESRI\Desktop10.3\ArcToolbox\My Toolboxes\TemporalCollectEvents\Scripts\TemporalCollectEvent.py", line 27, in setupTemporalCollectEvent tce = TemporalCollectEvent(inputFC, outputFC, timeField, threshold) File "C:\Users\creightont\AppData\Roaming\ESRI\Desktop10.3\ArcToolbox\My Toolboxes\TemporalCollectEvents\Scripts\TemporalCollectEvent.py", line 32, in TemporalCollectEvent ssdo.obtainData(masterField, [timeField], dateStr=True) TypeError: obtainData() got an unexpected keyword argument 'dateStr' Failed to execute (TemporalCollectEvent).