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
