Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Add better heuristic to determine optimal request filter #124

Open
ridoo opened this issue Jul 21, 2014 · 1 comment
Open

Add better heuristic to determine optimal request filter #124

ridoo opened this issue Jul 21, 2014 · 1 comment

Comments

@ridoo
Copy link
Member

ridoo commented Jul 21, 2014

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.

@ridoo
Copy link
Member Author

ridoo commented Jul 21, 2014

To gain a quick solution for this problem we introduce a (temporary) separate connector which optimizes request filtering via observedProperty. However, the focused heuristic will integrate both cases later on.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant