Re: [gdal-dev] Spatial references and geometry operations

2023-09-29 Thread Paul Harwood via gdal-dev
As a very general response, you probably need to differentiate between two possible questions that you are asking, either: 1 Does the operation fail with an error, or 2 Is the result correct or meaningful? I don't know about 1). My guess and experience is that, in most cases, it won't fail.

Re: [gdal-dev] How to publish a C# GDAL project to Linux?

2024-01-09 Thread Paul Harwood via gdal-dev
Also responded on SO On Tue, 9 Jan 2024 at 15:57, George Watson via gdal-dev < gdal-dev@lists.osgeo.org> wrote: > Answered on SO (no pun intended). > > George K. Watson > Stuff-doer > Maxar > > On 01/09/2024 8:10 AM MST Vedran Mornar via gdal-dev < > gdal-dev@lists.osgeo.org> wrote: > > > > Hi,

Re: [gdal-dev] How to publish a C# GDAL project to Linux?

2024-01-09 Thread Paul Harwood via gdal-dev
{ "emoji": "", "version": 1 }___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Reading interpolated values on DSM

2024-04-24 Thread Paul Harwood via gdal-dev
If you want to do it in QGIS ... https://plugins.qgis.org/plugins/rasterinterpolation/ On Wed, 24 Apr 2024, 09:33 Javier Jimenez Shaw via gdal-dev, < gdal-dev@lists.osgeo.org> wrote: > Hi > > I would like to read in QGIS or GDAL an interpolated value in a DSM (well, > actually it is a geoid

[gdal-dev] GDAL DATA PATH - test

2024-04-15 Thread Paul Harwood via gdal-dev
I have an interesting little problem. I want to write (in the code using the API - not as a test script - actually in C#) a command that will fail if the GDAL data path is set incorrectly. I am having difficulty finding a command that will fail if the path is incorrect. I thought that some of