@google/earthengine 0.1.398 → 0.1.400
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/browser.js +245 -354
- package/build/ee_api_js.js +597 -596
- package/build/ee_api_js_debug.js +223 -332
- package/build/ee_api_js_npm.js +245 -354
- package/build/main.js +245 -354
- package/package.json +1 -1
- package/src/apiclient.js +1 -1
- package/src/eeapiclient/promise_request_service.ts +1 -1
- package/src/geometry.js +2 -2
- package/src/profiler.js +2 -1
- package/.tmp/BUILD +0 -699
- package/.tmp/METADATA +0 -23
- package/.tmp/VERSION_BUILD +0 -47
package/.tmp/BUILD
DELETED
|
@@ -1,699 +0,0 @@
|
|
|
1
|
-
# Description:
|
|
2
|
-
# CDN files for Earth Engine JavaScript API.
|
|
3
|
-
# See https://earthengine.google.com
|
|
4
|
-
#
|
|
5
|
-
# WARNING:
|
|
6
|
-
# Do not copy from these files or link these files into google3. If you
|
|
7
|
-
# want to use Earth Engine in google3, check out:
|
|
8
|
-
# //geo/gestalt/client/javascript
|
|
9
|
-
|
|
10
|
-
load("//tools/build_defs/build_test:build_test.bzl", "build_test")
|
|
11
|
-
|
|
12
|
-
package(
|
|
13
|
-
default_applicable_licenses = [
|
|
14
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.219:license",
|
|
15
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.221:license",
|
|
16
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.222:license",
|
|
17
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.223:license",
|
|
18
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.224:license",
|
|
19
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.226:license",
|
|
20
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.227:license",
|
|
21
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.228:license",
|
|
22
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.229:license",
|
|
23
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.230:license",
|
|
24
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.232:license",
|
|
25
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.233:license",
|
|
26
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.234:license",
|
|
27
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.235:license",
|
|
28
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.236:license",
|
|
29
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.237:license",
|
|
30
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.238:license",
|
|
31
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.239:license",
|
|
32
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.240:license",
|
|
33
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.241:license",
|
|
34
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.242:license",
|
|
35
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.243:license",
|
|
36
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.244:license",
|
|
37
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.245:license",
|
|
38
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.246:license",
|
|
39
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.247:license",
|
|
40
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.248:license",
|
|
41
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.249:license",
|
|
42
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.250:license",
|
|
43
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.251:license",
|
|
44
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.252:license",
|
|
45
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.253:license",
|
|
46
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.255:license",
|
|
47
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.256:license",
|
|
48
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.257:license",
|
|
49
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.258:license",
|
|
50
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.259:license",
|
|
51
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.260:license",
|
|
52
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.261:license",
|
|
53
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.262:license",
|
|
54
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.263:license",
|
|
55
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.264:license",
|
|
56
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.265:license",
|
|
57
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.266:license",
|
|
58
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.267:license",
|
|
59
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.268:license",
|
|
60
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.269:license",
|
|
61
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.270:license",
|
|
62
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.271:license",
|
|
63
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.272:license",
|
|
64
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.275:license",
|
|
65
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.278:license",
|
|
66
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.279:license",
|
|
67
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.280:license",
|
|
68
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.281:license",
|
|
69
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.282:license",
|
|
70
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.283:license",
|
|
71
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.284:license",
|
|
72
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.285:license",
|
|
73
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.286:license",
|
|
74
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.287:license",
|
|
75
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.288:license",
|
|
76
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.290:license",
|
|
77
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.292:license",
|
|
78
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.293:license",
|
|
79
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.294:license",
|
|
80
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.295:license",
|
|
81
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.296:license",
|
|
82
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.297:license",
|
|
83
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.298:license",
|
|
84
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.299:license",
|
|
85
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.300:license",
|
|
86
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.301:license",
|
|
87
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.302:license",
|
|
88
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.303:license",
|
|
89
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.304:license",
|
|
90
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.305:license",
|
|
91
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.306:license",
|
|
92
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.307:license",
|
|
93
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.308:license",
|
|
94
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.309:license",
|
|
95
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.310:license",
|
|
96
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.311:license",
|
|
97
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.312:license",
|
|
98
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.316:license",
|
|
99
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.317:license",
|
|
100
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.318:license",
|
|
101
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.319:license",
|
|
102
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.320:license",
|
|
103
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.321:license",
|
|
104
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.322:license",
|
|
105
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.323:license",
|
|
106
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.324:license",
|
|
107
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.325:license",
|
|
108
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.326:license",
|
|
109
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.329:license",
|
|
110
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.330:license",
|
|
111
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.331:license",
|
|
112
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.332:license",
|
|
113
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.335:license",
|
|
114
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.336:license",
|
|
115
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.337:license",
|
|
116
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.338:license",
|
|
117
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.339:license",
|
|
118
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.340:license",
|
|
119
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.341:license",
|
|
120
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.342:license",
|
|
121
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.343:license",
|
|
122
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.344:license",
|
|
123
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.345:license",
|
|
124
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.346:license",
|
|
125
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.347:license",
|
|
126
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.348:license",
|
|
127
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.349:license",
|
|
128
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.350:license",
|
|
129
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.351:license",
|
|
130
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.352:license",
|
|
131
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.353:license",
|
|
132
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.354:license",
|
|
133
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.355:license",
|
|
134
|
-
"//third_party/hosted_libraries/libs/earthengine/0.1.356:license",
|
|
135
|
-
],
|
|
136
|
-
default_visibility = [
|
|
137
|
-
"//googledata/html/external_content/ajax_googleapis_com:__pkg__",
|
|
138
|
-
"//third_party/hosted_libraries:__pkg__",
|
|
139
|
-
],
|
|
140
|
-
)
|
|
141
|
-
|
|
142
|
-
licenses(["notice"])
|
|
143
|
-
|
|
144
|
-
# DO NOT CHANGE THIS.
|
|
145
|
-
# This simply exports every file in this directory, excluding google3-specific
|
|
146
|
-
# files (e.g. BUILD and OWNERS). This accounts for all the fully-versioned URLs
|
|
147
|
-
# to library files in SCS.
|
|
148
|
-
Fileset(
|
|
149
|
-
name = "earthengine_fileset",
|
|
150
|
-
out = "earthengine_fs",
|
|
151
|
-
entries = [
|
|
152
|
-
FilesetEntry(
|
|
153
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.219:public",
|
|
154
|
-
destdir = "0.1.219",
|
|
155
|
-
),
|
|
156
|
-
FilesetEntry(
|
|
157
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.221:public",
|
|
158
|
-
destdir = "0.1.221",
|
|
159
|
-
),
|
|
160
|
-
FilesetEntry(
|
|
161
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.222:public",
|
|
162
|
-
destdir = "0.1.222",
|
|
163
|
-
),
|
|
164
|
-
FilesetEntry(
|
|
165
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.223:public",
|
|
166
|
-
destdir = "0.1.223",
|
|
167
|
-
),
|
|
168
|
-
FilesetEntry(
|
|
169
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.224:public",
|
|
170
|
-
destdir = "0.1.224",
|
|
171
|
-
),
|
|
172
|
-
FilesetEntry(
|
|
173
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.226:public",
|
|
174
|
-
destdir = "0.1.226",
|
|
175
|
-
),
|
|
176
|
-
FilesetEntry(
|
|
177
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.227:public",
|
|
178
|
-
destdir = "0.1.227",
|
|
179
|
-
),
|
|
180
|
-
FilesetEntry(
|
|
181
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.228:public",
|
|
182
|
-
destdir = "0.1.228",
|
|
183
|
-
),
|
|
184
|
-
FilesetEntry(
|
|
185
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.229:public",
|
|
186
|
-
destdir = "0.1.229",
|
|
187
|
-
),
|
|
188
|
-
FilesetEntry(
|
|
189
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.230:public",
|
|
190
|
-
destdir = "0.1.230",
|
|
191
|
-
),
|
|
192
|
-
FilesetEntry(
|
|
193
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.232:public",
|
|
194
|
-
destdir = "0.1.232",
|
|
195
|
-
),
|
|
196
|
-
FilesetEntry(
|
|
197
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.233:public",
|
|
198
|
-
destdir = "0.1.233",
|
|
199
|
-
),
|
|
200
|
-
FilesetEntry(
|
|
201
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.235:public",
|
|
202
|
-
destdir = "0.1.235",
|
|
203
|
-
),
|
|
204
|
-
FilesetEntry(
|
|
205
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.236:public",
|
|
206
|
-
destdir = "0.1.236",
|
|
207
|
-
),
|
|
208
|
-
FilesetEntry(
|
|
209
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.237:public",
|
|
210
|
-
destdir = "0.1.237",
|
|
211
|
-
),
|
|
212
|
-
FilesetEntry(
|
|
213
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.238:public",
|
|
214
|
-
destdir = "0.1.238",
|
|
215
|
-
),
|
|
216
|
-
FilesetEntry(
|
|
217
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.239:public",
|
|
218
|
-
destdir = "0.1.239",
|
|
219
|
-
),
|
|
220
|
-
FilesetEntry(
|
|
221
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.240:public",
|
|
222
|
-
destdir = "0.1.240",
|
|
223
|
-
),
|
|
224
|
-
FilesetEntry(
|
|
225
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.241:public",
|
|
226
|
-
destdir = "0.1.241",
|
|
227
|
-
),
|
|
228
|
-
FilesetEntry(
|
|
229
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.242:public",
|
|
230
|
-
destdir = "0.1.242",
|
|
231
|
-
),
|
|
232
|
-
FilesetEntry(
|
|
233
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.243:public",
|
|
234
|
-
destdir = "0.1.243",
|
|
235
|
-
),
|
|
236
|
-
FilesetEntry(
|
|
237
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.244:public",
|
|
238
|
-
destdir = "0.1.244",
|
|
239
|
-
),
|
|
240
|
-
FilesetEntry(
|
|
241
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.245:public",
|
|
242
|
-
destdir = "0.1.245",
|
|
243
|
-
),
|
|
244
|
-
FilesetEntry(
|
|
245
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.246:public",
|
|
246
|
-
destdir = "0.1.246",
|
|
247
|
-
),
|
|
248
|
-
FilesetEntry(
|
|
249
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.247:public",
|
|
250
|
-
destdir = "0.1.247",
|
|
251
|
-
),
|
|
252
|
-
FilesetEntry(
|
|
253
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.248:public",
|
|
254
|
-
destdir = "0.1.248",
|
|
255
|
-
),
|
|
256
|
-
FilesetEntry(
|
|
257
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.249:public",
|
|
258
|
-
destdir = "0.1.249",
|
|
259
|
-
),
|
|
260
|
-
FilesetEntry(
|
|
261
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.250:public",
|
|
262
|
-
destdir = "0.1.250",
|
|
263
|
-
),
|
|
264
|
-
FilesetEntry(
|
|
265
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.251:public",
|
|
266
|
-
destdir = "0.1.251",
|
|
267
|
-
),
|
|
268
|
-
FilesetEntry(
|
|
269
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.252:public",
|
|
270
|
-
destdir = "0.1.252",
|
|
271
|
-
),
|
|
272
|
-
FilesetEntry(
|
|
273
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.253:public",
|
|
274
|
-
destdir = "0.1.253",
|
|
275
|
-
),
|
|
276
|
-
FilesetEntry(
|
|
277
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.255:public",
|
|
278
|
-
destdir = "0.1.255",
|
|
279
|
-
),
|
|
280
|
-
FilesetEntry(
|
|
281
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.256:public",
|
|
282
|
-
destdir = "0.1.256",
|
|
283
|
-
),
|
|
284
|
-
FilesetEntry(
|
|
285
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.257:public",
|
|
286
|
-
destdir = "0.1.257",
|
|
287
|
-
),
|
|
288
|
-
FilesetEntry(
|
|
289
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.258:public",
|
|
290
|
-
destdir = "0.1.258",
|
|
291
|
-
),
|
|
292
|
-
FilesetEntry(
|
|
293
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.260:public",
|
|
294
|
-
destdir = "0.1.260",
|
|
295
|
-
),
|
|
296
|
-
FilesetEntry(
|
|
297
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.261:public",
|
|
298
|
-
destdir = "0.1.261",
|
|
299
|
-
),
|
|
300
|
-
FilesetEntry(
|
|
301
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.262:public",
|
|
302
|
-
destdir = "0.1.262",
|
|
303
|
-
),
|
|
304
|
-
FilesetEntry(
|
|
305
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.263:public",
|
|
306
|
-
destdir = "0.1.263",
|
|
307
|
-
),
|
|
308
|
-
FilesetEntry(
|
|
309
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.264:public",
|
|
310
|
-
destdir = "0.1.264",
|
|
311
|
-
),
|
|
312
|
-
FilesetEntry(
|
|
313
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.265:public",
|
|
314
|
-
destdir = "0.1.265",
|
|
315
|
-
),
|
|
316
|
-
FilesetEntry(
|
|
317
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.266:public",
|
|
318
|
-
destdir = "0.1.266",
|
|
319
|
-
),
|
|
320
|
-
FilesetEntry(
|
|
321
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.268:public",
|
|
322
|
-
destdir = "0.1.268",
|
|
323
|
-
),
|
|
324
|
-
FilesetEntry(
|
|
325
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.269:public",
|
|
326
|
-
destdir = "0.1.269",
|
|
327
|
-
),
|
|
328
|
-
FilesetEntry(
|
|
329
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.270:public",
|
|
330
|
-
destdir = "0.1.270",
|
|
331
|
-
),
|
|
332
|
-
FilesetEntry(
|
|
333
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.272:public",
|
|
334
|
-
destdir = "0.1.272",
|
|
335
|
-
),
|
|
336
|
-
FilesetEntry(
|
|
337
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.275:public",
|
|
338
|
-
destdir = "0.1.275",
|
|
339
|
-
),
|
|
340
|
-
FilesetEntry(
|
|
341
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.278:public",
|
|
342
|
-
destdir = "0.1.278",
|
|
343
|
-
),
|
|
344
|
-
FilesetEntry(
|
|
345
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.279:public",
|
|
346
|
-
destdir = "0.1.279",
|
|
347
|
-
),
|
|
348
|
-
FilesetEntry(
|
|
349
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.280:public",
|
|
350
|
-
destdir = "0.1.280",
|
|
351
|
-
),
|
|
352
|
-
FilesetEntry(
|
|
353
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.281:public",
|
|
354
|
-
destdir = "0.1.281",
|
|
355
|
-
),
|
|
356
|
-
FilesetEntry(
|
|
357
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.282:public",
|
|
358
|
-
destdir = "0.1.282",
|
|
359
|
-
),
|
|
360
|
-
FilesetEntry(
|
|
361
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.283:public",
|
|
362
|
-
destdir = "0.1.283",
|
|
363
|
-
),
|
|
364
|
-
FilesetEntry(
|
|
365
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.284:public",
|
|
366
|
-
destdir = "0.1.284",
|
|
367
|
-
),
|
|
368
|
-
FilesetEntry(
|
|
369
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.285:public",
|
|
370
|
-
destdir = "0.1.285",
|
|
371
|
-
),
|
|
372
|
-
FilesetEntry(
|
|
373
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.286:public",
|
|
374
|
-
destdir = "0.1.286",
|
|
375
|
-
),
|
|
376
|
-
FilesetEntry(
|
|
377
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.287:public",
|
|
378
|
-
destdir = "0.1.287",
|
|
379
|
-
),
|
|
380
|
-
FilesetEntry(
|
|
381
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.288:public",
|
|
382
|
-
destdir = "0.1.288",
|
|
383
|
-
),
|
|
384
|
-
FilesetEntry(
|
|
385
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.290:public",
|
|
386
|
-
destdir = "0.1.290",
|
|
387
|
-
),
|
|
388
|
-
FilesetEntry(
|
|
389
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.292:public",
|
|
390
|
-
destdir = "0.1.292",
|
|
391
|
-
),
|
|
392
|
-
FilesetEntry(
|
|
393
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.293:public",
|
|
394
|
-
destdir = "0.1.293",
|
|
395
|
-
),
|
|
396
|
-
FilesetEntry(
|
|
397
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.294:public",
|
|
398
|
-
destdir = "0.1.294",
|
|
399
|
-
),
|
|
400
|
-
FilesetEntry(
|
|
401
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.295:public",
|
|
402
|
-
destdir = "0.1.295",
|
|
403
|
-
),
|
|
404
|
-
FilesetEntry(
|
|
405
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.296:public",
|
|
406
|
-
destdir = "0.1.296",
|
|
407
|
-
),
|
|
408
|
-
FilesetEntry(
|
|
409
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.297:public",
|
|
410
|
-
destdir = "0.1.297",
|
|
411
|
-
),
|
|
412
|
-
FilesetEntry(
|
|
413
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.298:public",
|
|
414
|
-
destdir = "0.1.298",
|
|
415
|
-
),
|
|
416
|
-
FilesetEntry(
|
|
417
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.299:public",
|
|
418
|
-
destdir = "0.1.299",
|
|
419
|
-
),
|
|
420
|
-
FilesetEntry(
|
|
421
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.300:public",
|
|
422
|
-
destdir = "0.1.300",
|
|
423
|
-
),
|
|
424
|
-
FilesetEntry(
|
|
425
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.301:public",
|
|
426
|
-
destdir = "0.1.301",
|
|
427
|
-
),
|
|
428
|
-
FilesetEntry(
|
|
429
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.302:public",
|
|
430
|
-
destdir = "0.1.302",
|
|
431
|
-
),
|
|
432
|
-
FilesetEntry(
|
|
433
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.303:public",
|
|
434
|
-
destdir = "0.1.303",
|
|
435
|
-
),
|
|
436
|
-
FilesetEntry(
|
|
437
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.304:public",
|
|
438
|
-
destdir = "0.1.304",
|
|
439
|
-
),
|
|
440
|
-
FilesetEntry(
|
|
441
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.305:public",
|
|
442
|
-
destdir = "0.1.305",
|
|
443
|
-
),
|
|
444
|
-
FilesetEntry(
|
|
445
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.306:public",
|
|
446
|
-
destdir = "0.1.306",
|
|
447
|
-
),
|
|
448
|
-
FilesetEntry(
|
|
449
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.307:public",
|
|
450
|
-
destdir = "0.1.307",
|
|
451
|
-
),
|
|
452
|
-
FilesetEntry(
|
|
453
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.308:public",
|
|
454
|
-
destdir = "0.1.308",
|
|
455
|
-
),
|
|
456
|
-
FilesetEntry(
|
|
457
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.309:public",
|
|
458
|
-
destdir = "0.1.309",
|
|
459
|
-
),
|
|
460
|
-
FilesetEntry(
|
|
461
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.310:public",
|
|
462
|
-
destdir = "0.1.310",
|
|
463
|
-
),
|
|
464
|
-
FilesetEntry(
|
|
465
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.311:public",
|
|
466
|
-
destdir = "0.1.311",
|
|
467
|
-
),
|
|
468
|
-
FilesetEntry(
|
|
469
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.312:public",
|
|
470
|
-
destdir = "0.1.312",
|
|
471
|
-
),
|
|
472
|
-
FilesetEntry(
|
|
473
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.316:public",
|
|
474
|
-
destdir = "0.1.316",
|
|
475
|
-
),
|
|
476
|
-
FilesetEntry(
|
|
477
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.317:public",
|
|
478
|
-
destdir = "0.1.317",
|
|
479
|
-
),
|
|
480
|
-
FilesetEntry(
|
|
481
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.318:public",
|
|
482
|
-
destdir = "0.1.318",
|
|
483
|
-
),
|
|
484
|
-
FilesetEntry(
|
|
485
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.319:public",
|
|
486
|
-
destdir = "0.1.319",
|
|
487
|
-
),
|
|
488
|
-
FilesetEntry(
|
|
489
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.320:public",
|
|
490
|
-
destdir = "0.1.320",
|
|
491
|
-
),
|
|
492
|
-
FilesetEntry(
|
|
493
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.321:public",
|
|
494
|
-
destdir = "0.1.321",
|
|
495
|
-
),
|
|
496
|
-
FilesetEntry(
|
|
497
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.322:public",
|
|
498
|
-
destdir = "0.1.322",
|
|
499
|
-
),
|
|
500
|
-
FilesetEntry(
|
|
501
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.323:public",
|
|
502
|
-
destdir = "0.1.323",
|
|
503
|
-
),
|
|
504
|
-
FilesetEntry(
|
|
505
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.324:public",
|
|
506
|
-
destdir = "0.1.324",
|
|
507
|
-
),
|
|
508
|
-
FilesetEntry(
|
|
509
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.325:public",
|
|
510
|
-
destdir = "0.1.325",
|
|
511
|
-
),
|
|
512
|
-
FilesetEntry(
|
|
513
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.326:public",
|
|
514
|
-
destdir = "0.1.326",
|
|
515
|
-
),
|
|
516
|
-
FilesetEntry(
|
|
517
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.329:public",
|
|
518
|
-
destdir = "0.1.329",
|
|
519
|
-
),
|
|
520
|
-
FilesetEntry(
|
|
521
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.330:public",
|
|
522
|
-
destdir = "0.1.330",
|
|
523
|
-
),
|
|
524
|
-
FilesetEntry(
|
|
525
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.331:public",
|
|
526
|
-
destdir = "0.1.331",
|
|
527
|
-
),
|
|
528
|
-
FilesetEntry(
|
|
529
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.332:public",
|
|
530
|
-
destdir = "0.1.332",
|
|
531
|
-
),
|
|
532
|
-
FilesetEntry(
|
|
533
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.335:public",
|
|
534
|
-
destdir = "0.1.335",
|
|
535
|
-
),
|
|
536
|
-
FilesetEntry(
|
|
537
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.336:public",
|
|
538
|
-
destdir = "0.1.336",
|
|
539
|
-
),
|
|
540
|
-
FilesetEntry(
|
|
541
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.337:public",
|
|
542
|
-
destdir = "0.1.337",
|
|
543
|
-
),
|
|
544
|
-
FilesetEntry(
|
|
545
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.338:public",
|
|
546
|
-
destdir = "0.1.338",
|
|
547
|
-
),
|
|
548
|
-
FilesetEntry(
|
|
549
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.339:public",
|
|
550
|
-
destdir = "0.1.339",
|
|
551
|
-
),
|
|
552
|
-
FilesetEntry(
|
|
553
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.340:public",
|
|
554
|
-
destdir = "0.1.340",
|
|
555
|
-
),
|
|
556
|
-
FilesetEntry(
|
|
557
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.341:public",
|
|
558
|
-
destdir = "0.1.341",
|
|
559
|
-
),
|
|
560
|
-
FilesetEntry(
|
|
561
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.342:public",
|
|
562
|
-
destdir = "0.1.342",
|
|
563
|
-
),
|
|
564
|
-
FilesetEntry(
|
|
565
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.343:public",
|
|
566
|
-
destdir = "0.1.343",
|
|
567
|
-
),
|
|
568
|
-
FilesetEntry(
|
|
569
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.344:public",
|
|
570
|
-
destdir = "0.1.344",
|
|
571
|
-
),
|
|
572
|
-
FilesetEntry(
|
|
573
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.345:public",
|
|
574
|
-
destdir = "0.1.345",
|
|
575
|
-
),
|
|
576
|
-
FilesetEntry(
|
|
577
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.346:public",
|
|
578
|
-
destdir = "0.1.346",
|
|
579
|
-
),
|
|
580
|
-
FilesetEntry(
|
|
581
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.347:public",
|
|
582
|
-
destdir = "0.1.347",
|
|
583
|
-
),
|
|
584
|
-
FilesetEntry(
|
|
585
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.348:public",
|
|
586
|
-
destdir = "0.1.348",
|
|
587
|
-
),
|
|
588
|
-
FilesetEntry(
|
|
589
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.349:public",
|
|
590
|
-
destdir = "0.1.349",
|
|
591
|
-
),
|
|
592
|
-
FilesetEntry(
|
|
593
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.350:public",
|
|
594
|
-
destdir = "0.1.350",
|
|
595
|
-
),
|
|
596
|
-
FilesetEntry(
|
|
597
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.351:public",
|
|
598
|
-
destdir = "0.1.351",
|
|
599
|
-
),
|
|
600
|
-
FilesetEntry(
|
|
601
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.352:public",
|
|
602
|
-
destdir = "0.1.352",
|
|
603
|
-
),
|
|
604
|
-
FilesetEntry(
|
|
605
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.353:public",
|
|
606
|
-
destdir = "0.1.353",
|
|
607
|
-
),
|
|
608
|
-
FilesetEntry(
|
|
609
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.354:public",
|
|
610
|
-
destdir = "0.1.354",
|
|
611
|
-
),
|
|
612
|
-
FilesetEntry(
|
|
613
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.355:public",
|
|
614
|
-
destdir = "0.1.355",
|
|
615
|
-
),
|
|
616
|
-
FilesetEntry(
|
|
617
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.356:public",
|
|
618
|
-
destdir = "0.1.356",
|
|
619
|
-
),
|
|
620
|
-
FilesetEntry(
|
|
621
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.357:public",
|
|
622
|
-
destdir = "0.1.357",
|
|
623
|
-
),
|
|
624
|
-
FilesetEntry(
|
|
625
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.358:public",
|
|
626
|
-
destdir = "0.1.358",
|
|
627
|
-
),
|
|
628
|
-
FilesetEntry(
|
|
629
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.360:public",
|
|
630
|
-
destdir = "0.1.360",
|
|
631
|
-
),
|
|
632
|
-
FilesetEntry(
|
|
633
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.361:public",
|
|
634
|
-
destdir = "0.1.361",
|
|
635
|
-
),
|
|
636
|
-
FilesetEntry(
|
|
637
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.362:public",
|
|
638
|
-
destdir = "0.1.362",
|
|
639
|
-
),
|
|
640
|
-
FilesetEntry(
|
|
641
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.363:public",
|
|
642
|
-
destdir = "0.1.363",
|
|
643
|
-
),
|
|
644
|
-
FilesetEntry(
|
|
645
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.365:public",
|
|
646
|
-
destdir = "0.1.365",
|
|
647
|
-
),
|
|
648
|
-
FilesetEntry(
|
|
649
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.366:public",
|
|
650
|
-
destdir = "0.1.366",
|
|
651
|
-
),
|
|
652
|
-
FilesetEntry(
|
|
653
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.368:public",
|
|
654
|
-
destdir = "0.1.368",
|
|
655
|
-
),
|
|
656
|
-
FilesetEntry(
|
|
657
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.369:public",
|
|
658
|
-
destdir = "0.1.369",
|
|
659
|
-
),
|
|
660
|
-
FilesetEntry(
|
|
661
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.370:public",
|
|
662
|
-
destdir = "0.1.370",
|
|
663
|
-
),
|
|
664
|
-
FilesetEntry(
|
|
665
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.371:public",
|
|
666
|
-
destdir = "0.1.371",
|
|
667
|
-
),
|
|
668
|
-
FilesetEntry(
|
|
669
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.373:public",
|
|
670
|
-
destdir = "0.1.373",
|
|
671
|
-
),
|
|
672
|
-
FilesetEntry(
|
|
673
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.374:public",
|
|
674
|
-
destdir = "0.1.374",
|
|
675
|
-
),
|
|
676
|
-
FilesetEntry(
|
|
677
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.375:public",
|
|
678
|
-
destdir = "0.1.375",
|
|
679
|
-
),
|
|
680
|
-
FilesetEntry(
|
|
681
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.376:public",
|
|
682
|
-
destdir = "0.1.376",
|
|
683
|
-
),
|
|
684
|
-
FilesetEntry(
|
|
685
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.377:public",
|
|
686
|
-
destdir = "0.1.377",
|
|
687
|
-
),
|
|
688
|
-
FilesetEntry(
|
|
689
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.383:public",
|
|
690
|
-
destdir = "0.1.383",
|
|
691
|
-
),
|
|
692
|
-
# NEXT RELEASE GOES HERE. DO NOT REMOVE OR CHANGE THIS LINE.
|
|
693
|
-
],
|
|
694
|
-
)
|
|
695
|
-
|
|
696
|
-
build_test(
|
|
697
|
-
name = "earthengine_fileset_test",
|
|
698
|
-
targets = [":earthengine_fileset"],
|
|
699
|
-
)
|