feat: add script to generate NOAA ENC S-57 charts catalog#12
Open
dirkwa wants to merge 1 commit into
Open
Conversation
Scrapes https://charts.noaa.gov/ENCs/ENCs.shtml and generates NOAA_ENC_Catalog.xml with all US state/territory ENC downloads.
Contributor
|
Even now I don't understand why you don't use the NOAA data directly... |
Author
Contributor
|
I understand that you use the data from this project. But why do you want this project to duplicate data that is already available directly from NOAA, as XML (With much more information than what this PR covers)? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Adds a script to automatically generate a catalog for NOAA's free S-57 Electronic Navigational Charts (ENCs), organized by US state and territory.
NOAA_ENC_Catalog.xmlwith 43 entries covering all US states, territories, and NOAA-charted areasChartCatalogslibrary, follows the same pattern asde_ienc.sh/noaa_mbtiles.shPrompted by feedback on chartcatalogs/catalogs#56 — a static catalog doesn't make sense for data that updates daily.