I'm sorry! I didn't see this response hidden under the other gdal emails!!
We've tested out your code and we still only get 5 layers.
Which to me definitely feels like setup/configuration of something.
Do you know if there is a checklist or things that need to be setup for it to
work properly
Hi,
Was just wanting to follow up to see if you or anyone else has had a chance to
look into my problem?
Or might be able to help get the issue figured out. I still feel like it's
something with the setup up, but not having any luck.
TIA,
Daniel
-Original Message-
From: dtho...@piv
The S57 file we used to test with each language and it is read correctly in C#
& python, our c++ project is the problem. The S57 is the one generated in
"\gdal-3.4.1\autotest\ogr\data\s57" when we built gdal. But [ here is a link ](
https://drive.google.com/file/d/1AGCHEQMWHvs6IJgDW45KJvK6gm-r_
Here is the C++ code we have written to read the test s57 file.
[ https://pastebin.com/seXrkgmB ]( https://pastebin.com/seXrkgmB )
We feel that it is some setup stuff we have missed but can't find any clear
information. For example we hadn't seen GDAL_DATA environment variables
mentioned in a
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