observed_subzone_species_totals

0 rows


Description

Aggregated per-planting-subzone, per-species totals of plants recorded during observations.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
observation_id int8 19 null
observations.id observed_subzone_species_totals_observation_id_fkeyC
planting_subzone_id int8 19 null
planting_subzones.id observed_subzone_species_totals_planting_subzone_id_fkeyC
species_id int8 19 null
species.id observed_subzone_species_totals_species_id_fkeyR
species_name text 2147483647 null
certainty_id int4 10 null
recorded_species_certainties.id observed_subzone_species_totals_certainty_id_fkeyR
total_live int4 10 0
total_dead int4 10 0
total_existing int4 10 0
mortality_rate int4 10 null

Percentage of plants of the species observed in permanent monitoring plots in the planting subzone, in either the current observation or in previous ones, that were dead.

cumulative_dead int4 10 0

Total number of dead plants of the species observed, both in this observation and in all previous ones, in plots in this subzone that are included as permanent plots in this observation.

permanent_live int4 10 0

The number of live and existing plants observed in permanent monitoring plots.

Indexes

Constraint Name Type Sort Column(s)
observed_subzone_species_tota_observation_id_planting_subz_idx1 Must be unique Asc/Asc/Asc observation_id + planting_subzone_id + species_name
observed_subzone_species_tota_observation_id_planting_subz_idx2 Must be unique Asc/Asc observation_id + planting_subzone_id
observed_subzone_species_tota_observation_id_planting_subzo_idx Must be unique Asc/Asc/Asc observation_id + planting_subzone_id + species_id
observed_subzone_species_totals_observation_id_idx Performance Asc observation_id
observed_subzone_species_totals_planting_subzone_id_idx Performance Asc planting_subzone_id
observed_subzone_species_totals_species_id_idx Performance Asc species_id

Check Constraints

Constraint Name Constraint
species_identifier_for_certainty ((((certainty_id = 1) AND (species_id IS NOT NULL) AND (species_name IS NULL)) OR ((certainty_id = 2) AND (species_id IS NULL) AND (species_name IS NOT NULL)) OR ((certainty_id = 3) AND (species_id IS NULL) AND (species_name IS NULL))))

Relationships