...
No further data filtering, cleaning or processing is necessary. Data is ready to be analysed using any tool or programming language as R or Python.
Data is organised in different CSV files according to the Feature of interest selected in the filters.
...
Content of the page:
Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Observations CSV (data)
Every “observations” file contains all the ecological observations based on the filtering done in the EcoPlots before the package generation. The first set of columns are common to every file:
...
Data is organised in different CSV files according to the Feature of interest selected in the filters.
...
Every CSV file begins with a set of columns that are common to each file.
Column | Description |
---|---|
dataset | Datasource/Dataset to which this data row belongs to. |
project | Project to which this data row belongs to. |
siteName | Ecological site where data was collected. |
latitude | Latitude geographic coordinate of ecological site. |
longitude | Longitude geographic coordinate of ecological site. |
topParentSiteName | Greater site to which this ecological site belongs to. |
siteVisitName | Identificator of the visit to the site when data was collected. |
siteVisitStartDate | Starting date of the visit to the site. |
siteVisitEndDate | Ending date of the visit to the site. |
featureId | Unique identifier of the feature, e.g. stem-1a, tree-1, bird-0123456, specimen-ABC123. |
featureType | Feature of interest type, i.e. observed feature like plant individual, plant specimen, landform, weather, etc.). |
parentFeatureId | Unique identifier of the greater feature to which the current feature is part of, e.g. tree-1 -> stem-1b. |
...
Observations CSV (data)
Every “observations” file contains all the ecological observations based on the filtering done in the EcoPlots before the package generation. The first set of columns are common to every file:
...
The following columns are the ecological observations:
...