GDAL.Native by Tamas Szekeres

<PackageReference Include="GDAL.Native" Version="3.9.1" />

 GDAL.Native 3.9.1

GDAL is a translator library for raster geospatial data formats that is released under an X/MIT style Open Source license by the Open Source Geospatial Foundation. As a library, it presents a single abstract data model to the calling application for all supported formats.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata minClientVersion="3.3">
    <id>GDAL.Native</id>
    <version>3.9.1</version>
    <authors>Tamas Szekeres</authors>
    <owners>SharpMap-Team</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>http://trac.osgeo.org/gdal/wiki/FAQGeneral#WhatlicensedoesGDALOGRuse</licenseUrl>
    <projectUrl>http://www.gdal.org/</projectUrl>
    <iconUrl>http://www.gdal.org/gdalicon.png</iconUrl>
    <description>GDAL is a translator library for raster geospatial data formats that is released under an X/MIT style Open Source license by the Open Source Geospatial Foundation. As a library, it presents a single abstract data model to the calling application for all supported formats.</description>
    <tags>GDAL OGR Geospatial</tags>
    <dependencies>
      <dependency id="GDAL" version="3.9.1" />
    </dependencies>
  </metadata>
</package>