Commit a5460ff
Rz dedup (#458)
* Log-based dedup
* Extraction dedup
* ariaTSsetup handle dedup with input files removed
* ariaTSsetup bug fixes
* Inc connectedComponents in extracted files list
* DEM download dedup
* Deconflict run log with dev
* Bug fix duplicated logs
* Lazy formatting
* Skip re-download mask
* arrres multiple of base pixel size
* Check for dem and mask consistency
* PEP8 updates
* Support for standard pixel sizes 1 or 3 arcsec
* Bug fix for pixel size standardization
* pep8 fix for res determination
* Removal vestigial section which deletes geoemtry files automatically
* Make sure to also crop connected component file
* Support iterative addition of layers
* Add tile_mate dependency
* Error out when previously extracted GUNWs not found.
* Bug fix for DEM and mask dedup
* Write extracted_file_names to pickle file
* Refine SET and tropo dedup to capture all uninterpolated files
* Bug-fix for checking dimensions of existing tropo and SET extracted layers
* Error out if croptounion option changed from one run to the next
* Move croptounion check early in product sorting function
* Add space in exception message
---------
Co-authored-by: rzinke <rzinke@jpl.caltech.edu>
Co-authored-by: Simran S Sangha <sssangha@ucla.edu>1 parent 7f619ce commit a5460ff
File tree
10 files changed
+624
-218
lines changed- tools
- ARIAtools
- util
- bin
10 files changed
+624
-218
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
| |||
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
33 | | - | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
| |||
57 | 60 | | |
58 | 61 | | |
59 | 62 | | |
| 63 | + | |
0 commit comments