Offline
Now that ECMWF is no longer available as a raw grib I was looking into using PW - Offshore App to generate the route, export as gpx and then import into Exp.
I can import ok but it only shows up as a folder of marks. It does not show as a route too as it will if another Exp user sends be a gpx file. I am assuming the data in the PW gpx is coded differently/lacking in details so it is only treated as waypoints or some such.
Trying to move the marks over to become a route then becomes a one at a time operation, not the end of the world, just tedious.
Is there a way to move then entire folder over as a route?
Then again, I just tried to do it one at a time but that does not work too well.
They need to be moved over sorted in numerical order to prevent the route from jumping all over or have the order adjusted once moved over.
Not sure much Exp can do overcome the limitation in the PW GPX file. I should probably pose the question to PW but the support here is so much faster/better.
Offline
I would have to see a file. to comment
Offline
Sample at this link
I did also bring this up with PW and they said they are working on a new release and would take my comments into account.
A truncated sample below:
<?xml version="1.0"?>
<gpx creator="www.predictwind.com" version="1.1" xmlns=" xmlns:xsi=" xsi:schemaLocation="
<wpt lat="-16.1538" lon="-18.3257"></wpt>
<wpt lat="-15.74943" lon="-18.8528"></wpt>
<wpt lat="-15.54729" lon="-19.11569"></wpt>
<wpt lat="-15.34494" lon="-19.37955"></wpt>
<trk>
<name>ECMWF</name>
<desc></desc>
<src>ECMWF</src>
<trkseg>
<trkpt lat="-16.1538" lon="-18.3257"></trkpt>
<trkpt lat="-15.74943" lon="-18.8528"></trkpt>
<trkpt lat="-15.54729" lon="-19.11569"></trkpt>
<trkpt lat="-15.34494" lon="-19.37955"></trkpt>
<trkpt lat="-15.02287" lon="-19.89821"></trkpt>
</trkseg>
</trk>
</gpx>
Offline
Yes, it is no good - it doesn't contain any route information.
Last edited by Nick (1/30/2019 9:02 pm)