Re: [gdal-dev] Question on how to open a raster in HDFS using GDAL

2018-11-27 Thread James McClain
> *Sent:* Friday, November 23, 2018 3:18 PM > *To:* gdal-dev@lists.osgeo.org > *Subject:* Re: [gdal-dev] Question on how to open a raster in HDFS using > GDAL > > Hello, > > It may not be finding the native HDFS libraries. Please see the pull > request ht

Re: [gdal-dev] Question on how to open a raster in HDFS using GDAL

2018-11-27 Thread ZAZHIL-HA HERENA
From: gdal-dev on behalf of James McClain Sent: Friday, November 23, 2018 3:18 PM To: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] Question on how to open a raster in HDFS using GDAL Hello, It may not be finding the native HDFS libraries. Please see the pull request https

Re: [gdal-dev] Question on how to open a raster in HDFS using GDAL

2018-11-23 Thread James McClain
23, 2018 11:52 AM > *To:* gdal-dev@lists.osgeo.org > *Cc:* ZAZHIL-HA HERENA; James McClain; n...@nikosalexandris.net > *Subject:* Re: [gdal-dev] Question on how to open a raster in HDFS using > GDAL > > > Version says 2.3.2 but libraries say: libgdal.so.20.4.2 . > > Libtoo

Re: [gdal-dev] Question on how to open a raster in HDFS using GDAL

2018-11-23 Thread ZAZHIL-HA HERENA
, 2018 11:52 AM To: gdal-dev@lists.osgeo.org Cc: ZAZHIL-HA HERENA; James McClain; n...@nikosalexandris.net Subject: Re: [gdal-dev] Question on how to open a raster in HDFS using GDAL > Version says 2.3.2 but libraries say: libgdal.so.20.4.2 . Libtool number (.so.20.4.2) has nothing to do with u

Re: [gdal-dev] Question on how to open a raster in HDFS using GDAL

2018-11-23 Thread Even Rouault
> Version says 2.3.2 but libraries say: libgdal.so.20.4.2 . Libtool number (.so.20.4.2) has nothing to do with user-friendly version number (2.3.2) > I am not sure if I > got the latest code, this is the first time I compile it myself, I used > this link to download source code: > http://downlo

Re: [gdal-dev] Question on how to open a raster in HDFS using GDAL

2018-11-23 Thread ZAZHIL-HA HERENA
ing during compile? Thank you!! Zazhil-ha From: gdal-dev on behalf of James McClain Sent: Thursday, November 22, 2018 8:27 PM Cc: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] Question on how to open a raster in HDFS using GDAL Hello, I am the author of the vsihd

Re: [gdal-dev] Question on how to open a raster in HDFS using GDAL

2018-11-22 Thread James McClain
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

Re: [gdal-dev] Question on how to open a raster in HDFS using GDAL

2018-11-22 Thread Nikos Alexandris
* 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

[gdal-dev] Question on how to open a raster in HDFS using GDAL

2018-11-22 Thread ZAZHIL-HA HERENA
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