Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter WebService Returned Data #646

Open
marcogrieco opened this issue Feb 13, 2019 · 4 comments
Open

Filter WebService Returned Data #646

marcogrieco opened this issue Feb 13, 2019 · 4 comments

Comments

@marcogrieco
Copy link

Hi,
i have readed the North52 documentation but i have not seen a way to filter the web service returned data. There is a way to filter data based on the requester?

Thanks in advance.

Marco

@CarstenHollmann
Copy link

Hi Marco,

depending on the request, you can defined different filter parameters in the requests to get the information you are interested in. For example in the GetObservation request you can define the filters for:

  • procedure
  • observedProperty
  • offering
  • featureOfInterest
  • temporal filter
  • spatial filter

In the exmaple request provided by the 52N SOS you can find several examples with the filter parameters.

We recommend to read the OGC SOS standard. There are all operations described including the filter parameters which can be applied.

Best,
Carsten

@marcogrieco
Copy link
Author

Hi Carsten,
i would like filter the returned data by requester. If the user A call the WebService, i have to return only the data about sensors S1, S2, S2. If the user B call the WebService, i have to return only the data about sensors S4, S5, S6 and so on...

I don't want to use the filter parameters. It is an implicit filter.

Thanks,

Marco

@CarstenHollmann
Copy link

Hi Marco,

what you have described is authentication and authorization which is not yet implemented in the 52N SOS but there are discussions in some projects how such a mechanism can be implemented.

Best,
Carsten

@Sam-Bolling
Copy link

Hello, Carsten, et. al,

I too am interested in this feature. Can you link to the ongoing discussions referred to in this thread?

Respectfully,

Sam

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

No branches or pull requests

3 participants