<div dir="ltr"><div>These are features and attributes from the Inland ENC catalogue which is an S-57 product specification similar to ENC - basically ENCs for inland waterways. unlocd is UN Location Code, the unique identifier of a port and wtwdis is "waterway distance" - both from the IENC product specification. The clue is lower case - ENC features and attributes are always upper case, INFORM, OBJNAM, LNDARE etc etc... So, I think it's fine to add these as the S-57 driver needs to understand the different object ids and what they represent. In the next version of the product specification the feature catalogue will be embedded into the header of the iso8211 file (IHO S-101 which will replace S-57 in time). If anyone's interested in doing the iso8211 parser for it (it uses concatenated data structures and like AML, can't be read natively by existing GDAL drivers) I'm happy to help out - the C++ is a tad beyond me right now but I'm aware the IHO momentum behind S-101 particularly is picking up speed so it would be worth thinking about at some point :-) <br></div><div><br></div><div>cheers,</div><div><br></div><div>JP<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 19 Dec 2019 at 12:07, Even Rouault <<a href="mailto:even.rouault@spatialys.com">even.rouault@spatialys.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On jeudi 19 décembre 2019 12:46:05 CET wulf wrote:<br>
> Hi developers,<br>
> <br>
> attached, there is a patch for<br>
> <br>
> s57objectclasses.csv against git commit 94431c2<br>
> <br>
> <br>
> 191c191<br>
> < 17004,Distance<br>
> mark,dismar,catdis;wtwdis;unlocd;DATEND;DATSTA;NOBJNM;OBJNAM;,INFORM;NINFOM<br>
> ;NTXTDS;PICREP;SCAMIN;TXTDSC;updmsg;,SORDAT;SORIND;,G,Point; ---<br>
> <br>
> > 17004,Distance<br>
> > mark,dismar,catdis;DATEND;DATSTA;NOBJNM;OBJNAM;,INFORM;NINFOM;NTXTDS;PICR<br>
> > EP;SCAMIN;TXTDSC;updmsg;,SORDAT;SORIND;,G,Point;<br>
> I'm not competent if this is a correct solution, but with that version<br>
> I'm able to extract the needed values.<br>
<br>
Can you submit this as a pull request by editing<br>
<a href="https://github.com/OSGeo/gdal/blob/master/gdal/data/s57objectclasses.csv" rel="noreferrer" target="_blank">https://github.com/OSGeo/gdal/blob/master/gdal/data/s57objectclasses.csv</a><br>
(possibly directly from github UI ?)<br>
<br>
So you've added<br>
;wtwdis;unlocd<br>
<br>
Is that right ?<br>
Where does this come from ? I can't see that on <a href="http://www.s-57.com/" rel="noreferrer" target="_blank">http://www.s-57.com/</a> . Or are <br>
they specific to the particular profile of S57 you use ?<br>
<br>
-- <br>
Spatialys - Geospatial professional services<br>
<a href="http://www.spatialys.com" rel="noreferrer" target="_blank">http://www.spatialys.com</a><br>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/gdal-dev" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/gdal-dev</a></blockquote></div>