mscross / pysplit

A package for HYSPLIT air parcel trajectory analysis.
BSD 3-Clause "New" or "Revised" License
144 stars 79 forks source link

Fix bug in finding first_ocurrence. #77

Closed hmjbarbosa closed 3 years ago

hmjbarbosa commented 3 years ago

Bug reported on 2021-April-7th. Problem reading a hysplit file with multiple trajectories in it, because first_ocurrence of each block of trajectory ID's was being wrongly identify. mscross agreed with the proposed solution. This PR implements fixes #75

mscross commented 3 years ago

thank you! closes #75