-
Notifications
You must be signed in to change notification settings - Fork 5
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
basic set of functions for ETN data access #9
Comments
@stijnvanhoey vliz.detections_view
vliz.tags
animals_view
vliz.deployments_view
vliz.receivers
|
@jreubens I think some fields in animals are redundant. Although everything can have its purpose for someone in the future, I think the listed column names below will only rarely be used. If one column appears to be more important than previously thought, it can be added to the function at a later stage. "wild_or_hatchery" |
some can indeed be removed I guess for some projects this might be important in the near future... |
For the moment, I propose to keep the full table views as output to the user without any filtering. We can show in a |
Closing this issue here, as the basic functions are currently available. |
@jreubens @PieterjanVerhelst as we discussed:
As a replacement of the current
getLWData
function, we aim to go to a minimal set of functions for the data access. Each of these functions target a specific set of data-tables, comparable to the online ETN data portal.Apart from a
make_connection
function, the first set of functions that we will focus on are. For each function, we define the required filters as function inputs that will be embedded to query the existing views:By default, we return all the available columns in the database views/tables; but maybe this will be too much. @jreubens you could maybe define a subset of columns for each output that are really out of scope for any of the ETN users?
The text was updated successfully, but these errors were encountered: