Re: [gdal-dev] Building GDAL 3.0.0 with Proj 6.0.0

2019-05-16 Thread joshl
We have a sqlite3_shell binary that gets built, not sure if this is interchangeable / same thing as the sqlite3 binary that it wants. ls $sqlite3InstallDir/bin sqlite3_shell -- Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html __

Re: [gdal-dev] Building GDAL 3.0.0 with Proj 6.0.0

2019-05-16 Thread Even Rouault
On jeudi 16 mai 2019 11:46:53 CDT joshl wrote: > Thanks Even, setting up the two SQLITE3 vars seemed to get past one of the > sqlite errors, but now I need to find out where our manually built sqlite3 > binary is since its complaining about that now. Though I'm not sure which > flags that info will

Re: [gdal-dev] Building GDAL 3.0.0 with Proj 6.0.0

2019-05-16 Thread joshl
Thanks Even, setting up the two SQLITE3 vars seemed to get past one of the sqlite errors, but now I need to find out where our manually built sqlite3 binary is since its complaining about that now. Though I'm not sure which flags that info will need to get passed to. current error output: checking

Re: [gdal-dev] Building GDAL 3.0.0 with Proj 6.0.0

2019-05-16 Thread Even Rouault
On jeudi 16 mai 2019 10:35:22 CDT joshl wrote: > Thanks for the info Richard. > > Right now I'm having issues running proj's ./configure. We build sqlite3 > statically using the sqlite-amalgamation, the version we use is 3.26.0. > > Using https://trac.osgeo.org/gdal/wiki/BuildingOnUnixGDAL25dev a

Re: [gdal-dev] Building GDAL 3.0.0 with Proj 6.0.0

2019-05-16 Thread joshl
Thanks for the info Richard. Right now I'm having issues running proj's ./configure. We build sqlite3 statically using the sqlite-amalgamation, the version we use is 3.26.0. Using https://trac.osgeo.org/gdal/wiki/BuildingOnUnixGDAL25dev as a guide, the configure script is unable to find sqlite3.

Re: [gdal-dev] Building GDAL 3.0.0 with Proj 6.0.0

2019-05-16 Thread Simon Eves
Well, I'm glad it's not just me. I was getting worried there for a while... On Thu, May 16, 2019 at 8:02 AM Richard Duivenvoorde wrote: > On 16/05/2019 16.53, joshl wrote: > > Tried doing the LDFLAGS export but got the same errors. My full manual > > ./configure command (just running on command

Re: [gdal-dev] Building GDAL 3.0.0 with Proj 6.0.0

2019-05-16 Thread Richard Duivenvoorde
On 16/05/2019 16.53, joshl wrote: > Tried doing the LDFLAGS export but got the same errors. My full manual > ./configure command (just running on command line) that I'm testing (to at > least get past this error) in the gdal git submodule dir is here: > > *projInstallDir*='/home/loshjawrence/clone

Re: [gdal-dev] Building GDAL 3.0.0 with Proj 6.0.0

2019-05-16 Thread joshl
Tried doing the LDFLAGS export but got the same errors. My full manual ./configure command (just running on command line) that I'm testing (to at least get past this error) in the gdal git submodule dir is here: *projInstallDir*='/home/loshjawrence/clonesRedo/agi-asset-pipeline/build/ThirdParty/pr

Re: [gdal-dev] CreateCopy() does not copy overviews of dataset?

2019-05-16 Thread Even Rouault
On jeudi 16 mai 2019 00:18:47 CDT Matsamentet wrote: > Hi all! > > I'm trying to do the following using Python: Take a GeoTIFF file as input, > and build an in-memory GeoPackage. Then build overviews on the GeoPackage, > and finally writing it out to disk. > > Before the last step, I have confirm

[gdal-dev] CreateCopy() does not copy overviews of dataset?

2019-05-16 Thread Matsamentet
Hi all! I'm trying to do the following using Python: Take a GeoTIFF file as input, and build an in-memory GeoPackage. Then build overviews on the GeoPackage, and finally writing it out to disk. Before the last step, I have confirmed that the dataset contains overviews by using GetOverviewCount(