Open corviday opened 7 years ago
ncWMS also returns this response to a metadata request with a bounding box that crosses the discontinuity:
<ServiceExceptionReport version="1.1.1" xsi:schemaLocation="http://www.opengis.net/ogc http://schemas.opengis.net/wms/1.1.1/exceptions_1_1_1.xsd"><ServiceException>
Problem parsing parameters
</ServiceException></ServiceExceptionReport>
NetCDF files are sometimes generated with longitudes that go from 0 to 180 and then from -180 to 0, like this:
There is no geographic discontinuity in this file, but there is a numerical discontinuity. Some software tools, such as ncWMS and CDO, have trouble working with the bounding boxes of polygons which span across the -180/180 longitude line, and have positive longitude minimums and negative longitude maximums.
ncWMS's response to requesting a map for an area that crosses the numerical discontinuity is:
Currently we anticipate no concrete repercussions from this issue, since all our use cases involve displaying maps of Canada, which does not go anywhere near the antemeridian. So it's low priority.