Hi,

Why not GeoTIFF?  I do not know of any multi-band text format even extending 
simple XYZ format like https://gdal.org/drivers/raster/xyz.html#raster-xyz for 
more bands should be simple. Obviously the large size of such files pays so 
much that developers have been happy to use more complex but more compact file 
formats for storing the data and then use corresponding libraries for reading 
the data.

-Jukka Rahkonen-

Lähettäjä: Erick Opiyo <[email protected]>
Lähetetty: maanantai 23. maaliskuuta 2020 13.37
Vastaanottaja: GeoServer Users <[email protected]>
Aihe: [Geoserver-users] WCS rangesubset with bands

Hi All,

Following tutorial from Geosolutions
https://geoserver.geo-solutions.it/edu/en/wcs/get.html#getting-specific-bands

One should be able to access a subset of data from a multiband GTiff image 
using element rangesubset, specifying the bands to be returned, separated by 
commas as follows:

http://localhost:8080/geoserver/ows?service=WCS&version=2.0.1&request=GetCoverage&coverageId=default__rain&subset=Lat(-0.361648)&subset=Long(35.289658)&format=text/plain&rangesubset=Band2,Band3,Band4

I want my output format as text/plain

However, I'm only able to access the first Band2 pixel values provided by Lat 
long and not Band3 and Band4. Which output format should I use to get all the 
bands value?

Regards
Erick




_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to