Skip to content

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

Open
@AlexanderWinterl

Description

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')

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions