The FSH Editor is a Windows application to view and edit Raymarine archive.fsh files. You'll also be able to export the data into GPX format and directly view your waypoints and routes using Azure/Bing maps
The project is currently composed of two Visual Studio 2015 projects:
- FSH.net library - this dll is designed to manage reading and writing archive.fsh files
- FSH Editor - a WPF executable that utilizes the library
This toolset was built because we wanted to interact with the data stored in our Raymarine E-120W chartplottters.
If you would like to download the tool without fussing with code, we've made the tool available at our boat's web site.
We've also posted a simple 1-page help file. The FSH Editor Help and General Information page will be updated regularly as the toolset is improved.
FSH Editor and the FSH.net library is developed and maintained by Maurice Prather.
The project is written in C# and is a direct interpretation of the documentation posted on the OpenStreetMap wiki page that describes the Archive.FSH format. The FSH library is currently more accurate than the format outlined in the wiki page.
FSH Editor is released under GNU GPLv3.