<div dir="ltr">Not a NUGET package ...<br><br>But there is a Conda package which loads the C# bindings on Windows / Mac / Linux :<div><br></div><div>see <a href="https://gdal.org/api/csharp/csharp_conda.html">https://gdal.org/api/csharp/csharp_conda.html</a></div><div><br></div><div>It is in Conda since it is a wrapper for the Conda GDAL build - which means it is the latest version, it is multiplatform and includes the largest set of drivers (including the one that you want)and there is all of the benefits of the automatic build toolchain.<br><br>The downside is that you need to have Conda and you need to do a bit more manual work to get the assemblies into your build.<br><br>The first is not a great overhead - just use miniconda : <a href="https://docs.conda.io/en/latest/miniconda.html">https://docs.conda.io/en/latest/miniconda.html</a></div><div><br></div><div>The manual pages I linked above give some details about the assemblies that need to be linked. If you are using VS  - you just need to add the assemblies into the project. You will also need to wrangle the dependency DLLs if you are building to be distributed to other machines or are building a GUI app - but it is always good to do that manually anyway.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 14 Dec 2021 at 23:56, Jesús de Diego Alarcón <<a href="mailto:jesdial@gmail.com">jesdial@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Dear all<div><br></div><div><div>I would like to integrate GDAL in a C# application using the C# bindings. In addition, the solution can be deployed both on Linux and Windows. I am using .NetCore 3.1. The last requirement: the application shall be able to read JP2OpenJPEG images. JP2OpenJPEG<br><br>I have tried some Nuget packages in Visual Studio... but most of them do not implement the JP2OpenJPEG driver and/or do not are available for Linux and Windows. Do you know any Nuget package that can match my requirements?<br><br>Thank you in advance</div></div><div><br></div>-- <br><div dir="ltr">Jesús de Diego Alarcón<br><a href="mailto:jesdial@gmail.com" target="_blank">jesdial@gmail.com</a><br><br>"La vida es linda, lo malo es que muchos confunden lindo con fácil."<br>Mafalda</div></div>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/gdal-dev" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
</blockquote></div>