Skip to content

Downloading Data

Adam J. Stewart edited this page Dec 20, 2022 · 4 revisions

Planetary Computer

  1. Find a dataset of interest: https://planetarycomputer.microsoft.com/catalog
  2. Explore the dataset: https://planetarycomputer.microsoft.com/explore
  3. Zoom to the area of interest on the map
  4. Select the dataset from the dropdown
  5. Change any other required search criteria
  6. Click the image you would like to download
  7. Click "Explore results in the Hub"
  8. Click "Open Hub" if you have access, or run the code locally if you don't
  9. In the Launcher tab, open a new Python 3 notebook
  10. Copy-n-paste the code from the Explorer
  11. The code will print the URLs for all files in your search query
  12. Use wget or curl to manually download those locally
Clone this wiki locally