Skip to content

colemanm/spinnaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spinnaker is a set of tools for working with NOAA nautical chart data. NOAA publishes electronic nautical chart data (ENCs), and the printable raster nautical chart series (RNCs).

Tools

rnc_convert.rb

Takes a RNC file (.KAP) converts and projects to GeoTIFF.

./rnc_convert.rb 11411.KAP

Writes a TIFF file out to the current directory.

OpenStreetMap

Spinnaker is a script for importing OpenSeaMap tagged data from OpenStreetMap into your own PostGIS database. It uses imposm, an OSM importing utility, to create a custom set of database tables containing nautical features like seamarkers, buoys, channels, etc.

Once imposm and its prerequisites are running, you can use the spinnaker custom table file to import nautical features from OSM extracts.

Importing

Run the import like this:

imposm -U dbuser -d dbname -m spinnaker-mapping.py --read --write --optimize --deploy-production-tables florida.osm.pbf

Resources

About

Tools for working with NOAA nautical chart data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published