Cavewhere / cavewhere

3D Cave Mapping Software
https://cavewhere.com
GNU General Public License v3.0
34 stars 8 forks source link

Add the ability to import from Mnemo #135

Open RaymondMichael opened 6 years ago

RaymondMichael commented 6 years ago

Ariane's Line MNemo device allows the electronic mapping of underwater caves. The device can be hooked up to computers over USB and the line plot information exported in a number of formats. Please add the ability to import from one of these files. I will get more information on which formats the Ariane's Line tool uses.

jlillest commented 6 years ago

I've built a standalone Mnemo file converter, and here's the info I received from Sebastian on the XLS format of his data files:

vpicaver commented 6 years ago

@jl is your converter on github? Can you send me the source?

I'm working on improving the survey editor so it can support dive data.

Phi|ip

On Mon, Dec 18, 2017 at 1:25 PM jl notifications@github.com wrote:

I've built a standalone Mnemo file converter, and here's the info I received from Sebastian on the XLS format of his data files:

  • Each sheet contains one section
  • [A2] 3 letter name of the section. BAS for basic mode survey
  • [A3] Direction of survey, ‘:’ used as separator followed by IN or OUT
  • [B3] Unit used, , ‘:’ used as separator followed by Imperial or Metric
  • [A4] Date as set in the Mnemo, , ‘:’ used as separator followed by date formatted in YYYY-MM-DD
  • Line 6 : Headers (self explanatory names)
  • Following lines contain the measurement, one line per shot
    • typeshot: STD for standard shot, CSA connexion shot A, CSB connexion shot B
    • All angles and pitch in degrees
    • Last line has typeshot EOC with all values at 0

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Cavewhere/cavewhere/issues/135#issuecomment-352515658, or mute the thread https://github.com/notifications/unsubscribe-auth/AFShg7WBzIgEdiuQHJC6Znmolro45Vi8ks5tBq4fgaJpZM4RF0mH .

-- Phi|ip

jlillest commented 6 years ago

Gitlab has better support for automated builds, especially on Windows: https://gitlab.com/jlillest/file-converter

The meat of what you're looking for is in mnemo_file.py though there's nothing fancy that you couldn't figure out a quicker way on your own. It's a dead-simple multi-platform tkinter app. Was looking to expand it to other things, but haven't had the time to work on it. The explanation from the Ariane's Line guy in the first comment in this thread is the most useful.

vpicaver commented 6 years ago

Awesome! Thanks

On Tue, Dec 19, 2017 at 8:06 AM jl notifications@github.com wrote:

Gitlab has better support for automated builds, especially on Windows: https://gitlab.com/jlillest/file-converter

The meat of what you're looking for is in mnemo_file.py though there's nothing fancy that you couldn't figure out a quicker way on your own. It's a dead-simple multi-platform tkinter app. Was looking to expand it to other things, but haven't had the time to work on it. The explanation from the Ariane's Line guy in the first comment in this thread is the most useful.

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/Cavewhere/cavewhere/issues/135#issuecomment-352743333, or mute the thread https://github.com/notifications/unsubscribe-auth/AFShg8-qC57Vy8aFCpSdUJ-1tLY1W7gVks5tB7SugaJpZM4RF0mH .

-- Phi|ip