├── LICENSE
├── README.md
├── assets
├── GaofenBatch.gif
├── app_icon.ico
└── app_icon.png
├── data
├── AtmosphericCorrectionParameter.yaml
├── GMTED2km.tif
└── RadiometricCorrectionParameter.json
├── index.html
├── main.js
├── main.py
├── package-lock.json
└── package.json
/LICENSE:
--------------------------------------------------------------------------------
1 | GNU GENERAL PUBLIC LICENSE
2 | Version 3, 29 June 2007
3 |
4 | Copyright (C) 2007 Free Software Foundation, Inc.
5 | Everyone is permitted to copy and distribute verbatim copies
6 | of this license document, but changing it is not allowed.
7 |
8 | Preamble
9 |
10 | The GNU General Public License is a free, copyleft license for
11 | software and other kinds of works.
12 |
13 | The licenses for most software and other practical works are designed
14 | to take away your freedom to share and change the works. By contrast,
15 | the GNU General Public License is intended to guarantee your freedom to
16 | share and change all versions of a program--to make sure it remains free
17 | software for all its users. We, the Free Software Foundation, use the
18 | GNU General Public License for most of our software; it applies also to
19 | any other work released this way by its authors. You can apply it to
20 | your programs, too.
21 |
22 | When we speak of free software, we are referring to freedom, not
23 | price. Our General Public Licenses are designed to make sure that you
24 | have the freedom to distribute copies of free software (and charge for
25 | them if you wish), that you receive source code or can get it if you
26 | want it, that you can change the software or use pieces of it in new
27 | free programs, and that you know you can do these things.
28 |
29 | To protect your rights, we need to prevent others from denying you
30 | these rights or asking you to surrender the rights. Therefore, you have
31 | certain responsibilities if you distribute copies of the software, or if
32 | you modify it: responsibilities to respect the freedom of others.
33 |
34 | For example, if you distribute copies of such a program, whether
35 | gratis or for a fee, you must pass on to the recipients the same
36 | freedoms that you received. You must make sure that they, too, receive
37 | or can get the source code. And you must show them these terms so they
38 | know their rights.
39 |
40 | Developers that use the GNU GPL protect your rights with two steps:
41 | (1) assert copyright on the software, and (2) offer you this License
42 | giving you legal permission to copy, distribute and/or modify it.
43 |
44 | For the developers' and authors' protection, the GPL clearly explains
45 | that there is no warranty for this free software. For both users' and
46 | authors' sake, the GPL requires that modified versions be marked as
47 | changed, so that their problems will not be attributed erroneously to
48 | authors of previous versions.
49 |
50 | Some devices are designed to deny users access to install or run
51 | modified versions of the software inside them, although the manufacturer
52 | can do so. This is fundamentally incompatible with the aim of
53 | protecting users' freedom to change the software. The systematic
54 | pattern of such abuse occurs in the area of products for individuals to
55 | use, which is precisely where it is most unacceptable. Therefore, we
56 | have designed this version of the GPL to prohibit the practice for those
57 | products. If such problems arise substantially in other domains, we
58 | stand ready to extend this provision to those domains in future versions
59 | of the GPL, as needed to protect the freedom of users.
60 |
61 | Finally, every program is threatened constantly by software patents.
62 | States should not allow patents to restrict development and use of
63 | software on general-purpose computers, but in those that do, we wish to
64 | avoid the special danger that patents applied to a free program could
65 | make it effectively proprietary. To prevent this, the GPL assures that
66 | patents cannot be used to render the program non-free.
67 |
68 | The precise terms and conditions for copying, distribution and
69 | modification follow.
70 |
71 | TERMS AND CONDITIONS
72 |
73 | 0. Definitions.
74 |
75 | "This License" refers to version 3 of the GNU General Public License.
76 |
77 | "Copyright" also means copyright-like laws that apply to other kinds of
78 | works, such as semiconductor masks.
79 |
80 | "The Program" refers to any copyrightable work licensed under this
81 | License. Each licensee is addressed as "you". "Licensees" and
82 | "recipients" may be individuals or organizations.
83 |
84 | To "modify" a work means to copy from or adapt all or part of the work
85 | in a fashion requiring copyright permission, other than the making of an
86 | exact copy. The resulting work is called a "modified version" of the
87 | earlier work or a work "based on" the earlier work.
88 |
89 | A "covered work" means either the unmodified Program or a work based
90 | on the Program.
91 |
92 | To "propagate" a work means to do anything with it that, without
93 | permission, would make you directly or secondarily liable for
94 | infringement under applicable copyright law, except executing it on a
95 | computer or modifying a private copy. Propagation includes copying,
96 | distribution (with or without modification), making available to the
97 | public, and in some countries other activities as well.
98 |
99 | To "convey" a work means any kind of propagation that enables other
100 | parties to make or receive copies. Mere interaction with a user through
101 | a computer network, with no transfer of a copy, is not conveying.
102 |
103 | An interactive user interface displays "Appropriate Legal Notices"
104 | to the extent that it includes a convenient and prominently visible
105 | feature that (1) displays an appropriate copyright notice, and (2)
106 | tells the user that there is no warranty for the work (except to the
107 | extent that warranties are provided), that licensees may convey the
108 | work under this License, and how to view a copy of this License. If
109 | the interface presents a list of user commands or options, such as a
110 | menu, a prominent item in the list meets this criterion.
111 |
112 | 1. Source Code.
113 |
114 | The "source code" for a work means the preferred form of the work
115 | for making modifications to it. "Object code" means any non-source
116 | form of a work.
117 |
118 | A "Standard Interface" means an interface that either is an official
119 | standard defined by a recognized standards body, or, in the case of
120 | interfaces specified for a particular programming language, one that
121 | is widely used among developers working in that language.
122 |
123 | The "System Libraries" of an executable work include anything, other
124 | than the work as a whole, that (a) is included in the normal form of
125 | packaging a Major Component, but which is not part of that Major
126 | Component, and (b) serves only to enable use of the work with that
127 | Major Component, or to implement a Standard Interface for which an
128 | implementation is available to the public in source code form. A
129 | "Major Component", in this context, means a major essential component
130 | (kernel, window system, and so on) of the specific operating system
131 | (if any) on which the executable work runs, or a compiler used to
132 | produce the work, or an object code interpreter used to run it.
133 |
134 | The "Corresponding Source" for a work in object code form means all
135 | the source code needed to generate, install, and (for an executable
136 | work) run the object code and to modify the work, including scripts to
137 | control those activities. However, it does not include the work's
138 | System Libraries, or general-purpose tools or generally available free
139 | programs which are used unmodified in performing those activities but
140 | which are not part of the work. For example, Corresponding Source
141 | includes interface definition files associated with source files for
142 | the work, and the source code for shared libraries and dynamically
143 | linked subprograms that the work is specifically designed to require,
144 | such as by intimate data communication or control flow between those
145 | subprograms and other parts of the work.
146 |
147 | The Corresponding Source need not include anything that users
148 | can regenerate automatically from other parts of the Corresponding
149 | Source.
150 |
151 | The Corresponding Source for a work in source code form is that
152 | same work.
153 |
154 | 2. Basic Permissions.
155 |
156 | All rights granted under this License are granted for the term of
157 | copyright on the Program, and are irrevocable provided the stated
158 | conditions are met. This License explicitly affirms your unlimited
159 | permission to run the unmodified Program. The output from running a
160 | covered work is covered by this License only if the output, given its
161 | content, constitutes a covered work. This License acknowledges your
162 | rights of fair use or other equivalent, as provided by copyright law.
163 |
164 | You may make, run and propagate covered works that you do not
165 | convey, without conditions so long as your license otherwise remains
166 | in force. You may convey covered works to others for the sole purpose
167 | of having them make modifications exclusively for you, or provide you
168 | with facilities for running those works, provided that you comply with
169 | the terms of this License in conveying all material for which you do
170 | not control copyright. Those thus making or running the covered works
171 | for you must do so exclusively on your behalf, under your direction
172 | and control, on terms that prohibit them from making any copies of
173 | your copyrighted material outside their relationship with you.
174 |
175 | Conveying under any other circumstances is permitted solely under
176 | the conditions stated below. Sublicensing is not allowed; section 10
177 | makes it unnecessary.
178 |
179 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
180 |
181 | No covered work shall be deemed part of an effective technological
182 | measure under any applicable law fulfilling obligations under article
183 | 11 of the WIPO copyright treaty adopted on 20 December 1996, or
184 | similar laws prohibiting or restricting circumvention of such
185 | measures.
186 |
187 | When you convey a covered work, you waive any legal power to forbid
188 | circumvention of technological measures to the extent such circumvention
189 | is effected by exercising rights under this License with respect to
190 | the covered work, and you disclaim any intention to limit operation or
191 | modification of the work as a means of enforcing, against the work's
192 | users, your or third parties' legal rights to forbid circumvention of
193 | technological measures.
194 |
195 | 4. Conveying Verbatim Copies.
196 |
197 | You may convey verbatim copies of the Program's source code as you
198 | receive it, in any medium, provided that you conspicuously and
199 | appropriately publish on each copy an appropriate copyright notice;
200 | keep intact all notices stating that this License and any
201 | non-permissive terms added in accord with section 7 apply to the code;
202 | keep intact all notices of the absence of any warranty; and give all
203 | recipients a copy of this License along with the Program.
204 |
205 | You may charge any price or no price for each copy that you convey,
206 | and you may offer support or warranty protection for a fee.
207 |
208 | 5. Conveying Modified Source Versions.
209 |
210 | You may convey a work based on the Program, or the modifications to
211 | produce it from the Program, in the form of source code under the
212 | terms of section 4, provided that you also meet all of these conditions:
213 |
214 | a) The work must carry prominent notices stating that you modified
215 | it, and giving a relevant date.
216 |
217 | b) The work must carry prominent notices stating that it is
218 | released under this License and any conditions added under section
219 | 7. This requirement modifies the requirement in section 4 to
220 | "keep intact all notices".
221 |
222 | c) You must license the entire work, as a whole, under this
223 | License to anyone who comes into possession of a copy. This
224 | License will therefore apply, along with any applicable section 7
225 | additional terms, to the whole of the work, and all its parts,
226 | regardless of how they are packaged. This License gives no
227 | permission to license the work in any other way, but it does not
228 | invalidate such permission if you have separately received it.
229 |
230 | d) If the work has interactive user interfaces, each must display
231 | Appropriate Legal Notices; however, if the Program has interactive
232 | interfaces that do not display Appropriate Legal Notices, your
233 | work need not make them do so.
234 |
235 | A compilation of a covered work with other separate and independent
236 | works, which are not by their nature extensions of the covered work,
237 | and which are not combined with it such as to form a larger program,
238 | in or on a volume of a storage or distribution medium, is called an
239 | "aggregate" if the compilation and its resulting copyright are not
240 | used to limit the access or legal rights of the compilation's users
241 | beyond what the individual works permit. Inclusion of a covered work
242 | in an aggregate does not cause this License to apply to the other
243 | parts of the aggregate.
244 |
245 | 6. Conveying Non-Source Forms.
246 |
247 | You may convey a covered work in object code form under the terms
248 | of sections 4 and 5, provided that you also convey the
249 | machine-readable Corresponding Source under the terms of this License,
250 | in one of these ways:
251 |
252 | a) Convey the object code in, or embodied in, a physical product
253 | (including a physical distribution medium), accompanied by the
254 | Corresponding Source fixed on a durable physical medium
255 | customarily used for software interchange.
256 |
257 | b) Convey the object code in, or embodied in, a physical product
258 | (including a physical distribution medium), accompanied by a
259 | written offer, valid for at least three years and valid for as
260 | long as you offer spare parts or customer support for that product
261 | model, to give anyone who possesses the object code either (1) a
262 | copy of the Corresponding Source for all the software in the
263 | product that is covered by this License, on a durable physical
264 | medium customarily used for software interchange, for a price no
265 | more than your reasonable cost of physically performing this
266 | conveying of source, or (2) access to copy the
267 | Corresponding Source from a network server at no charge.
268 |
269 | c) Convey individual copies of the object code with a copy of the
270 | written offer to provide the Corresponding Source. This
271 | alternative is allowed only occasionally and noncommercially, and
272 | only if you received the object code with such an offer, in accord
273 | with subsection 6b.
274 |
275 | d) Convey the object code by offering access from a designated
276 | place (gratis or for a charge), and offer equivalent access to the
277 | Corresponding Source in the same way through the same place at no
278 | further charge. You need not require recipients to copy the
279 | Corresponding Source along with the object code. If the place to
280 | copy the object code is a network server, the Corresponding Source
281 | may be on a different server (operated by you or a third party)
282 | that supports equivalent copying facilities, provided you maintain
283 | clear directions next to the object code saying where to find the
284 | Corresponding Source. Regardless of what server hosts the
285 | Corresponding Source, you remain obligated to ensure that it is
286 | available for as long as needed to satisfy these requirements.
287 |
288 | e) Convey the object code using peer-to-peer transmission, provided
289 | you inform other peers where the object code and Corresponding
290 | Source of the work are being offered to the general public at no
291 | charge under subsection 6d.
292 |
293 | A separable portion of the object code, whose source code is excluded
294 | from the Corresponding Source as a System Library, need not be
295 | included in conveying the object code work.
296 |
297 | A "User Product" is either (1) a "consumer product", which means any
298 | tangible personal property which is normally used for personal, family,
299 | or household purposes, or (2) anything designed or sold for incorporation
300 | into a dwelling. In determining whether a product is a consumer product,
301 | doubtful cases shall be resolved in favor of coverage. For a particular
302 | product received by a particular user, "normally used" refers to a
303 | typical or common use of that class of product, regardless of the status
304 | of the particular user or of the way in which the particular user
305 | actually uses, or expects or is expected to use, the product. A product
306 | is a consumer product regardless of whether the product has substantial
307 | commercial, industrial or non-consumer uses, unless such uses represent
308 | the only significant mode of use of the product.
309 |
310 | "Installation Information" for a User Product means any methods,
311 | procedures, authorization keys, or other information required to install
312 | and execute modified versions of a covered work in that User Product from
313 | a modified version of its Corresponding Source. The information must
314 | suffice to ensure that the continued functioning of the modified object
315 | code is in no case prevented or interfered with solely because
316 | modification has been made.
317 |
318 | If you convey an object code work under this section in, or with, or
319 | specifically for use in, a User Product, and the conveying occurs as
320 | part of a transaction in which the right of possession and use of the
321 | User Product is transferred to the recipient in perpetuity or for a
322 | fixed term (regardless of how the transaction is characterized), the
323 | Corresponding Source conveyed under this section must be accompanied
324 | by the Installation Information. But this requirement does not apply
325 | if neither you nor any third party retains the ability to install
326 | modified object code on the User Product (for example, the work has
327 | been installed in ROM).
328 |
329 | The requirement to provide Installation Information does not include a
330 | requirement to continue to provide support service, warranty, or updates
331 | for a work that has been modified or installed by the recipient, or for
332 | the User Product in which it has been modified or installed. Access to a
333 | network may be denied when the modification itself materially and
334 | adversely affects the operation of the network or violates the rules and
335 | protocols for communication across the network.
336 |
337 | Corresponding Source conveyed, and Installation Information provided,
338 | in accord with this section must be in a format that is publicly
339 | documented (and with an implementation available to the public in
340 | source code form), and must require no special password or key for
341 | unpacking, reading or copying.
342 |
343 | 7. Additional Terms.
344 |
345 | "Additional permissions" are terms that supplement the terms of this
346 | License by making exceptions from one or more of its conditions.
347 | Additional permissions that are applicable to the entire Program shall
348 | be treated as though they were included in this License, to the extent
349 | that they are valid under applicable law. If additional permissions
350 | apply only to part of the Program, that part may be used separately
351 | under those permissions, but the entire Program remains governed by
352 | this License without regard to the additional permissions.
353 |
354 | When you convey a copy of a covered work, you may at your option
355 | remove any additional permissions from that copy, or from any part of
356 | it. (Additional permissions may be written to require their own
357 | removal in certain cases when you modify the work.) You may place
358 | additional permissions on material, added by you to a covered work,
359 | for which you have or can give appropriate copyright permission.
360 |
361 | Notwithstanding any other provision of this License, for material you
362 | add to a covered work, you may (if authorized by the copyright holders of
363 | that material) supplement the terms of this License with terms:
364 |
365 | a) Disclaiming warranty or limiting liability differently from the
366 | terms of sections 15 and 16 of this License; or
367 |
368 | b) Requiring preservation of specified reasonable legal notices or
369 | author attributions in that material or in the Appropriate Legal
370 | Notices displayed by works containing it; or
371 |
372 | c) Prohibiting misrepresentation of the origin of that material, or
373 | requiring that modified versions of such material be marked in
374 | reasonable ways as different from the original version; or
375 |
376 | d) Limiting the use for publicity purposes of names of licensors or
377 | authors of the material; or
378 |
379 | e) Declining to grant rights under trademark law for use of some
380 | trade names, trademarks, or service marks; or
381 |
382 | f) Requiring indemnification of licensors and authors of that
383 | material by anyone who conveys the material (or modified versions of
384 | it) with contractual assumptions of liability to the recipient, for
385 | any liability that these contractual assumptions directly impose on
386 | those licensors and authors.
387 |
388 | All other non-permissive additional terms are considered "further
389 | restrictions" within the meaning of section 10. If the Program as you
390 | received it, or any part of it, contains a notice stating that it is
391 | governed by this License along with a term that is a further
392 | restriction, you may remove that term. If a license document contains
393 | a further restriction but permits relicensing or conveying under this
394 | License, you may add to a covered work material governed by the terms
395 | of that license document, provided that the further restriction does
396 | not survive such relicensing or conveying.
397 |
398 | If you add terms to a covered work in accord with this section, you
399 | must place, in the relevant source files, a statement of the
400 | additional terms that apply to those files, or a notice indicating
401 | where to find the applicable terms.
402 |
403 | Additional terms, permissive or non-permissive, may be stated in the
404 | form of a separately written license, or stated as exceptions;
405 | the above requirements apply either way.
406 |
407 | 8. Termination.
408 |
409 | You may not propagate or modify a covered work except as expressly
410 | provided under this License. Any attempt otherwise to propagate or
411 | modify it is void, and will automatically terminate your rights under
412 | this License (including any patent licenses granted under the third
413 | paragraph of section 11).
414 |
415 | However, if you cease all violation of this License, then your
416 | license from a particular copyright holder is reinstated (a)
417 | provisionally, unless and until the copyright holder explicitly and
418 | finally terminates your license, and (b) permanently, if the copyright
419 | holder fails to notify you of the violation by some reasonable means
420 | prior to 60 days after the cessation.
421 |
422 | Moreover, your license from a particular copyright holder is
423 | reinstated permanently if the copyright holder notifies you of the
424 | violation by some reasonable means, this is the first time you have
425 | received notice of violation of this License (for any work) from that
426 | copyright holder, and you cure the violation prior to 30 days after
427 | your receipt of the notice.
428 |
429 | Termination of your rights under this section does not terminate the
430 | licenses of parties who have received copies or rights from you under
431 | this License. If your rights have been terminated and not permanently
432 | reinstated, you do not qualify to receive new licenses for the same
433 | material under section 10.
434 |
435 | 9. Acceptance Not Required for Having Copies.
436 |
437 | You are not required to accept this License in order to receive or
438 | run a copy of the Program. Ancillary propagation of a covered work
439 | occurring solely as a consequence of using peer-to-peer transmission
440 | to receive a copy likewise does not require acceptance. However,
441 | nothing other than this License grants you permission to propagate or
442 | modify any covered work. These actions infringe copyright if you do
443 | not accept this License. Therefore, by modifying or propagating a
444 | covered work, you indicate your acceptance of this License to do so.
445 |
446 | 10. Automatic Licensing of Downstream Recipients.
447 |
448 | Each time you convey a covered work, the recipient automatically
449 | receives a license from the original licensors, to run, modify and
450 | propagate that work, subject to this License. You are not responsible
451 | for enforcing compliance by third parties with this License.
452 |
453 | An "entity transaction" is a transaction transferring control of an
454 | organization, or substantially all assets of one, or subdividing an
455 | organization, or merging organizations. If propagation of a covered
456 | work results from an entity transaction, each party to that
457 | transaction who receives a copy of the work also receives whatever
458 | licenses to the work the party's predecessor in interest had or could
459 | give under the previous paragraph, plus a right to possession of the
460 | Corresponding Source of the work from the predecessor in interest, if
461 | the predecessor has it or can get it with reasonable efforts.
462 |
463 | You may not impose any further restrictions on the exercise of the
464 | rights granted or affirmed under this License. For example, you may
465 | not impose a license fee, royalty, or other charge for exercise of
466 | rights granted under this License, and you may not initiate litigation
467 | (including a cross-claim or counterclaim in a lawsuit) alleging that
468 | any patent claim is infringed by making, using, selling, offering for
469 | sale, or importing the Program or any portion of it.
470 |
471 | 11. Patents.
472 |
473 | A "contributor" is a copyright holder who authorizes use under this
474 | License of the Program or a work on which the Program is based. The
475 | work thus licensed is called the contributor's "contributor version".
476 |
477 | A contributor's "essential patent claims" are all patent claims
478 | owned or controlled by the contributor, whether already acquired or
479 | hereafter acquired, that would be infringed by some manner, permitted
480 | by this License, of making, using, or selling its contributor version,
481 | but do not include claims that would be infringed only as a
482 | consequence of further modification of the contributor version. For
483 | purposes of this definition, "control" includes the right to grant
484 | patent sublicenses in a manner consistent with the requirements of
485 | this License.
486 |
487 | Each contributor grants you a non-exclusive, worldwide, royalty-free
488 | patent license under the contributor's essential patent claims, to
489 | make, use, sell, offer for sale, import and otherwise run, modify and
490 | propagate the contents of its contributor version.
491 |
492 | In the following three paragraphs, a "patent license" is any express
493 | agreement or commitment, however denominated, not to enforce a patent
494 | (such as an express permission to practice a patent or covenant not to
495 | sue for patent infringement). To "grant" such a patent license to a
496 | party means to make such an agreement or commitment not to enforce a
497 | patent against the party.
498 |
499 | If you convey a covered work, knowingly relying on a patent license,
500 | and the Corresponding Source of the work is not available for anyone
501 | to copy, free of charge and under the terms of this License, through a
502 | publicly available network server or other readily accessible means,
503 | then you must either (1) cause the Corresponding Source to be so
504 | available, or (2) arrange to deprive yourself of the benefit of the
505 | patent license for this particular work, or (3) arrange, in a manner
506 | consistent with the requirements of this License, to extend the patent
507 | license to downstream recipients. "Knowingly relying" means you have
508 | actual knowledge that, but for the patent license, your conveying the
509 | covered work in a country, or your recipient's use of the covered work
510 | in a country, would infringe one or more identifiable patents in that
511 | country that you have reason to believe are valid.
512 |
513 | If, pursuant to or in connection with a single transaction or
514 | arrangement, you convey, or propagate by procuring conveyance of, a
515 | covered work, and grant a patent license to some of the parties
516 | receiving the covered work authorizing them to use, propagate, modify
517 | or convey a specific copy of the covered work, then the patent license
518 | you grant is automatically extended to all recipients of the covered
519 | work and works based on it.
520 |
521 | A patent license is "discriminatory" if it does not include within
522 | the scope of its coverage, prohibits the exercise of, or is
523 | conditioned on the non-exercise of one or more of the rights that are
524 | specifically granted under this License. You may not convey a covered
525 | work if you are a party to an arrangement with a third party that is
526 | in the business of distributing software, under which you make payment
527 | to the third party based on the extent of your activity of conveying
528 | the work, and under which the third party grants, to any of the
529 | parties who would receive the covered work from you, a discriminatory
530 | patent license (a) in connection with copies of the covered work
531 | conveyed by you (or copies made from those copies), or (b) primarily
532 | for and in connection with specific products or compilations that
533 | contain the covered work, unless you entered into that arrangement,
534 | or that patent license was granted, prior to 28 March 2007.
535 |
536 | Nothing in this License shall be construed as excluding or limiting
537 | any implied license or other defenses to infringement that may
538 | otherwise be available to you under applicable patent law.
539 |
540 | 12. No Surrender of Others' Freedom.
541 |
542 | If conditions are imposed on you (whether by court order, agreement or
543 | otherwise) that contradict the conditions of this License, they do not
544 | excuse you from the conditions of this License. If you cannot convey a
545 | covered work so as to satisfy simultaneously your obligations under this
546 | License and any other pertinent obligations, then as a consequence you may
547 | not convey it at all. For example, if you agree to terms that obligate you
548 | to collect a royalty for further conveying from those to whom you convey
549 | the Program, the only way you could satisfy both those terms and this
550 | License would be to refrain entirely from conveying the Program.
551 |
552 | 13. Use with the GNU Affero General Public License.
553 |
554 | Notwithstanding any other provision of this License, you have
555 | permission to link or combine any covered work with a work licensed
556 | under version 3 of the GNU Affero General Public License into a single
557 | combined work, and to convey the resulting work. The terms of this
558 | License will continue to apply to the part which is the covered work,
559 | but the special requirements of the GNU Affero General Public License,
560 | section 13, concerning interaction through a network will apply to the
561 | combination as such.
562 |
563 | 14. Revised Versions of this License.
564 |
565 | The Free Software Foundation may publish revised and/or new versions of
566 | the GNU General Public License from time to time. Such new versions will
567 | be similar in spirit to the present version, but may differ in detail to
568 | address new problems or concerns.
569 |
570 | Each version is given a distinguishing version number. If the
571 | Program specifies that a certain numbered version of the GNU General
572 | Public License "or any later version" applies to it, you have the
573 | option of following the terms and conditions either of that numbered
574 | version or of any later version published by the Free Software
575 | Foundation. If the Program does not specify a version number of the
576 | GNU General Public License, you may choose any version ever published
577 | by the Free Software Foundation.
578 |
579 | If the Program specifies that a proxy can decide which future
580 | versions of the GNU General Public License can be used, that proxy's
581 | public statement of acceptance of a version permanently authorizes you
582 | to choose that version for the Program.
583 |
584 | Later license versions may give you additional or different
585 | permissions. However, no additional obligations are imposed on any
586 | author or copyright holder as a result of your choosing to follow a
587 | later version.
588 |
589 | 15. Disclaimer of Warranty.
590 |
591 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
592 | APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
593 | HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
594 | OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
595 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
596 | PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
597 | IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
598 | ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
599 |
600 | 16. Limitation of Liability.
601 |
602 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
603 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
604 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
605 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
606 | USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
607 | DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
608 | PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
609 | EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
610 | SUCH DAMAGES.
611 |
612 | 17. Interpretation of Sections 15 and 16.
613 |
614 | If the disclaimer of warranty and limitation of liability provided
615 | above cannot be given local legal effect according to their terms,
616 | reviewing courts shall apply local law that most closely approximates
617 | an absolute waiver of all civil liability in connection with the
618 | Program, unless a warranty or assumption of liability accompanies a
619 | copy of the Program in return for a fee.
620 |
621 | END OF TERMS AND CONDITIONS
622 |
623 | How to Apply These Terms to Your New Programs
624 |
625 | If you develop a new program, and you want it to be of the greatest
626 | possible use to the public, the best way to achieve this is to make it
627 | free software which everyone can redistribute and change under these terms.
628 |
629 | To do so, attach the following notices to the program. It is safest
630 | to attach them to the start of each source file to most effectively
631 | state the exclusion of warranty; and each file should have at least
632 | the "copyright" line and a pointer to where the full notice is found.
633 |
634 |
635 | Copyright (C)
636 |
637 | This program is free software: you can redistribute it and/or modify
638 | it under the terms of the GNU General Public License as published by
639 | the Free Software Foundation, either version 3 of the License, or
640 | (at your option) any later version.
641 |
642 | This program is distributed in the hope that it will be useful,
643 | but WITHOUT ANY WARRANTY; without even the implied warranty of
644 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
645 | GNU General Public License for more details.
646 |
647 | You should have received a copy of the GNU General Public License
648 | along with this program. If not, see .
649 |
650 | Also add information on how to contact you by electronic and paper mail.
651 |
652 | If the program does terminal interaction, make it output a short
653 | notice like this when it starts in an interactive mode:
654 |
655 | Copyright (C)
656 | This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
657 | This is free software, and you are welcome to redistribute it
658 | under certain conditions; type `show c' for details.
659 |
660 | The hypothetical commands `show w' and `show c' should show the appropriate
661 | parts of the General Public License. Of course, your program's commands
662 | might be different; for a GUI interface, you would use an "about box".
663 |
664 | You should also get your employer (if you work as a programmer) or school,
665 | if any, to sign a "copyright disclaimer" for the program, if necessary.
666 | For more information on this, and how to apply and follow the GNU GPL, see
667 | .
668 |
669 | The GNU General Public License does not permit incorporating your program
670 | into proprietary programs. If your program is a subroutine library, you
671 | may consider it more useful to permit linking proprietary applications with
672 | the library. If this is what you want to do, use the GNU Lesser General
673 | Public License instead of this License. But first, please read
674 | .
675 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | # Gaofen Batch
4 |
5 | 基于GDAL和Electron的国产卫星影像预处理工具
6 |
7 | ### 特性:
8 | - 😉 GDAL驱动,省时高效,结果可靠。
9 | - 😋 解压即可运行,可视化界面,小白友好。
10 |
11 | ### 支持的卫星传感器与功能
12 |
13 | | 卫星传感器 | RPC正射校正 | 大气校正 | 融合 |
14 | |------------|--------------|----------|------|
15 | | CB04A_WPM | ✅ | ❌ | ✅ |
16 | | GF1_PMS | ✅ | ✅ | ✅ |
17 | | GF1_WFV | ✅ | ✅ | / |
18 | | GF1B/C/D-PMS | ✅ | ✅ | ✅ |
19 | | GF2_PMS | ✅ | ✅ | ✅ |
20 | | GF4_PMI | ✅ | ❌ | ✅ |
21 | | GF5_AHSI | ✅ | ❌ | / |
22 | | GF5B_AHSI | ✅ | ❌ | / |
23 | | GF5B_VIMI | ✅ | ❌ | / |
24 | | GF6_PMS | ✅ | ✅ | ✅ |
25 | | GF6_WFV | ✅ | ✅ | / |
26 | | GF7_BWD | ✅ | ✅ | ✅ |
27 | | GF7_DLC | ✅ | ✅ | ✅ |
28 | | HJ2A_CCD | ✅ | ❌ | / |
29 | | HJ2B_CCD | ✅ | ❌ | / |
30 | | ZY1E_VNIC | ✅ | ❌ | / |
31 | | ZY1F_AHSI | ✅ | ❌ | / |
32 | | ZY303_TMS | ✅ | ✅ | ✅ |
33 |
34 | > **注**: "✅" 表示支持,"❌" 表示不支持(缺少太阳辐照度数据), "/" 表示不需要。大气校正 = 辐射定标 + 大气表观反射率计算 + 地表反射率计算,使用暗像元法。
35 |
36 | ## 如何使用
37 |
38 | 1. 从项目的[Release](https://github.com/GenghisYoung233/Gaofen-Batch/releases)下载程序,解压到本地,路径避免中文和空格。
39 | 2. 双击GaofenBatch.exe,添加待处理数据(原始.tar.gz压缩包)。
40 | 3. 点击“运行”按钮,选择输出文件夹,程序开始逐个解压并处理数据。
41 |
42 | ## 演示Gif(×10倍速)
43 |
44 |
45 |
46 | ## 从源码编译
47 |
48 | 1. 克隆本仓库:
49 | ```bash
50 | git clone https://github.com/GenghisYoung233/Gaofen-Batch.git
51 | ```
52 | 2. 安装并打包Electron:
53 | ```bash
54 | npm install
55 | npm run pack
56 | ```
57 | 3. 编译Python:
58 | ```bash
59 | pyinstaller main.py
60 | ```
61 | 编译后的文件夹改名为'bin'。
62 | 4. 下载[Orfeo Toolbox](https://www.orfeo-toolbox.org/download/),并将它与data文件夹一起放入'bin'中。
63 |
--------------------------------------------------------------------------------
/assets/GaofenBatch.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GenghisYoung233/Gaofen-Batch/d9bec730168b0c3dd4aa6a7d15e6f40641cc0dd3/assets/GaofenBatch.gif
--------------------------------------------------------------------------------
/assets/app_icon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GenghisYoung233/Gaofen-Batch/d9bec730168b0c3dd4aa6a7d15e6f40641cc0dd3/assets/app_icon.ico
--------------------------------------------------------------------------------
/assets/app_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GenghisYoung233/Gaofen-Batch/d9bec730168b0c3dd4aa6a7d15e6f40641cc0dd3/assets/app_icon.png
--------------------------------------------------------------------------------
/data/AtmosphericCorrectionParameter.yaml:
--------------------------------------------------------------------------------
1 | GF1:
2 | PMS1:
3 | MSS:
4 | ESUN:
5 | - 1945.29
6 | - 1854.1
7 | - 1542.9
8 | - 1080.77
9 | gain:
10 | '2014':
11 | - 0.2247
12 | - 0.1892
13 | - 0.1889
14 | - 0.1939
15 | '2015':
16 | - 0.211
17 | - 0.1802
18 | - 0.1806
19 | - 0.187
20 | '2016':
21 | - 0.232
22 | - 0.187
23 | - 0.1795
24 | - 0.196
25 | '2017':
26 | - 0.1424
27 | - 0.1177
28 | - 0.1194
29 | - 0.1135
30 | '2018':
31 | - 0.153
32 | - 0.1356
33 | - 0.1366
34 | - 0.1272
35 | '2019':
36 | - 0.149
37 | - 0.1328
38 | - 0.1311
39 | - 0.1217
40 | '2022':
41 | - 0.1458
42 | - 0.1213
43 | - 0.1230
44 | - 0.1185
45 | offset:
46 | '2014':
47 | - 0
48 | - 0
49 | - 0
50 | - 0
51 | '2015':
52 | - 0
53 | - 0
54 | - 0
55 | - 0
56 | '2016':
57 | - 0
58 | - 0
59 | - 0
60 | - 0
61 | '2017':
62 | - 0
63 | - 0
64 | - 0
65 | - 0
66 | '2018':
67 | - 0
68 | - 0
69 | - 0
70 | - 0
71 | '2019':
72 | - 0
73 | - 0
74 | - 0
75 | - 0
76 | '2022':
77 | - 0
78 | - 0
79 | - 0
80 | - 0
81 | PAN:
82 | ESUN:
83 | - 1371.79
84 | gain:
85 | '2014':
86 | - 0.1963
87 | '2015':
88 | - 0.1956
89 | '2016':
90 | - 0.1982
91 | '2017':
92 | - 0.1228
93 | '2018':
94 | - 0.1428
95 | '2019':
96 | - 0.1381
97 | '2022':
98 | - 0.1306
99 | offset:
100 | '2014':
101 | - 0
102 | '2015':
103 | - 0
104 | '2016':
105 | - 0
106 | '2017':
107 | - 0
108 | '2018':
109 | - 0
110 | '2019':
111 | - 0
112 | '2022':
113 | - 0
114 | PMS2:
115 | MSS:
116 | ESUN:
117 | - 1945.63
118 | - 1853.83
119 | - 1543.9
120 | - 1081.89
121 | gain:
122 | '2014':
123 | - 0.2419
124 | - 0.2047
125 | - 0.2009
126 | - 0.2058
127 | '2015':
128 | - 0.2242
129 | - 0.1887
130 | - 0.1882
131 | - 0.1963
132 | '2016':
133 | - 0.224
134 | - 0.1851
135 | - 0.1793
136 | - 0.1863
137 | '2017':
138 | - 0.146
139 | - 0.1248
140 | - 0.1274
141 | - 0.1255
142 | '2018':
143 | - 0.1523
144 | - 0.1382
145 | - 0.1403
146 | - 0.1334
147 | '2019':
148 | - 0.149
149 | - 0.1328
150 | - 0.1311
151 | - 0.1217
152 | '2022':
153 | - 0.1426
154 | - 0.1241
155 | - 0.1286
156 | - 0.1247
157 | offset:
158 | '2014':
159 | - 0
160 | - 0
161 | - 0
162 | - 0
163 | '2015':
164 | - 0
165 | - 0
166 | - 0
167 | - 0
168 | '2016':
169 | - 0
170 | - 0
171 | - 0
172 | - 0
173 | '2017':
174 | - 0
175 | - 0
176 | - 0
177 | - 0
178 | '2018':
179 | - 0
180 | - 0
181 | - 0
182 | - 0
183 | '2019':
184 | - 0
185 | - 0
186 | - 0
187 | - 0
188 | '2022':
189 | - 0
190 | PAN:
191 | ESUN:
192 | - 1376.37
193 | gain:
194 | '2014':
195 | - 0.2147
196 | '2015':
197 | - 0.2018
198 | '2016':
199 | - 0.1979
200 | '2017':
201 | - 0.1365
202 | '2018':
203 | - 0.149
204 | '2019':
205 | - 0.1381
206 | '2022':
207 | - 0.1373
208 | offset:
209 | '2014':
210 | - 0
211 | '2015':
212 | - 0
213 | '2016':
214 | - 0
215 | '2017':
216 | - 0
217 | '2018':
218 | - 0
219 | '2019':
220 | - 0
221 | '2022':
222 | - 0
223 | WFV1:
224 | ESUN:
225 | - 1968.63
226 | - 1849.19
227 | - 1571.46
228 | - 1079.0
229 | gain:
230 | '2013':
231 | - 5.851
232 | - 7.153
233 | - 8.368
234 | - 7.474
235 | '2014':
236 | - 0.2004
237 | - 0.1648
238 | - 0.1243
239 | - 0.1563
240 | '2015':
241 | - 0.1816
242 | - 0.156
243 | - 0.1412
244 | - 0.1368
245 | '2016':
246 | - 0.1843
247 | - 0.1477
248 | - 0.122
249 | - 0.1365
250 | '2017':
251 | - 0.2165
252 | - 0.1685
253 | - 0.1354
254 | - 0.1507
255 | '2018':
256 | - 0.1824
257 | - 0.1546
258 | - 0.127
259 | - 0.1344
260 | '2019':
261 | - 0.2144
262 | - 0.1657
263 | - 0.1228
264 | - 0.1213
265 | '2020':
266 | - 0.19319
267 | - 0.16041
268 | - 0.12796
269 | - 0.13405
270 | '2021':
271 | - 0.1722
272 | - 0.1496
273 | - 0.1227
274 | - 0.1262
275 | '2022':
276 | - 0.1889
277 | - 0.1495
278 | - 0.1228
279 | - 0.1352
280 | offset:
281 | '2013':
282 | - 0.0039
283 | - 0.0047
284 | - 0.003
285 | - 0.0274
286 | '2014':
287 | - 0
288 | - 0
289 | - 0
290 | - 0
291 | '2015':
292 | - 0
293 | - 0
294 | - 0
295 | - 0
296 | '2016':
297 | - 0
298 | - 0
299 | - 0
300 | - 0
301 | '2017':
302 | - 0
303 | - 0
304 | - 0
305 | - 0
306 | '2018':
307 | - 0
308 | - 0
309 | - 0
310 | - 0
311 | '2019':
312 | - 0
313 | - 0
314 | - 0
315 | - 0
316 | '2020':
317 | - 0
318 | - 0
319 | - 0
320 | - 0
321 | '2021':
322 | - 0
323 | - 0
324 | - 0
325 | - 0
326 | '2022':
327 | - 0
328 | - 0
329 | - 0
330 | - 0
331 | WFV2:
332 | ESUN:
333 | - 1955.11
334 | - 1847.22
335 | - 1569.45
336 | - 1087.87
337 | gain:
338 | '2013':
339 | - 6.014
340 | - 6.823
341 | - 9.451
342 | - 8.996
343 | '2014':
344 | - 0.1733
345 | - 0.1383
346 | - 0.1122
347 | - 0.1391
348 | '2015':
349 | - 0.1684
350 | - 0.1527
351 | - 0.1373
352 | - 0.1263
353 | '2016':
354 | - 0.1929
355 | - 0.154
356 | - 0.1349
357 | - 0.1359
358 | '2017':
359 | - 0.2097
360 | - 0.163
361 | - 0.1339
362 | - 0.1521
363 | '2018':
364 | - 0.1851
365 | - 0.1538
366 | - 0.1231
367 | - 0.1314
368 | '2019':
369 | - 0.2368
370 | - 0.1745
371 | - 0.1254
372 | - 0.1163
373 | '2020':
374 | - 0.2057
375 | - 0.1648
376 | - 0.126
377 | - 0.1187
378 | '2021':
379 | - 0.1792
380 | - 0.1534
381 | - 0.1232
382 | - 0.1291
383 | '2022':
384 | - 0.1585
385 | - 0.1223
386 | - 0.0997
387 | - 0.1111
388 | offset:
389 | '2013':
390 | - 0.0125
391 | - 0.0193
392 | - 0.0429
393 | - 0.0011
394 | '2014':
395 | - 0
396 | - 0
397 | - 0
398 | - 0
399 | '2015':
400 | - 0
401 | - 0
402 | - 0
403 | - 0
404 | '2016':
405 | - 0
406 | - 0
407 | - 0
408 | - 0
409 | '2017':
410 | - 0
411 | - 0
412 | - 0
413 | - 0
414 | '2018':
415 | - 0
416 | - 0
417 | - 0
418 | - 0
419 | '2019':
420 | - 0
421 | - 0
422 | - 0
423 | - 0
424 | '2020':
425 | - 0
426 | - 0
427 | - 0
428 | - 0
429 | '2021':
430 | - 0
431 | - 0
432 | - 0
433 | - 0
434 | '2022':
435 | - 0
436 | - 0
437 | - 0
438 | - 0
439 | WFV3:
440 | ESUN:
441 | - 1956.62
442 | - 1840.46
443 | - 1541.45
444 | - 1084.06
445 | gain:
446 | '2013':
447 | - 5.82
448 | - 6.239
449 | - 7.01
450 | - 7.711
451 | '2014':
452 | - 0.1745
453 | - 0.1514
454 | - 0.1257
455 | - 0.1462
456 | '2015':
457 | - 0.177
458 | - 0.1589
459 | - 0.1385
460 | - 0.1344
461 | '2016':
462 | - 0.1753
463 | - 0.1565
464 | - 0.148
465 | - 0.1322
466 | '2017':
467 | - 0.187
468 | - 0.1619
469 | - 0.1295
470 | - 0.1383
471 | '2018':
472 | - 0.1894
473 | - 0.1728
474 | - 0.1343
475 | - 0.1373
476 | '2019':
477 | - 0.2139
478 | - 0.1797
479 | - 0.1344
480 | - 0.1337
481 | '2020':
482 | - 0.2106
483 | - 0.1825
484 | - 0.1346
485 | - 0.1187
486 | '2021':
487 | - 0.2044
488 | - 0.1844
489 | - 0.1429
490 | - 0.1453
491 | '2022':
492 | - 0.2085
493 | - 0.1743
494 | - 0.1385
495 | - 0.1438
496 | offset:
497 | '2013':
498 | - 0.0071
499 | - 0.0334
500 | - 0.0226
501 | - 0.0117
502 | '2014':
503 | - 0
504 | - 0
505 | - 0
506 | - 0
507 | '2015':
508 | - 0
509 | - 0
510 | - 0
511 | - 0
512 | '2016':
513 | - 0
514 | - 0
515 | - 0
516 | - 0
517 | '2017':
518 | - 0
519 | - 0
520 | - 0
521 | - 0
522 | '2018':
523 | - 0
524 | - 0
525 | - 0
526 | - 0
527 | '2019':
528 | - 0
529 | - 0
530 | - 0
531 | - 0
532 | '2020':
533 | - 0
534 | - 0
535 | - 0
536 | - 0
537 | '2021':
538 | - 0
539 | - 0
540 | - 0
541 | - 0
542 | '2022':
543 | - 0
544 | - 0
545 | - 0
546 | - 0
547 | WFV4:
548 | ESUN:
549 | - 1968.08
550 | - 1841.53
551 | - 1540.8
552 | - 1069.6
553 | gain:
554 | '2013':
555 | - 5.35
556 | - 6.235
557 | - 6.992
558 | - 7.462
559 | '2014':
560 | - 0.1713
561 | - 0.16
562 | - 0.1497
563 | - 0.1435
564 | '2015':
565 | - 0.1886
566 | - 0.1645
567 | - 0.1467
568 | - 0.1378
569 | '2016':
570 | - 0.1973
571 | - 0.1714
572 | - 0.15
573 | - 0.1572
574 | '2017':
575 | - 0.177
576 | - 0.1521
577 | - 0.1322
578 | - 0.1349
579 | '2018':
580 | - 0.1866
581 | - 0.1599
582 | - 0.1307
583 | - 0.1251
584 | '2019':
585 | - 0.2442
586 | - 0.1945
587 | - 0.1547
588 | - 0.1037
589 | '2020':
590 | - 0.2522
591 | - 0.2029
592 | - 0.1528
593 | - 0.1031
594 | '2021':
595 | - 0.2102
596 | - 0.1808
597 | - 0.1442
598 | - 0.1362
599 | '2022':
600 | - 0.2148
601 | - 0.1607
602 | - 0.1317
603 | - 0.1288
604 | offset:
605 | '2013':
606 | - 0.0369
607 | - 0.0235
608 | - 0.0217
609 | - 0.005
610 | '2014':
611 | - 0
612 | - 0
613 | - 0
614 | - 0
615 | '2015':
616 | - 0
617 | - 0
618 | - 0
619 | - 0
620 | '2016':
621 | - 0
622 | - 0
623 | - 0
624 | - 0
625 | '2017':
626 | - 0
627 | - 0
628 | - 0
629 | - 0
630 | '2018':
631 | - 0
632 | - 0
633 | - 0
634 | - 0
635 | '2019':
636 | - 0
637 | - 0
638 | - 0
639 | - 0
640 | '2020':
641 | - 0
642 | - 0
643 | - 0
644 | - 0
645 | '2021':
646 | - 0
647 | - 0
648 | - 0
649 | - 0
650 | '2022':
651 | - 0
652 | - 0
653 | - 0
654 | - 0
655 | GF1B:
656 | PMS:
657 | MUX:
658 | ESUN:
659 | - 1945.29
660 | - 1845.1
661 | - 1542.9
662 | - 1080.77
663 | gain:
664 | '2018':
665 | - 0.0333
666 | - 0.0414
667 | - 0.0474
668 | - 0.0435
669 | '2019':
670 | - 0.0292
671 | - 0.0362
672 | - 0.04
673 | - 0.0354
674 | '2020':
675 | - 0.0757
676 | - 0.0618
677 | - 0.0545
678 | - 0.0572
679 | offset:
680 | '2018':
681 | - 0
682 | - 0
683 | - 0
684 | - 0
685 | '2019':
686 | - 0
687 | - 0
688 | - 0
689 | - 0
690 | '2020':
691 | - 0
692 | - 0
693 | - 0
694 | - 0
695 | PAN:
696 | ESUN:
697 | - 1371.79
698 | gain:
699 | '2018':
700 | - 0.0399
701 | '2019':
702 | - 0.0399
703 | '2020':
704 | - 0.0687
705 | offset:
706 | '2018':
707 | - 0
708 | '2019':
709 | - 0
710 | '2020':
711 | - 0
712 | GF1C:
713 | PMS:
714 | MUX:
715 | ESUN:
716 | - 1931.98
717 | - 1848.95
718 | - 1535.31
719 | - 1063.84
720 | gain:
721 | '2018':
722 | - 0.0301
723 | - 0.0392
724 | - 0.0436
725 | - 0.0379
726 | '2019':
727 | - 0.029
728 | - 0.0382
729 | - 0.0421
730 | - 0.0364
731 | '2020':
732 | - 0.0758
733 | - 0.0657
734 | - 0.0543
735 | - 0.0564
736 | offset:
737 | '2018':
738 | - 0
739 | - 0
740 | - 0
741 | - 0
742 | '2019':
743 | - 0
744 | - 0
745 | - 0
746 | - 0
747 | '2020':
748 | - 0
749 | - 0
750 | - 0
751 | - 0
752 | PAN:
753 | ESUN:
754 | - 1383.91
755 | gain:
756 | '2018':
757 | - 0.0401
758 | '2019':
759 | - 0.0417
760 | '2020':
761 | - 0.0709
762 | offset:
763 | '2018':
764 | - 0
765 | '2019':
766 | - 0
767 | '2020':
768 | - 0
769 | GF1D:
770 | PMS:
771 | MUX:
772 | ESUN:
773 | - 1935.67
774 | - 1849.93
775 | - 1556.04
776 | - 1076.39
777 | gain:
778 | '2018':
779 | - 0.0296
780 | - 0.0388
781 | - 0.0444
782 | - 0.039
783 | '2019':
784 | - 0.0284
785 | - 0.0373
786 | - 0.0435
787 | - 0.0371
788 | '2020':
789 | - 0.0738
790 | - 0.0656
791 | - 0.059
792 | - 0.0585
793 | offset:
794 | '2018':
795 | - 0
796 | - 0
797 | - 0
798 | - 0
799 | '2019':
800 | - 0
801 | - 0
802 | - 0
803 | - 0
804 | '2020':
805 | - 0
806 | - 0
807 | - 0
808 | - 0
809 | PAN:
810 | ESUN:
811 | - 1395.3
812 | gain:
813 | '2018':
814 | - 0.0421
815 | '2019':
816 | - 0.0431
817 | '2020':
818 | - 0.0715
819 | offset:
820 | '2018':
821 | - 0
822 | '2019':
823 | - 0
824 | '2020':
825 | - 0
826 | GF2:
827 | PMS1:
828 | MSS:
829 | ESUN:
830 | - 1941.76
831 | - 1853.73
832 | - 1541.79
833 | - 1086.47
834 | gain:
835 | '2014':
836 | - 0.1585
837 | - 0.1883
838 | - 0.174
839 | - 0.1897
840 | '2015':
841 | - 0.1457
842 | - 0.1604
843 | - 0.155
844 | - 0.1731
845 | '2016':
846 | - 0.1322
847 | - 0.155
848 | - 0.1477
849 | - 0.1613
850 | '2017':
851 | - 0.1193
852 | - 0.153
853 | - 0.1424
854 | - 0.1569
855 | '2018':
856 | - 0.1356
857 | - 0.1736
858 | - 0.1644
859 | - 0.1788
860 | '2019':
861 | - 0.1453
862 | - 0.1826
863 | - 0.1727
864 | - 0.1908
865 | '2020':
866 | - 0.1378
867 | - 0.1778
868 | - 0.17
869 | - 0.1858
870 | '2021':
871 | - 0.1374
872 | - 0.1784
873 | - 0.1723
874 | - 0.1894
875 | '2022':
876 | - 0.1374
877 | - 0.1784
878 | - 0.1723
879 | - 0.1894
880 | offset:
881 | '2014':
882 | - -0.8765
883 | - -0.9742
884 | - -0.7652
885 | - -0.7233
886 | '2015':
887 | - 0
888 | - 0
889 | - 0
890 | - 0
891 | '2016':
892 | - 0
893 | - 0
894 | - 0
895 | - 0
896 | '2017':
897 | - 0
898 | - 0
899 | - 0
900 | - 0
901 | '2018':
902 | - 0
903 | - 0
904 | - 0
905 | - 0
906 | '2019':
907 | - 0
908 | - 0
909 | - 0
910 | - 0
911 | '2020':
912 | - 0
913 | - 0
914 | - 0
915 | - 0
916 | '2021':
917 | - 0
918 | - 0
919 | - 0
920 | - 0
921 | '2022':
922 | - 0
923 | - 0
924 | - 0
925 | - 0
926 | PAN:
927 | ESUN:
928 | - 1364.26
929 | gain:
930 | '2014':
931 | - 0.163
932 | '2015':
933 | - 0.1538
934 | '2016':
935 | - 0.1501
936 | '2017':
937 | - 0.1503
938 | '2018':
939 | - 0.1725
940 | '2019':
941 | - 0.1855
942 | '2020':
943 | - 0.1817
944 | '2021':
945 | - 0.1884
946 | '2022':
947 | - 0.1884
948 | offset:
949 | '2014':
950 | - -0.6077
951 | '2015':
952 | - 0
953 | '2016':
954 | - 0
955 | '2017':
956 | - 0
957 | '2018':
958 | - 0
959 | '2019':
960 | - 0
961 | '2020':
962 | - 0
963 | '2021':
964 | - 0
965 | '2022':
966 | - 0
967 | PMS2:
968 | MSS:
969 | ESUN:
970 | - 1941.22
971 | - 1853.61
972 | - 1541.7
973 | - 1086.53
974 | gain:
975 | '2014':
976 | - 0.1748
977 | - 0.1817
978 | - 0.1741
979 | - 0.1975
980 | '2015':
981 | - 0.1761
982 | - 0.1843
983 | - 0.1677
984 | - 0.183
985 | '2016':
986 | - 0.1762
987 | - 0.1856
988 | - 0.1754
989 | - 0.198
990 | '2017':
991 | - 0.1434
992 | - 0.1595
993 | - 0.1511
994 | - 0.1685
995 | '2018':
996 | - 0.1859
997 | - 0.2072
998 | - 0.1934
999 | - 0.218
1000 | '2019':
1001 | - 0.175
1002 | - 0.1902
1003 | - 0.177
1004 | - 0.1968
1005 | '2020':
1006 | - 0.1752
1007 | - 0.1919
1008 | - 0.1804
1009 | - 0.1968
1010 | '2021':
1011 | - 0.1641
1012 | - 0.1830
1013 | - 0.1705
1014 | - 0.1878
1015 | '2022':
1016 | - 0.1743
1017 | - 0.1784
1018 | - 0.1668
1019 | - 0.1912
1020 | offset:
1021 | '2014':
1022 | - -0.593
1023 | - -0.2717
1024 | - -0.2879
1025 | - -0.2773
1026 | '2015':
1027 | - 0
1028 | - 0
1029 | - 0
1030 | - 0
1031 | '2016':
1032 | - 0
1033 | - 0
1034 | - 0
1035 | - 0
1036 | '2017':
1037 | - 0
1038 | - 0
1039 | - 0
1040 | - 0
1041 | '2018':
1042 | - 0
1043 | - 0
1044 | - 0
1045 | - 0
1046 | '2019':
1047 | - 0
1048 | - 0
1049 | - 0
1050 | - 0
1051 | '2020':
1052 | - 0
1053 | - 0
1054 | - 0
1055 | - 0
1056 | '2021':
1057 | - 0
1058 | - 0
1059 | - 0
1060 | - 0
1061 | '2022':
1062 | - 0
1063 | - 0
1064 | - 0
1065 | - 0
1066 | PAN:
1067 | ESUN:
1068 | - 1362.16
1069 | gain:
1070 | '2014':
1071 | - 0.1823
1072 | '2015':
1073 | - 0
1074 | '2016':
1075 | - 0.1863
1076 | '2017':
1077 | - 0.1679
1078 | '2018':
1079 | - 0.2136
1080 | '2019':
1081 | - 0.198
1082 | '2020':
1083 | - 0.2025
1084 | '2021':
1085 | - 0.1959
1086 | '2022':
1087 | - 0.1923
1088 | offset:
1089 | '2014':
1090 | - 0.1654
1091 | '2015':
1092 | - 0
1093 | '2016':
1094 | - 0
1095 | '2017':
1096 | - 0
1097 | '2018':
1098 | - 0
1099 | '2019':
1100 | - 0
1101 | '2020':
1102 | - 0
1103 | '2021':
1104 | - 0
1105 | '2022':
1106 | - 0
1107 | GF5:
1108 | AHSI:
1109 | SW:
1110 | gain:
1111 | '2019':
1112 | - 0.1149
1113 | - 0.1012
1114 | - 0.0895
1115 | - 0.0786
1116 | - 0.0752
1117 | - 0.0697
1118 | - 0.0639
1119 | - 0.0601
1120 | - 0.0576
1121 | - 0.0537
1122 | - 0.0504
1123 | - 0.0485
1124 | - 0.0471
1125 | - 0.0437
1126 | - 0.0427
1127 | - 0.045
1128 | - 0.0444
1129 | - 0.0426
1130 | - 0.0399
1131 | - 0.0366
1132 | - 0.0348
1133 | - 0.0331
1134 | - 0.0319
1135 | - 0.0305
1136 | - 0.0295
1137 | - 0.028
1138 | - 0.0263
1139 | - 0.0247
1140 | - 0.0246
1141 | - 0.0248
1142 | - 0.0255
1143 | - 0.0245
1144 | - 0.0232
1145 | - 0.0218
1146 | - 0.0215
1147 | - 0.0213
1148 | - 0.0218
1149 | - 0.0223
1150 | - 0.0219
1151 | - 0.0232
1152 | - 0.0198
1153 | - 0.0115
1154 | - 0.0009
1155 | - 0.0006
1156 | - 0.0017
1157 | - 0.001
1158 | - 0.0017
1159 | - 0.0035
1160 | - 0.0078
1161 | - 0.0184
1162 | - 0.0245
1163 | - 0.0213
1164 | - 0.025
1165 | - 0.0243
1166 | - 0.0205
1167 | - 0.0198
1168 | - 0.0203
1169 | - 0.0206
1170 | - 0.0192
1171 | - 0.0175
1172 | - 0.0169
1173 | - 0.0166
1174 | - 0.0168
1175 | - 0.016
1176 | - 0.0158
1177 | - 0.0153
1178 | - 0.0153
1179 | - 0.0151
1180 | - 0.0154
1181 | - 0.0152
1182 | - 0.0155
1183 | - 0.0152
1184 | - 0.0152
1185 | - 0.0151
1186 | - 0.0151
1187 | - 0.0146
1188 | - 0.0146
1189 | - 0.0148
1190 | - 0.0146
1191 | - 0.0145
1192 | - 0.0145
1193 | - 0.0143
1194 | - 0.0145
1195 | - 0.0145
1196 | - 0.0145
1197 | - 0.0142
1198 | - 0.0143
1199 | - 0.0143
1200 | - 0.0147
1201 | - 0.0144
1202 | - 0.015
1203 | - 0.0151
1204 | - 0.0156
1205 | - 0.0153
1206 | - 0.0146
1207 | - 0.0082
1208 | - 0.0043
1209 | - 0.0019
1210 | - 0.0003
1211 | - 0.0001
1212 | - 0.0001
1213 | - 0.0001
1214 | - 0.0002
1215 | - 0.0001
1216 | - 0.0005
1217 | - 0.0007
1218 | - 0.0004
1219 | - 0.0001
1220 | - 0.0005
1221 | - 0.0014
1222 | - 0.0027
1223 | - 0.0044
1224 | - 0.0057
1225 | - 0.0053
1226 | - 0.0055
1227 | - 0.006
1228 | - 0.0064
1229 | - 0.0059
1230 | - 0.0055
1231 | - 0.004
1232 | - 0.0045
1233 | - 0.0052
1234 | - 0.0057
1235 | - 0.0056
1236 | - 0.0051
1237 | - 0.005
1238 | - 0.0053
1239 | - 0.0055
1240 | - 0.0057
1241 | - 0.0056
1242 | - 0.0058
1243 | - 0.0056
1244 | - 0.0058
1245 | - 0.0056
1246 | - 0.0056
1247 | - 0.0055
1248 | - 0.0057
1249 | - 0.0056
1250 | - 0.0055
1251 | - 0.0055
1252 | - 0.0056
1253 | - 0.0055
1254 | - 0.0057
1255 | - 0.0055
1256 | - 0.0056
1257 | - 0.0054
1258 | - 0.0055
1259 | - 0.0056
1260 | - 0.0056
1261 | - 0.0057
1262 | - 0.0058
1263 | - 0.0057
1264 | - 0.0059
1265 | - 0.0061
1266 | - 0.006
1267 | - 0.0057
1268 | - 0.0061
1269 | - 0.0059
1270 | - 0.0062
1271 | - 0.0061
1272 | - 0.0063
1273 | - 0.0061
1274 | - 0.0062
1275 | - 0.0063
1276 | - 0.0068
1277 | - 0.0065
1278 | - 0.0067
1279 | - 0.0069
1280 | - 0.007
1281 | - 0.0067
1282 | - 0.007
1283 | - 0.0069
1284 | - 0.007
1285 | - 0.0072
1286 | - 0.0076
1287 | - 0.0072
1288 | - 0.0054
1289 | - 0.006
1290 | - 0.0049
1291 | - 0.0022
1292 | offset:
1293 | '2019':
1294 | - 0
1295 | - 0
1296 | - 0
1297 | - 0
1298 | - 0
1299 | - 0
1300 | - 0
1301 | - 0
1302 | - 0
1303 | - 0
1304 | - 0
1305 | - 0
1306 | - 0
1307 | - 0
1308 | - 0
1309 | - 0
1310 | - 0
1311 | - 0
1312 | - 0
1313 | - 0
1314 | - 0
1315 | - 0
1316 | - 0
1317 | - 0
1318 | - 0
1319 | - 0
1320 | - 0
1321 | - 0
1322 | - 0
1323 | - 0
1324 | - 0
1325 | - 0
1326 | - 0
1327 | - 0
1328 | - 0
1329 | - 0
1330 | - 0
1331 | - 0
1332 | - 0
1333 | - 0
1334 | - 0
1335 | - 0
1336 | - 0
1337 | - 0
1338 | - 0
1339 | - 0
1340 | - 0
1341 | - 0
1342 | - 0
1343 | - 0
1344 | - 0
1345 | - 0
1346 | - 0
1347 | - 0
1348 | - 0
1349 | - 0
1350 | - 0
1351 | - 0
1352 | - 0
1353 | - 0
1354 | - 0
1355 | - 0
1356 | - 0
1357 | - 0
1358 | - 0
1359 | - 0
1360 | - 0
1361 | - 0
1362 | - 0
1363 | - 0
1364 | - 0
1365 | - 0
1366 | - 0
1367 | - 0
1368 | - 0
1369 | - 0
1370 | - 0
1371 | - 0
1372 | - 0
1373 | - 0
1374 | - 0
1375 | - 0
1376 | - 0
1377 | - 0
1378 | - 0
1379 | - 0
1380 | - 0
1381 | - 0
1382 | - 0
1383 | - 0
1384 | - 0
1385 | - 0
1386 | - 0
1387 | - 0
1388 | - 0
1389 | - 0
1390 | - 0
1391 | - 0
1392 | - 0
1393 | - 0
1394 | - 0
1395 | - 0
1396 | - 0
1397 | - 0
1398 | - 0
1399 | - 0
1400 | - 0
1401 | - 0
1402 | - 0
1403 | - 0
1404 | - 0
1405 | - 0
1406 | - 0
1407 | - 0
1408 | - 0
1409 | - 0
1410 | - 0
1411 | - 0
1412 | - 0
1413 | - 0
1414 | - 0
1415 | - 0
1416 | - 0
1417 | - 0
1418 | - 0
1419 | - 0
1420 | - 0
1421 | - 0
1422 | - 0
1423 | - 0
1424 | - 0
1425 | - 0
1426 | - 0
1427 | - 0
1428 | - 0
1429 | - 0
1430 | - 0
1431 | - 0
1432 | - 0
1433 | - 0
1434 | - 0
1435 | - 0
1436 | - 0
1437 | - 0
1438 | - 0
1439 | - 0
1440 | - 0
1441 | - 0
1442 | - 0
1443 | - 0
1444 | - 0
1445 | - 0
1446 | - 0
1447 | - 0
1448 | - 0
1449 | - 0
1450 | - 0
1451 | - 0
1452 | - 0
1453 | - 0
1454 | - 0
1455 | - 0
1456 | - 0
1457 | - 0
1458 | - 0
1459 | - 0
1460 | - 0
1461 | - 0
1462 | - 0
1463 | - 0
1464 | - 0
1465 | - 0
1466 | - 0
1467 | - 0
1468 | - 0
1469 | - 0
1470 | - 0
1471 | - 0
1472 | - 0
1473 | - 0
1474 | VN:
1475 | gain:
1476 | '2019':
1477 | - 0.83
1478 | - 0.5348
1479 | - 0.3756
1480 | - 0.2896
1481 | - 0.2344
1482 | - 0.1969
1483 | - 0.1682
1484 | - 0.1434
1485 | - 0.1273
1486 | - 0.1113
1487 | - 0.1002
1488 | - 0.0953
1489 | - 0.087
1490 | - 0.0821
1491 | - 0.0773
1492 | - 0.0738
1493 | - 0.0698
1494 | - 0.0659
1495 | - 0.0658
1496 | - 0.063
1497 | - 0.0612
1498 | - 0.0583
1499 | - 0.0586
1500 | - 0.0549
1501 | - 0.0541
1502 | - 0.0532
1503 | - 0.0523
1504 | - 0.0516
1505 | - 0.0509
1506 | - 0.0504
1507 | - 0.0481
1508 | - 0.0484
1509 | - 0.0479
1510 | - 0.0477
1511 | - 0.047
1512 | - 0.0473
1513 | - 0.0466
1514 | - 0.046
1515 | - 0.0455
1516 | - 0.0457
1517 | - 0.0478
1518 | - 0.0484
1519 | - 0.0466
1520 | - 0.0456
1521 | - 0.0456
1522 | - 0.0445
1523 | - 0.0451
1524 | - 0.0437
1525 | - 0.0438
1526 | - 0.0438
1527 | - 0.0434
1528 | - 0.0432
1529 | - 0.0422
1530 | - 0.0419
1531 | - 0.0421
1532 | - 0.0423
1533 | - 0.0426
1534 | - 0.042
1535 | - 0.0419
1536 | - 0.0416
1537 | - 0.042
1538 | - 0.0414
1539 | - 0.0422
1540 | - 0.0406
1541 | - 0.0414
1542 | - 0.0417
1543 | - 0.0419
1544 | - 0.0421
1545 | - 0.0425
1546 | - 0.0442
1547 | - 0.0402
1548 | - 0.0429
1549 | - 0.0439
1550 | - 0.0435
1551 | - 0.0428
1552 | - 0.0435
1553 | - 0.0481
1554 | - 0.0461
1555 | - 0.0486
1556 | - 0.048
1557 | - 0.0458
1558 | - 0.0471
1559 | - 0.0463
1560 | - 0.0465
1561 | - 0.047
1562 | - 0.0471
1563 | - 0.0612
1564 | - 0.0377
1565 | - 0.0402
1566 | - 0.0477
1567 | - 0.0497
1568 | - 0.0509
1569 | - 0.0515
1570 | - 0.0534
1571 | - 0.0543
1572 | - 0.0548
1573 | - 0.0559
1574 | - 0.0567
1575 | - 0.0595
1576 | - 0.065
1577 | - 0.0619
1578 | - 0.0637
1579 | - 0.0637
1580 | - 0.0648
1581 | - 0.063
1582 | - 0.0643
1583 | - 0.0655
1584 | - 0.0652
1585 | - 0.0699
1586 | - 0.0639
1587 | - 0.0705
1588 | - 0.0708
1589 | - 0.0703
1590 | - 0.0742
1591 | - 0.0743
1592 | - 0.0776
1593 | - 0.077
1594 | - 0.0847
1595 | - 0.0909
1596 | - 0.0924
1597 | - 0.0886
1598 | - 0.102
1599 | - 0.1017
1600 | - 0.1023
1601 | - 0.107
1602 | - 0.1186
1603 | - 0.1522
1604 | - 0.1477
1605 | - 0.1248
1606 | - 0.1658
1607 | - 0.1466
1608 | - 0.1585
1609 | - 0.1516
1610 | - 0.1656
1611 | - 0.1692
1612 | - 0.1698
1613 | - 0.1963
1614 | - 0.1919
1615 | - 0.2011
1616 | - 0.2068
1617 | - 0.2269
1618 | - 0.2388
1619 | - 0.2543
1620 | - 0.2872
1621 | - 0.2854
1622 | - 0.3273
1623 | - 0.3559
1624 | - 0.3728
1625 | - 0.4503
1626 | - 0.4887
1627 | offset:
1628 | '2019':
1629 | - 0
1630 | - 0
1631 | - 0
1632 | - 0
1633 | - 0
1634 | - 0
1635 | - 0
1636 | - 0
1637 | - 0
1638 | - 0
1639 | - 0
1640 | - 0
1641 | - 0
1642 | - 0
1643 | - 0
1644 | - 0
1645 | - 0
1646 | - 0
1647 | - 0
1648 | - 0
1649 | - 0
1650 | - 0
1651 | - 0
1652 | - 0
1653 | - 0
1654 | - 0
1655 | - 0
1656 | - 0
1657 | - 0
1658 | - 0
1659 | - 0
1660 | - 0
1661 | - 0
1662 | - 0
1663 | - 0
1664 | - 0
1665 | - 0
1666 | - 0
1667 | - 0
1668 | - 0
1669 | - 0
1670 | - 0
1671 | - 0
1672 | - 0
1673 | - 0
1674 | - 0
1675 | - 0
1676 | - 0
1677 | - 0
1678 | - 0
1679 | - 0
1680 | - 0
1681 | - 0
1682 | - 0
1683 | - 0
1684 | - 0
1685 | - 0
1686 | - 0
1687 | - 0
1688 | - 0
1689 | - 0
1690 | - 0
1691 | - 0
1692 | - 0
1693 | - 0
1694 | - 0
1695 | - 0
1696 | - 0
1697 | - 0
1698 | - 0
1699 | - 0
1700 | - 0
1701 | - 0
1702 | - 0
1703 | - 0
1704 | - 0
1705 | - 0
1706 | - 0
1707 | - 0
1708 | - 0
1709 | - 0
1710 | - 0
1711 | - 0
1712 | - 0
1713 | - 0
1714 | - 0
1715 | - 0
1716 | - 0
1717 | - 0
1718 | - 0
1719 | - 0
1720 | - 0
1721 | - 0
1722 | - 0
1723 | - 0
1724 | - 0
1725 | - 0
1726 | - 0
1727 | - 0
1728 | - 0
1729 | - 0
1730 | - 0
1731 | - 0
1732 | - 0
1733 | - 0
1734 | - 0
1735 | - 0
1736 | - 0
1737 | - 0
1738 | - 0
1739 | - 0
1740 | - 0
1741 | - 0
1742 | - 0
1743 | - 0
1744 | - 0
1745 | - 0
1746 | - 0
1747 | - 0
1748 | - 0
1749 | - 0
1750 | - 0
1751 | - 0
1752 | - 0
1753 | - 0
1754 | - 0
1755 | - 0
1756 | - 0
1757 | - 0
1758 | - 0
1759 | - 0
1760 | - 0
1761 | - 0
1762 | - 0
1763 | - 0
1764 | - 0
1765 | - 0
1766 | - 0
1767 | - 0
1768 | - 0
1769 | - 0
1770 | - 0
1771 | - 0
1772 | - 0
1773 | - 0
1774 | - 0
1775 | - 0
1776 | - 0
1777 | - 0
1778 | - 0
1779 | GF6:
1780 | PMS:
1781 | MUX:
1782 | ESUN:
1783 | - 1945.5
1784 | - 1832.38
1785 | - 1558.18
1786 | - 1090.77
1787 | gain:
1788 | '2018':
1789 | - 0.0825
1790 | - 0.0663
1791 | - 0.0513
1792 | - 0.0298
1793 | '2019':
1794 | - 0.0847
1795 | - 0.0653
1796 | - 0.0491
1797 | - 0.0289
1798 | '2020':
1799 | - 0.082
1800 | - 0.0645
1801 | - 0.0489
1802 | - 0.0286
1803 | '2021':
1804 | - 0.0821
1805 | - 0.0671
1806 | - 0.0518
1807 | - 0.0310
1808 | '2022':
1809 | - 0.0892
1810 | - 0.0666
1811 | - 0.0517
1812 | - 0.032
1813 | offset:
1814 | '2018':
1815 | - 0
1816 | - 0
1817 | - 0
1818 | - 0
1819 | '2019':
1820 | - 0
1821 | - 0
1822 | - 0
1823 | - 0
1824 | '2020':
1825 | - 0
1826 | - 0
1827 | - 0
1828 | - 0
1829 | '2021':
1830 | - 0
1831 | - 0
1832 | - 0
1833 | - 0
1834 | '2022':
1835 | - 0
1836 | - 0
1837 | - 0
1838 | - 0
1839 | PAN:
1840 | ESUN:
1841 | - 1497.79
1842 | gain:
1843 | '2018':
1844 | - 0.0505
1845 | '2019':
1846 | - 0.0534
1847 | '2020':
1848 | - 0.0534
1849 | '2021':
1850 | - 0.0577
1851 | '2022':
1852 | - 0.0569
1853 | offset:
1854 | '2018':
1855 | - 0
1856 | '2019':
1857 | - 0
1858 | '2020':
1859 | - 0
1860 | '2021':
1861 | - 0
1862 | '2022':
1863 | - 0
1864 | WFV:
1865 | ESUN:
1866 | - 1952.16
1867 | - 1847.43
1868 | - 1554.76
1869 | - 1074.06
1870 | - 1412.0
1871 | - 1267.39
1872 | - 1792.64
1873 | - 1736.92
1874 | gain:
1875 | '2019':
1876 | - 0.0705
1877 | - 0.0567
1878 | - 0.0516
1879 | - 0.0322
1880 | - 0.0532
1881 | - 0.0453
1882 | - 0.0786
1883 | - 0.0585
1884 | '2020':
1885 | - 0.0675
1886 | - 0.0552
1887 | - 0.0513
1888 | - 0.0314
1889 | - 0.0519
1890 | - 0.0454
1891 | - 0.0718
1892 | - 0.0596
1893 | '2021':
1894 | - 0.0633
1895 | - 0.0532
1896 | - 0.0508
1897 | - 0.0325
1898 | - 0.0523
1899 | - 0.0463
1900 | - 0.0670
1901 | - 0.0591
1902 | '2022':
1903 | - 0.0631
1904 | - 0.0469
1905 | - 0.0443
1906 | - 0.0297
1907 | - 0.0503
1908 | - 0.0439
1909 | - 0.0775
1910 | - 0.0505
1911 | offset:
1912 | '2019':
1913 | - 0
1914 | - 0
1915 | - 0
1916 | - 0
1917 | - 0
1918 | - 0
1919 | - 0
1920 | - 0
1921 | '2020':
1922 | - 0
1923 | - 0
1924 | - 0
1925 | - 0
1926 | - 0
1927 | - 0
1928 | - 0
1929 | - 0
1930 | '2021':
1931 | - 0
1932 | - 0
1933 | - 0
1934 | - 0
1935 | - 0
1936 | - 0
1937 | - 0
1938 | - 0
1939 | '2022':
1940 | - 0
1941 | - 0
1942 | - 0
1943 | - 0
1944 | - 0
1945 | - 0
1946 | - 0
1947 | - 0
1948 | GF7:
1949 | DLC:
1950 | MUX:
1951 | ESUN:
1952 | - 1929.44
1953 | - 1843.61
1954 | - 1554.83
1955 | - 1081.34
1956 | gain:
1957 | '2020':
1958 | - 0.065856
1959 | - 0.07315
1960 | - 0.07339
1961 | - 0.06985
1962 | '2021':
1963 | - 0.0914
1964 | - 0.0981
1965 | - 0.0759
1966 | - 0.0925
1967 | '2022':
1968 | - 0.08703
1969 | - 0.08481
1970 | - 0.06678
1971 | - 0.08285
1972 | offset:
1973 | '2020':
1974 | - 0
1975 | - 0
1976 | - 0
1977 | - 0
1978 | '2021':
1979 | - 0
1980 | - 0
1981 | - 0
1982 | - 0
1983 | '2022':
1984 | - 0
1985 | - 0
1986 | - 0
1987 | - 0
1988 | PAN:
1989 | ESUN:
1990 | - 1414.92
1991 | gain:
1992 | '2020':
1993 | - 0.08032
1994 | '2021':
1995 | - 0.0879
1996 | '2022':
1997 | - 0.07914
1998 | offset:
1999 | '2020':
2000 | - 0
2001 | '2021':
2002 | - 0
2003 | '2022':
2004 | - 0
2005 | BWD:
2006 | MUX:
2007 | ESUN:
2008 | - 1929.44
2009 | - 1843.61
2010 | - 1554.83
2011 | - 1081.34
2012 | gain:
2013 | '2020':
2014 | - 0.065856
2015 | - 0.07315
2016 | - 0.07339
2017 | - 0.06985
2018 | '2021':
2019 | - 0.0914
2020 | - 0.0981
2021 | - 0.0759
2022 | - 0.0925
2023 | '2022':
2024 | - 0.08703
2025 | - 0.08481
2026 | - 0.06678
2027 | - 0.08285
2028 | offset:
2029 | '2020':
2030 | - 0
2031 | - 0
2032 | - 0
2033 | - 0
2034 | '2021':
2035 | - 0
2036 | - 0
2037 | - 0
2038 | - 0
2039 | '2022':
2040 | - 0
2041 | - 0
2042 | - 0
2043 | - 0
2044 | PAN:
2045 | ESUN:
2046 | - 1414.92
2047 | gain:
2048 | '2020':
2049 | - 0.08032
2050 | '2021':
2051 | - 0.0879
2052 | '2022':
2053 | - 0.07914
2054 | offset:
2055 | '2020':
2056 | - 0
2057 | '2021':
2058 | - 0
2059 | '2022':
2060 | - 0
2061 | GFDM01:
2062 | PMS:
2063 | MUX:
2064 | ESUN:
2065 | - 1950.28
2066 | - 1850.84
2067 | - 1663.46
2068 | - 1093.16
2069 | - 1798.07
2070 | - 1724.71
2071 | - 1396.97
2072 | - 886.55
2073 | gain:
2074 | '2020':
2075 | - 0.062696
2076 | - 0.07657
2077 | - 0.052356
2078 | - 0.074683
2079 | - 0.105211
2080 | - 0.145286
2081 | - 0.087972
2082 | - 0.064702
2083 | offset:
2084 | '2020':
2085 | - -3.730408
2086 | - -4.970138
2087 | - -4.273298
2088 | - -4.836445
2089 | - -8.518515
2090 | - -14.559728
2091 | - -8.4777
2092 | - -3.961042
2093 | PAN:
2094 | ESUN:
2095 | - 1453.9
2096 | gain:
2097 | '2020':
2098 | - 0.071225
2099 | offset:
2100 | '2020':
2101 | - -4.358974
2102 | HJ2A:
2103 | CCD1:
2104 | gain:
2105 | '2021':
2106 | - 0.0706
2107 | - 0.0591
2108 | - 0.0508
2109 | - 0.0534
2110 | - 0.0667
2111 | '2022':
2112 | - 0.0718
2113 | - 0.0537
2114 | - 0.0464
2115 | - 0.0503
2116 | - 0.0718
2117 | offset:
2118 | '2021':
2119 | - 0.0
2120 | - 0.0
2121 | - 0.0
2122 | - 0.0
2123 | - 0.0
2124 | '2022':
2125 | - 0.0
2126 | - 0.0
2127 | - 0.0
2128 | - 0.0
2129 | - 0.0
2130 | CCD2:
2131 | gain:
2132 | '2022':
2133 | - 0.0623
2134 | - 0.0538
2135 | - 0.0471
2136 | - 0.052
2137 | - 0.0489
2138 | offset:
2139 | '2022':
2140 | - 0.0
2141 | - 0.0
2142 | - 0.0
2143 | - 0.0
2144 | - 0.0
2145 | CCD3:
2146 | gain:
2147 | '2021':
2148 | - 0.0643
2149 | - 0.0554
2150 | - 0.0499
2151 | - 0.0567
2152 | - 0.0532
2153 | '2022':
2154 | - 0.0657
2155 | - 0.0526
2156 | - 0.0473
2157 | - 0.0555
2158 | - 0.0534
2159 | offset:
2160 | '2021':
2161 | - 0.0
2162 | - 0.0
2163 | - 0.0
2164 | - 0.0
2165 | - 0.0
2166 | '2022':
2167 | - 0.0
2168 | - 0.0
2169 | - 0.0
2170 | - 0.0
2171 | - 0.0
2172 | CCD4:
2173 | gain:
2174 | '2021':
2175 | - 0.0634
2176 | - 0.0547
2177 | - 0.0491
2178 | - 0.0567
2179 | - 0.0522
2180 | '2022':
2181 | - 0.0759
2182 | - 0.0604
2183 | - 0.0543
2184 | - 0.0635
2185 | - 0.0589
2186 | offset:
2187 | '2021':
2188 | - 0.0
2189 | - 0.0
2190 | - 0.0
2191 | - 0.0
2192 | - 0.0
2193 | '2022':
2194 | - 0.0
2195 | - 0.0
2196 | - 0.0
2197 | - 0.0
2198 | - 0.0
2199 | HJ2B:
2200 | CCD1:
2201 | gain:
2202 | '2021':
2203 | - 0.0614
2204 | - 0.0529
2205 | - 0.046
2206 | - 0.0487
2207 | - 0.0473
2208 | '2022':
2209 | - 0.0664
2210 | - 0.0522
2211 | - 0.0459
2212 | - 0.05
2213 | - 0.0478
2214 | offset:
2215 | '2021':
2216 | - 0.0
2217 | - 0.0
2218 | - 0.0
2219 | - 0.0
2220 | - 0.0
2221 | '2022':
2222 | - 0.0
2223 | - 0.0
2224 | - 0.0
2225 | - 0.0
2226 | - 0.0
2227 | CCD2:
2228 | gain:
2229 | '2021':
2230 | - 0.0666
2231 | - 0.0576
2232 | - 0.0502
2233 | - 0.0541
2234 | - 0.0519
2235 | '2022':
2236 | - 0.058
2237 | - 0.0513
2238 | - 0.0454
2239 | - 0.0491
2240 | - 0.0475
2241 | offset:
2242 | '2021':
2243 | - 0.0
2244 | - 0.0
2245 | - 0.0
2246 | - 0.0
2247 | - 0.0
2248 | '2022':
2249 | - 0.0
2250 | - 0.0
2251 | - 0.0
2252 | - 0.0
2253 | - 0.0
2254 | CCD3:
2255 | gain:
2256 | '2021':
2257 | - 0.063
2258 | - 0.0565
2259 | - 0.0502
2260 | - 0.0549
2261 | - 0.0521
2262 | '2022':
2263 | - 0.0692
2264 | - 0.0561
2265 | - 0.0504
2266 | - 0.0571
2267 | - 0.0542
2268 | offset:
2269 | '2021':
2270 | - 0.0
2271 | - 0.0
2272 | - 0.0
2273 | - 0.0
2274 | - 0.0
2275 | '2022':
2276 | - 0.0
2277 | - 0.0
2278 | - 0.0
2279 | - 0.0
2280 | - 0.0
2281 | ZY303:
2282 | TMS:
2283 | BWD:
2284 | ESUN:
2285 | - 1604.62
2286 | gain:
2287 | '2020':
2288 | - 0.23895
2289 | offset:
2290 | '2020':
2291 | - -2.75349
2292 | FWD:
2293 | ESUN:
2294 | - 1603.09
2295 | gain:
2296 | '2020':
2297 | - 0.23034
2298 | offset:
2299 | '2020':
2300 | - -2.99839
2301 | MUX:
2302 | ESUN:
2303 | - 1865.23
2304 | - 1905.01
2305 | - 1716.34
2306 | - 1203.04
2307 | gain:
2308 | '2020':
2309 | - 0.20223
2310 | - 0.19506
2311 | - 0.21429
2312 | - 0.21654
2313 | offset:
2314 | '2020':
2315 | - 0
2316 | - 0
2317 | - 0
2318 | - 0
2319 | NAD:
2320 | ESUN:
2321 | - 1607.13
2322 | gain:
2323 | '2020':
2324 | - 0.20796
2325 | offset:
2326 | '2020':
2327 | - -2.67428
2328 |
--------------------------------------------------------------------------------
/data/GMTED2km.tif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GenghisYoung233/Gaofen-Batch/d9bec730168b0c3dd4aa6a7d15e6f40641cc0dd3/data/GMTED2km.tif
--------------------------------------------------------------------------------
/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | Gaofen Batch
6 |
7 |
8 |
10 |
11 |
12 |
13 |
261 |
262 |
263 |
264 |