I'm working reasonably successfully with GDAL as a learner, in command line
mode using warp and translate, and then from within C++ in Visual Studio. I
had first used GDAL from Python a year or two ago, before resuming pretty
intensely via C++ recently.
I had a problem with my PC, so I went to
Hello,
I am the author of the vsihdfs code, I am ready and willing to help.
I just rebuilt it from current master and was able to successfully open an
dataset via an HDFS URI with the GDAL Python bindings. I have a few
suggestions.
First, please try putting the file into a local directory and t
* ZAZHIL-HA HERENA [2018-11-22 22:35:32 +]:
Hello, I am not sure if I should use this mailing list to ask questions but I
wanted to try, I am a developer trying to use GDAL to open rasters in HDFS.
I read in GDAL documentation that starting 2.4 it is possible to open a raster in HDFS. I
Hello, I am not sure if I should use this mailing list to ask questions but I
wanted to try, I am a developer trying to use GDAL to open rasters in HDFS.
I read in GDAL documentation that starting 2.4 it is possible to open a raster
in HDFS. I downloaded and compiled the latest source code avai
I figured out a solution to the problem. The library is loaded by the
postgres process, so it needs to have its library path appended. The
simplest way is to start it with command
LD_LIBRARY_PATH= pg_ctl -D database start
Ari
Ari Jolma kirjoitti 22.11.2018 klo 17.06:
Sorry, this is not stric
Thanks Even,
and sorry for the noise.
The 'make clean' did the job.
Chiara
- Original Message -
> From: "Even Rouault"
> To: gdal-dev@lists.osgeo.org
> Cc: "Chiara Marmo"
> Sent: Thursday, November 22, 2018 3:55:18 PM
> Subject: Re: [gdal-dev] Core dumped: last GDAL dev version
>
> O
Sorry, this is not strictly a GDAL question, but it is related.
I have built postgis with raster support, which required gdal. Now, when I
CREATE EXTENSION postgis;
I get
ERROR: could not load library
"/home/ajolma/ods/server/parts/postgresql/lib/postgis-2.5.so":
libgeos_c.so.1: cannot open
On jeudi 22 novembre 2018 14:43:00 CET Chiara Marmo wrote:
> Hello,
>
> I have sinchronized my dev version of GDAL with the last upstream/master
> today (commit 9f0bbc321e11d7f88ee59af5ccdfb58204ec04f6), and experimented a
> core dumped error.
Make sure to 'make clean' before rebuilding.
Also che
Hello,
I have sinchronized my dev version of GDAL with the last upstream/master today
(commit 9f0bbc321e11d7f88ee59af5ccdfb58204ec04f6), and experimented a core
dumped error.
The following checks had been done on the master branch (not modified by me).
Compilation went well, then
$ ~/software/