brianb
Olson 34 Driver
EVeryone is aware that a fleet of boats are rowing to Hawaii. They left Monterey about 7 days ago. They are using the YB tracking system. I have access to their position data hourly. I would like to see if a volunteer could create a script, in Python or something similar, that could compare all the row boat positions with all the SHTP boat positions and then flag any close approaches. The row boats are all equipped with AIS on low antennas.
The script would have to do an NxM analysis.
Compare two sets of spherical coordinates (lat/lon) and create a distance vector.
Generate a report of nearest approaches in order of separation distance, and/or flag near approaches (50 NM ? ). Email report to the RC.
The script would have to open two URL's and scrub/parse the URL's for relevant data.
Any takers out there ?
Google Great Pacific Race for data on the rowing teams.
Thanks
Brian
The script would have to do an NxM analysis.
Compare two sets of spherical coordinates (lat/lon) and create a distance vector.
Generate a report of nearest approaches in order of separation distance, and/or flag near approaches (50 NM ? ). Email report to the RC.
The script would have to open two URL's and scrub/parse the URL's for relevant data.
Any takers out there ?
Google Great Pacific Race for data on the rowing teams.
Thanks
Brian