Import NoaaEnc: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
(link to other ENC page)
mNo edit summary
 
Line 17: Line 17:


[[Category:Documentation]]
[[Category:Documentation]]
[[Category: Import]]

Latest revision as of 14:51, 20 December 2012

  • see the S-57 data format page for more detailed info

NOAA distributes marine charts in an OGR readable ENC format. This is also known as a S57 format.

I'm not good at GRASS, but I was able to figure out that the above inputs a lot of data.

Looking into the v.in.ogr tool, I saw that 54 layers were included in my chosen chart, and one should probably make separate vector layers from each of them. v.in.ogr did not error out with the names of the layers as the tool says it will. It ran and imported lots of data. The layers included were:

ACHARE, BCNLAT, BCNSAW, BCNSPP, BRIDGE, BUISGL, BUAARE, BOYLAT, BOYSAW, CBLARE, CBLOHD, CTNARE, COALNE, DAMCON, DAYMAR, DEPARE, DEPCNT, DRGARE, DMPGRD, FAIRWY, FNCLNE, FSHFAC, FOGSIG, ISTZNE, LAKARE, LNDARE, LNDRGN, LNDMRK, LIGHTS, MORFAC, NAVLNE, OBSTRN, OFSPLF, PILPNT, PIPARE, PIPOHD, PIPSOL, PYLONS, RECTRC, RESARE, RIVERS, SEAARE, SBDARE, SLCONS, SILTNK, SLOTOP, SOUNDG, UWTROC, WRECKS, M_COVR, M_NPUB, M_NSYS, M_QUAL, C_AGGR

Does anyone have a script or command for automatically reading in these NOAA ECN data?