Re: [gdal-dev] Unable to install GDAL on macOS with pip

2021-01-11 Thread Chris Marsh
t; gisinternals.com and OSGeo4W). Maybe it could be expanded? > > Marius > > Am 11.01.2021 um 19:18 schrieb Chris Marsh : > > Hi, > You need to have the gdal binaries installed before pip install gdal will > work. Specifically, pip install gdal installs the python bindings fo

Re: [gdal-dev] Unable to install GDAL on macOS with pip

2021-01-11 Thread Chris Marsh
Hi, You need to have the gdal binaries installed before pip install gdal will work. Specifically, pip install gdal installs the python bindings for gdal. In my opinion on mac, the easiest way is to install gdal via homebrew. Then the configuration utility gdal-info should be on the path and pip in

Re: [gdal-dev] Hello it is my first mail about gdal and macOS

2020-11-25 Thread Chris Marsh
Hi Mar, I'm not totally clear what you're trying to do. It seems that you're trying to use QGis on MacOS and there is some problem with GDAL? PyCharm is a Python IDE whereas gdal is a C++ library. PyCharm will not help you compile gdal If you are wanting to compile gdal, the linux instructions are

Re: [gdal-dev] How to build py-gdal using the C++ compiler

2020-06-18 Thread Chris Marsh
fic problem but a disutils/setuptools quirk. - It seems using CFLAGS=$CXXFLAGS would be sufficient to work around the setuptools/distutils behaviour, but that may not be possible with macports/your build env. Cheers Chris Cheers Chris Chris Marsh, PhD University of Saskatchewan chris

Re: [gdal-dev] How to build py-gdal using the C++ compiler

2020-06-17 Thread Chris Marsh
ether it has the same problem I'm seeing. The find function on > that page isn't working right for me, and I can't see any way to download > or copy the entire build log so that I can examine it in my editor. > ___ > gdal-dev mailing list > gdal-dev@lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/gdal-dev > Chris Marsh, PhD University of Saskatchewan chrismarsh.ca ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Kriging Interpolation

2018-06-24 Thread Chris Marsh
For what is worth, as an end-user of GDAL, I would be very interested in having such capacity in GDAL. Cheers Chris On 24 June 2018 at 21:19, Ian Reese wrote: > Hi Gdal, > > I'd like to know if it is possible to make Kriging Interpolation part of > gdal_grid. We work with a good deal of scatt

Re: [gdal-dev] ERROR 6: Failed to initialize PROJ.4 with "..."

2018-01-30 Thread Chris Marsh
To close the loop on this, it was a name conflict with the proj4 that is in VTK Details here: http://vtk.1045678.n5.nabble.com/Don-t-build-vtkproj4-tp5746073p5746269.html Thanks everyone for their help Cheers Chris On 28 October 2017 at 11:26, Chris Marsh wrote: > Hi all, > > I poste

Re: [gdal-dev] Enable --with-static-proj4 by default if ESRI FGDB option is given on Linux

2017-11-16 Thread Chris Marsh
a postgis extension that uses gdal) was utilized -not on GDAL itself. > Using --with-static-proj4= when > configuring GDAL fixed the issue for me. > > If you want to ensure you have proj4 installed properly, they provide a > convenient Dockerfile that shows all necessary instructions h

Re: [gdal-dev] Enable --with-static-proj4 by default if ESRI FGDB option is given on Linux

2017-11-15 Thread Chris Marsh
As I have been unable to solve my strange proj4 related issues as per http://osgeo-org.1560.x6.nabble.com/Failed-to-initialize-PROJ-4-with-quot-quot-td5338323.html I wonder if this is at all related to my issues and why changing proj4 versions makes no difference Is --without-fgdb the correct

Re: [gdal-dev] ERROR 6: Failed to initialize PROJ.4 with "..."

2017-10-28 Thread Chris Marsh
entry=0x7fffafe8) at /home/cmarsh/CHM/src/core.cpp:1119 #13 0x004f502f in main (argc=3, argv=0x7fffafe8) at /home/cmarsh/CHM/src/main.cpp:17 Chris Marsh PhD Candidate chrismarsh.ca 121 Research Drive University of Saskatchewan On 19 October 2017 at 13:41, Chris Marsh wrote: >

Re: [gdal-dev] sprintf different exception specified

2017-10-28 Thread Chris Marsh
Hi, Ya, certainly feels that way... Probably not possible to get an image, it's one of Compute Canada's machines, and so not something I am in charge of. I could probably find out specific details if that helps? That does correct the problem, thanks! Cheers Chris On 28 October 2017 at 02:17,

[gdal-dev] sprintf different exception specified

2017-10-27 Thread Chris Marsh
Hi, I'm trying to build GDAL 2.2.x, including most recent git, and I'm running into the following error. I've tried adding throw() to the end of this line, but it just results in more (and bizarre) errors. Would appreciate any insight on how to proceed. Cheers Chris In file included from > /hom

Re: [gdal-dev] ERROR 6: Failed to initialize PROJ.4 with "..."

2017-10-19 Thread Chris Marsh
,0,0 +units=m +no_defs OGRCT: Target: +proj=longlat +datum=WGS84 +no_defs 5634252.86902731 4265258.45946341 0 On 19 October 2017 at 13:34, Even Rouault wrote: > On jeudi 19 octobre 2017 13:19:52 CEST Chris Marsh wrote: > > Hi, > > > > I build GDAL by specifying --with-stat

Re: [gdal-dev] ERROR 6: Failed to initialize PROJ.4 with "..."

2017-10-19 Thread Chris Marsh
r 2017 at 12:58, Even Rouault wrote: > On mercredi 18 octobre 2017 10:20:41 CEST Chris Marsh wrote: > > I was wondering if anyone had thoughts on this? I posted to the proj.4 > > list, but seems like this may be a gdal problem and not proj.4 as the > > proj.4 command line has

Re: [gdal-dev] ERROR 6: Failed to initialize PROJ.4 with "..."

2017-10-18 Thread Chris Marsh
I was wondering if anyone had thoughts on this? I posted to the proj.4 list, but seems like this may be a gdal problem and not proj.4 as the proj.4 command line has no problem with this string. I have also tried the newest gdal without success. Cheers Chris On 12 October 2017 at 11:41, Chris

[gdal-dev] ERROR 6: Failed to initialize PROJ.4 with "..."

2017-10-12 Thread Chris Marsh
Hi, I'm using GDAL (and by extension proj.4) to reproject a set of WGS84 coordinates to North America Albers Conic Conformal. On all but 1 computer I run my code on, this works as expected. However, when trying to run on one of Compute Canada's newest machines, I get the error ERROR 6: Failed to