[gdal-dev] GSoC 2014 Weekly Report 13 : GDAL PostGIS Raster driver

2014-08-18 Thread Varun Saraf
Hi, Below is my thirteenth weekly report. *What did I do this week?* - There was a issue with some variables which were getting overwritten somewhere between method calls. The destructor for the PostGISDataset class was being called before PostGISRasterRasterBand::IWriteBlock(). We mad

Re: [gdal-dev] Password reminder for mailing list doesn't seem to work

2014-08-18 Thread Ari Jolma
On 08/18/2014 03:54 PM, Niles, Rick wrote: Im very sorry to spam the whole list but I've been trying to unsubscribe from this list for over a year. I've tried the password reset at least ten times. It never sends me anything. Nick, It sends to me the password reminder. Anyway, I think Fra

Re: [gdal-dev] Build GDAL from scratch on CentOS 6.5 (Jake Brinkmann)

2014-08-18 Thread Jake Brinkmann
Hey Jose! That looks like is is exactly what I need! I really appreciate you doing this. I installed it on a fresh version of Anaconda, but could not import gdal: jbrinkmann> python -c "from osgeo import gdal" > Traceback (most recent call last): > File "", line 1, in > File > "/workspace/jb

Re: [gdal-dev] Build GDAL from scratch on CentOS 6.5 (Jake Brinkmann)

2014-08-18 Thread Jose Gomez-Dans
Hello, I have produced a GDAL (1.11.0) binary for Anaconda with HDF4, HDF5 and NetCDF for X86_64. It should just work by installing standard anaconda and issuing the following command: conda install -c https://conda.binstar.org/jgomezdans gdal=1.11.0 The list of supported raster formats is avail

Re: [gdal-dev] Reveal the meaning of (rw+vs) in driver capabilities

2014-08-18 Thread Andre Joost
Am 18.08.2014 12:20, schrieb Jukka Rahkonen: Hi, Gdalinfo --formats prints a list of formats and capabilities of each driver with abbreviations like BAG -raster- (ro) ECW -raster- (rov) JP2ECW -raster- (rov) FITS -raster- (rw+) GMT -raster- (rw) gdalinfo --format [format name] e.g. gdalinf

Re: [gdal-dev] Build GDAL from scratch on CentOS 6.5 (Jake Brinkmann)

2014-08-18 Thread Jake Brinkmann
Hey Daniel, Much appreciated! I think building my own on a VM might be the next thing I try. I attempted to use jevans version, with a fresh install of Anaconda, but to no avail. The code here: https://gist.github.com/jake-brinkmann/fb4bd3f4625b209978d0 still didn't work. I'll look through the ex

[gdal-dev] Password reminder for mailing list doesn't seem to work

2014-08-18 Thread Niles, Rick
Im very sorry to spam the whole list but I've been trying to unsubscribe from this list for over a year. I've tried the password reset at least ten times. It never sends me anything. I've tried writing to "admin" multiple times with no response. Again I'm sorry to send a list wide message

Re: [gdal-dev] libkml support issues

2014-08-18 Thread Jeff McKenna
For MS4W builds I follow the wiki page for LibKML at: https://trac.osgeo.org/gdal/wiki/LibKML As it states there, you should get the source through github at: https://github.com/google/libkml In my builds, I use expat-2.1.0, and (following that wiki page) I change the 'third_party' path to m

Re: [gdal-dev] GSoC weekly report 13. GDAL Networking

2014-08-18 Thread Jukka Rahkonen
Mikhail Gusev gmail.com> writes: > > > Hello everyone. > This week I've finished what I've planed to do: fully complete docs and tests. See also my blog post and latest commits at github. > Maybe I need some more small improvements and fixes, so I don't stop and work at these weekends and Monda

[gdal-dev] Reveal the meaning of (rw+vs) in driver capabilities

2014-08-18 Thread Jukka Rahkonen
Hi, Gdalinfo --formats prints a list of formats and capabilities of each driver with abbreviations like BAG -raster- (ro) ECW -raster- (rov) JP2ECW -raster- (rov) FITS -raster- (rw+) GMT -raster- (rw) I believe that I know the meaning of abbreviations myself but I tried to help someone else and