You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to create occurrence views that aggregate occurrences across events and datasets in order to display species distribution maps etc. Examples: nofa.view_occurrence_all for all species, and nofa.view_occurrence_pike for one species. It would be extremely convenient to generate views for species by looping through the species in the occurrence table in order to avoid manually updating a number of views when wanting to change some info.
The text was updated successfully, but these errors were encountered:
Might have to be adjusted a little bit, not sure...
However, keep in mind that once tables and columns are used in a view, the possibilities to modify them will be limited (e.g. you cannot drop a column that is used in a view, without dropping the view in advance (or DROP CASCADE)....
Need to create occurrence views that aggregate occurrences across events and datasets in order to display species distribution maps etc. Examples: nofa.view_occurrence_all for all species, and nofa.view_occurrence_pike for one species. It would be extremely convenient to generate views for species by looping through the species in the occurrence table in order to avoid manually updating a number of views when wanting to change some info.
The text was updated successfully, but these errors were encountered: