Growth Stage Records
growth_records
This resource contains records of observed growth stages for various flora species.
- Path:
resources/growth_records/data.parquet - Primary key: (
record_id) - Foreign keys:
- From fields (
species_id) to fields (species_id) in resourcespecies_catalog - From fields (
location_region,location_country) to fields (region,country) in resourcelocation_catalog
- From fields (
| Name | Title | Type | Description |
|---|---|---|---|
record_id |
Record ID | integer | The unique identifier for each growth record. |
species_id |
Species | integer | The species the observation was made for. |
observation_date |
Observation date | date | The date when the observation was made. |
growth_stage |
Growth Stage | string | The observed growth stage of the species. |
location_region |
Location Region | string | The region of the location. |
location_country |
Location Country | string | The country of the location. |