UP42’s Python SDK version 2 is deprecated and will be replaced by version 3 according to the release schedule. Use this guide to find replacements for deprecated methods and properties.
Property or method | Replacement |
---|---|
asset_id | |
stac_items | search method |
stac_info | get_item method |
file | file.url property |
get | get_item method |
all | search method |
update_metadata | update method |
get_stac_asset_url | file.url property |
download | file.download method |
download_stac_asset | file.download method |
Property or method | Replacement |
---|---|
get_credits_balance | Check your balance on the console |
Property or method | Replacement |
---|---|
get_data_product_schema | schema property |
estimate_order | Estimate class |
place_order | place method |
construct_search_parameters | search method |
search | search method |
construct_order_parameters | BatchOrderTemplate class |
download_quicklooks | Scene class’s quicklook attribute + download method |
Property or method | Replacement |
---|---|
order_details | Order class’s details attribute |
order_id | Order class’s id attribute |
get_assets | search method |
track_status | track method |
Property or method | Replacement |
---|---|
get_data_product_schema | schema property |
estimate_order | Estimate class |
place_order | place method |
construct_order_parameters | BatchOrderTemplate class |
get_quotations | all method |
decide_quotation | accept/reject + save methods |
get_feasibility | all method |
choose_feasibility | accept + save methods |
Property or method | Replacement |
---|---|
save | |
get | |
trigger_test_events | |
delete | |
get_webhook_events | |
all |