GDAL by Tamas Szekeres

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

 GDAL 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</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>
    <contentFiles>
      <files include="**/**/*.*" buildAction="Compile" />
    </contentFiles>
  </metadata>
</package>