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_file3. 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_file4. Download the Activated Asset
Once activated, download the asset:
planet data asset-download SkySatVideo {asset_name} video_fileNotes
- To download video frame data, replace
video_filewithvideo_frames, and to download metadata, replacevideo_filewithvideo_metadatain the commands above.
Comments
Article is closed for comments.