LAL / trackml-library

Utilities for trackML challenge participants, provided by the organizers
MIT License
166 stars 74 forks source link

Add support for loading dataset directly from a zipfile #3

Closed msmk0 closed 6 years ago

msmk0 commented 6 years ago

Allows you to do

for event_id, *data in load_dataset('events.zip'):
    ...

without having to unpack the zip file first.