Categories are used to represent the type of graphs to show in the detail page in Geodashboard v3 The name will be the title of the tab where the data associated with the category is displayed The detail_type is the type of graph in the UI, it could be (time, stacked-line, stacked-bar)
Mappings between a parameter and a category To add a new mapping, the category and parameter should both exist All mappings associated with a parameter are deleted upon parameter deletion.
Mappings between a parameter and a category To add a new mapping, the category and parameter should both exist All mappings associated with a parameter are deleted upon parameter deletion.
This is used for allowing the same parameter to show up on more than one tab or with different representations For example, alkalinity can be in both a stacked-line graph and a time series graph or Alkalinity could show up as time series in two categories/tabs: Contaminants and Nutrients
- must exist in the database, foreign key to parameter table id
- must exist in the database, foreign key to category table id
Datapoint model.
Datapoint model. The default field will be created by database
Parameters are types of data stored in datapoints for which there is data associated.
Parameters are types of data stored in datapoints for which there is data associated. This elements provides additional information about the parameter than the short name in the datapoints It provides a longer title, the unit, information to show up on the search and explore views, names and colors for stacked-bar graphs that could be used for other stacked graphs.
- Needs to be unique. A short version of the title
- title for the parameter
- Unit for the data
- boolean indicates whether the parameter will show up as a parameter in the search page
- boolean indicates whether the parameter will show up in the popup on the explore page
[Optional] Used for representing category names in stacked-bar graphs
[Optional] Used for representing category colors in stacked-bar graphs
Region model.
Region model. The default field will be created by database
Sensor model.
Sensor model. The default field will be created by database
Stream model.
Stream model. The default field will be created by database
Categories are used to represent the type of graphs to show in the detail page in Geodashboard v3 The name will be the title of the tab where the data associated with the category is displayed The detail_type is the type of graph in the UI, it could be (time, stacked-line, stacked-bar)
- to show as title of a tab in the detail page
- determines the type of graph to show in the UI