Skip to content

Commit 1e7a0b5

Browse files
committed
restore ps2 as a target sensor
1 parent e8010cf commit 1e7a0b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

planet/specs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
SUPPORTED_ORDER_TYPES = ['full', 'partial']
3434
SUPPORTED_ARCHIVE_TYPES = ['zip']
3535
SUPPORTED_FILE_FORMATS = ['COG', 'PL_NITF']
36-
HARMONIZE_TOOL_TARGET_SENSORS = ('Sentinel-2', )
36+
HARMONIZE_TOOL_TARGET_SENSORS = ('Sentinel-2', 'PS2')
3737

3838
LOGGER = logging.getLogger(__name__)
3939

0 commit comments

Comments
 (0)