Bert Huijben

Results 49 comments of Bert Huijben

Personally I would recommend implementing Sparse index support, before looking at the Spit index support as that delivers improved performance in a cleaner and more future proof way. I'm not...

We should be able to fix this on the base class by properly checking how many dimensions are valid on the coordinate. The NTS types should be good .Net citizens....

If we can't get this in 9.x, can we at least get some of this in the logging or warning output from parsing, like from wkt. I'd rather see a...

No it was not important, but we should somehow make a decision for the future on how we handle those 'error' cases. We can target it for 9.1 or postpone...

These functions are in Shell32.lib and Ole32.lib. See https://docs.microsoft.com/en-us/windows/win32/api/combaseapi/nf-combaseapi-cotaskmemfree and related.

Assembly code has been removed in latest version, as outdated and has known issues that may cause data corruption.

``` A suitable version of 7zip was not found (required v21.7.0). Downloading portable 7zip v21.7.0... Downloading 7zip... https://www.7-zip.org/a/7z2107-extra.7z -> D:\a\SharpProj\SharpProj\vcpkg\downloads\7z2107-extra.7z Extracting 7zip... A suitable version of 7zip was not found...

``` - name: Setup VCPKG uses: lukka/run-vcpkg@v10 with: vcpkgDirectory: '${{ github.workspace }}/vcpkg' vcpkgGitCommitId: 5a8a1dfff8e2dffd4c8cc2d1fc0da379ffd18b25 - name: Ensure Proj packages are available run: vcpkg.exe install "tiff[core]:x64-windows-static-md" "proj[core,tiff]:x64-windows-static-md" "tiff[core]:x86-windows-static-md" "proj[core,tiff]:x86-windows-static-md" ```