Skip to content

Commit 7bc8643

Browse files
committed
Add plain text description of data files.
1 parent 8e68086 commit 7bc8643

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed

data_file_descriptions.txt

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
observations.csv
2+
All sightings of Orthoptera.
3+
4+
specimen_label: Unique label given to specimen.
5+
site_name: Name of study site at which insect was captured.
6+
date_cest: Date on which insect was captured (CEST).
7+
method: Method by which insect was captured.
8+
method_repeat: Integer determining repeat number of capture method during survey. Minimum = 1. Maximum = 2.
9+
sex: Sex of insect. Male, Female, Unknown.
10+
stage: Development stage of insect. Adult, Nymph, Unknown.
11+
id_confidence: Identifier's confidence in identification of insect. Confirmed, Finalised.
12+
suborder: Suborder.
13+
family: Family.
14+
subfamily: Subfamily.
15+
genus: Genus.
16+
species: Species.
17+
18+
19+
sites.csv
20+
Metadata about each of the sites at which Orthoptera were sighted.
21+
22+
area: Name of study area.
23+
site_name: Name of study site at which insect was captured.
24+
elevational_band_m: Elevational band in which study site was located (m).
25+
latitude_start_n: Latitude at start of transect (decimal degrees N). Minimum = 0. Maximum = 90.
26+
longitude_start_e: Longitude at start of transect (decimal degrees E). Minimum = -180. Maximum = 180.
27+
elevation_start_m: Elevation at start of transect (m). Minimum = 0. Maximum = 3000.
28+
latitude_end_n: Latitude at end of transect (decimal degrees N). Minimum = 0. Maximum = 90.
29+
longitude_end_e: Longitude at end of transect (decimal degrees E). Minimum = -180. Maximum = 180.
30+
elevation_end_m: Elevation at end of transect (m). Minimum = 0. Maximum = 3000.
31+
transect_length_m: Length of survey transect (m)
32+
33+
34+
surveys.csv
35+
Metadata about each of the surveys.
36+
37+
site_name: Name of study site at which insect was captured.
38+
date_cest: Date on which insect was captured (CEST).
39+
start_time_cest: Start time of survey (CEST).
40+
end_time_cest: End time of survey (CEST).
41+
method: Method by which insect was captured.
42+
method_repeat: Integer determining repeat number of capture method during survey. Minimum = 1. Maximum = 2.
43+
cloud_coverage_start: Cloud coverage at start of survey. Minimum = 0. Maximum = 8.
44+
wind_start: Wind at start of survey. Minimum = 0.
45+
rain_start: Rain at start of survey. Minimum = 0.
46+
cloud_coverage_end: Cloud coverage at end of survey. Minimum = 0. Maximum = 8.
47+
wind_end: Wind at end of survey. Minimum = 0.
48+
rain_end: Rain at end of surve. Minimum = 0.
49+
50+
51+
vegetation_plots.csv
52+
Data from the vegetation surveys which were undertaken at each site.
53+
54+
site_name: Name of study site at which insect was captured.
55+
date_cest: Date on which insect was captured (CEST).
56+
plot_distance_from_start_m: Distance of vegetation survey plot from start of survey transect (m). Minimum = 0, maximum = 100.
57+
percentage_vegetation_cover: Percentage of plot covered by vegetation. Minimum = 0, maximum = 100.
58+
percentage_bare_ground: Percentage of plot covered by bare ground. Minimum = 0, maximum = 100.
59+
percentage_rock: Percentage of plot covered by rock. Minimum = 0, maximum = 100.
60+
height_75percent_cm: Height of 75 percent of vegetation in plot (cm). Minimum = 0.
61+
max_height_cm: Maximum height of vegetation in plot (cm). Minimum = 0.
62+
density_01: Vegetation density at point 1 (number of times vegetation touches stick placed in plot corner). Minimum = 0.
63+
density_02: Vegetation density at point 2 (number of times vegetation touches stick placed in plot corner). Minimum = 0.
64+
density_03: Vegetation density at point 3 (number of times vegetation touches stick placed in plot corner). Minimum = 0.
65+
density_04: Vegetation density at point 4 (number of times vegetation touches stick placed in plot corner). Minimum = 0.
66+
density_05: Vegetation density at point 5 (number of times vegetation touches stick placed in middle of plot). Minimum = 0.

0 commit comments

Comments
 (0)