xdf-modules / pyxdf

Python package for working with XDF files
BSD 2-Clause "Simplified" License
36 stars 17 forks source link

XDF.jl (Julia importer) #72

Closed cbrnr closed 4 years ago

cbrnr commented 4 years ago

I know that this is not the best place, but I wanted to let you know that I've written a Julia importer for XDF:

https://github.com/cbrnr/XDF.jl

If you want to give it a try, let me know how you like it and be sure to report any issues and feature requests you might have.

tstenner commented 4 years ago

You could open a PR to include it as submodule in the https://github.com/sccn/xdf repository

cbrnr commented 4 years ago

Good idea!

chkothe commented 4 years ago

@cbrnr do you have any plans to migrate that to xdf-modules at some point?

If so, I'm wondering whether it incurs any hassle on the end-user side once that submodule is flipped from one upstream repo URL to another... does anyone have experience with that?

cboulay commented 4 years ago

I would assume that GitHub redirects work even if it's a submodule. Even if not, as long as we update the submodule pointer within the parent xdf repo as soon as the move is made, then it should be transparent to users. The default operations of git pull && git submodule update will first update the submodule URL before pulling from the new URL.