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

Convert GPX/Geojson into FSH file #5

Open
SeriesOfUnlikelyExplanations opened this issue Oct 14, 2022 · 3 comments
Open

Convert GPX/Geojson into FSH file #5

SeriesOfUnlikelyExplanations opened this issue Oct 14, 2022 · 3 comments

Comments

@SeriesOfUnlikelyExplanations

Hi - is this project able to convert a GPX/Geojson file into an archive.fsh file? I'm interested in building a route in a different software (like google earth or GaiaGps) and converting it to an FSH file so I can load it onto my C80.

I was looking at something like this - https://forum.raymarine.com/showthread.php?tid=3461 - but the Voyage planner software is terrible and I would like to bypass it.

@rahra
Copy link
Owner

rahra commented Oct 16, 2022

No. I only implemented FSH to GPX.
But one could easily write such a program. Everything is known that has to be known to do so.

@SeriesOfUnlikelyExplanations
Copy link
Author

I'd love to try - unfortunately, I don't know any C. Any chance you could help me get started?

@rahra
Copy link
Owner

rahra commented Nov 3, 2022

Well, you don't have to write it necessarily in C although it would be handy because all structures are already defined within this project.
I documented the file full format in the OpenStreetMap-Wiki (https://wiki.openstreetmap.org/wiki/ARCHIVE.FSH). It explains almost every byte and every detail of the file format. Using this you should be able to write an xxx-to-FSH converter in any language you like.

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