mss_Evaporation

tables.auto_generated.mss_Evaporation

Classes

Name Description
mss_EvaporationTable Table for mss_Evaporation (Evaporation).
mss_EvaporationTableColumns Column names for mss_Evaporation (Evaporation).

mss_EvaporationTable

tables.auto_generated.mss_Evaporation.mss_EvaporationTable(net_table)

Table for mss_Evaporation (Evaporation).

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_Evaporation.mss_EvaporationTable.delete()

Create a DELETE query for this table.

Returns
Name Type Description
DeleteQuery A new DeleteQuery object
get_muids
tables.auto_generated.mss_Evaporation.mss_EvaporationTable.get_muids(
    order_by=None,
    descending=False,
)

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_Evaporation.mss_EvaporationTable.insert(
    values,
    execute=True,
)

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_Evaporation.mss_EvaporationTable.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_Evaporation.mss_EvaporationTable.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_EvaporationTableColumns

tables.auto_generated.mss_Evaporation.mss_EvaporationTableColumns(table)

Column names for mss_Evaporation (Evaporation).

Attributes

Name Description
ConstValue Constant value [mm/d]
DryOnlyNo Evaporate only during dry periods
MUID ID
Pan1 Pan in Jan [mm/d]
Pan10 Pan in Oct [mm/d]
Pan11 Pan in Nov [mm/d]
Pan12 Pan in Dec [mm/d]
Pan2 Pan in Feb [mm/d]
Pan3 Pan in Mar [mm/d]
Pan4 Pan in Apr [mm/d]
Pan5 Pan in May [mm/d]
Pan6 Pan in June [mm/d]
Pan7 Pan in July [mm/d]
Pan8 Pan in Aug [mm/d]
Pan9 Pan in Sep [mm/d]
SoilRecoveryPatternID Monthly soil recovery pattern
TimeSeriesID Time series ID
TypeNo Type
Value1 Evap in Jan [mm/d]
Value10 Evap in Oct [mm/d]
Value11 Evap in Nov [mm/d]
Value12 Evap in Dec [mm/d]
Value2 Evapin Feb [mm/d]
Value3 Evap in Mar [mm/d]
Value4 Value in Apr [mm/d]
Value5 Evap in May [mm/d]
Value6 Evap in June [mm/d]
Value7 Evap in July [mm/d]
Value8 Evap in Aug [mm/d]
Value9 Value in Sep [mm/d]