notebooks
notebooks copied to clipboard
interactive notebooks from Planet Engineering
I'm trying to re-run the sample script to download ARD data (https://github.com/planetlabs/notebooks/blob/master/jupyter-notebooks/analysis-ready-data/ard_1_intro_and_best_practices.ipynb). In Line 9, when I tried to conduct the actual search, this error popped up.
I set the API key as an environment variable and also within the jupyter notebook; I still get the same error. 
This work updates the temporal analysis workflow to take advantage of the sdk v2. It also breaks up the one notebook into `prepare` notebook for getting the field aois, `temporal2.py`...
when I run this line from **jupyter-notebooks/gee-integration/gee-integration.ipynb** `data_products = [ planet.order_request.product(item_ids=iowa_images, product_bundle='analytic_sr_udm2', item_type='PSScene') ]` I got an error: > UnicodeDecodeError: 'gbk' codec can't decode byte 0x93 in position 9591: illegal...
When I work through the notebook, I get an error at ``` async with Session() as sess: cl = sess.client('data') request = await cl.create_search(name='temp_search', search_filter=combined_filter, item_types=item_type) ``` The error is...
- updates PV LST notebook to demonstrate how to subscribe using the planet sdk. This is in conjunction with the newly released feature. - Adds notebooks example to use LST...
republished an old notebook to show how to use PlanetScope with Statistical API - now uses sandbox data
Cosmetic Update: The second option has been changed to Heading 3 instead of Heading 4, which is often too small in many IDEs.
I would appreciate if it could be checked for typos and formatting. Cells should all work, but if they can be run again on a different machine that would also...
Now that the FCD PV has been moved to `eu-central-1`, the Jupyter Notebooks have been updated to make them simpler to use (no declaration of the endpoint needed).