SkySatVideo assets are not available in Planet Explorer, so you must use the Planet CLI v2 to search for, activate, and download these assets.
Step-by-step instructions
1. Search for SkySatVideo items by strip ID
Use the following command to filter by strip_id and search for the SkySatVideo items:
planet data filter --permission --asset video_file --string-in strip_id {strip_id} | planet data search SkySatVideo --filter -
2. Activate the video asset
After you retrieve the asset name from the search results, activate the video_file asset:
planet data asset-activate SkySatVideo {asset_name} video_file
3. Wait for activation to complete
Activation, especially for video_frames, can take time. Use the following command to wait until the asset is fully activated:
planet data asset-wait SkySatVideo {asset_name} video_file
4. Download the activated asset
Once the asset is activated, download it:
planet data asset-download SkySatVideo {asset_name} video_file
Notes
- To download video frame data, replace
video_filewithvideo_framesin the commands above. - To download metadata, replace
video_filewithvideo_metadatain the commands above.
Replacement for: How can I download the SkySatVideo?
Comments
Please sign in to leave a comment.