Skip to content

Commit c2a3bbb

Browse files
authored
Merge pull request #203 from planetlabs/add-skysatvideo-item-and-asset
add new skysat video item and assets
2 parents a957ad2 + b137867 commit c2a3bbb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

planet/scripts/item_asset_types.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
'Sentinel1',
2626
'Sentinel2L1C',
2727
'SkySatCollect',
28-
'SkySatScene'
28+
'SkySatScene',
29+
'SkySatVideo'
2930
]
3031

3132
DEFAULT_ASSET_TYPES = [
@@ -61,7 +62,8 @@
6162
'ortho_analytic_vv', 'ortho_panchromatic', 'ortho_panchromatic_dn',
6263
'ortho_panchromatic_udm', 'ortho_panchromatic_udm2', 'ortho_pansharpened',
6364
'ortho_pansharpened_udm', 'ortho_pansharpened_udm2', 'ortho_visual', 'udm',
64-
'udm2', 'visual', 'visual_xml'
65+
'udm2', 'video_file', 'video_frames', 'video_metadata', 'visual',
66+
'visual_xml'
6567
]
6668

6769
DEFAULT_BUNDLES = [u'all', u'all_udm2', u'analytic', u'analytic_sr',
@@ -73,8 +75,8 @@
7375
u'basic_uncalibrated_dn_nitf_udm2',
7476
u'basic_uncalibrated_dn_udm2', u'panchromatic',
7577
u'panchromatic_dn', u'panchromatic_dn_udm2',
76-
u'pansharpened', u'pansharpened_udm2', u'uncalibrated_dn',
77-
u'uncalibrated_dn_udm2', u'visual']
78+
u'pansharpened', u'pansharpened_udm2', u'skysatvideo',
79+
u'uncalibrated_dn', u'uncalibrated_dn_udm2', u'visual']
7880

7981

8082
def _get_json_or_raise(url, timeout=11):

0 commit comments

Comments
 (0)