Thanks Andrew,
Am 27.06.2016 um 22:54 schrieb Andrew C Aitchison:
> On Mon, 27 Jun 2016, Kai Mühlbauer wrote:
>
>> Hi all,
>>
>> while trying to build gdal on linux (on CircleCi in a CentOS based
>> docker image using conda/conda-forge) like this:
>
>> /bin/bash -pthread -shared -L/home/sam/minic
On Mon, 27 Jun 2016, Kai Mühlbauer wrote:
Hi all,
while trying to build gdal on linux (on CircleCi in a CentOS based docker
image using conda/conda-forge) like this:
/bin/bash -pthread -shared -L/home/sam/miniconda3/envs/_build/lib
-Wl,-rpath=/home/sam/miniconda3/envs/_build/lib,--no-as-nee
Hi all,
while trying to build gdal on linux (on CircleCi in a CentOS based
docker image using conda/conda-forge) like this:
export CC=gcc
export CXX=g++
export CFLAGS="${CFLAGS}"
export CXXFLAGS="${CXXFLAGS} -DBOOST_MATH_DISABLE_FLOA
Le lundi 27 juin 2016 17:42:23, Benjamin Deschamps a écrit :
> Hi,
>
> In reference to this older thread:
> https://lists.osgeo.org/pipermail/gdal-dev/2012-April/032343.html
>
> I encountered the same issue; I'm fairly certain that the issue is due to
> invalid RPC_DEM values, in my case, NoData
Hi,
In reference to this older thread:
https://lists.osgeo.org/pipermail/gdal-dev/2012-April/032343.html
I encountered the same issue; I'm fairly certain that the issue is due to
invalid RPC_DEM values, in my case, NoData values of -32768. Setting the
NoData value in the GeoTiff has no effect eit
> Replacing "CS" with "cachedSource" solved the problem.
Great. Fixed per https://trac.osgeo.org/gdal/ticket/6559
--
Spatialys - Geospatial professional services
http://www.spatialys.com
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists
On 06/27/16 12:50, Even Rouault wrote:
Le lundi 27 juin 2016 12:44:07, Andrew Watkins a écrit :
Hello,
I am trying to build postgis on Solaris 11, but having problems with
gdal part.
I have seen people have said they have compiled it, but worst luck they
have never given any details.
I have t
Le lundi 27 juin 2016 12:44:07, Andrew Watkins a écrit :
> Hello,
>
> I am trying to build postgis on Solaris 11, but having problems with
> gdal part.
>
> I have seen people have said they have compiled it, but worst luck they
> have never given any details.
>
> I have tried old and new version
Robin,
>
> Am I doing something wrong here in how I set the parameters for the
> gdal.Warp call?
Yes. All "librarified" command line utilities have been designed with the
gdal.(dest, source, ) convention (similarly to Dataset.CreateCopy()
for example), so if you switch your 2 first arg
Hi,
I'm very much enjoying the new feature in GDAL that gives programmatic access
to the command-line tools. However, I've run into a problem using gdal.Warp
from within Python.
In the example IPython session below, you can see that I try to run gdal.Warp
and get an error, but using the equiva
Hello,
I am trying to build postgis on Solaris 11, but having problems with
gdal part.
I have seen people have said they have compiled it, but worst luck they
have never given any details.
I have tried old and new versions but no luck. Any ideas?
gdal 2.1.0
==
# CFLAGS="-m64" CXXF
11 matches
Mail list logo