planetlabs / notebooks

interactive notebooks from Planet Engineering
https://developers.planet.com/
Apache License 2.0
626 stars 306 forks source link

Add local download examples to basemaps-related Orders notebooks #314

Closed joferkington closed 1 year ago

joferkington commented 1 year ago

A common request has been for the examples around basemaps in the Orders API to include local download in addition to cloud delivery. I've added examples to both notebooks showing how to download the results of an order locally.

This PR:

  1. Cleans up the output in the notebooks (previously contained lengthy polling messages that made reading the rendered results in github/etc difficult)
  2. Replaces internal-only mosaics that are soon to be deleted with mosaics that are standard products
  3. Refactors the example methods to be more consistent
  4. Adds examples of downloading the files from an order locally for both SDK and "raw" REST API usage