Skip to content

Instantly share code, notes, and snippets.

@dmvianna
Created April 9, 2018 04:59
Show Gist options
  • Save dmvianna/3263d71abcf03e2d378c83242af281a9 to your computer and use it in GitHub Desktop.
Save dmvianna/3263d71abcf03e2d378c83242af281a9 to your computer and use it in GitHub Desktop.
planet data search --item-type PSScene4Band --geom 'planet/test.geojson' --date acquired gt 2018-04-01 --date acquired lt 2018-04-08 --range cloud_cover lt 0.2 > planet/response.json
planet data download --item-type PSScene4Band --geom 'planet/test.geojson' --date acquired gt 2018-04-01 --date acquired lt 2018-04-08 --range cloud_cover lt 0.2 --asset-type 'analytic' --dest 'planet/data'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment