gdal.netcore
GDAL 3.x C#/F# bindings for .NET apps
gdal.netcore provides GDAL bindings for .NET applications
gdal.netcore is a build engine and C#/F# bindings for the GDAL geospatial library, letting .NET apps use GDAL without installing heavy system binaries.
What it provides
gdal.netcore is described as a simple build engine for the GDAL library aimed at .NET. It provides a minimal setup that avoids the need to install heavy GDAL binaries into your system. The project is listed in the Awesome Geospatial collection and ships NuGet packages for the C# bindings and runtime libraries.
Supported packages
Two NuGet packages are offered: MaxRev.Gdal.Universal and MaxRev.Gdal.Core. The Universal package bundles the bindings and runtime libraries so applications can read and write geospatial data through the standard GDAL API from C# or F# code.
Background
The project targets GDAL 3.x and is built for .NET applications on multiple platforms. Its README carries a Made in Ukraine badge, reflecting the origin of the maintainer team, and it emphasizes a lightweight path to embed GDAL in .NET projects.
Editorial conclusion
gdal.netcore is distributed under the MIT license and is published on NuGet as MaxRev.Gdal.Universal and MaxRev.Gdal.Core, and it is listed in the Awesome Geospatial collection.
Community notes