Skip to content

Instantly share code, notes, and snippets.

@marcelrv
Last active July 1, 2022 14:25
Show Gist options
  • Save marcelrv/4cdcf85ee17db19a011a190ad3d45f74 to your computer and use it in GitHub Desktop.
Save marcelrv/4cdcf85ee17db19a011a190ad3d45f74 to your computer and use it in GitHub Desktop.
OpenSeaMap Vector & Dept

Friesland Dieptes:
https://geoportaal.fryslan.nl/arcgis/rest/services/Themas/water/MapServer/53

https://www-segeln--forum-de.translate.goog/thread/82921-openseamap/?pageNo=3&_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=nl&_x_tr_pto=wapp

small summary:

OSM = OpenStreetMap
OSeaM = OpenSeaMap
OSM is initially a pure GEO database with point, line and polygon objects to which certain properties ('Tags' or 'Key' = 'Values') are attached
from the geo-data 'tiles' are generated ('rendered' (raster-tiles) or (more modern) vector-tiles (often from third party service providers, according to personal taste or theme)
a map is assembled from these tiles and displayed (in the browser or in an 'app')
OSeaM uses the OSM database for objects tagged with 'seamark'
OpenNauticalChart (ONC, a group split off from OSeaM) renders a seamark overlay from the seamark objects
OSeaM provides the server infrastructure to serve this overlay and packages downloadable map packages for offline use
All three organizations offer websites, wikis and forums for information and further exchange (the latter may be more or less active):

https://www.openstreetmap.org https://wiki.openstreetmap.org https://forum.openstreetmap.org https://www.openseamap.org https://wiki.openseamap.org https://forum.openseamap.org https://sourceforge.net/project…/lists/openseamap-develop https://github.com/OpenSeaMap http://opennauticalchart.org https://wiki.opennauticalchart.org https://forum.opennauticalchart.org https://github.com/OpenNauticalChart

Sounding plans of the East Frisian Wadden Sea:

https://www.yacht.de/aktuell/p…uer-ostsee-und-wattenmeer

Europe, 0.125 minute grid:

http://portal.emodnet-bathymetry.eu/mea … l-coverage

https://forum.opennauticalchart.org/viewtopic.php?id=38

https://maps.rijkswaterstaat.nl/dataregister/srv/dut/catalog.search#/search?facet.q=keyword%2Fdiepte&isChild=%27false%27&resultType=details&topicCat=oceans&fast=index&_content_type=json&from=1&to=20&sortBy=relevance https://maps.rijkswaterstaat.nl/dataregister/srv/dut/catalog.search#/map

charts: https://github.com/OpenCPN/OpenCPN/tree/master/plugins/chartdldr_pi/data

The format is ISO/IEC 8211:1994, which is not free, but the IHO usage of it is described in the set of S-57 documents: http://www.iho.int/iho_pubs/IHO_Download.htm. It is necessary to read all the Appendix A & Appendix B documents, particularly the product specification as the format actually used in ENC equipment is a sub-set of the main standard. In addition the iENC product specification & encoding guide also need to be complied with: http://ienc.openecdis.org/?q=content/ienc-product-specification-24

http://wiki.openseamap.org/wiki/OpenSeaMap-dev:S-57_to_OSM

https://github.com/JOSM/josm-plugins/tree/master/seachart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment