mss_Adjustment
tables.auto_generated.mss_Adjustment
Classes
Name | Description |
---|---|
mss_AdjustmentTable | Table for mss_Adjustment (Climatology adjustments). |
mss_AdjustmentTableColumns | Column names for mss_Adjustment (Climatology adjustments). |
mss_AdjustmentTable
tables.auto_generated.mss_Adjustment.mss_AdjustmentTable(net_table)
Table for mss_Adjustment (Climatology adjustments).
Attributes
Name | Description |
---|---|
columns | Get the columns for the table. |
description | Get the table description. |
display_name | Get the display name for the table. |
name | Get the table name. |
Methods
Name | Description |
---|---|
delete | Create a DELETE query for this table. |
get_muids | Get a list of MUIDs for the table. |
insert | Insert a row with the given values. |
select | Create a SELECT query for this table. |
update | Create an UPDATE query for this table. |
delete
tables.auto_generated.mss_Adjustment.mss_AdjustmentTable.delete()
Create a DELETE query for this table.
Returns
Name | Type | Description |
---|---|---|
DeleteQuery | A new DeleteQuery object |
get_muids
tables.auto_generated.mss_Adjustment.mss_AdjustmentTable.get_muids(=None,
order_by=False,
descending )
Get a list of MUIDs for the table.
Parameters
Name | Type | Description | Default |
---|---|---|---|
order_by | str or None | Column to order the MUIDs by | None |
descending | bool | Whether to order in descending order | False |
Returns
Name | Type | Description |
---|---|---|
list of str | A list of MUIDs |
insert
tables.auto_generated.mss_Adjustment.mss_AdjustmentTable.insert(
values,=True,
execute )
Insert a row with the given values.
Parameters
Name | Type | Description | Default |
---|---|---|---|
values | dict of str to Any | Column-value pairs to insert | required |
execute | bool | Whether to execute the query immediately (default: True) | True |
Returns
Name | Type | Description |
---|---|---|
str or InsertQuery | If execute is True, returns the ID of the newly inserted row (MUID) If execute is False, returns an InsertQuery instance |
select
=[]) tables.auto_generated.mss_Adjustment.mss_AdjustmentTable.select(columns
Create a SELECT query for this table.
Parameters
Name | Type | Description | Default |
---|---|---|---|
columns | list of str | The columns to select | [] |
Returns
Name | Type | Description |
---|---|---|
SelectQuery | A new SelectQuery object |
update
tables.auto_generated.mss_Adjustment.mss_AdjustmentTable.update(values)
Create an UPDATE query for this table.
Parameters
Name | Type | Description | Default |
---|---|---|---|
values | dict of str to Any | Column-value pairs to set in the UPDATE | required |
Returns
Name | Type | Description |
---|---|---|
UpdateQuery | A new UpdateQuery object |
mss_AdjustmentTableColumns
tables.auto_generated.mss_Adjustment.mss_AdjustmentTableColumns(table)
Column names for mss_Adjustment (Climatology adjustments).
Attributes
Name | Description |
---|---|
Con01 | Cond in Jan |
Con02 | Cond in Feb |
Con03 | Cond in Mar |
Con04 | Cond in Apr |
Con05 | Cond in May |
Con06 | Cond in June |
Con07 | Cond in July |
Con08 | Cond in Aug |
Con09 | Cond in Sep |
Con10 | Cond in Oct |
Con11 | Cond in Nov |
Con12 | Cond in Dec |
Evap01 | Evap in Jan [mm/d] |
Evap02 | Evapin Feb [mm/d] |
Evap03 | Evap in Mar [mm/d] |
Evap04 | Value in Apr [mm/d] |
Evap05 | Evap in May [mm/d] |
Evap06 | Evap in June [mm/d] |
Evap07 | Evap in July [mm/d] |
Evap08 | Evap in Aug [mm/d] |
Evap09 | Value in Sep [mm/d] |
Evap10 | Evap in Oct [mm/d] |
Evap11 | Evap in Nov [mm/d] |
Evap12 | Evap in Dec [mm/d] |
MUID | ID |
Rain01 | Rain in Jan |
Rain02 | Rain in Feb |
Rain03 | Rain in Mar |
Rain04 | Rain in Apr |
Rain05 | Rain in May |
Rain06 | Rain in June |
Rain07 | Rain in July |
Rain08 | Rain in Aug |
Rain09 | Rain in Sep |
Rain10 | Rain in Oct |
Rain11 | Rain in Nov |
Rain12 | Rain in Dec |
Temp01 | Temp in Jan [deg C] |
Temp02 | Temp in Feb [deg C] |
Temp03 | Temp in Mar [deg C] |
Temp04 | Temp in Apr [deg C] |
Temp05 | Temp in May [deg C] |
Temp06 | Temp in June [deg C] |
Temp07 | Temp in July [deg C] |
Temp08 | Temp in Aug [deg C] |
Temp09 | Temp in Sep [deg C] |
Temp10 | Temp in Oct [deg C] |
Temp11 | Temp in Nov [deg C] |
Temp12 | Temp in Dec [deg C] |