MaxRev-Dev / gdal.netcore

GDAL 3.x C#/F# bindings for .NET apps
MIT License
162 stars 36 forks source link

Different Output for S-57 Data on Windows and Linux #76

Closed tylercwiltz closed 1 year ago

tylercwiltz commented 2 years ago

I'm working with some S-57 Data and I loop through the features of each layer and then call DumpReadable() on each feature. For windows I get an output I would expect, but when I run it on Linux (Ubuntu 20.04) I get a different output. The feature names are different and there are less attributes per feature than in Windows. I'm using .Core 3.3.3.120 and .WindowsRuntime.Minimal 3.3.3.110 for Windows and the .Core 3.3.3.120 and .LinuxRuntime.Minimal 3.3.120 for Linux. Has differing outputs on different OS been an issue?

MaxRev-Dev commented 1 year ago

We are not able to change this. This issue is related to internal GDAL methods. If you have any further questions, consider opening an issue in the GDAL repository.