Re: [gdal-dev] GDAL/OGR 3.4.1 not reading S57 correctly

2022-02-13 Thread dthorne
for it to work properly? -Original Message- From: "Momtchil Momtchev" Sent: Wednesday, February 2, 2022 11:07pm To: dtho...@pivotmaritime.com, "kusala nine" Cc: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] GDAL/OGR 3.4.1 not reading S57 correctly I get exactly

Re: [gdal-dev] GDAL/OGR 3.4.1 not reading S57 correctly

2022-02-03 Thread dthorne
dtho...@pivotmaritime.com Sent: Friday, January 28, 2022 11:55am To: "kusala nine" Cc: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] GDAL/OGR 3.4.1 not reading S57 correctly The S57 file we used to test with each language and it is read correctly in C# & python, our c++ project is t

Re: [gdal-dev] GDAL/OGR 3.4.1 not reading S57 correctly

2022-02-02 Thread Momtchil Momtchev
y, January 28, 2022 7:04am To: "Momtchil Momtchev" Cc: dtho...@pivotmaritime.com, gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] GDAL/OGR 3.4.1 not reading S57 correctly I’m an S57 expert. Send me the data - I’ll take a look, there’s a lot of leeway with S57 and sometimes it trips up

Re: [gdal-dev] GDAL/OGR 3.4.1 not reading S57 correctly

2022-01-27 Thread dthorne
Friday, January 28, 2022 7:04am To: "Momtchil Momtchev" Cc: dtho...@pivotmaritime.com, gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] GDAL/OGR 3.4.1 not reading S57 correctly I’m an S57 expert. Send me the data - I’ll take a look, there’s a lot of leeway with S57 and sometimes it trip

Re: [gdal-dev] GDAL/OGR 3.4.1 not reading S57 correctly

2022-01-27 Thread kusala nine via gdal-dev
gt;> >> -Original Message- >> From: "Momtchil Momtchev" >> Sent: Wednesday, January 26, 2022 9:21pm >> To: dtho...@pivotmaritime.com, gdal-dev@lists.osgeo.org >> Subject: Re: [gdal-dev] GDAL/OGR 3.4.1 not reading S57 correctly >> >>

Re: [gdal-dev] GDAL/OGR 3.4.1 not reading S57 correctly

2022-01-27 Thread Momtchil Momtchev
Momtchev" Sent: Wednesday, January 26, 2022 9:21pm To: dtho...@pivotmaritime.com, gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] GDAL/OGR 3.4.1 not reading S57 correctly Can you post your C++ code? Generally, you have more chances of getting an answer for this type of question on https://gi

Re: [gdal-dev] GDAL/OGR 3.4.1 not reading S57 correctly

2022-01-26 Thread dthorne
votmaritime.com, gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] GDAL/OGR 3.4.1 not reading S57 correctly Can you post your C++ code? Generally, you have more chances of getting an answer for this type of question on [ https://gis.stackexchange.com/ ]( https://gis.stackexchange.com/ ) On

Re: [gdal-dev] GDAL/OGR 3.4.1 not reading S57 correctly

2022-01-26 Thread Momtchil Momtchev
Can you post your C++ code? Generally, you have more chances of getting an answer for this type of question on https://gis.stackexchange.com/ On 24/01/2022 06:36, dtho...@pivotmaritime.com wrote: Hi, So I am trying to get a test C++ project built to read S57 files using the gdal/ogr C++ li

[gdal-dev] GDAL/OGR 3.4.1 not reading S57 correctly

2022-01-23 Thread dthorne
Hi, So I am trying to get a test C++ project built to read S57 files using the gdal/ogr C++ library. I have previously used the C# library that is on there NuGet manager which states v2.4.4 and that seems to read the s57 without issues. Also tried python and that seems to read it with no issues