Skip to content

How to display NOAA Charts #139

Answered by wang-boyu
rcriii42 asked this question in Q&A
Mar 4, 2023 · 2 comments · 4 replies
Discussion options

You must be logged in to vote

This is an interesting problem to solve!

First of all, the service url "http://www.ngs.noaa.gov/storm_archive/tilesx/tileserver.php?/wmts?/wmts/?/EC1702a-OB-N/{z}/{x}/{y}.png" doesn't seem to work. When it is used, there are lots of 404 errors in the console.

From here it mentioned that there are new services from NOAA as listed in: https://nauticalcharts.noaa.gov/data/gis-data-and-services.html#enc-display-services

Using the "OGC Web Map Service (WMS)" under NOAA Chart Display Service from the webpage as an example -

import mesa_geo as mg

# use `WMSWebTile` instead of `RasterWebTile`
map_tile = mg.WMSWebTile(
    url="https://gis.charttools.noaa.gov/arcgis/rest/services/MCS/NOAAChartDis…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@wang-boyu
Comment options

@rcriii42
Comment options

@wang-boyu
Comment options

Answer selected by rcriii42
Comment options

You must be logged in to vote
1 reply
@wang-boyu
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants