Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 2 KB

README.md

File metadata and controls

34 lines (27 loc) · 2 KB

Chartoverlay

Build Status Java JDK v1.8

Description

REST API

Catalog

Information about all charts in NOAA's catalog, updated weekly.
Clicking on a link will take you to an example use case.

Path Description
/catalog/list List all charts
/catalog/<chart> Get information about a chart
/catalog/district/list List all available Coast Guard districts
/catalog/district/<district> List all charts in a district
/catalog/state/list List all available states
/catalog/state/<state> List all charts in a state
/catalog/region/list List all available regions
/catalog/region/<district> List all charts in a region

Chart

Detailed information about a chart from the BSB version from NOAA.
BSB Charts are available as zip files from the url https://www.charts.noaa.gov/RNCs/.zip

Path Description
/chart/<chart> Get information about a chart

BSB File format

Information about the BSB file format can be found at libbsb's SourceForce page as well as detailed header information at the OpenCPN Wiki.

Additional resources are NOAA's Notice to Mariner's information page and the libbsb source.