## All ENC format NOAA Nautical Charts
## See https://www.charts.noaa.gov/ENCs/ENCs.shtml

wget https://www.charts.noaa.gov/ENCs/ENCProdCat_19115.xml
wget https://www.charts.noaa.gov/ENCs/ENC_Agreement.shtml
grep '\.zip<\/URL>' ENCProdCat_19115.xml | sed -e 's@^[\t]*<URL>@@' -e 's@</URL>.*@@' | parallel wget

