How can I download the 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 Asset by Strip ID

Use the following command to filter by strip_id and search for the SkySatVideo asset:

planet data filter --permission --asset video_file --string-in strip_id {strip_id} | planet data search SkySatVideo --filter -

2. Activate the Video Asset

After retrieving 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, may 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 activated, download the asset:

planet data asset-download SkySatVideo {asset_name} video_file

Notes

  • To download video frame data, replace video_file with video_frames , and to download metadata, replace video_file with video_metadata in the commands above.
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.