Import NoaaEnc: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
(+cat)
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
* '''''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.
NOAA distributes marine charts in an OGR readable ENC format. This is also known as a S57 format.


Line 8: Line 10:
I'm not good at GRASS, but I was able to figure out that the above inputs a lot of data.
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:
Looking into the {{cmd|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
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
Line 15: 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?