Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

i have implemented a geotiff image layer using WCS service in geoserver 2.2.4. I have searched on net for operations supported by WCS...it tells me about 3 operations: GetCapabilities, DescribeCoverage and GetCoverage I have used these operations using http request and all are working perfectly.

My questions are:

  • is there any other way to use these operations other than http request (if yes, please explain with some example)

  • is wcs support any other feature/facility/operation other than the above mentioned operations.

Is it possible to apply stretch operations(standard deviation/histogram etc) and other operations on geotiff image in geoserver using WCS?

share|improve this question
There are very few WCS clients(en.wikipedia.org/wiki/…). This is the list of supported operations in WCS: docs.geoserver.org/latest/en/user/services/wcs/index.html What exactly do you want know? – Devdatta Tengshe Mar 5 at 8:51
is it possible to apply stretch operations(standard deviation/histogram etc) and other operations on geotiff image in geoserver(...as possible in arcgis) – user15058 Mar 5 at 10:22
AFAIK, it is not possible. You can get the source values, but that is pretty much it. – Devdatta Tengshe Mar 5 at 15:46

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.