MaxRev-Dev / gdal.netcore

GDAL 3.x C#/F# bindings for .NET apps
MIT License
161 stars 36 forks source link

Can't find default GDAL_DATA directory(3.6+) #115

Closed allrelease closed 10 months ago

allrelease commented 11 months ago

Hello, thank you very much for newer versions.

Default path of 'gdal-data' in ConfigureGdalData is $"runtimes/any-x64/native"; but files are located in "runtimes/any/native"(with downloaded nuget.org package)

I didn't check out OSGeo.GDAL building cmake scripts(as not a programmer...)

MaxRev-Dev commented 11 months ago

~First of all, you're using the wrong packages~. See readme. Secondly, I need help finding runtime information. Please use a bug issue template.

UPD: the runtimes/any/native path is a superset of any-x64. Here's a doc reference - pay attention to the graph. It will work for any runtime, regardless of its x64, arm64 or even unsupported x86_64.

MaxRev-Dev commented 11 months ago

I won't review it until you provide the required information. Please, update your description.

MaxRev-Dev commented 10 months ago

If you come across the information that was requested, please don't hesitate to reopen the issue.