Rhumb Runner
SKSignal K
•Created by Rhumb Runner on 4/3/2025 in #questions
SK on Rpi5 freezes
I'll give it a shot...
9 replies
SKSignal K
•Created by Rhumb Runner on 4/3/2025 in #questions
SK on Rpi5 freezes
How do I "replay" a log file. I don't have any on my current setup but I had hourlies on my old I could throw onto a flashdrive
9 replies
SKSignal K
•Created by Rhumb Runner on 4/3/2025 in #questions
SK on Rpi5 freezes
Is there a better way to test off the boat?
9 replies
SKSignal K
•Created by Rhumb Runner on 3/29/2025 in #questions
NOAA ENC Charts
There seems to be some steps missing. When I get to step 4. here's what I get...
rhumbrunner@rhumbrunner:~/s57-tiler $ sudo docker build -tag s57-tiler:latest
[+] Building 0.0s (0/0) docker:default
ERROR: unable to prepare context: path "s57-tiler:latest" not found
If I get it built. Then how do I process the files? I have the unprocessed files in ./ENC and want the output in ./Charts
Thanks for the help...
15 replies
SKSignal K
•Created by Rhumb Runner on 3/29/2025 in #questions
NOAA ENC Charts
Dove into the github issues for wdantuma/s57-tiler it's a known issue that there isn't an arm64 docker image... I don't have a Linux based laptop. Is there any other way to product the tiles?
15 replies
SKSignal K
•Created by Rhumb Runner on 3/29/2025 in #questions
NOAA ENC Charts
sudo docker run -v ./signalk/charts:/app/workdir wdantuma/s57-tiler:latest /app/s57-tiler --in workdir/ENC --out workdir/ENC_Tiles
Unable to find image 'wdantuma/s57-tiler:latest' locally
latest: Pulling from wdantuma/s57-tiler
2b3981cac065: Pull complete
4f4fb700ef54: Pull complete
f58e2f6d3b3f: Pull complete
4a85d497128f: Pull complete
56f119a6d78c: Pull complete
a307c8c3779c: Pull complete
728510b031fb: Pull complete
7eb10f45f755: Pull complete
429ac6c503ca: Pull complete
219f60706c87: Pull complete
e01f3b7034c9: Pull complete
54d67a73043d: Pull complete
3c8445f03a1f: Pull complete
b0765e1815cc: Pull complete
adda8e1f580d: Pull complete
22a6d7cd106a: Pull complete
01b475df7b8e: Pull complete
Digest: sha256:bd7d83076f5cb8ecdd44ec3e0493567a6325fb6c9ce752a3a0442e426c25ab83
Status: Downloaded newer image for wdantuma/s57-tiler:latest
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
exec /app/s57-tiler: exec format error
15 replies
SKSignal K
•Created by Rhumb Runner on 3/29/2025 in #questions
NOAA ENC Charts
docker installed finally... Hello-world works. Now I get this when I try to produce the tiles.
docker: permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Head "http://%2Fvar%2Frun%2Fdocker.sock/_ping": dial unix /var/run/docker.sock: connect: permission denied
15 replies
SKSignal K
•Created by Rhumb Runner on 3/29/2025 in #questions
NOAA ENC Charts
did sudo apt install docker and still getting the command not found
15 replies
SKSignal K
•Created by Rhumb Runner on 3/29/2025 in #questions
NOAA ENC Charts
bash: docker: command not found
15 replies
SKSignal K
•Created by Rhumb Runner on 3/29/2025 in #questions
NOAA ENC Charts
Also is there a way to re-name the way the MBTiles files show up in Freeboard SK they all show up as "SG Area" with a description of "summary". Here's what I get from http://localhost:3000/signalk/v2/api/resources/charts/...
{
"ncds_19a": {
"identifier": "ncds_19a",
"name": "SG_AREA",
"description": "summary",
"bounds": [-123.501111, 15, -116.166667, 33.783333],
"minzoom": 0,
"maxzoom": 17,
"format": "png",
"type": "tilelayer",
"scale": 250000,
"url": "/signalk/v2/api/resources/charts/ncds_19a/{z}/{x}/{y}",
"layers": []
},
"ncds_19b": {
"identifier": "ncds_19b",
"name": "SG_AREA",
"description": "summary",
"bounds": [-123.501111, 33.783333, -113.905556, 37.166667],
"minzoom": 0,
"maxzoom": 16,
"format": "png",
"type": "tilelayer",
"scale": 250000,
"url": "/signalk/v2/api/resources/charts/ncds_19b/{z}/{x}/{y}",
"layers": []
}
}
15 replies
SKSignal K
•Created by barnaclebill on 3/3/2024 in #questions
heading info
For one of my earlier setups I used a GPS hat from Ozzmaker and an external antenna. Worked well for GPS position / SOG / COG. The hat kicked out NEMA 0183 strings that was easily set up as a serial connection in SK. https://ozzmaker.com/product/berrygps-imu/
7 replies
SKSignal K
•Created by Rhumb Runner on 3/2/2024 in #plugins-and-webapps
Rhumb Runner - Course Provider plugin seems to ...
I discovered why I was getting different distances. I believe it was related to Kip logins and had 2 different waypoints that I was navigating to at the same time? Cleared all routes while logged in as each user and re-setup the scenario. Still getting ETA and TTG values at fixed SOG's and headings to the waypoint that start off wildly wrong and gradually converge to being accurate in the last minute or so before reaching the waypoint. Haven't found where the Course Provider code is to look at it yet.
2 replies