-
Notifications
You must be signed in to change notification settings - Fork 19
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
Query on restricted data? #298
Comments
this was discussed in a previous sprint, without concluding anything. It is interesting for privileged users, but is a bit out of scope for pydov. |
For this to work we need two things: (1) a way to authenticate with DOV to get access to restricted items. We could use something like this, but that is not at all trivial to setup. (2) an authenticated search service (most preferably WFS) to query the data and retrieve the results you have access to. I don't think this currently exists. There is no point in implementing (1) if (2) is not available, as you wouldn't be able to get the (location of) the items you have access to. |
I understand that this is nothing trivial, nor a priority for pydov. And indeed, it is only relevant for a restricted number of users. |
If this functionality would be very useful for you, you can always contact the people of DOV (@marleenvd ) and see how you could work this out together, and/or other interested users? Just a bold suggestion. |
Aside from the drill cores that are publicly available, some cores have the tag 'restricted' in the DOV-database.
Employees of the Flemish government and some other parties have access to these cores in the DOV-database, but (logically) cannot query on them using pydov.
Do you see a way to add some sort of login-module to pydov to allow certain users to include restricted cores in their pydov-queries? I realize that this is probably no simple question, but nothing ventured, nothing gained.
The text was updated successfully, but these errors were encountered: