Re: [gdal-dev] armadillo error with homebrew install of ogr2ogr

2020-11-10 Thread John Muccigrosso
> On 10 Nov 2020, at 14:47 , Marsh, Chris wrote: > > I just checked on my machine and I have Armadillo 10.1.0 and GDAL 3.1.3 from > homebrew core and running `ogr2ogr` returns the help page correctly. > > Looking at the formula, and I don't even see a dependency on Armadillo for > GDAL > http

Re: [gdal-dev] armadillo error with homebrew install of ogr2ogr

2020-11-10 Thread John Muccigrosso
Sean wrote: > If some other homebrew package updated your armadillo library after you > installed gdal, you'll need to reinstall gdal. A simple uninstall/reinstall of osgeo/gdal did _not_ do the trick, and all the bottles in the current .rb have the hash, so I assume they're all the same, so I'

Re: [gdal-dev] armadillo error with homebrew install of ogr2ogr

2020-11-10 Thread Sean Gillies
Hi John, On Tue, Nov 10, 2020 at 10:14 AM John Muccigrosso wrote: > I've just started getting this error when I try to use ogr2ogr: > > dyld: Library not loaded: /usr/local/opt/armadillo/lib/libarmadillo.9.dylib > Referenced from: /usr/local/bin/ogr2ogr > Reason: image not found > > > Presum

Re: [gdal-dev] gdal-dev Digest, Vol 198, Issue 14

2020-11-10 Thread Rahkonen Jukka (MML)
Hi, Sorry for the -spat that belongs to ogr2ogr. In gdal_translate it is -projwin. The WMTS documentation is not relevant for the GDAL WCS driver. Most that they have in common is that they create a xml file for storing info about the capabilities of the service. The WCS documentation alone sh

[gdal-dev] armadillo error with homebrew install of ogr2ogr

2020-11-10 Thread John Muccigrosso
I've just started getting this error when I try to use ogr2ogr: dyld: Library not loaded: /usr/local/opt/armadillo/lib/libarmadillo.9.dylib Referenced from: /usr/local/bin/ogr2ogr Reason: image not found Presumably this is because armadillo is up to version 10 in my system: > ll /usr/local

[gdal-dev] Call for discussion on RFC77 Drop Python 2 support

2020-11-10 Thread Idan Miara
Hi All, I would like to call for discussion on RFC77 Drop Python 2 support . Please give your feedback on this PR. Kind regards

Re: [gdal-dev] armadillo error with homebrew install of ogr2ogr

2020-11-10 Thread Marsh, Chris
I just checked on my machine and I have Armadillo 10.1.0 and GDAL 3.1.3 from homebrew core and running `ogr2ogr` returns the help page correctly. Looking at the formula, and I don't even see a dependency on Armadillo for GDAL https://github.com/Homebrew/homebrew-core/blob/master/Formula/gdal.rb

Re: [gdal-dev] gdal-dev Digest, Vol 198, Issue 14

2020-11-10 Thread 1520 gis
Dear Jukka Rahkonen, Thank you very much for your reply. First of all, my apologies for my lack of knowledge about using GDAL_WCS driver. Let me give more details about the issues I am facing. Extract of http://172.21.14.45:8181/geoserver/ows/wcs?request=GetCapabilities is shown in [1]. Regardi

[gdal-dev] GDAL conda build

2020-11-10 Thread Jon Morris
I've been trying to build a Windows conda package for GDAL 3.1.4, but am having problems with the poppler headers. I'm using the conda-forge recipe, which includes a line in the build script to detect the poppler version. FOR /F "tokens=1,2 delims=." %%a IN ("%poppler%") DO ( set POPPLER_MAJOR