Re: [gdal-dev] "tolerance condition error" on reprojecting natural earth data to webmercator (3857)

2022-02-25 Thread Adam Akhtar via gdal-dev
Sorry for the slow reply Even, I just tried this now and it seems to have worked. Thank you very much for you help on this matter. For posterity and other's benefit I modified my original command to include -clipsrc -180.1 -85.0511 180.1 85.0511 i.e. OGR_ENABLE_PARTIAL_REPROJECTION=true ogr2og

Re: [gdal-dev] [External] : Re: how to build netCDF driver plugin

2022-02-25 Thread Fengting Chen
I downloaded the process monitor and it helped. It turns out that the netcdf.dll couldn’t be found due to the space in the path. Thanks a lot for the help. -Fengting From: gdal-dev On Behalf Of Mateusz Loskot Sent: Friday, February 25, 2022 2:39 AM To: gdal-dev@lists.osgeo.org Subject: Re: [gd

Re: [gdal-dev] [External] : Re: how to build netCDF driver plugin

2022-02-25 Thread Ivan Lucena
Hi Fengting, The Windows error message might be telling you that while it was loading the plugin library, that DLL was required to load another DLL(s), from the SDK probably, and that is not in the PATH. You need to check if the plugin DLL was built against a static or a dynamic SDK library. S