Skip to content
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

FileIO integration #4

Open
alhirzel opened this issue Jun 28, 2020 · 3 comments
Open

FileIO integration #4

alhirzel opened this issue Jun 28, 2020 · 3 comments

Comments

@alhirzel
Copy link

alhirzel commented Jun 28, 2020

Have you considered integrating with FileIO? It might be as simple as this (and adding the FileIO-style load and save methods) after registering GPX.jl:

add_format(format"GPX", (), ".gpx")
add_loader(format"GPX", :GPX)
add_saver(format"GPX", :GPX)

https://github.com/JuliaIO/FileIO.jl

@scls19fr
Copy link
Owner

scls19fr commented Jun 28, 2020

Good idea @alhirzel
PR are welcome

@alhirzel
Copy link
Author

Have you considered registering GPX.jl according to this? https://github.com/JuliaRegistries/Registrator.jl/blob/master/README.md I think as the owner you may need to do this?

@alhirzel
Copy link
Author

I'll work to add the FileIO stuff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants