-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reader for Mosaic files #54
Conversation
Travis build is broken. Frictionless moved to >= 1.0 versions of their packages and renamed |
Ensure datapackage<1.0
@gsergeant could you please investigate why the build is failing? Please, assume the dependency is for |
…into mosaic_reader
Ensuring the Excuse the seemingly extra re-commits, I essentially just rebased the branch. |
Brilliant! I see that you added some documentation/examples, which is great. Have you also got some tests (sorry if I missed them)? |
That I forgot, but will add it now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed a minor typo in the test and I think it is now good to go
Added a reader for the Mosaic tracking plugin, as per issue #36 .
These files can be saved in multiple extension formats (csv, tsv, txt -- uses ImageJ Results tables), so I've changed the delegator for these cases.
With pandas, the engine now auto-determines the separator and creates the correct reader class according to the first term in the header. This partially addresses #16 for now, at least for these three extensions.
Also fixes the minor indentation bug for #40