Louis-Philippe Rousseau Lambert
Louis-Philippe Rousseau Lambert
Hi, This issue has first been reported in [MapServer mailling list](https://lists.osgeo.org/pipermail/mapserver-users/2020-June/081797.html) and I think is similar to: * https://github.com/mapserver/mapserver/commit/722716c49de2399f54b275ab31437f0e8c92cd63 * https://github.com/mapserver/mapserver/commit/4c2aeb4bbd229723d8ea67c337cf02350575b2ae The issue is that when I try to visualize...
We should add a graceful error for when no request parameters are requested. For example: https://geo.weather.gc.ca/geomet-climate simply returns `No query information to decode. QUERY_STRING is set, but empty. ` CC...
I think we could update our code to use the `FILTER` key in MapServer fot the WCS time requests instead of using band names. This could also mean that we...
At the moment, the datasets limit shown in the [items page](https://github.com/geopython/pygeoapi/blob/master/pygeoapi/templates/items.html) is the same for every datasets, because the limit is set in [pygeoapi-config.yml](https://github.com/geopython/pygeoapi/blob/master/pygeoapi-config.yml#L40) at the server level (`server.limit`) Given...