diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..d2733f9 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,31 @@ +# Base image (adjust architecture if needed) +FROM ubuntu:20.04 + +# Install dependencies +RUN apt-get update && apt-get install -y curl gnupg ca-certificates libwxgtk3.0-dev libsdl2-dev + +# Add OpenCPN repository key +RUN curl -sSL https://opencpn.org/OpenCPN/OpenCPN_5.4.0_key.asc | apt-key add - + +# Add OpenCPN repository +RUN echo "deb https://opencpn.org/OpenCPN/apt bionic main" > /etc/apt/sources.list.d/opencpn.list + +# Update package lists and install OpenCPN and ocpn_draw plugin +RUN apt-get update && apt-get install -y \ + opencpn \ + opencpn-plugin-ocpn_draw + +# Create data directory within the container +RUN mkdir -p /opencpn_data + +# Define volume for persistent data storage +VOLUME /opencpn_data + +# Set working directory to data directory +WORKDIR /opencpn_data + +# Expose port for potential remote connections (optional) +EXPOSE 9101 + +# Entrypoint to start OpenCPN +ENTRYPOINT ["opencpn"] diff --git a/lines_as_routes.gpx b/lines_as_routes.gpx new file mode 100644 index 0000000..6cc144d --- /dev/null +++ b/lines_as_routes.gpx @@ -0,0 +1,89 @@ + + + + 46cfr7.10.a boundary lines Eastport, ME to Cape Ann, MA.41ab7124-bd22-4f32-9a9d-0c050d88ebf016.00PCfalse + Kendall Head 46cfr7.10.a1diamondWPT1b9cbd57-9ea5-479f-8a04-f29c05c5c5ee10.050 + + + listed coordinates 46cfr7.10.a2diamondWPT3976b6fc-41cf-48dc-a321-3fe1630e98ae10.050 + + + listed coordinates near range marker 46cfr7.10.a3diamondWPT7b458f36-277b-4e3f-afd8-33ce04948a4210.050 + + + + + 46cfr7.10.b boundary lines Eastport, ME to Cape Ann, MA.1839e081-ff84-44be-b460-ecf21ab9340316.002024-01-05T23:58:35ZPCfalse + West Quoddy Head Light 46cfr7.10.b1diamondWPT2a1251fc-3189-4006-a7ca-5b1d7d3ee7920.050 + + + Sail Rock Lighted Whistle Buoy “1” 46cfr7.10.b2diamondWPT2cd5a422-fc15-4d41-8366-0e6d0f4a511d0.050 + + + Little River Lighted Whistle Buoy “2LR”46cfr7.10.b3Does this mark still exist? It's not listed this way on the 2023 light list (https://www.navcen.uscg.gov/sites/default/files/pdf/lightLists/LightList_V1_2023.pdf)diamondWPT20637e7b-c809-4ecc-9fa7-097979690dc70.050 + + + Frenchman Bay Approach Lighted Whistle Buoy “FB” 46cfr7.10.b4diamondWPT + Mount Desert Light 46cfr7.10.b5diamondWPT + Matinicus Rock Light 46cfr7.10.b6diamondWPT + Monhegan Island Light 46cfr7.10.b7diamondWPT + Portland Lighted Horn Buoy “P” 46cfr7.10.b8diamondWPT + Boon Island Light 46cfr7.10.b9diamondWPT + Cape Ann Lighted Whistle Buoy “2” 46cfr7.10.b10diamondWPT + + + 46cfr7.15 boundary lines Massachusetts Bay, MA. + to import then combine with Cape Ann Lighted Whistle Buoy “2” 46cfr7.15.1diamondWPT + Boston Lighted Horn Buoy “B” 46cfr7.15.2diamondWPT + Race Point Light 46cfr7.15.3diamondWPT + + + WIP: 46cfr7.20 boundary lines Nantucket Sound, Vineyard Sound, Buzzards Bay, Narragansett Bay, + MA, Block Island Sound and easterly entrance to Long Island Sound, NY. Massachusetts Bay, MA. + Waypoint 10 46cfr7diamondWPT + Waypoint 11 46cfr7diamondWPT + Waypoint 12 46cfr7diamondWPT + Waypoint 13 46cfr7diamondWPT + Waypoint 14 46cfr7diamondWPT + + + WIP: 46cfr7.100 Florida Reefs and Keys from Miami, FL to Marquesas Keys, FL + + Miami Lighted Whistle Buoy “M” + + + Fowey Rocks Light + + + Pacific Reef Light + + + + Cosgrove Shoal Light + + + 12 miles from the baseline + + + + 46cfr7.105 Gulf Coast from Marquesas Keys, FL to Rio Grande, TX + + Marquesas Keys + + + Rio Grande + + + + + \ No newline at end of file diff --git a/lines_as_waypoints.html b/lines_as_waypoints.html new file mode 100644 index 0000000..81b4f9d --- /dev/null +++ b/lines_as_waypoints.html @@ -0,0 +1,92 @@ + + + + Kendall Head + + + Range Marker + + + West Quoddy Head Light + + + Little River Lighted Whistle Buoy "2LR" + + + Frenchman Bay Approach Lighted Whistle Buoy "FB" + + + Portland Lighted Horn Buoy "P" + + + Cape Ann Lighted Whistle Buoy "2" + + + Boston Lighted Horn Buoy "B" + + + Pollack Rip Entrance Lighted Horn Buoy "PR" + + + Great Round Shoal Channel Lighted Buoy "2" + + + East Rockaway Inlet Breakwater Light + + + Ambrose Light Position + + + Highlands Light North Tower + + + + + Tower near Miami + + + Miami Lighted Whistle Buoy "M" + + + Fowey Rocks Light + + + Pacific Reef Light + + + Carysfort Reef Light + + + Molasses Reef Light "10" + + + Alligator Reef Light + + + Tennessee Reef Light + + + Sombrero Key Light + + + American Shoal Light + + + Key West Entrance Lighted Whistle Buoy + + + Cosgrove Shoal Light + + + 12-mile point from baseline + + + + + + Marquesas Keys + + + Rio Grande + +