-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFile descriptions
41 lines (30 loc) · 2.01 KB
/
File descriptions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#############################################################################################
# Files to accompany paper:
# Thaxter, C.B. et al. Avian Vulnerability to Wind Farm Collision Through the Year:
# Insights from Lesser Black-backed Gulls (Larus fuscus) Tracked from Multiple Breeding Colonies.
# Journal of Applied Ecology
#############################################################################################
########################### SCRIPTS ###########################
######## Walney.R ########
# Modelling script for one colony - Walney - to produce the 'sensitivity' surface using R function, mgcv::bam
######## Spatial plots.SEV.R ########
# Full mapping script to produce main graphical outputs within the paper; accompanying data supplied for one colony - Orford Ness
########################### DATASETS ###########################
######## country.zip ########
# Shapefiles for plotting base maps
######## predgrid_Walney.csv ... ########
# Prediction grid squares
######## Walney.WR.csv ... ########
# Raw data files on distance travelled within the CRW per square, bird and Julian date, feeding into modelling for sensitivity
# These files are large and have been uploaded as .gz zip files, available under the release tab
######## p.coll.surface.csv ########
# Probability of collision, for combining with the spatial model of distance travelled within the collision risk window to
# produce final sensitivity surfaces.
######## n.turb.csv ########
# csv file of number of turbines per grid square used as the exposure surface
######## Walney.sp.agg.csv ########
# Saved aggregation of modelled GAMM sensitivity surface, aggregated across julian dates
# For further plotting as quantiles across blank swathe of area use
######## Walney.200.5_WR.csv and Walney.25.100_WR.csv ########
# Full model output files for each colony, numbers denoting degrees of freedom in space and time (model A = 200.5, model B = 25.100)
# These files are large and have been uploaded as .gz zip files, available under the release tab