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

2012-11-09 Thread David Strip
Thanks to Even and Jukka for their prompt and clear responses to my question David ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

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

2012-11-09 Thread Jukka Rahkonen
David Strip stripfamily.net> writes: > Likewise, the bands apparently can have different size rasters (in terms > of pixel counts), since the raster size is a property of the band. On > the other hand, the dataset also has a raster size, as well as the > overall properties of the raster, such

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

2012-11-09 Thread Even Rouault
Selon 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"?

[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