PIFSC-Protected-Species-Division / cruise-maps-live

This repository contains code necessary to generate daily maps of the cetacean survey cruises
https://storymaps.arcgis.com/stories/b3bbf0e90d0141f7bf47edc5339ccb7a
MIT License
3 stars 0 forks source link

export gpx with map creation #9

Closed sfregosi closed 1 year ago

sfregosi commented 1 year ago

From Erin:

In the past at sea I've adjusted the tracks following manual input of the days effort into Coastal Explorer. It works ok using the WinCruz start and end point for the day, but is a bit more of a data entry step than maybe necessary. I wonder if since you already have code to read the das file and map it for the website if you could add one step to write that file to GPX format. GPX can be read by Coastal so could then be imported and easily viewed relative to the other plans. Perhaps the outputs could just go into a different folder following the automated process and the CL can grab them from there?

Use:

sfregosi commented 1 year ago

First trial file uploaded to google drive https://drive.google.com/drive/u/0/folders/1yscmHW2cZ_uP5V79MlpWnP2-1ziLWusp and sent to Erin for testing.

sfregosi commented 1 year ago

Trial file worked except cruise number was incorrect (203 should be 2303).

Added to run.r to force correct this. Looking at the raw .das text files it looks like that is what is in the output but probably not worth digging too much into that or into swfscDAS since we can put an easy band-aid. But, noting here in case we do want to revisit.

Did full run with daily and compiled .gpx outputs, so going to merge now.