Enhancements to the Earth Observation Analysis service include a new JSON response format and the ability to add a numerical suffix to the dimensionTrim parameter to support multiple instances of the parameter.
New response format
The standard response type for getCapabilities and describeEOCoverageSet is text/xml
instead of application/xml
, and the service now supports the JSON format, application/json
.
New dimensionTrim parameter suffix
You can now add a numerical suffix to the parameter dimensionTrim in the describeEOCoverageSet request. Use this suffix if web clients cannot easily handle defining the same parameter multiple times.
Here is an example of a request without the suffix: /wcs/describeEOCoverageSet?eoid=DS_RGB&dimensionTrim=phenomenonTime("2015-08-12","2015-08-13")&dimensionTrim=cloudPercentage(0.0, 40.0)
Instead, you can now get the same information using this request: /wcs/describeEOCoverageSet?eoid=DS_RGB&dimensionTrim1=phenomenonTime("2015-08-12","2015-08-13")&dimensionTrim2=cloudPercentage(0.0, 40.0)
For a detailed description of the parameters, check the Dev Portal API Documentation.
If you find any information that is unclear or incorrect, please let us know so that we can improve the Dev Portal content.
Use our private help channel. Receive updates over email and contact our specialists directly.
If you need more information about this topic, visit hybris Experts to post your own question and interact with our community and experts.