Depth Data for Nautical Charts #18116
Replies: 11 comments 24 replies
-
Looks very good ! |
Beta Was this translation helpful? Give feedback.
-
Data SourcesIMHO the depth data supplied by OsmAnd is just a proof of concept showcase, they are very inaccurate and unreliable and not at all usable for actual navigation or trip planning. GermanyThe BSH provides access to nautical data in the GeoSeaPortal. There is no documentation, but simply by examining what the webviewer does reveals some WMS endpoints. Depth contours and areas can be found in
What is particularly nice is, that the data can be downloaded as BTW: They also provide a tidal current atlas for free! In the webviewer you cannot select the time before/after HW, but if you use QGIS as WMS client, you can explore the datasets and switch between different times.
NetherlandsRWS provides a full ENC with contours and spot soundings for free for some regions of NL like the Waddenzee and Zeeland. Using GDAL the vector data can be extracted from the ENC. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Spot Soundingsare already supported by the nautical maps plugin. Just enable the "nautical depth" setting in the map config. Numbers will show up on the map for points tagged with
IMHO the font size is too small and should be increased/user configurable. |
Beta Was this translation helpful? Give feedback.
-
Contour LinesThe contours currently implemented in OsmAnd seem to be a copy of the height contours with some small changes. But depth contours in nav charts are different.
The INT1 section I contains explanations. Different coloring schemes for the contours are used. I would propose to only include integer depth levels (meters here, other units are a different thing) and tag the values (if available) <=5, 10, 20, 50, 100 with
Other values may be in the dataset, but are tagged differently. Currently OsmAnd does not show contours without Tags for contourlines:
This requires not only changing the |
Beta Was this translation helpful? Give feedback.
-
Putting it all together, it looks like this. You want this, too? Have a look at https://github.com/quantenschaum/mapping/blob/master/DEPTH.md |
Beta Was this translation helpful? Give feedback.
-
Your release of lightsectors V5 is amazing... the obf file is worldwide or only for some countries? |
Beta Was this translation helpful? Give feedback.
-
currently there files for download here http://waddenzee.duckdns.org/download/ updated regularly via cronjob |
Beta Was this translation helpful? Give feedback.
-
I would like to propose here
All of that is already implemented as part of the proposal #16894 (comment) |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Just for the record (resulting from #18092), I managed to create an OBF containing depth contours and spot soundings from data leeched from https://www.geoseaportal.de/mapapps/resources/apps/navigation (currently down 😞). The workflow is roughly like this:
depth=VALDCO
contour=depth
contourtype=[5m,10m,20m,50m,100m]
with formula usingdepth%type==0
Terrible, no command line tools, but it works.
OsmAnd does not display contours without a
contourtype
tag or values ofcontourtype<5m
, so a 2m line will not show up on the map. I tweaked the nautical map style and the renderer settings for contour lines. Use these, and the map will look like this.Beta Was this translation helpful? Give feedback.
All reactions