gdal.netcore icon indicating copy to clipboard operation
gdal.netcore copied to clipboard

EXR Driver missing on Windows

Open bertt opened this issue 1 year ago • 1 comments

Hi, just upgraded my sample to 3.9.0, I noticed that GDAL driver 'EXR' is missing on Windows (150 gdal drivers), not on Linux/Mac (151 gdal drivers).

bertt avatar Jun 28 '24 20:06 bertt

Yes, that's intended. OpenEXR is not recognized on Windows during configuration.

I have not found any solution to this. If you know how to enable it, you're welcome to contribute.

https://github.com/MaxRev-Dev/gdal.netcore/blob/4428f2cec8c363648b718bac3185d80775941816/win/partials.psm1#L253-L261

MaxRev-Dev avatar Jun 28 '24 23:06 MaxRev-Dev