notebooks icon indicating copy to clipboard operation
notebooks copied to clipboard

planet_tasking_api_order_creation: capture look up does not work, missing "="

Open AlexanderWinterl opened this issue 1 year ago • 0 comments

In the notebook "planet_tasking_api_order_creation" in section 3 the request using the order id is missing a "=" Current: res = session.request('GET', TASKING_API_URL + '/captures/?order_id' + order_id + '&fulfilling=true') should be res = session.request('GET', TASKING_API_URL + '/captures/?order_id=' + order_id + '&fulfilling=true')

AlexanderWinterl avatar Oct 25 '24 15:10 AlexanderWinterl