LIST-LUXEMBOURG / iguess

iGuess 1.0 - The iGuess implementation in Rails
GNU General Public License v3.0
6 stars 0 forks source link

WCS: parsing of SRS description in DescribeCoverage #213

Closed christianbraun closed 9 years ago

christianbraun commented 9 years ago

We have the problem that WCS (GeoServer) of Ghent can not be properly registered because of missing SRS description in GetCapabilities. We have been assuming in the passed that MapServer delivers standard conformity of the request. According to OGC specs about the WCS standard the assumption is wrong. SRS does not need to be specified in GetCapabilities. Therefore, DescribeCoverage needs to be parsed to get the correct (and mandatory) announcement of the SRS. The SRS is needed to put together the GetCoverage request in the right form.

Luis should investigate about the general workload and feasibility to hand over to Matteo

ldesousa commented 9 years ago

The mass_import code is already taking into account the need for the DescribeCoverage. However, OpenLayers is issuing an exception when parsing the DescribeCoverage response from Gent.