-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNOTICE
More file actions
505 lines (415 loc) · 13.4 KB
/
Copy pathNOTICE
File metadata and controls
505 lines (415 loc) · 13.4 KB
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
# NOTICE
## GRIDR License
GRIDR Copyright (c) 2026 Centre National d'Etudes Spatiales (CNES).
This software is distributed under the Apache Software License (ASL) v2.0, see
LICENSE file or http://www.apache.org/licenses/LICENSE-2.0 for details.
## Third Party Licenses
### Python
This section lists the licenses of the Python dependencies used in GRIDR.
- Dependancy: attrs
Version: 26.1.0
Authors: Hynek Schlawack <hs@ox.cx>
Website: https://github.com/python-attrs/attrs
License: MIT
- Dependancy: rasterio
Version: 1.4.4
Authors: Sean Gillies
Website: https://github.com/rasterio/rasterio
License: BSD License
- Dependancy: pyparsing
Version: 3.3.2
Authors: Paul McGuire <ptmcg.gm+pyparsing@gmail.com>
Website: https://github.com/pyparsing/pyparsing/
License: MIT
- Dependancy: certifi
Version: 2026.5.20
Authors: Kenneth Reitz
Website: https://github.com/certifi/python-certifi
License: Mozilla Public License 2.0 (MPL 2.0)
- Dependancy: numpy
Version: 2.4.6
Authors: Travis E. Oliphant et al.
Website: https://numpy.org
License: BSD-3-Clause AND 0BSD AND MIT AND Zlib AND CC0-1.0
- Dependancy: scipy
Version: 1.17.1
Authors: UNKNOWN
Website: https://scipy.org/
License: BSD License
- Dependancy: click
Version: 8.4.1
Authors: UNKNOWN
Website: https://github.com/pallets/click/
License: BSD-3-Clause
- Dependancy: typing-extensions
Version: 4.15.0
Authors: "Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee" <levkivskyi@gmail.com>
Website: https://github.com/python/typing_extensions
License: PSF-2.0
- Dependancy: setuptools
Version: 65.5.0
Authors: Python Packaging Authority
Website: https://github.com/pypa/setuptools
License: MIT License
- Dependancy: affine
Version: 2.4.0
Authors: Sean Gillies <sean.gillies@gmail.com>
Website: https://github.com/rasterio/affine
License: BSD License
- Dependancy: click-plugins
Version: 1.1.1.2
Authors: Kevin Wurster, Sean Gillies
Website: https://github.com/click-contrib/click-plugins
License: BSD License
- Dependancy: cligj
Version: 0.7.2
Authors: Sean Gillies
Website: https://github.com/mapbox/cligj
License: BSD
- Dependancy: shapely
Version: 2.1.2
Authors: Sean Gillies
Website: https://github.com/shapely/shapely
License: BSD License
### Rust
This section lists the licenses of the Rust dependencies used in GRIDR.
- Dependancy: aho-corasick
Version: 1.1.4
Authors: [Andrew Gallant <jamslam@gmail.com>]
Website: https://github.com/BurntSushi/aho-corasick
License: Unlicense OR MIT
- Dependancy: approx
Version: 0.4.0
Authors: [Brendan Zabarauskas <bjzaba@yahoo.com.au>]
Website: https://github.com/brendanzab/approx
License: Apache-2.0
- Dependancy: approx
Version: 0.5.1
Authors: [Brendan Zabarauskas <bjzaba@yahoo.com.au>]
Website: https://github.com/brendanzab/approx
License: Apache-2.0
- Dependancy: autocfg
Version: 1.5.0
Authors: [Josh Stone <cuviper@gmail.com>]
Website: https://github.com/cuviper/autocfg
License: Apache-2.0 OR MIT
- Dependancy: cfg-if
Version: 1.0.4
Authors: [Alex Crichton <alex@alexcrichton.com>]
Website: https://github.com/rust-lang/cfg-if
License: MIT OR Apache-2.0
- Dependancy: crossbeam-deque
Version: 0.8.6
Authors: UNKNOWN
Website: https://github.com/crossbeam-rs/crossbeam
License: MIT OR Apache-2.0
- Dependancy: crossbeam-epoch
Version: 0.9.18
Authors: UNKNOWN
Website: https://github.com/crossbeam-rs/crossbeam
License: MIT OR Apache-2.0
- Dependancy: crossbeam-utils
Version: 0.8.21
Authors: UNKNOWN
Website: https://github.com/crossbeam-rs/crossbeam
License: MIT OR Apache-2.0
- Dependancy: either
Version: 1.15.0
Authors: [bluss]
Website: https://github.com/rayon-rs/either
License: MIT OR Apache-2.0
- Dependancy: equivalent
Version: 1.0.2
Authors: UNKNOWN
Website: https://github.com/indexmap-rs/equivalent
License: Apache-2.0 OR MIT
- Dependancy: futures-core
Version: 0.3.31
Authors: UNKNOWN
Website: https://github.com/rust-lang/futures-rs
License: MIT OR Apache-2.0
- Dependancy: futures-macro
Version: 0.3.31
Authors: UNKNOWN
Website: https://github.com/rust-lang/futures-rs
License: MIT OR Apache-2.0
- Dependancy: futures-task
Version: 0.3.31
Authors: UNKNOWN
Website: https://github.com/rust-lang/futures-rs
License: MIT OR Apache-2.0
- Dependancy: futures-timer
Version: 3.0.3
Authors: [Alex Crichton <alex@alexcrichton.com>]
Website: https://github.com/async-rs/futures-timer
License: MIT OR Apache-2.0
- Dependancy: futures-util
Version: 0.3.31
Authors: UNKNOWN
Website: https://github.com/rust-lang/futures-rs
License: MIT OR Apache-2.0
- Dependancy: glob
Version: 0.3.3
Authors: [The Rust Project Developers]
Website: https://github.com/rust-lang/glob
License: MIT OR Apache-2.0
- Dependancy: hashbrown
Version: 0.16.1
Authors: [Amanieu d'Antras <amanieu@gmail.com>]
Website: https://github.com/rust-lang/hashbrown
License: MIT OR Apache-2.0
- Dependancy: heck
Version: 0.5.0
Authors: UNKNOWN
Website: https://github.com/withoutboats/heck
License: MIT OR Apache-2.0
- Dependancy: indexmap
Version: 2.12.1
Authors: UNKNOWN
Website: https://github.com/indexmap-rs/indexmap
License: Apache-2.0 OR MIT
- Dependancy: indoc
Version: 2.0.6
Authors: [David Tolnay <dtolnay@gmail.com>]
Website: https://github.com/dtolnay/indoc
License: MIT OR Apache-2.0
- Dependancy: libc
Version: 0.2.177
Authors: [The Rust Project Developers]
Website: https://github.com/rust-lang/libc
License: MIT OR Apache-2.0
- Dependancy: matrixmultiply
Version: 0.3.10
Authors: [bluss, R. Janis Goldschmidt]
Website: https://github.com/bluss/matrixmultiply/
License: MIT OR Apache-2.0
- Dependancy: memchr
Version: 2.7.6
Authors: [Andrew Gallant <jamslam@gmail.com>, bluss]
Website: https://github.com/BurntSushi/memchr
License: Unlicense OR MIT
- Dependancy: memoffset
Version: 0.9.1
Authors: [Gilad Naaman <gilad.naaman@gmail.com>]
Website: https://github.com/Gilnaa/memoffset
License: MIT
- Dependancy: ndarray
Version: 0.15.6
Authors: [Ulrik Sverdrup "bluss", Jim Turner]
Website: https://github.com/rust-ndarray/ndarray
License: MIT OR Apache-2.0
- Dependancy: ndarray
Version: 0.16.1
Authors: [Ulrik Sverdrup "bluss", Jim Turner]
Website: https://github.com/rust-ndarray/ndarray
License: MIT OR Apache-2.0
- Dependancy: num-complex
Version: 0.4.6
Authors: [The Rust Project Developers]
Website: https://github.com/rust-num/num-complex
License: MIT OR Apache-2.0
- Dependancy: num-integer
Version: 0.1.46
Authors: [The Rust Project Developers]
Website: https://github.com/rust-num/num-integer
License: MIT OR Apache-2.0
- Dependancy: num-traits
Version: 0.2.19
Authors: [The Rust Project Developers]
Website: https://github.com/rust-num/num-traits
License: MIT OR Apache-2.0
- Dependancy: numpy
Version: 0.27.1
Authors: [The rust-numpy Project Developers, PyO3 Project and Contributors <https://github.com/PyO3>]
Website: https://github.com/PyO3/rust-numpy
License: BSD-2-Clause
- Dependancy: once_cell
Version: 1.21.3
Authors: [Aleksey Kladov <aleksey.kladov@gmail.com>]
Website: https://github.com/matklad/once_cell
License: MIT OR Apache-2.0
- Dependancy: pin-project-lite
Version: 0.2.16
Authors: UNKNOWN
Website: https://github.com/taiki-e/pin-project-lite
License: Apache-2.0 OR MIT
- Dependancy: pin-utils
Version: 0.1.0
Authors: [Josef Brandl <mail@josefbrandl.de>]
Website: https://github.com/rust-lang-nursery/pin-utils
License: MIT OR Apache-2.0
- Dependancy: portable-atomic
Version: 1.11.1
Authors: UNKNOWN
Website: https://github.com/taiki-e/portable-atomic
License: Apache-2.0 OR MIT
- Dependancy: portable-atomic-util
Version: 0.2.4
Authors: UNKNOWN
Website: https://github.com/taiki-e/portable-atomic
License: Apache-2.0 OR MIT
- Dependancy: proc-macro-crate
Version: 3.4.0
Authors: [Bastian Köcher <git@kchr.de>]
Website: https://github.com/bkchr/proc-macro-crate
License: MIT OR Apache-2.0
- Dependancy: proc-macro2
Version: 1.0.101
Authors: [David Tolnay <dtolnay@gmail.com>, Alex Crichton <alex@alexcrichton.com>]
Website: https://github.com/dtolnay/proc-macro2
License: MIT OR Apache-2.0
- Dependancy: pyo3
Version: 0.27.2
Authors: [PyO3 Project and Contributors <https://github.com/PyO3>]
Website: https://github.com/pyo3/pyo3
License: MIT OR Apache-2.0
- Dependancy: pyo3-build-config
Version: 0.27.2
Authors: [PyO3 Project and Contributors <https://github.com/PyO3>]
Website: https://github.com/pyo3/pyo3
License: MIT OR Apache-2.0
- Dependancy: pyo3-ffi
Version: 0.27.2
Authors: [PyO3 Project and Contributors <https://github.com/PyO3>]
Website: https://github.com/pyo3/pyo3
License: MIT OR Apache-2.0
- Dependancy: pyo3-macros
Version: 0.27.2
Authors: [PyO3 Project and Contributors <https://github.com/PyO3>]
Website: https://github.com/pyo3/pyo3
License: MIT OR Apache-2.0
- Dependancy: pyo3-macros-backend
Version: 0.27.2
Authors: [PyO3 Project and Contributors <https://github.com/PyO3>]
Website: https://github.com/pyo3/pyo3
License: MIT OR Apache-2.0
- Dependancy: quote
Version: 1.0.41
Authors: [David Tolnay <dtolnay@gmail.com>]
Website: https://github.com/dtolnay/quote
License: MIT OR Apache-2.0
- Dependancy: rawpointer
Version: 0.2.1
Authors: [bluss]
Website: https://github.com/bluss/rawpointer/
License: MIT OR Apache-2.0
- Dependancy: rayon
Version: 1.11.0
Authors: UNKNOWN
Website: https://github.com/rayon-rs/rayon
License: MIT OR Apache-2.0
- Dependancy: rayon-core
Version: 1.13.0
Authors: UNKNOWN
Website: https://github.com/rayon-rs/rayon
License: MIT OR Apache-2.0
- Dependancy: regex
Version: 1.12.2
Authors: [The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>]
Website: https://github.com/rust-lang/regex
License: MIT OR Apache-2.0
- Dependancy: regex-automata
Version: 0.4.13
Authors: [The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>]
Website: https://github.com/rust-lang/regex
License: MIT OR Apache-2.0
- Dependancy: regex-syntax
Version: 0.8.8
Authors: [The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>]
Website: https://github.com/rust-lang/regex
License: MIT OR Apache-2.0
- Dependancy: relative-path
Version: 1.9.3
Authors: [John-John Tedro <udoprog@tedro.se>]
Website: https://github.com/udoprog/relative-path
License: MIT OR Apache-2.0
- Dependancy: rstest
Version: 0.26.1
Authors: [Michele d'Amico <michele.damico@gmail.com>]
Website: https://github.com/la10736/rstest
License: MIT OR Apache-2.0
- Dependancy: rstest_macros
Version: 0.26.1
Authors: [Michele d'Amico <michele.damico@gmail.com>]
Website: https://github.com/la10736/rstest
License: MIT OR Apache-2.0
- Dependancy: rustc-hash
Version: 2.1.1
Authors: [The Rust Project Developers]
Website: https://github.com/rust-lang/rustc-hash
License: Apache-2.0 OR MIT
- Dependancy: rustc_version
Version: 0.4.1
Authors: UNKNOWN
Website: https://github.com/djc/rustc-version-rs
License: MIT OR Apache-2.0
- Dependancy: semver
Version: 1.0.27
Authors: [David Tolnay <dtolnay@gmail.com>]
Website: https://github.com/dtolnay/semver
License: MIT OR Apache-2.0
- Dependancy: slab
Version: 0.4.11
Authors: [Carl Lerche <me@carllerche.com>]
Website: https://github.com/tokio-rs/slab
License: MIT
- Dependancy: strength_reduce
Version: 0.2.4
Authors: [Elliott Mahler <join.together@gmail.com>]
Website: http://github.com/ejmahler/strength_reduce
License: MIT OR Apache-2.0
- Dependancy: syn
Version: 2.0.107
Authors: [David Tolnay <dtolnay@gmail.com>]
Website: https://github.com/dtolnay/syn
License: MIT OR Apache-2.0
- Dependancy: target-lexicon
Version: 0.13.3
Authors: [Dan Gohman <sunfish@mozilla.com>]
Website: https://github.com/bytecodealliance/target-lexicon
License: Apache-2.0 WITH LLVM-exception
- Dependancy: thiserror
Version: 1.0.69
Authors: [David Tolnay <dtolnay@gmail.com>]
Website: https://github.com/dtolnay/thiserror
License: MIT OR Apache-2.0
- Dependancy: thiserror-impl
Version: 1.0.69
Authors: [David Tolnay <dtolnay@gmail.com>]
Website: https://github.com/dtolnay/thiserror
License: MIT OR Apache-2.0
- Dependancy: toml_datetime
Version: 0.7.3
Authors: UNKNOWN
Website: https://github.com/toml-rs/toml
License: MIT OR Apache-2.0
- Dependancy: toml_edit
Version: 0.23.7
Authors: UNKNOWN
Website: https://github.com/toml-rs/toml
License: MIT OR Apache-2.0
- Dependancy: toml_parser
Version: 1.0.4
Authors: UNKNOWN
Website: https://github.com/toml-rs/toml
License: MIT OR Apache-2.0
- Dependancy: transpose
Version: 0.2.3
Authors: [Elliott Mahler <join.together@gmail.com>]
Website: https://github.com/ejmahler/transpose
License: MIT OR Apache-2.0
- Dependancy: unicode-ident
Version: 1.0.19
Authors: [David Tolnay <dtolnay@gmail.com>]
Website: https://github.com/dtolnay/unicode-ident
License: (MIT OR Apache-2.0) AND Unicode-3.0
- Dependancy: unindent
Version: 0.2.4
Authors: [David Tolnay <dtolnay@gmail.com>]
Website: https://github.com/dtolnay/indoc
License: MIT OR Apache-2.0
- Dependancy: winnow
Version: 0.7.14
Authors: UNKNOWN
Website: https://github.com/winnow-rs/winnow
License: MIT