-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adds DATASET constants, limits constant imports to modules
- Loading branch information
kim
committed
Nov 15, 2023
1 parent
bee8d92
commit 2fdcfc2
Showing
4 changed files
with
19 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
SENTINEL1 = 'SENTINEL-1' | ||
OPERA_S1 = 'OPERA-S1' | ||
SLC_BURST = 'SLC-BURST' | ||
ALOS_PALSAR = 'ALOS PALSAR' | ||
ALOS_AVNIR_2 = 'ALOS AVNIR-2' | ||
SIRC = 'SIR-C' | ||
ARIA_S1_GUNW = 'ARIA S1 GUNW' | ||
SMAP = 'SMAP' | ||
UAVSAR = 'UAVSAR' | ||
RADARSAT_1 = 'RADARSAT-1' | ||
ERS = 'ERS' | ||
JERS_1 = 'JERS-1' | ||
AIRSAR = 'AIRSAR' | ||
SEASAT = 'SEASAT' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ | |
from .POLARIZATION import * | ||
from .PRODUCT_TYPE import * | ||
from .INTERNAL import * | ||
from .DATASET import * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters