Import NoaaEnc

From GRASS-Wiki
Revision as of 14:51, 19 May 2006 by ⚠️Dassau (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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?