Re: [gdal-dev] Search This Mailing List?

2025-05-02 Thread Jeff McKenna via gdal-dev
Hi Andrew, If my memory is correct, Matt & I enabled this archive search back in 2021-ish: https://www.mail-archive.com/gdal-dev@lists.osgeo.org/ -jeff -- Jeff McKenna GatewayGeo: Developers of MS4W, & offering MapServer Consulting/Dev co-founder of FOSS4G http://gatewaygeo.com

Re: [gdal-dev] FileGDBs and FIDs of -21121

2024-08-29 Thread Jeff McKenna via gdal-dev
I also like the subtle nod to Rush's legendary album, "twenty-one twelve", inside the GDAL code ;) -jeff -- Jeff McKenna GatewayGeo: Developers of MS4W, & offering MapServer Consulting/Dev co-founder of FOSS4G http://gatewaygeo.com/ On 2024-08-27 6:38 p.m., Even R

Re: [gdal-dev] Installation on Windows

2023-11-29 Thread Jeff McKenna via gdal-dev
You can find the popular Binaries at https://trac.osgeo.org/gdal/wiki/DownloadingGdalBinaries#Windows (great to see so many options listed there) -jeff -- Jeff McKenna GatewayGeo: Developers of MS4W, & offering MapServer Consulting/Dev co-founder of FOSS4G http://gatewaygeo.com/

Re: [gdal-dev] ogrinfo Unable to identify source geometry field with GDAL 3.7 but not 3.3?

2023-07-12 Thread Jeff McKenna
oops, the command was: ogr2ogr -f PostgreSQL "PG:dbname=nz_address port=xxx user=xxx password=xxx" nz-addresses.csv -oo GEOM_POSSIBLE_NAMES=WKT -jeff On 2023-07-12 9:19 a.m., Jeff McKenna wrote: ogr2ogr -f "PG:dbname=nz_address port=xxx user=xxx password=xxx"

Re: [gdal-dev] ogrinfo Unable to identify source geometry field with GDAL 3.7 but not 3.3?

2023-07-12 Thread Jeff McKenna
I also confirm the error with today's master (3.8.0dev). Jukka is correct (same thinking as me), this works directly from CSV (into PostgreSQL 15.3) now... ogr2ogr -f "PG:dbname=nz_address port=xxx user=xxx password=xxx" nz-addresses.csv -oo GEOM_POSSIBLE_NAMES=WKT -

Re: [gdal-dev] libtiff 4.5.1 is released

2023-06-14 Thread Jeff McKenna
Thanks Even. One question (for packagers), is if the tools you mentioned to be removed are set through -Dtiff-contrib correct? thanks, -jeff -- Jeff McKenna GatewayGeo: Developers of MS4W, MapServer Consulting and Training co-founder of FOSS4G http://gatewaygeo.com/ On 2023-06-14 9:45

Re: [gdal-dev] GDAL 3.4.3 RC1 available

2022-04-29 Thread Jeff McKenna
Sorry for the delay in my usual testing, no issues here on Windows, with the MS4W build environment. -jeff -- Jeff McKenna GatewayGeo: Developers of MS4W, MapServer Consulting and Training co-founder of FOSS4G http://gatewaygeo.com/ On 2022-04-22 6:32 a.m., Even Rouault wrote: Hi, I

Re: [gdal-dev] zlib vulnerability CVE-2018-25032 affecting GAL

2022-04-07 Thread Jeff McKenna
he PNG driver uses zlib/libz and libpng - but it seems that we outlaw building gdriver plugins and internal libraries, so that would not be a reason to keep the internal libraries. I can confirm the 'DLL hell' on Windows builds, with GDAL's internal zlib clashing (even with tryi

Re: [gdal-dev] zlib vulnerability CVE-2018-25032 affecting GAL

2022-04-07 Thread Jeff McKenna
Thank-you Greg, this is exactly my earlier comment directly on the associated ticket this morning, but you explain it much better: https://github.com/OSGeo/gdal/issues/5587 It has caused so much grief downstream (zlib inside GDAL), that I believe it is time to remove it. -jeff On 2022

Re: [gdal-dev] GDAL 3.4.2 RC2 available

2022-03-09 Thread Jeff McKenna
On 2022-03-09 4:05 p.m., Jeff McKenna wrote: On 2022-03-09 4:02 p.m., Even Rouault wrote: Le 09/03/2022 à 20:53, Jeff McKenna a écrit : Thanks Even.  RC2 works well on Windows in the MS4W build environment. The only issue was that I had to re-apply the patch for Poppler 22.x (this is the

Re: [gdal-dev] GDAL 3.4.2 RC2 available

2022-03-09 Thread Jeff McKenna
On 2022-03-09 4:02 p.m., Even Rouault wrote: Le 09/03/2022 à 20:53, Jeff McKenna a écrit : Thanks Even.  RC2 works well on Windows in the MS4W build environment. The only issue was that I had to re-apply the patch for Poppler 22.x (this is the known issue of course, that is well discussed

Re: [gdal-dev] GDAL 3.4.2 RC2 available

2022-03-09 Thread Jeff McKenna
Thanks Even. RC2 works well on Windows in the MS4W build environment. The only issue was that I had to re-apply the patch for Poppler 22.x (this is the known issue of course, that is well discussed https://lists.osgeo.org/pipermail/gdal-dev/2022-March/055529.html ) -jeff -- Jeff McKenna

Re: [gdal-dev] CMAKE poppler c++17

2022-03-03 Thread Jeff McKenna
(for the Windows / MS4W community) I had to patch GDAL 3.4.1 for this, but in your case you might want to grab GDAL-master from git as that will be easier to handle the new poppler. -jeff -- Jeff McKenna GatewayGeo: Developers of MS4W, MapServer Consulting and Training co-founder of FOSS4G

Re: [gdal-dev] GDAL, Proj and cacert

2022-02-11 Thread Jeff McKenna
On 2022-02-11 3:48 p.m., Howard Butler wrote: On Feb 11, 2022, at 1:41 PM, Jeff McKenna mailto:jmcke...@gatewaygeomatics.com>> wrote: Unfortunately this issue comes up very often, as you said, so much of our stack relies heavily on environment variables.  My hope is that in the lo

Re: [gdal-dev] GDAL, Proj and cacert

2022-02-11 Thread Jeff McKenna
On 2022-02-11 3:29 p.m., Howard Butler wrote: On Feb 11, 2022, at 1:25 PM, Jeff McKenna mailto:jmcke...@gatewaygeomatics.com>> wrote: Thanks for this discussion Paul, I can also add into the chaos that Windows Server x64 has known issues with reading environment variables Wha

Re: [gdal-dev] GDAL, Proj and cacert

2022-02-11 Thread Jeff McKenna
need to test if proj.ini accepts the cacert bundle as an environment variable, so my above point could be wrong, totally). But I'm often wrong ha. -jeff -- Jeff McKenna GatewayGeo: Developers of MS4W, MapServer Consulting and Training co-founder of FOSS4G http://gatewaygeo.com/ On

Re: [gdal-dev] Nodata is None, but still has blanks?

2022-01-18 Thread Jeff McKenna
Hi Matt, Just for the record, the TIFF tools are also distributed to the MS4W users as well, on the web mapping side of things ha (I use them often, so when I find something useful I try to distribute them). https://ms4w.com Cheers from the far east side. -jeff On 2022-01-18 12:41 p.m

Re: [gdal-dev] Shortening schedule for CMake adoption ?

2022-01-17 Thread Jeff McKenna
On 2022-01-17 9:37 a.m., Even Rouault wrote: Consequently we could shorten the rather conservative schedule +1 thanks! -jeff -- Jeff McKenna GatewayGeo: Developers of MS4W, MapServer Consulting and Training co-founder of FOSS4G http://gatewaygeo.com

Re: [gdal-dev] Building Gdal with C++ Visual Studio 2019 - Error Linking.

2021-11-12 Thread Jeff McKenna
Please also see the BuildHints wiki, as many of us were contributing there steps for Windows and other GDAL drivers over the years: https://trac.osgeo.org/gdal/wiki/BuildingOnWindows. Today it's still a gold mine of tips and configure steps that are key to making it all work together.

Re: [gdal-dev] GDAL 3.4.0 is released

2021-11-08 Thread Jeff McKenna
All MapServer demo services (over 10+ OGC services) have been updated to GDAL 3.4.0 : https://demo.mapserver.org -jeff -- Jeff McKenna GatewayGeo: Developers of MS4W, MapServer Consulting and Training co-founder of FOSS4G http://gatewaygeo.com/ On 2021-11-08 9:42 a.m., Even Rouault

Re: [gdal-dev] Motion: promote GDAL 3.4.0RC3 as final issue

2021-11-07 Thread Jeff McKenna
RC3 works well in the MS4W/Windows environment. Thanks! -jeff -- Jeff McKenna GatewayGeo: Developers of MS4W, MapServer Consulting and Training co-founder of FOSS4G http://gatewaygeo.com/ On 2021-11-04 9:33 a.m., Even Rouault wrote: Hi, RC3 should be the last iteration needed to allow

Re: [gdal-dev] Gdal-dev mail archive search sites?

2021-11-02 Thread Jeff McKenna
Hi Matt, mail-archive seems to be working now: https://www.mail-archive.com/gdal-dev@lists.osgeo.org/ -jeff On 2021-11-01 3:31 p.m., matt.wil...@yukon.ca wrote: What about starting this archive? https://marc.info/?q=about#Add Thanks Markus,  I’ve asked MARC about adding gdal-dev

Re: [gdal-dev] Motion: promote GDAL 3.3.3 RC1

2021-10-27 Thread Jeff McKenna
No issues here with RC1 on Windows in the MS4W environment. +1 jeff thanks! -- Jeff McKenna GatewayGeo: Developers of MS4W, MapServer Consulting and Training co-founder of FOSS4G http://gatewaygeo.com/ On 2021-10-27 8:43 a.m., Even Rouault wrote: Hi, Having heard no issues being

Re: [gdal-dev] Gdal-dev mail archive search sites?

2021-10-14 Thread Jeff McKenna
helpful. -jeff -- Jeff McKenna GatewayGeo: Developers of MS4W, MapServer Consulting and Training co-founder of FOSS4G http://gatewaygeo.com/ On 2021-10-14 1:03 p.m., matt.wil...@yukon.ca wrote: Hi All, Now that the gdal mail archive on Nabble is gone is what options are there for searching

Re: [gdal-dev] Motion: RFC 84: Migrating build systems to CMake

2021-10-11 Thread Jeff McKenna
+1 Will test on Windows systems. -jeff On 2021-10-11 11:14 a.m., Howard Butler wrote: All, Discussion on this topic has died down, and it appears there are no major objections, so I would like to put forward a motion to approve RFC 84. With a conservative timeline, the final outcome of

Re: [gdal-dev] GDAL 3.3.2 RC3 is available [was Re: GDAL 3.3.2 RC2 available]

2021-09-01 Thread Jeff McKenna
From the Windows packaging point of view I'm also not a fan of the rc subdirectories. (my 2 cents) -jeff -- Jeff McKenna GatewayGeo: Developers of MS4W, MapServer Consulting and Training co-founder of FOSS4G http://gatewaygeo.com/ On 2021-09-01 11:20 a.m., Sebastiaan Couwenberg

Re: [gdal-dev] Call for discussion on RFC 83: guidelines for the use of GDAL project sponsorship

2021-05-19 Thread Jeff McKenna
mentioned are impacted by the new GDAL Advisory Board. (maybe adding a one line summary "note:" to explain this in writing here, even if you think 'it is explained in other doc') Thanks, -jeff -- Jeff McKenna GatewayGeo: Developers of MS4W, MapServer Consulting and Tr

Re: [gdal-dev] Motion: promote GDAL 3.2.3 RC1

2021-05-01 Thread Jeff McKenna
On 2021-04-30 6:54 a.m., Even Rouault wrote: Hi, Not sure if anyone has given this a try, but anyway: Motion: Adopt GDAL 3.2.3 RC1 as final 3.2.3 release Starting with my +1 Even +1 (no issues testing 3.2.3-RC1 here on Windows) -jeff -- Jeff McKenna GatewayGeo: Developers of MS4W

Re: [gdal-dev] Motion: adopt RFC80

2021-04-16 Thread Jeff McKenna
+1 jeff (very minor comment: regarding the NumFocus application, today's count on GDAL-users mailing list subscriptions is 2524 and for GDAL-announce is 1023, I was just verifying that for you now) -- Jeff McKenna GatewayGeo: Developers of MS4W, MapServer Consulting and Traini

Re: [gdal-dev] Motion: Motion: promote GDAL 3.2.2 RC1

2021-03-08 Thread Jeff McKenna
+1 jeff On 2021-03-08 9:56 a.m., Even Rouault wrote: Hi, Having heard no issues being reported regarding RC1 Motion: Adopt GDAL 3.2.2 RC1 as final 3.2.2 release Starting with my +1 Even -- Jeff McKenna GatewayGeo: Developers of MS4W, MapServer Consulting and Training co-founder of

Re: [gdal-dev] GDAL 3.2.2 RC1 available

2021-03-05 Thread Jeff McKenna
Hi Even, No issues so far here on Windows (with PROJ 8.0). -jeff -- Jeff McKenna GatewayGeo: Developers of MS4W, MapServer Consulting and Training co-founder of FOSS4G http://gatewaygeo.com/ On 2021-03-05 8:06 a.m., Even Rouault wrote: Hi, I have prepared a GDAL/OGR 3.2.2 release

Re: [gdal-dev] Motion (V2): remove and deprecate a few drivers

2021-03-04 Thread Jeff McKenna
+1 (wrong thread) (I think we should also list the 3.5.0 milestone at https://github.com/OSGeo/gdal/milestones so packagers/community can make adjustments in time for that date) -jeff On 2021-03-04 12:32 p.m., Even Rouault wrote: Hi, Updating my yesterday motion with the feedback

Re: [gdal-dev] Motion: remove and deprecate a few drivers

2021-03-04 Thread Jeff McKenna
+1 (I think we should also list the 3.5.0 milestone at https://github.com/OSGeo/gdal/milestones so packagers/community can make adjustments in time for that date) -jeff On 2021-03-03 2:48 p.m., Even Rouault wrote: Hi, Following the discussions of past weeks, I motion to: - remove the

Re: [gdal-dev] Motion: adopt RFC79: Listing of Service Providers on GDAL website

2021-02-25 Thread Jeff McKenna
+1 -jeff On 2021-02-25 6:30 a.m., Even Rouault wrote: Hi, I motion to adopt RFC79: Listing of Service Providers on GDAL website: https://github.com/OSGeo/gdal/pull/3473 Starting with my +1 Even -- Jeff McKenna GatewayGeo: MapServer Consulting and Training Services co-founder of FOSS4G

Re: [gdal-dev] Fw: Building GDAL with ECW support

2021-02-01 Thread Jeff McKenna
"BuildHints" page (https://trac.osgeo.org/gdal/wiki/BuildHints) and specifically for ECW: https://trac.osgeo.org/gdal/wiki/ECW Although the hints can be old and for various versions, I find following those pages a "gold mine" of information. -jeff -- Jeff McKenna GatewayGeo:

Re: [gdal-dev] GDAL conda build

2020-11-17 Thread Jeff McKenna
to do this, most do not (now I could use the exclamation mark here, ha) :) -jeff -- Jeff McKenna MapServer Consulting and Training Services co-founder of FOSS4G http://gatewaygeo.com/ On 2020-11-17 10:06 a.m., Jon Morris wrote: Hi Jeff, No problem, I can do that. Does it need to be approve

Re: [gdal-dev] GDAL conda build

2020-11-17 Thread Jeff McKenna
Hi Jon, You can press edit and add a section with all of your own notes (everything you have written here in your emails to the list) to the bottom of that page, so that way you avoid the thinking of 'i must update the entire wiki page'. (no exclamation point needed) than

Re: [gdal-dev] GDAL conda build

2020-11-16 Thread Jeff McKenna
(you can see how for users compiling drivers that a wiki is a lifeline, recording build steps that may be 5 years old and 'stale', yet containing valuable information to the user) Please consider recording your steps as well, for other users, as you travel down this path. Thanks! -

Re: [gdal-dev] Motion: promote GDAL 3.2.0 RC1

2020-10-29 Thread Jeff McKenna
On 2020-10-29 5:55 a.m., Even Rouault wrote: Hi, Having heard about no critical ([1]) issues regarding RC1 Motion: Adopt GDAL 3.2.0 RC1 as final 3.2.0 release +1 Works well on Windows. The documentation build now throws 27 Doxygen warnings (with Doxygen 1.8.20). -jeff -- Jeff

Re: [gdal-dev] Motion: promote GDAL 3.1.4 RC2

2020-10-21 Thread Jeff McKenna
On 2020-10-21 7:06 a.m., Even Rouault wrote: Hi, Motion: Adopt GDAL 3.1.4 RC2 as final 3.1.4 release Starting with my +1 +1 jeff -- Jeff McKenna MapServer Consulting and Training Services co-founder of FOSS4G http://gatewaygeo.com/ ___ gdal

Re: [gdal-dev] 3.1.4 RC2 available [Re: GDAL 3.1.4 RC1 available]

2020-10-20 Thread Jeff McKenna
On 2020-10-20 12:27 p.m., Alan Snow wrote: Hi Jeff, Sounds like you found the user writable directory in PROJ 7: https://proj.org/resource_files.html#where-are-proj-resource-files-looked-for https://proj.org/development/reference/functions.html

Re: [gdal-dev] 3.1.4 RC2 available [Re: GDAL 3.1.4 RC1 available]

2020-10-20 Thread Jeff McKenna
proj-master is no longer using my PROJ_LIB setting properly (instead with network=on the grids are downloaded into the obscure Windows user "AppData" directoryI'll definitely have to examine why...but that's for another list/day ha Thanks, -jeff -- Jeff McKenna MapS

[gdal-dev] Happy 22nd birthday to GDAL !

2020-10-17 Thread Jeff McKenna
of you/us. Thanks and happy birthday GDAL !!! -jeff -- Jeff McKenna MapServer Consulting and Training Services co-founder of FOSS4G http://gatewaygeo.com/ ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] 3.2.0 planning

2020-10-07 Thread Jeff McKenna
I think that works well, especially as the PROJ 7.2.0 release is planned for 1st November. -jeff -- Jeff McKenna MapServer Consulting and Training Services co-founder of FOSS4G http://gatewaygeo.com/ On 2020-10-07 7:05 a.m., Even Rouault wrote: Hi, As we've decided to try a 6-

Re: [gdal-dev] Problem writing with ODS and XLSX drivers

2020-09-12 Thread Jeff McKenna
Hi Hernán, Interesting results here with your file test.shp, on Windows, through ogr2ogr: - GDAL 2.4.4, expat 2.2.9 -> success (looks good with LibreOffice 7.0.0.3) - GDAL 3.1.3, expat 2.2.9 -> corrupt (LibreOffice says file is corrupt, cannot be opened) -jeff -- Jeff M

Re: [gdal-dev] Problem writing with ODS and XLSX drivers

2020-09-12 Thread Jeff McKenna
Hi Hernán, I would also set CPL_DEBUG=ON at the commandline, before executing ogr2ogr. You should see some useful output messages. -jeff -- Jeff McKenna MapServer Consulting and Training Services co-founder of FOSS4G http://gatewaygeo.com/ On 2020-09-12 12:20 p.m., Hernán De Angelis

Re: [gdal-dev] Compiling GDAL with Visual Studio 2019

2020-09-08 Thread Jeff McKenna
(the response is supposed to be: "Calls one batch program from another") -jeff -- Jeff McKenna MapServer Consulting and Training Services co-founder of FOSS4G http://gatewaygeo.com/ ___ gdal-dev mailing list gdal-dev@lists.osgeo

Re: [gdal-dev] Compiling GDAL with Visual Studio 2019

2020-09-08 Thread Jeff McKenna
019\Community\VC\Tools\MSVC\14.27.29110\bin\HostX64\x64\nmake.EXE"' : return code '0x2' Stop. Have you first 'cleaned'? nmake /f makefile.vc clean nmake /f makefile.vc -jeff -- Jeff McKenna MapServer Consulting and Training Services co-founder of FOSS4G http://gate

Re: [gdal-dev] gdal 2.4.4 with WMS support

2020-09-06 Thread Jeff McKenna
On 2020-09-06 8:06 a.m., aborruso wrote: jmckenna wrote I believe curl is also required. Thank you jeff. How do I must modify my configure command? Maybe also try: --with-curl=/usr/bin/curl-config (depends on where you installed curl) Have a nice weekend. -jeff -- Jeff McKenna

Re: [gdal-dev] gdal 2.4.4 with WMS support

2020-09-06 Thread Jeff McKenna
On 2020-09-06 8:06 a.m., aborruso wrote: jmckenna wrote I believe curl is also required. Thank you jeff. How do I must modify my configure command? Try:--with-curl=/usr/local/bin/curl-config -jeff -- Jeff McKenna MapServer Consulting and Training Services co-founder of FOSS4G

Re: [gdal-dev] gdal 2.4.4 with WMS support

2020-09-06 Thread Jeff McKenna
-proj4=/usr/local --with-geos=/usr/local/bin/geos-config I believe curl is also required. -jeff -- Jeff McKenna MapServer Consulting and Training Services co-founder of FOSS4G http://gatewaygeo.com/ ___ gdal-dev mailing list gdal-dev@lists.osgeo.org

Re: [gdal-dev] Motion: promote GDAL 3.1.3 RC1

2020-09-03 Thread Jeff McKenna
On 2020-09-03 5:45 a.m., Even Rouault wrote: Hi, Having heard no issues with RC1, Motion: Adopt GDAL 3.1.3 RC1 as final 3.1.3 release +1 Even +1 (no issues testing RC1 on Windows) -jeff -- Jeff McKenna MapServer Consulting and Training Services co-founder of FOSS4G http

Re: [gdal-dev] Compiling GDAL with ArcSDE support

2020-09-02 Thread Jeff McKenna
Hi Marcin, In the long run, I would go with PostGIS/PostgreSQL, and then display directly in MapServer (as https://mapserver.org/input/vector/postgis.html ) GDAL's related driver page is full of interesting tips as well for PostGIS : https://gdal.org/drivers/vector/pg.html

[gdal-dev] Fwd: NEXTGEN new release: SpatiaLite 5.0.0 RC1

2020-08-03 Thread Jeff McKenna
Forwarding this good news to the GDAL community... (thank-you Sandro Furieri !!) Forwarded Message Hi list, I'm glad to announce that after a very long pause of about two years a new Relase Candidate is finally available. The wait was not in vain;this is certainly the

Re: [gdal-dev] Motion: promote GDAL 3.1.1 RC1

2020-06-25 Thread Jeff McKenna
+1 jeff (howard's email is the first I've seen of this RC, as most would not have received the original post because of https://trac.osgeo.org/osgeo/ticket/2475 ) On 2020-06-25 10:10 a.m., Howard Butler wrote: On Thu, Jun 25, 2020 at 5:19 AM Even Rouault <mai

Re: [gdal-dev] Problems loading swedish climate data to PostGIS

2020-06-23 Thread Jeff McKenna
Hi Thiemo, What if you following my steps and create a new database (sverige2), then connect to that empty database with ogrinfo, and then try ogr2ogr on that new empty db. -jeff -- Jeff McKenna MapServer Consulting and Training Services co-founder of FOSS4G http://gatewaygeo.com/ On

Re: [gdal-dev] Problems loading swedish climate data to PostGIS

2020-06-23 Thread Jeff McKenna
layer 'hbvsv_mlsm_rcp85_ensemblemax_abs' #examine your new layer ogrinfo PG:"host=localhost user=postgres password=postgres port=5436 dbname=scid" hbvsv_mlsm_rcp85_ensemblemax_abs -summary Hope this helps. Welcome to the FOSS4G community! -jeff -- Jeff McKenna MapServer

[gdal-dev] [Docs] Sphinx 3.1.0 + GDAL docs

2020-06-08 Thread Jeff McKenna
re breathe + sphinx). You can follow along at https://github.com/michaeljones/breathe/issues/541 -jeff -- Jeff McKenna MapServer Consulting and Training Services co-founder of FOSS4G http://gatewaygeo.com/ ___ gdal-dev mailing list gdal-dev@l

Re: [gdal-dev] self-compiled gdal linking to old already-remove proj libs

2020-05-16 Thread Jeff McKenna
those libraries and point to PROJ in /usr/local/ Cheers from across the ocean. -jeff -- Jeff McKenna MapServer Consulting and Training Services http://gatewaygeo.com/ On 2020-05-16 9:41 a.m., Andreas Neumann wrote: Hi, After my upgrade of Ubuntu 18.04 to 20.04 I am also renewing all my

Re: [gdal-dev] Motion: promote GDAL 3.1.0 RC3

2020-05-05 Thread Jeff McKenna
On 2020-05-05 6:39 a.m., Even Rouault wrote: Hi, Motion: promote GDAL 3.1.0 RC3 to final 3.1.0 +1 jeff -- Jeff McKenna MapServer Consulting and Training Services https://gatewaygeo.com/ ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https

Re: [gdal-dev] Motion: promote GDAL 3.1.0 RC2

2020-04-30 Thread Jeff McKenna
On 2020-04-30 6:34 a.m., Even Rouault wrote: Motion: promote GDAL 3.1.0 RC2 to final 3.1.0 +1 jeff -- Jeff McKenna MapServer Consulting and Training Services https://gatewaygeo.com/ ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https

Re: [gdal-dev] GDAL 3.1.0 RC1 available

2020-04-27 Thread Jeff McKenna
was for packagers wondering the total size. (I'm one of those who distributes the docs for Windows/MS4W users with GDAL, which is handy for those who run workshops without internet) -jeff -- Jeff McKenna MapServer Consulting and Training Service

Re: [gdal-dev] GDAL 3.1.0 RC1 available

2020-04-27 Thread Jeff McKenna
MB (GDAL 2.4.4 /bin/html output was 1.6 MB) -jeff -- Jeff McKenna MapServer Consulting and Training Services https://gatewaygeo.com/ On 2020-04-27 10:37 a.m., Even Rouault wrote: Hi, I have prepared a GDAL/OGR 3.1.0 release candidate. Pick up an archive among the following ones (by asce

Re: [gdal-dev] Is there a way to build GDAL without FreeType?

2020-04-27 Thread Jeff McKenna
Hi Craig, Maybe your GDAL build uses libPoppler, which references the Freetype lib; you could disable that from your GDAL build and retry. -jeff -- Jeff McKenna MapServer Consulting and Training Services https://gatewaygeo.com/ On 2020-04-25 4:40 p.m., Craig Delancy wrote: (Windows 10

Re: [gdal-dev] Windows CI build times

2020-04-17 Thread Jeff McKenna
Hi Even, I would vote for removing the VS2015 testing. -jeff On 2020-04-16 8:16 p.m., Even Rouault wrote: Hi, I've been a bit frustrated lately by the time spent on the GDAL AppVeyor CI builds: roughly 50 minutes for each of the two configs we test, VS 2017 x86 and VS 2015 x64, whic

Re: [gdal-dev] Building on windows

2020-03-24 Thread Jeff McKenna
Regarding your original error, googling it returns this discussion which has a GDAL connection, and a solution: https://stackoverflow.com/questions/60824242/suddenly-getting-builtin-ia32-sqrtsd-round-is-undefined-with-nvcc-gcc -jeff -- Jeff McKenna MapServer Consulting and Training Services

Re: [gdal-dev] Infinite loop Netcdf/HDF5 -geoloc when warping (version 2.4.4)

2020-03-12 Thread Jeff McKenna
On 2020-03-12 3:16 p.m., Even Rouault wrote: Jeff, I have also tested one of your files on Windows here, with MS4W 4.0.3 (GDAL 2.4.4, NetCDF 4.7.3, HDF5 1.10.5), and it also gives me errors: They look unrelated to Menno's error. Warning 1: NetCDF driver detected file type=5, but libn

Re: [gdal-dev] Infinite loop Netcdf/HDF5 -geoloc when warping (version 2.4.4)

2020-03-12 Thread Jeff McKenna
...30...40...50...60...70...80...90...100 - done. thoughts MS4W does include C Sharp GDAL bindings but I did not test them with your data. -jeff -- Jeff McKenna MapServer Consulting and Training Services https://gatewaygeomatics.com/ On 2020-03-12 9:44 a.m., Menno van Scheers -

Re: [gdal-dev] Convert TIF to BIL

2020-03-09 Thread Jeff McKenna
Hi Bret, what is the exact error message? -jeff -- Jeff McKenna MapServer Consulting and Training Services https://gatewaygeomatics.com/ On 2020-03-06 8:19 p.m., Bret Johnson wrote: Even: Thanks. That worked to create a World file, so I made it past the error message. It's stil

Re: [gdal-dev] How do I install GDAL on Windows 10?

2020-02-25 Thread Jeff McKenna
4W to drive root, so after extraction you have C:/ms4w - open a command window and cd into /ms4w - setenv.bat - gdalinfo --version You can then get more assistance from the MS4W community at https://ms4w.com/forum/ -jeff -- Jeff McKenna MapServer Consulting and Training Services

Re: [gdal-dev] Refreshing GDAL's logo

2020-02-10 Thread Jeff McKenna
/gdal/issues/2117#issuecomment-570059241 , there's also a variant of nirvn_v3 with the compas/satellite replacing the A. Hi Even, I prefer nirvn_v3 (with the solar panels, which reference the original GDAL logo). I am not a fan of the A in "GDAL" being replaced by t

Re: [gdal-dev] Motions: approve GDAL 3.0.3 RC1 and 2.4.4 RC1

2020-01-08 Thread Jeff McKenna
Tested 2.4.4 RC1 here with VisualStudio 2017, works well. +1 jeff On 2020-01-08 9:07 AM, Even Rouault wrote: Hi, Both announcement of availability of release candidates and motions to adopt them. MOT1: Adopt GDAL 3.0.3 RC1 as final 3.0.3 release +1 Even MOT2: Adopt GDAL 2.4.4 RC1 as

Re: [gdal-dev] Slow GDALComputeRasterMinMax on nc grids

2020-01-03 Thread Jeff McKenna
don't set CHUNK_CACHE_SIZE during compile at all. I do however set USE_HDF5=OFF (I believe I set that because of that same chunking issue which we discussed here before) -jeff -- Jeff McKenna MapServer Consulting and Training Services https://gatewa

Re: [gdal-dev] Slow GDALComputeRasterMinMax on nc grids

2020-01-03 Thread Jeff McKenna
very useful. PS. but thanks for sharing the larger grid file, which is useful for testing. Wishing you a prosperous 2020. -jeff -- Jeff McKenna MapServer Consulting and Training Services https://gatewaygeomatics.com/ On 2020-01-03 1:27 PM, Joaquim Manuel Freire Luís wrote: Hi Even, New

Re: [gdal-dev] .kml to .xlsx or .xls ( with Geometry Column Included)

2019-11-27 Thread Jeff McKenna
Another option is to convert from KML to CSV, which can be opened by LibreOffice/Word etc. using the "GEOMETRY=AS_XY" switch, which generates your X and Y columns magically: ogr2ogr -f CSV -lco GEOMETRY=AS_XY output.csv input.kml -jeff -- Jeff McKenna MapServer Consulting an

Re: [gdal-dev] Export a geotiff to netcdf in lat lon coordinates

2019-11-25 Thread Jeff McKenna
Hi Tony, Also, if I execute 'ncdump -k N_197901_concentration_v3.0_4326.nc' the response is "classic". (apparently the -k switch shows the 'kind' of netCDF file) Hope that also helps, -jeff -- Jeff McKenna MapServer Consulting and Training Services https

Re: [gdal-dev] Export a geotiff to netcdf in lat lon coordinates

2019-11-25 Thread Jeff McKenna
support to the recent 4.7.3 release for Windows users (follow along if you wish at https://ms4w.com/trac/ticket/238) Hope that helps. -jeff -- Jeff McKenna MapServer Consulting and Training Services https://gatewaygeomatics.com/ On 2019-11-25 4:11 PM, Tony L. wrote: Hello Jeff! Thank you s

Re: [gdal-dev] Export a geotiff to netcdf in lat lon coordinates

2019-11-22 Thread Jeff McKenna
//ms4w.com ** -- Jeff McKenna MapServer Consulting and Training Services https://gatewaygeomatics.com/ On 2019-11-22 1:24 PM, Tony L. wrote: Hello I'm quite new with gdal and would like to use is to rewrite a geotiff of NSIDC sea ice concentration from geotiff in polar stereographic pr

Re: [gdal-dev] Motion: approve GDAL 2.4.3RC1 and 3.0.2RC1 as final

2019-11-01 Thread Jeff McKenna
+1 -jeff On 2019-10-31 8:08 AM, Even Rouault wrote: Hi, A few issues [1] have been fixed since in those branches since the RCs, but they predated 2.4.0, so those new releases are not worse than their previous x.y.0, so I move to Motion: approve GDAL 2.4.3RC1 and 3.0.2RC1 as final

Re: [gdal-dev] Documenting build requirements (e.g. ODBC)

2019-10-20 Thread Jeff McKenna
ll still be one hurdle, requiring to have a Github account, but besides that the wiki should thrive there for years to come. -jeff ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Motion: spend 60 USD / year for extended GitHub LFS

2019-10-10 Thread Jeff McKenna
+1 jeff On 2019-10-08 7:49 AM, Even Rouault wrote: Hi, This motion is to spend 5 USD/month * 12 = 60 USD annually to buy one "data pack" ([1]) to extend the quota of the OSGeo GitHub organization for LFS (Large File Storage) from 1 GB of storage + 1 GB /month of bandwith to 50 GB

Re: [gdal-dev] Motions: promote GDAL 2.4.2 RC1 and GDAL 3.0.1 RC1 to final

2019-07-03 Thread Jeff McKenna
On 2019-07-03 6:15 AM, Even Rouault wrote: Hi, Motion 1: promote GDAL 2.4.2 RC1 to final Motion 2: promote GDAL 3.0.1 RC1 to final Motion 1: +1 Motion 2: +1 -jeff ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org

Re: [gdal-dev] Connecting to MSSQL from linux using OGR?

2019-07-02 Thread Jeff McKenna
same topic http://osgeo-org.1560.x6.nabble.com/gdal-dev-connect-mssql-from-linux-td5363547.html -jeff -- Jeff McKenna MapServer Consulting and Training Services https://gatewaygeomatics.com/ On 2019-07-01 10:54 PM, Wardrop wrote: Hi All, I'm trying to connect a MSSQL database using og

Re: [gdal-dev] GDAL 2.4.2 RC1 available

2019-06-28 Thread Jeff McKenna
Hi Even, No problem here on Windows with VisualStudio 2017. (and thanks for this 2.4.2 release) -jeff On 2019-06-28 9:03 AM, Even Rouault wrote: Hi, I have prepared a GDAL/OGR 2.4.2 release candidate. Peek up an archive among the following ones (by ascending size): http

Re: [gdal-dev] vsicurl access to a netcdf file does not see the coordinates

2019-06-02 Thread Jeff McKenna
On 2019-06-02 9:35 AM, Andrew C Aitchison wrote: On Sun, 2 Jun 2019, Jeff McKenna wrote: On 2019-06-01 6:52 PM, Joaquim Manuel Freire Lu?s wrote: Is there a way to force reading the grid locally with the HDF5 driver instead of the automatically picked netCDF driver

Re: [gdal-dev] vsicurl access to a netcdf file does not see the coordinates

2019-06-02 Thread Jeff McKenna
gh. I have seen other users request this (https://trac.osgeo.org/gdal/ticket/5917) which seems to say that there is a way through the GDAL API, but, I'm just not sure about the commandline. -jeff -- Jeff McKenna MapServer Consulting and

Re: [gdal-dev] error in gdal.org certificate

2019-05-24 Thread Jeff McKenna
On 2019-05-24 1:56 PM, Duarte Carreira wrote: Maybe this is known, but www.gdal.org <http://www.gdal.org> is giving me a ERR_CERT_COMMON_NAME_INVALID error on chrome/win. https://github.com/OSGeo/gdal/issues/1574 -jeff -- Jeff McKenna MapServer Consulting and Training Services

Re: [gdal-dev] Migration of RFCs to Sphinx ?

2019-05-24 Thread Jeff McKenna
Hi Even, I agree with emptying the old wiki page and placing a link there, to the new site. Soon we should also disabling editing on that trac instance as well (as we discussed here before). -jeff On 2019-05-23 7:05 PM, Even Rouault wrote: Hi, Other projects like MapServer or PROJ have

Re: [gdal-dev] Motion: adopt RFC 74: Migrate gdal.org to Sphinx

2019-05-21 Thread Jeff McKenna
+1 jeff On 2019-05-20 6:54 PM, Even Rouault wrote: Hi, I believe we are now in a state where the prototype new website is functional and should have content at least equivalent to the current one, so I motion to adopt RFC74: Migrate gdal.org to Sphinx: https://trac.osgeo.org/gdal

Re: [gdal-dev] Motion: Add Norman Barker to GDAL PSC

2019-05-15 Thread Jeff McKenna
+1 jeff On 2019-05-15 11:03 AM, Even Rouault wrote: Hi, I propose to add Norman Barker to the GDAL project steering committee. Norman has been active as a contributor to the GDAL project since more than 10 years and has contributed to various areas of the project, in particular the

Re: [gdal-dev] Motion: Promote GDAL 3.0.0 rc2 for release

2019-05-07 Thread Jeff McKenna
+1 jeff On 2019-05-07 6:19 AM, Even Rouault wrote: Hi, Motion: GDAL/OGR 3.0.0 rc2 is promoted to be the official 3.0.0 final release. ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Fwd: ogr2ogr

2019-05-02 Thread Jeff McKenna
s info about our layer Step 3: ogr2ogr + layername --- Notice that the syntax is something like: ogr2ogr output input layername : ogr2ogr -f "ESRI Shapefile" parks.shp WFS:https://demo.gatewaygeomatics.com/cgi-bin/wfs_gateway ms:park Tested using MS4W 4.0 h

Re: [gdal-dev] Should the next version (previously 2.5) be called GDAL 3.0 ?

2019-05-01 Thread Jeff McKenna
I like 3.0 as well. -jeff On 2019-05-01 3:56 PM, Even Rouault wrote: Hi, As a feedback from the previous motion, it appears that GDAL 3.0 would probably better reflect the API & behaviour changes that have been done, and be in accordance with our HOWTO-RELEASE procedure and sema

Re: [gdal-dev] Motion: Promote GDAL 2.5.0 rc1 for release

2019-05-01 Thread Jeff McKenna
On 2019-05-01 11:56 AM, Even Rouault wrote: Hi, Motion: GDAL/OGR 2.5.0 rc1 is promoted to be the official 2.5.0 final release. +1 jeff ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] GDAL 2.5.0 release planning

2019-04-10 Thread Jeff McKenna
release with no support for PROJ < 6, correct? (I know of the wiki status page, but I am asking here for confirmation) thanks, -jeff ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Trac Wiki

2019-03-27 Thread Jeff McKenna
e #3 option: wikis allow anyone to share their steps, tips, and prevent the 'funnel' happening where 1 or 2 people must approve doc changes, to the more official public site. I prefer #4, but leave the old wiki pages in place & set them to

Re: [gdal-dev] Closing remaining open Trac tickets ?

2019-03-21 Thread Jeff McKenna
for GDAL (but maybe now there is a more automated way). -jeff On Wed, Mar 20, 2019 at 3:28 PM Even Rouault <mailto:even.roua...@spatialys.com>> wrote: Hi, As we have already more than 100 tickets open in github, I guess nobody no longer looks at old Trac tickets.

Re: [gdal-dev] GDAL 2.4.1 RC1 available

2019-03-15 Thread Jeff McKenna
On 2019-03-15 9:52 AM, Even Rouault wrote: I'll call for a vote promoting it to final in the middle of next week if no serious problems are reported before. No issues here on Windows with Visual Studio 2017. -jeff -- Jeff McKenna MapServer Consulting and Training Services

Re: [gdal-dev] libgeotiff 1.5.0 release candidate

2019-03-14 Thread Jeff McKenna
On 2019-03-13 7:49 PM, Even Rouault wrote: The natural set of compatible versions (and the one actually tested by continuous integration) will be more GDAL 2.5.0 + libgeotiff 1.5.0 + PROJ 6.0 Thank you for explaining the compatible versions. (and the many great changes) -jeff

Re: [gdal-dev] PHP_OGR

2019-02-26 Thread Jeff McKenna
along with this, here is the ticket that I will use to track adding it: https://ms4w.com/trac/ticket/190 I imagine I may have some 'fun' trying to adapt the old makefile.vc for PHP7 ;) Thanks! -jeff On 2019-02-26 1:14 PM, Nash, Edward wrote: Hi devs, If there’s anyone out ther

  1   2   3   4   >