Changes
On May 14, 2023 at 10:32:03 AM UTC, Klaus Ecker:
-
Updated description of R script and input data for "ALL-EMA sampling design" from
License: GPL-v2 The R script demonstrates the first-stage selection of squares in the ALL-EMA sampling design. Ecker, K., Meier, E. & Tillé, Y. review. Integrating spatial and ecological information into comprehensive biodiversity monitoring on agricultural land. Environmental Monitoring and Assessment.
toLicense: GPL-v2 The R script demonstrates the first-stage selection of squares (km2) in the ALL-EMA sampling design using modern sampling techniques such as unequal probability sampling with fixed sample size, balanced sampling, stratified balancing and geographic spreading. Sampling is done using unequal probabilites with weights defined by power allocation to give equal weight to extrapolations to the total agricultural area of Switzerland and to predefined target regions and landscape types (i.e. agricultural production zones). The final samples are also well distributed across geographic space, including altitude. Ecker, K., Meier, E. & Tillé, Y. review. Integrating spatial and ecological information into comprehensive biodiversity monitoring on agricultural land. Environmental Monitoring and Assessment.
f | 1 | { | f | 1 | { |
2 | "author": "[{\"affiliation\": \"WSL\", \"affiliation_02\": \"\", | 2 | "author": "[{\"affiliation\": \"WSL\", \"affiliation_02\": \"\", | ||
3 | \"affiliation_03\": \"\", \"data_credit\": [\"software\", | 3 | \"affiliation_03\": \"\", \"data_credit\": [\"software\", | ||
4 | \"publication\"], \"email\": \"klaus.ecker@wsl.ch\", \"given_name\": | 4 | \"publication\"], \"email\": \"klaus.ecker@wsl.ch\", \"given_name\": | ||
5 | \"Klaus\", \"identifier\": \"0000-0003-3388-1353\", \"name\": | 5 | \"Klaus\", \"identifier\": \"0000-0003-3388-1353\", \"name\": | ||
6 | \"Ecker\"}, {\"affiliation\": \"Institute of Statistics, University of | 6 | \"Ecker\"}, {\"affiliation\": \"Institute of Statistics, University of | ||
7 | Neuchatel\", \"affiliation_02\": \"\", \"affiliation_03\": \"\", | 7 | Neuchatel\", \"affiliation_02\": \"\", \"affiliation_03\": \"\", | ||
8 | \"data_credit\": [\"software\", \"publication\", \"supervision\"], | 8 | \"data_credit\": [\"software\", \"publication\", \"supervision\"], | ||
9 | \"email\": \"yves.tille@unine.ch\", \"given_name\": \"Yves\", | 9 | \"email\": \"yves.tille@unine.ch\", \"given_name\": \"Yves\", | ||
10 | \"identifier\": \"0000-0003-0904-5523\", \"name\": \"Till\\u00e9\"}]", | 10 | \"identifier\": \"0000-0003-0904-5523\", \"name\": \"Till\\u00e9\"}]", | ||
11 | "author_email": null, | 11 | "author_email": null, | ||
12 | "creator_user_id": "ec8ebbf4-320b-4371-9c5a-998a7cd08c1d", | 12 | "creator_user_id": "ec8ebbf4-320b-4371-9c5a-998a7cd08c1d", | ||
13 | "date": "[{\"date\": \"2023-11-05\", \"date_type\": \"created\", | 13 | "date": "[{\"date\": \"2023-11-05\", \"date_type\": \"created\", | ||
14 | \"end_date\": \"\"}]", | 14 | \"end_date\": \"\"}]", | ||
15 | "doi": "10.16904/envidat.402", | 15 | "doi": "10.16904/envidat.402", | ||
16 | "funding": "[{\"grant_number\": \"\", \"institution\": \"FOEN\", | 16 | "funding": "[{\"grant_number\": \"\", \"institution\": \"FOEN\", | ||
17 | \"institution_url\": \"\"}]", | 17 | \"institution_url\": \"\"}]", | ||
18 | "groups": [], | 18 | "groups": [], | ||
19 | "id": "0b303fb7-17fc-4910-af8f-dbee54c0d093", | 19 | "id": "0b303fb7-17fc-4910-af8f-dbee54c0d093", | ||
20 | "isopen": false, | 20 | "isopen": false, | ||
21 | "language": "en", | 21 | "language": "en", | ||
22 | "license_id": "other-undefined", | 22 | "license_id": "other-undefined", | ||
23 | "license_title": "Other (Specified in the description)", | 23 | "license_title": "Other (Specified in the description)", | ||
24 | "maintainer": "{\"affiliation\": \"WSL\", \"email\": | 24 | "maintainer": "{\"affiliation\": \"WSL\", \"email\": | ||
25 | \"klaus.ecker@wsl.ch\", \"given_name\": \"Klaus\", \"identifier\": | 25 | \"klaus.ecker@wsl.ch\", \"given_name\": \"Klaus\", \"identifier\": | ||
26 | \"0000-0003-3388-1353\", \"name\": \"Ecker\"}", | 26 | \"0000-0003-3388-1353\", \"name\": \"Ecker\"}", | ||
27 | "maintainer_email": null, | 27 | "maintainer_email": null, | ||
28 | "metadata_created": "2023-05-11T14:32:34.812518", | 28 | "metadata_created": "2023-05-11T14:32:34.812518", | ||
n | 29 | "metadata_modified": "2023-05-12T19:18:38.699835", | n | 29 | "metadata_modified": "2023-05-14T10:32:03.591741", |
30 | "name": "r-script-first-stage-sampling", | 30 | "name": "r-script-first-stage-sampling", | ||
31 | "notes": "License: GPL-v2\r\n\r\nThe R script demonstrates the | 31 | "notes": "License: GPL-v2\r\n\r\nThe R script demonstrates the | ||
t | 32 | first-stage selection of squares in the ALL-EMA sampling | t | 32 | first-stage selection of squares (km2) in the ALL-EMA sampling design |
33 | design.\r\n\r\nEcker, K., Meier, E. & Till\u00e9, Y. review. | 33 | using modern sampling techniques such as unequal probability sampling | ||
34 | Integrating spatial and ecological information into comprehensive | 34 | with fixed sample size, balanced sampling, stratified balancing and | ||
35 | biodiversity monitoring on agricultural land. Environmental Monitoring | 35 | geographic spreading. Sampling is done using unequal probabilites with | ||
36 | and Assessment.\r\n", | 36 | weights defined by power allocation to give equal weight to | ||
37 | extrapolations to the total agricultural area of Switzerland and to | ||||
38 | predefined target regions and landscape types (i.e. agricultural | ||||
39 | production zones). The final samples are also well distributed across | ||||
40 | geographic space, including altitude.\r\n\r\nEcker, K., Meier, E. & | ||||
41 | Till\u00e9, Y. review. Integrating spatial and ecological information | ||||
42 | into comprehensive biodiversity monitoring on agricultural land. | ||||
43 | Environmental Monitoring and Assessment.\r\n", | ||||
37 | "num_resources": 2, | 44 | "num_resources": 2, | ||
38 | "num_tags": 5, | 45 | "num_tags": 5, | ||
39 | "organization": { | 46 | "organization": { | ||
40 | "approval_status": "approved", | 47 | "approval_status": "approved", | ||
41 | "created": "2018-07-18T11:14:04.773731", | 48 | "created": "2018-07-18T11:14:04.773731", | ||
42 | "description": "We assess and analyse the state of different | 49 | "description": "We assess and analyse the state of different | ||
43 | habitat types and their ecological changes with a particular focus on | 50 | habitat types and their ecological changes with a particular focus on | ||
44 | the habitats of national importance of Switzerland. We concentrate on | 51 | the habitats of national importance of Switzerland. We concentrate on | ||
45 | ecological changes and their causes in different ecosystems and | 52 | ecological changes and their causes in different ecosystems and | ||
46 | habitat types of Switzerland. We are especially interested in the | 53 | habitat types of Switzerland. We are especially interested in the | ||
47 | effects of different management systems, nutrient input, land-use | 54 | effects of different management systems, nutrient input, land-use | ||
48 | change (e.g. intensification, abandonment), habitat fragmentation as | 55 | change (e.g. intensification, abandonment), habitat fragmentation as | ||
49 | well as climate change on ecosystem state. We base our research on | 56 | well as climate change on ecosystem state. We base our research on | ||
50 | systematically assessed floristic and faunistic biodiversity-data, | 57 | systematically assessed floristic and faunistic biodiversity-data, | ||
51 | modelling and remote sensing information.\r\n\r\nWe strongly engage in | 58 | modelling and remote sensing information.\r\n\r\nWe strongly engage in | ||
52 | the monitoring and evaluation of qualitative and quantitative changes | 59 | the monitoring and evaluation of qualitative and quantitative changes | ||
53 | in natural or semi-natural habitats of Switzerland as a basis for | 60 | in natural or semi-natural habitats of Switzerland as a basis for | ||
54 | decision-making in policy and applied nature conservation. In the | 61 | decision-making in policy and applied nature conservation. In the | ||
55 | project \"Effectiveness of Habitat Protection in Switzerland\", | 62 | project \"Effectiveness of Habitat Protection in Switzerland\", | ||
56 | commissioned by the Federal Office of Environment BAFU, we concentrate | 63 | commissioned by the Federal Office of Environment BAFU, we concentrate | ||
57 | on the habitats of national importance (raised bogs, transitional | 64 | on the habitats of national importance (raised bogs, transitional | ||
58 | mires and fens, dry meadows, alluvial zones and amphibian spawning | 65 | mires and fens, dry meadows, alluvial zones and amphibian spawning | ||
59 | areas), i.e. the \"crown jewelry\" of Swiss nature reserves. Moreover, | 66 | areas), i.e. the \"crown jewelry\" of Swiss nature reserves. Moreover, | ||
60 | we share our knowledge on mire protection through consulting | 67 | we share our knowledge on mire protection through consulting | ||
61 | activities for the national government and the cantons.", | 68 | activities for the national government and the cantons.", | ||
62 | "id": "0ee5727f-9228-464f-b4c2-a7399e702be2", | 69 | "id": "0ee5727f-9228-464f-b4c2-a7399e702be2", | ||
63 | "image_url": | 70 | "image_url": | ||
64 | "https://upload.wikimedia.org/wikipedia/de/9/94/Logo_WSL.svg", | 71 | "https://upload.wikimedia.org/wikipedia/de/9/94/Logo_WSL.svg", | ||
65 | "is_organization": true, | 72 | "is_organization": true, | ||
66 | "name": "ecosystems-dynamics", | 73 | "name": "ecosystems-dynamics", | ||
67 | "state": "active", | 74 | "state": "active", | ||
68 | "title": "Ecosystems Dynamics", | 75 | "title": "Ecosystems Dynamics", | ||
69 | "type": "organization" | 76 | "type": "organization" | ||
70 | }, | 77 | }, | ||
71 | "owner_org": "0ee5727f-9228-464f-b4c2-a7399e702be2", | 78 | "owner_org": "0ee5727f-9228-464f-b4c2-a7399e702be2", | ||
72 | "private": false, | 79 | "private": false, | ||
73 | "publication": "{\"publication_year\": \"2023\", \"publisher\": | 80 | "publication": "{\"publication_year\": \"2023\", \"publisher\": | ||
74 | \"EnviDat\"}", | 81 | \"EnviDat\"}", | ||
75 | "publication_state": "published", | 82 | "publication_state": "published", | ||
76 | "related_datasets": "", | 83 | "related_datasets": "", | ||
77 | "related_publications": "", | 84 | "related_publications": "", | ||
78 | "relationships_as_object": [], | 85 | "relationships_as_object": [], | ||
79 | "relationships_as_subject": [], | 86 | "relationships_as_subject": [], | ||
80 | "resource_type": "dataset", | 87 | "resource_type": "dataset", | ||
81 | "resource_type_general": "dataset", | 88 | "resource_type_general": "dataset", | ||
82 | "resources": [ | 89 | "resources": [ | ||
83 | { | 90 | { | ||
84 | "cache_last_updated": null, | 91 | "cache_last_updated": null, | ||
85 | "cache_url": null, | 92 | "cache_url": null, | ||
86 | "created": "2023-05-11T14:34:56.984148", | 93 | "created": "2023-05-11T14:34:56.984148", | ||
87 | "description": "", | 94 | "description": "", | ||
88 | "doi": "", | 95 | "doi": "", | ||
89 | "format": ".txt", | 96 | "format": ".txt", | ||
90 | "hash": "", | 97 | "hash": "", | ||
91 | "id": "89264e93-545c-4794-b6eb-46247ec92310", | 98 | "id": "89264e93-545c-4794-b6eb-46247ec92310", | ||
92 | "last_modified": "2023-05-11T19:52:19.328575", | 99 | "last_modified": "2023-05-11T19:52:19.328575", | ||
93 | "metadata_modified": "2023-05-11T19:52:19.699973", | 100 | "metadata_modified": "2023-05-11T19:52:19.699973", | ||
94 | "mimetype": null, | 101 | "mimetype": null, | ||
95 | "mimetype_inner": null, | 102 | "mimetype_inner": null, | ||
96 | "name": "input data for r script", | 103 | "name": "input data for r script", | ||
97 | "package_id": "0b303fb7-17fc-4910-af8f-dbee54c0d093", | 104 | "package_id": "0b303fb7-17fc-4910-af8f-dbee54c0d093", | ||
98 | "position": 0, | 105 | "position": 0, | ||
99 | "publication_state": "", | 106 | "publication_state": "", | ||
100 | "resource_size": "{\"size_value\": \"\", \"size_units\": | 107 | "resource_size": "{\"size_value\": \"\", \"size_units\": | ||
101 | \"kb\"}", | 108 | \"kb\"}", | ||
102 | "resource_type": null, | 109 | "resource_type": null, | ||
103 | "restricted": "{\"level\": \"public\", \"allowed_users\": \"\", | 110 | "restricted": "{\"level\": \"public\", \"allowed_users\": \"\", | ||
104 | \"shared_secret\": \"\"}", | 111 | \"shared_secret\": \"\"}", | ||
105 | "size": 23970, | 112 | "size": 23970, | ||
106 | "state": "active", | 113 | "state": "active", | ||
107 | "url": | 114 | "url": | ||
108 | c0d093/resource/89264e93-545c-4794-b6eb-46247ec92310/download/s0.csv", | 115 | c0d093/resource/89264e93-545c-4794-b6eb-46247ec92310/download/s0.csv", | ||
109 | "url_type": "upload" | 116 | "url_type": "upload" | ||
110 | }, | 117 | }, | ||
111 | { | 118 | { | ||
112 | "cache_last_updated": null, | 119 | "cache_last_updated": null, | ||
113 | "cache_url": null, | 120 | "cache_url": null, | ||
114 | "created": "2023-05-11T14:37:38.630324", | 121 | "created": "2023-05-11T14:37:38.630324", | ||
115 | "description": "", | 122 | "description": "", | ||
116 | "doi": "", | 123 | "doi": "", | ||
117 | "format": ".R", | 124 | "format": ".R", | ||
118 | "hash": "", | 125 | "hash": "", | ||
119 | "id": "2fa8e0c9-acbb-4a25-bb8e-79c76908a3b7", | 126 | "id": "2fa8e0c9-acbb-4a25-bb8e-79c76908a3b7", | ||
120 | "last_modified": "2023-05-12T15:08:04.176867", | 127 | "last_modified": "2023-05-12T15:08:04.176867", | ||
121 | "metadata_modified": "2023-05-12T15:08:04.562533", | 128 | "metadata_modified": "2023-05-12T15:08:04.562533", | ||
122 | "mimetype": null, | 129 | "mimetype": null, | ||
123 | "mimetype_inner": null, | 130 | "mimetype_inner": null, | ||
124 | "name": "R script", | 131 | "name": "R script", | ||
125 | "package_id": "0b303fb7-17fc-4910-af8f-dbee54c0d093", | 132 | "package_id": "0b303fb7-17fc-4910-af8f-dbee54c0d093", | ||
126 | "position": 1, | 133 | "position": 1, | ||
127 | "publication_state": "", | 134 | "publication_state": "", | ||
128 | "resource_size": "{\"size_value\": \"\", \"size_units\": | 135 | "resource_size": "{\"size_value\": \"\", \"size_units\": | ||
129 | \"kb\"}", | 136 | \"kb\"}", | ||
130 | "resource_type": null, | 137 | "resource_type": null, | ||
131 | "restricted": "{\"level\": \"public\", \"allowed_users\": \"\", | 138 | "restricted": "{\"level\": \"public\", \"allowed_users\": \"\", | ||
132 | \"shared_secret\": \"\"}", | 139 | \"shared_secret\": \"\"}", | ||
133 | "size": 8707, | 140 | "size": 8707, | ||
134 | "state": "active", | 141 | "state": "active", | ||
135 | "url": | 142 | "url": | ||
136 | esource/2fa8e0c9-acbb-4a25-bb8e-79c76908a3b7/download/selection_s1.r", | 143 | esource/2fa8e0c9-acbb-4a25-bb8e-79c76908a3b7/download/selection_s1.r", | ||
137 | "url_type": "upload" | 144 | "url_type": "upload" | ||
138 | } | 145 | } | ||
139 | ], | 146 | ], | ||
140 | "spatial": "{\"type\": \"Polygon\", \"coordinates\": [[[5.95587, | 147 | "spatial": "{\"type\": \"Polygon\", \"coordinates\": [[[5.95587, | ||
141 | 45.81802],[5.95587, 47.80838],[10.49203, 47.80838],[10.49203, | 148 | 45.81802],[5.95587, 47.80838],[10.49203, 47.80838],[10.49203, | ||
142 | 45.81802],[5.95587, 45.81802]]]}", | 149 | 45.81802],[5.95587, 45.81802]]]}", | ||
143 | "spatial_info": "Switzerland", | 150 | "spatial_info": "Switzerland", | ||
144 | "state": "active", | 151 | "state": "active", | ||
145 | "subtitle": "", | 152 | "subtitle": "", | ||
146 | "tags": [ | 153 | "tags": [ | ||
147 | { | 154 | { | ||
148 | "display_name": "BALANCED SAMPLING", | 155 | "display_name": "BALANCED SAMPLING", | ||
149 | "id": "64aaea7f-cd25-4c75-a37b-bc4c342510d6", | 156 | "id": "64aaea7f-cd25-4c75-a37b-bc4c342510d6", | ||
150 | "name": "BALANCED SAMPLING", | 157 | "name": "BALANCED SAMPLING", | ||
151 | "state": "active", | 158 | "state": "active", | ||
152 | "vocabulary_id": null | 159 | "vocabulary_id": null | ||
153 | }, | 160 | }, | ||
154 | { | 161 | { | ||
155 | "display_name": "HABITAT", | 162 | "display_name": "HABITAT", | ||
156 | "id": "af968922-763a-4f34-b156-a33745dc1852", | 163 | "id": "af968922-763a-4f34-b156-a33745dc1852", | ||
157 | "name": "HABITAT", | 164 | "name": "HABITAT", | ||
158 | "state": "active", | 165 | "state": "active", | ||
159 | "vocabulary_id": null | 166 | "vocabulary_id": null | ||
160 | }, | 167 | }, | ||
161 | { | 168 | { | ||
162 | "display_name": "MULTI-STAGE", | 169 | "display_name": "MULTI-STAGE", | ||
163 | "id": "0104f31b-7abc-425e-b5b2-e892c24113a3", | 170 | "id": "0104f31b-7abc-425e-b5b2-e892c24113a3", | ||
164 | "name": "MULTI-STAGE", | 171 | "name": "MULTI-STAGE", | ||
165 | "state": "active", | 172 | "state": "active", | ||
166 | "vocabulary_id": null | 173 | "vocabulary_id": null | ||
167 | }, | 174 | }, | ||
168 | { | 175 | { | ||
169 | "display_name": "UNEQUAL PROBABILITY", | 176 | "display_name": "UNEQUAL PROBABILITY", | ||
170 | "id": "ab7374b6-8cb8-4394-b06e-ce172c867317", | 177 | "id": "ab7374b6-8cb8-4394-b06e-ce172c867317", | ||
171 | "name": "UNEQUAL PROBABILITY", | 178 | "name": "UNEQUAL PROBABILITY", | ||
172 | "state": "active", | 179 | "state": "active", | ||
173 | "vocabulary_id": null | 180 | "vocabulary_id": null | ||
174 | }, | 181 | }, | ||
175 | { | 182 | { | ||
176 | "display_name": "VEGETATION", | 183 | "display_name": "VEGETATION", | ||
177 | "id": "d2f171f0-87f1-4e4a-aa7d-535d103ce617", | 184 | "id": "d2f171f0-87f1-4e4a-aa7d-535d103ce617", | ||
178 | "name": "VEGETATION", | 185 | "name": "VEGETATION", | ||
179 | "state": "active", | 186 | "state": "active", | ||
180 | "vocabulary_id": null | 187 | "vocabulary_id": null | ||
181 | } | 188 | } | ||
182 | ], | 189 | ], | ||
183 | "title": "R script and input data for \"ALL-EMA sampling design\"", | 190 | "title": "R script and input data for \"ALL-EMA sampling design\"", | ||
184 | "type": "dataset", | 191 | "type": "dataset", | ||
185 | "url": null, | 192 | "url": null, | ||
186 | "version": "1.0" | 193 | "version": "1.0" | ||
187 | } | 194 | } |