[gdal-dev] Images/datasets with bands with different properties

2012-11-08 Thread David Strip
I was looking at the API and it appears, that at least in principle a multi-band dataset (and hence the associated input file) could have bands with different data types since the type is a property of the band, not the dataset. Does this actually happen "in the wild"? If so, what file types su

[gdal-dev] dgn v7 lines to shp

2012-11-08 Thread Luis Serra
Hi list, With ogr2ogr commandline, I'm trying to convert a dgn v7 zero length line to shp point type and nothing happens. Does anyone knows if is it possible to do so? Thanks in advance, Luis Serra ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http

Re: [gdal-dev] Which version number for the next GDAL release : 1.10 or 2.0 ?

2012-11-08 Thread Mateusz Loskot
On 8 November 2012 21:49, Even Rouault wrote: > > I'm also wondering if we shouldn't introduce a macro to compute the version > number, like > #define GDAL_COMPUTE_VERSION(maj,min,rev, build) > (maj*100+min*1+rev*100+build) > > so that tests can be written more naturally (the new version n

Re: [gdal-dev] Which version number for the next GDAL release : 1.10 or 2.0 ?

2012-11-08 Thread Even Rouault
Le jeudi 08 novembre 2012 23:09:16, Frank Warmerdam a écrit : > On 12-11-08 01:49 PM, Even Rouault wrote: > >> I appologise to Howard or others who have been tuning configuration > >> logic for a 2.0 release. > > > > It depends on how they have tuned... > > > > We have a small technical detail to

Re: [gdal-dev] Which version number for the next GDAL release : 1.10 or 2.0 ?

2012-11-08 Thread Frank Warmerdam
On 12-11-08 01:49 PM, Even Rouault wrote: I appologise to Howard or others who have been tuning configuration logic for a 2.0 release. It depends on how they have tuned... We have a small technical detail to solve with 1.10 because of # define GDAL_VERSION_NUM (GDAL_VERSION_MAJOR*1000+GDAL_

Re: [gdal-dev] Which version number for the next GDAL release : 1.10 or 2.0 ?

2012-11-08 Thread Even Rouault
> I appologise to Howard or others who have been tuning configuration logic > for a 2.0 release. It depends on how they have tuned... We have a small technical detail to solve with 1.10 because of # define GDAL_VERSION_NUM (GDAL_VERSION_MAJOR*1000+GDAL_VERSION_MINOR*100+GDAL_VERSION_REV*1

Re: [gdal-dev] Which version number for the next GDAL release : 1.10 or 2.0 ?

2012-11-08 Thread Frank Warmerdam
Folks, While I hate ".10" versions it is clear that I/we aren't yet doing the 2.0 "grand unification" and so I don't feel a 2.0 version is appropriate given the nature of current work. I had originally though to just hold off on the release for longer to allow for 2.0 work to be done, but I hav

Re: [gdal-dev] Which version number for the next GDAL release : 1.10 or 2.0 ?

2012-11-08 Thread Ari Jolma
Concerning the stub implementations, there are a lot of examples where the current api contains arguments, which are just stubs for future... -- Lähetetty Nokia N9 -puhelimestani Even Rouault kirjoitti 7.11.2012 21:45: > > RFC 39 (the layer algebra) does break the C ABI, I believe. No, i

Re: [gdal-dev] Which version number for the next GDAL release : 1.10 or 2.0 ?

2012-11-08 Thread Even Rouault
Le jeudi 08 novembre 2012 14:24:12, Etienne Tourigny a écrit : > Hi, > > I think it should be 1.10, I don't see any major difference with 1.9 > and no major api changes. I see it more like an incremental release > than a major milestone. Yes, exactly > > I recall some time ago a discussion abou

Re: [gdal-dev] gdalinfo on PostGIS rasters (GDAL 1.9)

2012-11-08 Thread Even Rouault
> Even, that's what I was afraid of... I think I will give it a try. Is there > a preferred solution between sources from Subversion and the nightly > snapshots? up to you > Second, do I understand it correctly that I need to 1) install GDAL from > sources, yes > and 2) recompile PostGIS on thi

Re: [gdal-dev] gdalinfo on PostGIS rasters (GDAL 1.9)

2012-11-08 Thread Mathieu Basille
Dear James and Even, Thank you for you fast answers! James, I do have the raster properly referenced (at least from what I understand). For example: mydb=# SELECT st_georeference(rast) FROM myraster WHERE rid=1; st_georeference - 0.167000 + 0.00 + 0.000

Re: [gdal-dev] Which version number for the next GDAL release : 1.10 or 2.0 ?

2012-11-08 Thread Etienne Tourigny
Hi, I think it should be 1.10, I don't see any major difference with 1.9 and no major api changes. I see it more like an incremental release than a major milestone. I recall some time ago a discussion about the unification of ogr and gdal, and that goal still seems pretty far (unless I missed som