Matthias Müller
Matthias Müller
What would be a good approach to handle sparse data with STAC? There are two immediate cases: 1) A geographic data set that consists of a few data locations/regions that...
# Description These two requests should produce correct responses: http://demo.pycsw.org/cite/csw?service=CSW&acceptVersions=2.0.2,3.0.0&request=GetCapabilities http://demo.pycsw.org/cite/csw?service=CSW&acceptVersions=3.0.0,2.0.2&request=GetCapabilities However, only the first one succeeds and the second fails. (It seems that pyCSW enforces ascending order.) # Environment...
Some mimetypes supported by the WPS framework are probaly illeagal, e.g. "text/xml; subtype=gml/3.1.0" and similar. The issue also just came up on the WFS mailing list. For detail see this...
It there a preferred method to ignore / skip parameters by annotation? Swagger-jaxrs at least ignores some annotated parameters by default (e.g. `@Context`) so that auto-injected elements like UriInfo do...