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

GDAL 3.x C#/F# bindings for .NET apps

Results 14 gdal.netcore issues
Sort by recently updated
recently updated
newest added

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...

ref https://github.com/MaxRev-Dev/gdal.netcore/issues/72

A line to remove build dir was added in https://github.com/MaxRev-Dev/gdal.netcore/commit/7cebd9b51fbbc0cfca4aa5eec377dd8caf874488 Line added to unix/gdal-makefile: $(DEL_DIR) "$(BUILD_ROOT)/$(LW)-build" This doesn't work on a clean clone, gives this output: ``` [gdal.netcore] PROJ |...

bug

For a project I need to process GRIB and NetCDF files. I can read the GRIB files but for the NetCDF files I have to add a driver. But when...

help wanted

Hello. Just wondering if you're planning to create MacOS binaries package (aka `MaxRev.Gdal.MacOSRuntime.Minimal`). It seems like gdal supports MacOS (judjing by [GitHub Actions](https://github.com/OSGeo/gdal/actions) in Gdal repo).

question

Hello. I'm using this package along with others projects on Linux. After building the project with **MaxRev.Gdal.LinuxRuntime.Minimal** package, it writes Linux dependencies in "runtimes/linux-x64/native" directory. However, another [library](https://www.nuget.org/packages/NetVips.Native/) writes its...

enhancement

It's great to see the progress on NET bindings for gdal is still an ongoing work! Though I'm no longer an active contributor to GIS community, after looking at increasing...

enhancement
good first issue

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).

bug-gdal

**Describe the bug** Unhandled exception. System.TypeInitializationException: The type initializer for 'OSGeo.GDAL.GdalPINVOKE' threw an exception. ---> System.TypeInitializationException: The type initializer for 'SWIGExceptionHelper' threw an exception. ---> System.DllNotFoundException: Unable to load DLL...

bug-windows-only