I've been trying to use Python to automate the geoprocessing I do for a product I have to create weekly, I'm on the last step. One point layer is the "start position" and the other point layer is tracks. The start position and tracks aren't spatially connected but they do share an "event" attribute. Usually I filter down the point layer (tracks) and then pull the events column that I need and do a data query to parse the point layer "start position" down to what I need. How would I do this with Python? Or is there a Geoprocessing tool or tools that I could use?