Re: [gdal-dev] Call for discussion on RFC 79: Listing of Service Providers on GDAL website

2021-02-23 Thread jratike80
GDAL - Dev mailing list wrote > Hi Even, > > On Tue, Feb 23, 2021 at 2:56 AM Even Rouault > even.rouault@ > > wrote: > >> Hi, >> >> Please find https://github.com/OSGeo/gdal/pull/3473 which proposes to >> list >> service providers offering GDAL related services on the GDAL website. As >>

Re: [gdal-dev] Call for discussion on RFC 79: Listing of Service Providers on GDAL website

2021-02-23 Thread thomas bonfort
Hi Sean, To give my personal experience: Does it work? > > It drove exactly 0 leads to me Is it kept up to date or does it get stale? > > I don't think it has ever been updated since it was put into place. I should remove myself from the list as I don't provide such services anymore. Does the

Re: [gdal-dev] Call for discussion on RFC 79: Listing of Service Providers on GDAL website

2021-02-23 Thread Even Rouault
Hi Sean, (re-adding the list in CC) > I'd like to hear more about the Mapserver project service provider list. > Does it work? Good question. I'm not sure which proportion of my Mapserver activity was due to that. Probably not that much to be honest. > Is it kept up to date or does it get

Re: [gdal-dev] Call for discussion on RFC 79: Listing of Service Providers on GDAL website

2021-02-23 Thread Sean Gillies via gdal-dev
Hi Even, On Tue, Feb 23, 2021 at 2:56 AM Even Rouault wrote: > Hi, > > Please find https://github.com/OSGeo/gdal/pull/3473 which proposes to > list > service providers offering GDAL related services on the GDAL website. As > mentioned in the RFC, this is a straightfoward port of the equivalent

Re: [gdal-dev] warp ARGB -> RGB gtiff-jpeg?

2021-02-23 Thread Idan Miara
Hi Jukka, Thanks for your reply! I didn't think about using VRT. Using VRT (-b 1 -b 2 -b 3) as an input to warp solved the problem. Idan On Sat, 20 Feb 2021 at 23:52, jratike80 wrote: > Hi, > > It is very cheap to use gdal_translate and VRT as intermediate format. As > far as I know it is not

[gdal-dev] Runtime issue while executing code calling gdal function

2021-02-23 Thread Kunal Khosla
I wish to build a programme that uses GCPs to georefernece a image. I am using GDALCreateGCPTransformer to create a transformer which I am calling later to warp the image. However, during runtime my programme stops after this line. void* transform = GDALCreateGCPTransformer (3,gcps,2,FALSE); It

Re: [gdal-dev] Python Wheels for gdal

2021-02-23 Thread Idan Miara
Hi Rob, Good point. I don't know - I've added Christoph to this thread. Christoph - can you share with us any build scripts or source file changes you make in order to build these wheels? I was able to combine the cp37+cp38+cp39 from Christoph's wheels for each platform by extracting the wheel

Re: [gdal-dev] Python Wheels for gdal

2021-02-23 Thread Robert Coup
Hi Idan, On Wed, 17 Feb 2021 at 12:24, Idan Miara wrote: > From what I can see, the gdal302.dll inside > https://www.lfd.uci.edu/~gohlke/pythonlibs/#gdal doesn't depend on any > non-windows DLL. All its dependencies are statically linked. > > Maybe until a better solution is found, and to

[gdal-dev] Call for discussion on RFC 79: Listing of Service Providers on GDAL website

2021-02-23 Thread Even Rouault
Hi, Please find https://github.com/OSGeo/gdal/pull/3473 which proposes to list service providers offering GDAL related services on the GDAL website. As mentioned in the RFC, this is a straightfoward port of the equivalent adopted RFC of the Mapserver project. Even --