flora: Observations of flora species and seasonal development
Licenses:
Version: 1.2.3
A dataset containing flora species records and their observed growth stages across different environments.
Contributors
- Jane Dölitz (jane-doelitz@example.com): creator
- John Smith (john-smith@example.com): author, data collector
Resources
species_catalog: Flora Species
This resource contains a catalog of flora species.
- Path:
resources/species_catalog/data.parquet - Primary key: (
species_id) - Foreign keys:
parent_species_id→species_catalog.species_id
| Name | Title | Type | Description |
|---|---|---|---|
species_id |
Species ID | integer | The unique identifier for each species. |
scientific_name |
Scientific name | string | The Latin name of the species. |
common_name |
Common name | string | The common name of the species. |
family |
Family | string | The Latin family to which the species belongs. |
parent_species_id |
Parent Species | integer | The parent species of this species. |
location_catalog: Flora Species Locations
This resource contains a catalog of flora species locations.
- Path:
resources/location_catalog/data.parquet - Primary key: (
region,country)
| Name | Title | Type | Description |
|---|---|---|---|
region |
Region | string | The region the location is in. |
country |
Country | string | The country the location is in. |
local_name |
Local Name | string | The name of the location in the local language. |
growth_records: Growth Stage 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:
species_id→species_catalog.species_idlocation_region,location_country→location_catalog.[region, country]
| 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. |