planet-client-python icon indicating copy to clipboard operation
planet-client-python copied to clipboard

Image Download Issues via V1 Data CLI

Open mkshah605 opened this issue 3 years ago • 0 comments

The following image IDs don't properly download using the CLI. The progress monitor goes for 3-4 seconds, and then stops, and no images are downloaded. These images ARE downloadable using the API/requests.

Image IDs:

  • 20160831_180302_0e26
  • 20170623_180038_0f34

CLI code currently not working:

!planet data download --item-type PSScene --dest data --asset-type ortho_analytic_4b, ortho_analytic_4b_xml --string-in id 20160831_180302_0e26

!planet data download --item-type PSScene --asset-type ortho_analytic_4b, ortho_analytic_4b_xml --dest data --string-in id 20170623_180038_0f34

mkshah605 avatar Apr 04 '22 21:04 mkshah605