forked from vjjan91/eBirdOccupancy
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
95 lines (68 loc) · 1.45 KB
/
.gitignore
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
#Remove data files
*ebd*.txt
data/*.txt
data/*.rdata
# no .csv files
data/*.csv
data/*.xlsx
data/eBird*
data/ebird_*
data/for-map
data/spatial/elevation
data/spatial/Elevation
# no results uploaded here
data/results
# no roads data
data/spatial/geofabrik*
# no transformed data
data/spatial/hills_utm/
data/spatial/hillsBuffer/
data/spatial/hillsBuffer.zip
# natural earth data
# no land polygons
data/spatial/*land*
*.tif*
!data/spatial/00_data_exists.txt
!data/results/00_data_exists.txt
!data/chelsa/00_data_exists.txt
# downloaded chelsa data
data/chelsa/envicloud/*.tif
# but allow processed layers 4a and 15
!data/chelsa/CHELSA_bio10_1.tif
!data/chelsa/CHELSA_bio10_12.tif
# downloaded landuse data from roy et al.
data/landUseClassification/landcover_roy_2015
# but allow cropped and resampled landcover
!data/landUseClassification/landcover_roy_2015_reclassified.tif
!data/landUseClassification/lc_01000m.tif
# no WG shapefile
data/spatial/hillsShapefile/WG.*
# no random data files
data/data*.csv
# no google drive downloads
*drive-download*
# no soib data
*2020_state*
docs/*.aux
docs/*.fdb_latexmk
docs/*.fls
docs/*.log
docs/*.tex
# no wg extent
*wg_extent*
# no rdata
*.Rds
# Session Data files
/.Rproj.user
*.Rhistory
.Rproj.user
# Shiny token, see https://shiny.rstudio.com/articles/shinyapps.html
rsconnect/
.Rproj.user
# any Rdata
*.Rdata
*.rdata
data/04_data-covars-2.5km.csv
data/05_scaled-covars-2.5km.csv
# ignore bird images
figs/birds