[gdal-dev] C# updates for GDAL (swig 3.0.8 & dotnet core 2.0)

2017-08-31 Thread Eric Wenger ARA/SED
All, I have the [unfortunate] responsibility of delivering a piece of research code written in C# on Windows to a customer to be dockerized and run on CentOS 7. As a result, I have made a couple of commits to my gdal repo on Github that I would eventually like to incorporate into the

Re: [gdal-dev] Raster statistics

2017-08-09 Thread Eric Wenger ARA/SED
Paul, You could call gdal_calc.py and pass it the numpy formulas on the command line…Otherwise it might be best to bring the raster in to OpenCV. --Eric From: gdal-dev [mailto:gdal-dev-boun...@lists.osgeo.org] On Behalf Of Paul Meems Sent: Thursday, August 03, 2017 2:51 PM To: Chris Waigl Cc:

Re: [gdal-dev] Need solution for C# setup, with error at OSGeo.OGR registration

2017-08-08 Thread Eric Wenger ARA/SED
Chui, An example here is that you need to have proj.dll in the path so that gdal.dll will load from the PInvoke. You can use dependency walker to find other dependencies. From: gdal-dev [mailto:gdal-dev-boun...@lists.osgeo.org] On Behalf Of Tamas Szekeres Sent: Tuesday, August 01, 2017 12:15

Re: [gdal-dev] csharp/gdal/fwtools. Problem with migrating from window to ubuntu/mono

2017-08-08 Thread Eric Wenger ARA/SED
AndrewB, Are you still working on this? I just ported an app from Windows to C# using .net core 2.0 preview 2 and GDAL is working well in that environment. --Eric -Original Message- From: gdal-dev [mailto:gdal-dev-boun...@lists.osgeo.org] On Behalf Of AndrewB Sent: Friday, June 16,