Re: [gdal-dev] Improving GDAL production in our release

2025-01-07 Thread Robert Coup via gdal-dev
Hi, Depending on what you need, I've found using VCPKG (https://vcpkg.io/en/) can make it straightforward to address the dependencies *of* GDAL, and it's all driven by CMake underneath, like GDAL's builds. Importantly, it is well tested and supported on Windows. That means you end up spending your

Re: [gdal-dev] Call for review on RFC 104: Adding a "gdal" front-end command line interface

2024-11-19 Thread Robert Coup via gdal-dev
On Mon, 18 Nov 2024 at 23:20, Even Rouault via gdal-dev < gdal-dev@lists.osgeo.org> wrote: > > Le 19/11/2024 à 00:15, Scott via gdal-dev a écrit : > > Question, > > > > Is there any plan to incorporate the python utilities, such as, > > gdal_calc? > > Cf > > https://gdal--11216.org.readthedocs.bui

Re: [gdal-dev] GDAL Windows Wheels

2024-10-15 Thread Robert Coup via gdal-dev
Hi, On Mon, 14 Oct 2024 at 15:27, Even Rouault via gdal-dev < gdal-dev@lists.osgeo.org> wrote: > So probably the most sane solution would be > to have a dynamic library libgdal.so that statically links its > dependencies, but with all GDAL public symbols renamed. Quite an > adventure... It woul

Re: [gdal-dev] WMTS gdal_translate vs RasterIO

2024-08-29 Thread Robert Coup via gdal-dev
Hi Michał, In addition to Jukka's key point: nBufXSize=1, nBufYSize=691, appears to be backwards wrt: -outsize 691 1 Rob :) ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Building GDAL documentation with ReadTheDocs

2024-07-24 Thread Robert Coup via gdal-dev
On Wed, 24 Jul 2024 at 12:27, Even Rouault wrote: > > > Le 24/07/2024 à 12:33, Javier Jimenez Shaw via gdal-dev a écrit : > >> I see the point, and I agree... but I don't know if it will work >> RTD redirects to whatever we configure. In proj.org it is going directly to 9.4 (current latest release

Re: [gdal-dev] Building GDAL documentation with ReadTheDocs

2024-07-24 Thread Robert Coup via gdal-dev
Hi Dan, On Tue, 23 Jul 2024 at 17:16, Daniel Baston via gdal-dev < gdal-dev@lists.osgeo.org> wrote: > > If anyone has feedback about using ReadTheDocs for this project, or > the specifics of the proposed configuration, please share it here or > as a comment on the pull request. > My only suggest

Re: [gdal-dev] GDAL & CAD Files

2024-06-26 Thread Robert Coup via gdal-dev
Hi, On Tue, 25 Jun 2024 at 21:11, Michał Kowalczuk via gdal-dev < gdal-dev@lists.osgeo.org> wrote: > First of all, the dwg format is only available in gdal if you buy ODA SDK > which is very expensive. > There is also an in-house-use license available for ODA https://www.opendesign.com/pricing/i

Re: [gdal-dev] Antwort: Antwort: Re: Segmentation fault (core dumped) in gdal_translate & ogrinfo & ogr2ogr

2024-02-28 Thread Robert Coup via gdal-dev
Hi, On Wed, 28 Feb 2024 at 09:51, Michael Otto wrote: > Under all distributions there were problems with the certificates when > using ogrinfo. > > ERROR 1: error setting certificate file: /etc/ssl/certs/ca-certificates.crt > ERROR 1: Error returned by server : error setting certificate file: >

Re: [gdal-dev] Segmentation fault (core dumped) in gdal_translate & ogrinfo & ogr2ogr

2024-02-27 Thread Robert Coup via gdal-dev
Hi Michael, On Tue, 27 Feb 2024 at 11:40, Michael Otto via gdal-dev < gdal-dev@lists.osgeo.org> wrote: > > with a lot of effort and support from this group I created a first static > version of GDAL (incl. the apps) under Linux x64 using vcpkg. Yay > For testing I copied the built apps and th

Re: [gdal-dev] Build static GDAL-Lib and static GDAL-Apps

2024-02-21 Thread Robert Coup via gdal-dev
Hi, On Wed, 21 Feb 2024 at 11:18, Michael Otto wrote: > > I've also tried the problem with libtiff, but couldn't solve it. Thanks > for the tip! With "gdal[core,tools]" the apps are now static. Excellent. > BUT I want to use exactly what is still causing problems: SQLite for the > creatio

Re: [gdal-dev] Assert due to stack corruption in FlatGeoBuf export

2024-02-20 Thread Robert Coup via gdal-dev
Hi, On Tue, 20 Feb 2024 at 21:44, Robert Coup wrote: > Hi Simon, > > On Tue, 20 Feb 2024 at 21:11, Simon Eves wrote: > >> Here's the stack trace for the original assert. Something is stepping on >> scratch_ to make it 0x10 instead of null, which it starts out as >> when the flatbuffer o

Re: [gdal-dev] Build static GDAL-Lib and static GDAL-Apps

2024-02-20 Thread Robert Coup via gdal-dev
Hi Simon, On Tue, 20 Feb 2024 at 18:58, Simon Eves via gdal-dev < gdal-dev@lists.osgeo.org> wrote: > We still have one VERY strange issue whereby FlatGeoBuf export fails in a > very consistent and reproducible form down in the flatbuffer code, but only > in the static build, and only in the full

Re: [gdal-dev] Build static GDAL-Lib and static GDAL-Apps

2024-02-20 Thread Robert Coup via gdal-dev
Hi, On Tue, 20 Feb 2024 at 12:50, Michael Otto wrote: > > I have now tried it with 'vcpkg install gdal[tools]'. The tools/apps are > there, but they are not statically linked! > > See for example gdalinfo: > > root@vmuser-VirtualBox:/home/vmuser/Git/vcpkg/installed/x64-linux/tools/gdal# > ldd gd

Re: [gdal-dev] Build static GDAL-Lib and static GDAL-Apps

2024-02-20 Thread Robert Coup via gdal-dev
Hi Michael, On Tue, 20 Feb 2024 at 11:22, Michael Otto wrote: > The directory './vcpkg/packages/_x64-linux' now contains the > compiled static versions of the libraries. But where can I find the GDAL > apps? These are not contained in this directory. Great! So if you change your vcpkg installa

Re: [gdal-dev] Build static GDAL-Lib and static GDAL-Apps

2024-02-13 Thread Robert Coup via gdal-dev
Hi Michael, On Tue, 13 Feb 2024 at 07:18, Michael Otto wrote: > at the moment it's only about the Linux platform. And yes, it should be a > static compilation with all the necessary dependencies (including libtiff > and all the others). > > I currently use an Ubuntu VM and use an Alpine-Linux Do

Re: [gdal-dev] Build static GDAL-Lib and static GDAL-Apps

2024-02-12 Thread Robert Coup via gdal-dev
Hi Michael, On Mon, 12 Feb 2024 at 12:02, Michael Otto via gdal-dev < gdal-dev@lists.osgeo.org> wrote: > > The goal is to cast GDAL and all its dependencies (PROJ / GEOS / all > dependencies to system libraries / ...) into a static library and to create > the GDAL apps as static executable progra

Re: [gdal-dev] Convert alpha to nodata?

2024-01-25 Thread Robert Coup via gdal-dev
On Wed, 24 Jan 2024 at 02:27, Even Rouault wrote: > > https://github.com/OSGeo/gdal/pull/9128 should do what you wish. As > usual, the hardest part is the naming of options... Wow! I'll try and review it in the next few days. Rob :) ___ gdal-dev mailin

Re: [gdal-dev] Convert alpha to nodata?

2024-01-22 Thread Robert Coup via gdal-dev
Hi Even, Thanks for your reply! On Fri, 19 Jan 2024 at 17:32, Even Rouault wrote: > I can't think an easy way of doing what you want. > Is there a functional gap? *Conceptually* it feels to me like VRTRasterBand.ComplexSource.UseMaskBand should "mark" a pixel to be nodata-equivalent (NaN?), an

[gdal-dev] Convert alpha to nodata?

2024-01-19 Thread Robert Coup via gdal-dev
Maybe it's just Friday, but I could use a pointer here :-) My input raster is a RGBA byte image, where the alpha channel value is 0 or 255 (ie: effectively a mask). The output is ideally a VRT file, RGB with Int16 data type, using nodata=-1. So I want to convert the alpha channel to a nodata valu

Re: [gdal-dev] Motion: adopt RFC 96: Deferred C++ plugin loading

2023-11-16 Thread Robert Coup via gdal-dev
Hi Sean On Thu, 16 Nov 2023 at 12:10, Even Rouault via gdal-dev < gdal-dev@lists.osgeo.org> wrote: > > > > I think this makes great sense for the project. I don't yet understand > > what it means for an enterprise like Rasterio's PyPI wheels. > > I'd say it probably changes nothing. The RFC just

Re: [gdal-dev] Call for review and discussion on RFC96: Deferred in-tree C++ plugin loading

2023-11-02 Thread Robert Coup via gdal-dev
Hi Even, On Thu, 2 Nov 2023 at 11:59, Even Rouault via gdal-dev < gdal-dev@lists.osgeo.org> wrote: > > I'm seeking for feedback and review on a new RFC (RFC 96: Deferred > in-tree C++ plugin loading), detailed in > https://github.com/OSGeo/gdal/pull/8648, whose summary is: > > This RFC adds a mec

Re: [gdal-dev] Call for 4.0 ideas

2023-09-21 Thread Robert Coup via gdal-dev
Hi Joaquim, There have been other similar changes... for example, GDAL added an aspatial extension[1] to GeoPackage v1.0 to support non-geo tables... the GeoPackage standard added support for such tables in v1.2; so our extension is no longer needed: GDAL still reads it, but no longer writes it [2