This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Description
Currently, the hydro connector filters according to procedure parameter. This however is related to sample SOS instances serving just one observableProperty which resulted in an ExceedsSizeLimit exception during GetFeatureOfInterest.
Switching observableProperty filter and procedure filter would not solve the problem optimal as other SOS instances may be modeld the other way.
proposed solution:
Add kind of a heuristic that chooses that filter parameter which has less values. If still an ExceedsSizeLimit exception is returned, a combination of observableProperty and procedure filter should be used.