Import NoaaEnc: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
No edit summary
 
(+cat)
Line 13: Line 13:


Does anyone have a script or command for automatically reading in these NOAA ECN data?
Does anyone have a script or command for automatically reading in these NOAA ECN data?
[[Category:Documentation]]

Revision as of 19:53, 16 June 2006

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?