MaxRev-Dev / gdal.netcore

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

libaec not present in Windows #157

Closed antonio-moya closed 1 month ago

antonio-moya commented 1 month ago

When version 3.9 is published, libaec dll is not present in windows environements. On the contrary, in Linux runtime environments libace.so is present and working propertly.

To reproduce: Try accessing any grib file of ECMWF's numeric weather models (https://data.ecmwf.int/) wich uses CCSDS compression. Same program works fine in Linux but generates error in Windows.

Environment information:

MaxRev-Dev commented 1 month ago

Expected behaviour. It was unintentionally added from Linux system packages. This library is unavailable in VCPKG and GisInternal sources and requires building from sources. This is not a widely used library like GEOS or PROJ so that it won't be worked on.

I suggest trying vscode devcontainers for development (with linux docker containers) or ssh-remote extensions.