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

2018-11-23 Thread James McClain
Hello, It may not be finding the native HDFS libraries. Please see the pull request https://github.com/OSGeo/gdal/pull/714 for build instructions (in particular, you may need to augment the LD_LIBRARY_PATH environment variable). If trouble persists, I would suggest building against Apache Hadoop

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

2018-11-23 Thread ZAZHIL-HA HERENA
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-complete=yes --with-java=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-11.b12.el7.x86_64/ --with-swig-

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
Thank you for the reply. Nikos, The path is correct, the space was an error in my redaction. James, I tried to run a GDALINFO in my Linux command line using the GDAL I configured and installed and I am not able to open the raster, even trying to read it from local: -bash-4.2$ gdalinfo

Re: [gdal-dev] How to Use Gdal in Microsoft Visual Studio C++

2018-11-23 Thread Gigas002
Athin wrote > If possible can you share with some guide how to use the gdal nuget and > how > can i view the map on wpf not on console? Sure. You should right-click on "References" in your open project in VS and choose "Manage nuget packages". Then search for "GDAL.NET" and install it. Necessary r

Re: [gdal-dev] How to Use Gdal in Microsoft Visual Studio C++

2018-11-23 Thread Athin
Hi Gigas002, If possible can you share with some guide how to use the gdal nuget and how can i view the map on wpf not on console? -- Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html ___ gdal-dev mailing list gdal-dev@lists.osgeo