[gdal-dev] Problem trying to use GeoRaster driver in GDAL 3.0.4 python build

2020-04-24 Thread ZAZHIL-HA HERENA
Hello experts, I am writing to this list since I have been trying to use georaster driver in gdal using python bindings. If I use command line gdalinfo it works fine, which makes me believe that my environment is set up correctly and that my build is working fine, this is my command line exampl

[gdal-dev] Problem when trying to open files with GDAL from Object Store using vsiswift

2019-04-10 Thread ZAZHIL-HA HERENA
Hello everyone, I am using GDAL 2.4.1 with Python 3.6 to access rasters in Object Storage using /vsiswift. I need to open around 100 rasters, read their data and capture it in an array. I do not need to have them all available in memory, this is a sequential task , read one raster, delete data

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

2018-11-27 Thread ZAZHIL-HA HERENA
On Fri, Nov 23, 2018 at 2:15 PM ZAZHIL-HA HERENA mailto:zazhil...@hotmail.com>> wrote: Thank you so much!, now I am working on 2.4 source code but I am getting an error when trying to configure using: ./configure --prefix=/scratch/zherena/gdal/build/gdal-master/gdal/outputb/ --with-co

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 ZAZHIL-HA HERENA
HDFS support in the tree, I had do a `make clean distclean` before I was able to get a build with working HDFS support. Sincerely, James McClain On Thu, Nov 22, 2018 at 8:13 PM Nikos Alexandris mailto:n...@nikosalexandris.net>> wrote: * ZAZHIL-HA HERENA mailto:zazhil...@hotmail.com>

[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