How can I download a SkySatVideo?

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_file with video_frames in the commands above.
  • To download metadata, replace video_file with video_metadata in the commands above.

Replacement for: How can I download the SkySatVideo?

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.