From a4fc3d6c38455578ea0fd09f262b59d9bf8ee7d7 Mon Sep 17 00:00:00 2001 From: <> Date: Wed, 17 Apr 2024 09:54:49 +0000 Subject: [PATCH] update gh-pages [ci skip] --- .nojekyll | 0 404.html | 433 ++ CHANGELOG/index.html | 1947 +++++ CNAME | 1 + __init__/index.html | 891 +++ __pycache__/macros.cpython-311.pyc | Bin 0 -> 6012 bytes assets/_mkdocstrings.css | 0 assets/badge_logo.svg | 1 + assets/docs.png | Bin 0 -> 536565 bytes assets/github-banner-3.jpg | Bin 0 -> 179975 bytes assets/illustration.png | Bin 0 -> 479399 bytes assets/images/favicon.png | Bin 0 -> 1870 bytes assets/javascripts/bundle.bd41221c.min.js | 29 + assets/javascripts/bundle.bd41221c.min.js.map | 7 + assets/javascripts/lunr/min/lunr.ar.min.js | 1 + assets/javascripts/lunr/min/lunr.da.min.js | 18 + assets/javascripts/lunr/min/lunr.de.min.js | 18 + assets/javascripts/lunr/min/lunr.du.min.js | 18 + assets/javascripts/lunr/min/lunr.el.min.js | 1 + assets/javascripts/lunr/min/lunr.es.min.js | 18 + assets/javascripts/lunr/min/lunr.fi.min.js | 18 + assets/javascripts/lunr/min/lunr.fr.min.js | 18 + assets/javascripts/lunr/min/lunr.he.min.js | 1 + assets/javascripts/lunr/min/lunr.hi.min.js | 1 + assets/javascripts/lunr/min/lunr.hu.min.js | 18 + assets/javascripts/lunr/min/lunr.hy.min.js | 1 + assets/javascripts/lunr/min/lunr.it.min.js | 18 + assets/javascripts/lunr/min/lunr.ja.min.js | 1 + assets/javascripts/lunr/min/lunr.jp.min.js | 1 + assets/javascripts/lunr/min/lunr.kn.min.js | 1 + assets/javascripts/lunr/min/lunr.ko.min.js | 1 + assets/javascripts/lunr/min/lunr.multi.min.js | 1 + assets/javascripts/lunr/min/lunr.nl.min.js | 18 + assets/javascripts/lunr/min/lunr.no.min.js | 18 + assets/javascripts/lunr/min/lunr.pt.min.js | 18 + assets/javascripts/lunr/min/lunr.ro.min.js | 18 + assets/javascripts/lunr/min/lunr.ru.min.js | 18 + assets/javascripts/lunr/min/lunr.sa.min.js | 1 + .../lunr/min/lunr.stemmer.support.min.js | 1 + assets/javascripts/lunr/min/lunr.sv.min.js | 18 + assets/javascripts/lunr/min/lunr.ta.min.js | 1 + assets/javascripts/lunr/min/lunr.te.min.js | 1 + assets/javascripts/lunr/min/lunr.th.min.js | 1 + assets/javascripts/lunr/min/lunr.tr.min.js | 18 + assets/javascripts/lunr/min/lunr.vi.min.js | 1 + assets/javascripts/lunr/min/lunr.zh.min.js | 1 + assets/javascripts/lunr/tinyseg.js | 206 + assets/javascripts/lunr/wordcut.js | 6708 +++++++++++++++++ .../workers/search.b8dbb3d2.min.js | 42 + .../workers/search.b8dbb3d2.min.js.map | 7 + assets/logo-up42.ico | Bin 0 -> 24838 bytes assets/product-layers.png | Bin 0 -> 2807045 bytes assets/results_quick_sample.jpg | Bin 0 -> 1524 bytes assets/stylesheets/main.10ba22f1.min.css | 1 + assets/stylesheets/main.10ba22f1.min.css.map | 1 + assets/stylesheets/palette.06af60db.min.css | 1 + .../stylesheets/palette.06af60db.min.css.map | 1 + authentication/index.html | 15 + examples/data/aoi_berlin.geojson | 36 + examples/data/aoi_washington.geojson | 36 + geometry_handling/index.html | 15 + index.html | 15 + installation/index.html | 15 + macros/index.html | 1164 +++ reference/asset-reference/index.html | 15 + reference/catalog-reference/index.html | 15 + reference/catalogbase-reference/index.html | 15 + reference/order-reference/index.html | 15 + reference/storage-reference/index.html | 15 + reference/tasking-reference/index.html | 15 + reference/up42-reference/index.html | 15 + reference/webhook-reference/index.html | 15 + search/search_index.json | 1 + sitemap.xml | 23 + sitemap.xml.gz | Bin 0 -> 248 bytes structure/index.html | 15 + stylesheets/extra.css | 96 + stylesheets/extra.js | 8 + support-faq/index.html | 15 + theme_override_home/home.html | 267 + theme_override_home/main.html | 45 + webhooks/index.html | 15 + 82 files changed, 12464 insertions(+) create mode 100644 .nojekyll create mode 100644 404.html create mode 100644 CHANGELOG/index.html create mode 100644 CNAME create mode 100644 __init__/index.html create mode 100644 __pycache__/macros.cpython-311.pyc create mode 100644 assets/_mkdocstrings.css create mode 100644 assets/badge_logo.svg create mode 100644 assets/docs.png create mode 100644 assets/github-banner-3.jpg create mode 100644 assets/illustration.png create mode 100644 assets/images/favicon.png create mode 100644 assets/javascripts/bundle.bd41221c.min.js create mode 100644 assets/javascripts/bundle.bd41221c.min.js.map create mode 100644 assets/javascripts/lunr/min/lunr.ar.min.js create mode 100644 assets/javascripts/lunr/min/lunr.da.min.js create mode 100644 assets/javascripts/lunr/min/lunr.de.min.js create mode 100644 assets/javascripts/lunr/min/lunr.du.min.js create mode 100644 assets/javascripts/lunr/min/lunr.el.min.js create mode 100644 assets/javascripts/lunr/min/lunr.es.min.js create mode 100644 assets/javascripts/lunr/min/lunr.fi.min.js create mode 100644 assets/javascripts/lunr/min/lunr.fr.min.js create mode 100644 assets/javascripts/lunr/min/lunr.he.min.js create mode 100644 assets/javascripts/lunr/min/lunr.hi.min.js create mode 100644 assets/javascripts/lunr/min/lunr.hu.min.js create mode 100644 assets/javascripts/lunr/min/lunr.hy.min.js create mode 100644 assets/javascripts/lunr/min/lunr.it.min.js create mode 100644 assets/javascripts/lunr/min/lunr.ja.min.js create mode 100644 assets/javascripts/lunr/min/lunr.jp.min.js create mode 100644 assets/javascripts/lunr/min/lunr.kn.min.js create mode 100644 assets/javascripts/lunr/min/lunr.ko.min.js create mode 100644 assets/javascripts/lunr/min/lunr.multi.min.js create mode 100644 assets/javascripts/lunr/min/lunr.nl.min.js create mode 100644 assets/javascripts/lunr/min/lunr.no.min.js create mode 100644 assets/javascripts/lunr/min/lunr.pt.min.js create mode 100644 assets/javascripts/lunr/min/lunr.ro.min.js create mode 100644 assets/javascripts/lunr/min/lunr.ru.min.js create mode 100644 assets/javascripts/lunr/min/lunr.sa.min.js create mode 100644 assets/javascripts/lunr/min/lunr.stemmer.support.min.js create mode 100644 assets/javascripts/lunr/min/lunr.sv.min.js create mode 100644 assets/javascripts/lunr/min/lunr.ta.min.js create mode 100644 assets/javascripts/lunr/min/lunr.te.min.js create mode 100644 assets/javascripts/lunr/min/lunr.th.min.js create mode 100644 assets/javascripts/lunr/min/lunr.tr.min.js create mode 100644 assets/javascripts/lunr/min/lunr.vi.min.js create mode 100644 assets/javascripts/lunr/min/lunr.zh.min.js create mode 100644 assets/javascripts/lunr/tinyseg.js create mode 100644 assets/javascripts/lunr/wordcut.js create mode 100644 assets/javascripts/workers/search.b8dbb3d2.min.js create mode 100644 assets/javascripts/workers/search.b8dbb3d2.min.js.map create mode 100644 assets/logo-up42.ico create mode 100644 assets/product-layers.png create mode 100644 assets/results_quick_sample.jpg create mode 100644 assets/stylesheets/main.10ba22f1.min.css create mode 100644 assets/stylesheets/main.10ba22f1.min.css.map create mode 100644 assets/stylesheets/palette.06af60db.min.css create mode 100644 assets/stylesheets/palette.06af60db.min.css.map create mode 100644 authentication/index.html create mode 100644 examples/data/aoi_berlin.geojson create mode 100644 examples/data/aoi_washington.geojson create mode 100644 geometry_handling/index.html create mode 100644 index.html create mode 100644 installation/index.html create mode 100644 macros/index.html create mode 100644 reference/asset-reference/index.html create mode 100644 reference/catalog-reference/index.html create mode 100644 reference/catalogbase-reference/index.html create mode 100644 reference/order-reference/index.html create mode 100644 reference/storage-reference/index.html create mode 100644 reference/tasking-reference/index.html create mode 100644 reference/up42-reference/index.html create mode 100644 reference/webhook-reference/index.html create mode 100644 search/search_index.json create mode 100644 sitemap.xml create mode 100644 sitemap.xml.gz create mode 100644 structure/index.html create mode 100644 stylesheets/extra.css create mode 100644 stylesheets/extra.js create mode 100644 support-faq/index.html create mode 100644 theme_override_home/home.html create mode 100644 theme_override_home/main.html create mode 100644 webhooks/index.html diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 000000000..e69de29bb diff --git a/404.html b/404.html new file mode 100644 index 000000000..37e2aac24 --- /dev/null +++ b/404.html @@ -0,0 +1,433 @@ + + + + +
+ + + + + + + + + + + + + + + + +Update your installation to the latest version with the following command:
+pip install up42-py --upgrade
+
conda update -c conda-forge up42-py
+
You can check your current version with the following command:
+pip show up42-py
+
conda search up42-py
+
For more information, see UP42 Python package description.
+Apr 17, 2024 +- Dropped deprecated functionalities: Jobs, Projects, Workflows, Viztools +- Dropped deprecated code related to blocks
+Apr 16, 2024
+- Dropped get_blocks
, get_block_details
and get_block_coverage
from main.py
Apr 16, 2024
+- Dropped project id and api key based authentication in main.py
, auth.py
, http/oauth.py
and http/client.py
+- Adapted tests and fixtures
+- Dropped viztools.py
Apr 16, 2024
+Apr 15, 2024
+Apr 15, 2024
+Apr 15, 2024
+Apr 15, 2024
+Apr 8, 2024
+Dependabot security updates: + - Bump black from 22.12.0 to 24.3.0 + - Bump pillow from 10.2.0 to 10.3.0
+Apr 5, 2024
+Jobs
, Workflow
, and Projects
related features.Apr 4, 2024
+http/session.py
auth.py
and http/client.py
authenticate
flag in auth.py
auth.py
and main.py
Apr 3, 2024
+Jobs
, Workflow
, and Projects
related features.Apr 2, 2024
+estimation.py
, test_estimation.py
and fixtures_estimation.py
March 28, 2024
+auth.py
March 27, 2024
+March 26, 2024
+http.client.Client
in auth.py
for authentication and token managementMarch 21, 2024
+March 21, 2024
+March 20, 2024
+March 19, 2024
+March 19, 2024
+March 15, 2024
+auth::env
property and the corresponding tests.March 15, 2024
+March 15, 2024
+auth::env
property and the corresponding tests.March 14, 2024
+initialization.py
, test_initialization.py
, main.py
and test_main.py
in accordance with Pylint checks.March 14, 2024
+asset.py
, asset_searcher.py
, test_asset.py
and fixtures_asset.py
in accordance with Pylint checks.test_http_adapter.py
in accordance with Pylint checks.test_e2e_catalog.py
since it is covered by SDK tests.test_session.py
March 13, 2024
+webhooks.py
, test_webhooks.py
and fixtures_webhook.py
in accordance with Pylint checks.test_e2e_30sec.py
since it covers functionality dropped earlier.March 13, 2024
+macros.py
, utils.py
, and test_utils.py
in accordance with Pylint checks.March 13, 2024
+estimation.py
, test_estimation.py
and fixtures_estimation.py
in accordance with Pylint checks.March 13, 2024
+order.py
, test_order.py
and fixtures_order.py
in accordance with Pylint checks.March 13, 2024
+host.py
, tools.py
, test_tools.py
, storage.py
, test_storage.py
and fixtures_storage.py
in accordance with Pylint checks.March 11, 2024
+auth.py
and oauth.py
with their coverage and fixtures in accordance with Pylint checks.conftest.py
in accordance with Pylint checks.March 07, 2024
+March 07, 2024
+tasking.py
, test_tasking.py
, and fixtures_tasking.py
in accordance with Pylint checks.March 06, 2024
+catalog.py
and test_catalog.py
in accordance with Pylint checks.March 06, 2024
+March 04, 2024
+Added new components within the HTTP layer to facilitate future enhancements in authentication and request processes:
+February 20, 2024
+place_order()
and estimate_order()
functions of the CatalogBase class to the latest version of the API.January 25, 2024
+Discontinued support for the following edit and create functions:
+up42:
+validate_manifest()
Project:
+max_concurrent_jobs
update_project_settings()
create_workflow()
Workflow:
+max_concurrent_jobs
update_name()
add_workflow_tasks()
get_compatible_blocks()
get_parameters_info()
construct_parameters()
construct_parameters_parallel()
estimate_job()
test_job()
test_jobs_parallel()
run_job()
run_jobs_parallel()
Job:
+track_status()
cancel_job()
Marked the following visualization functions as deprecated:
+up42:
+viztools.folium_base_map()
Catalog:
+plot_coverage()
map_quicklooks()
plot_quicklooks()
Job:
+map_results()
plot_results()
JobCollection:
+map_results()
plot_results()
JobTask:
+map_results()
plot_results()
plot_quicklooks()
They will be discontinued after March 31, 2024.
+December 15, 2023
+order.get_assets
function.December 13, 2023
+storage.get_orders
function to the latest version of the API.order.get_assets
function.November 23, 2023
+Marked the following parameters of storage.get_assets
as deprecated to enforce the use of the PySTAC client search.
geometry
acquired_before
acquired_after
custom_filter
November 14, 2023
+get_stac_asset_url
generates a signed URL that allows to download a STAC asset from storage without authentication.September 7, 2023
+A new function added to the Asset class:
+download_stac_asset
allows you to download STAC assets from storage.August 9, 2023
+asset.stac_items
.order.track_status
.catalog.search(sort_by)
to acquisition_date
only.get_credits_history
from the main class.asset.stac_info
now returns the pystac.Collection
object.July 14, 2023
+Fixed the failing construct_order_parameters function and updated tests.
+July 3, 2023
+Added a new tags
argument to the following functions:
construct_order_parameters
, to assign tags to new tasking and catalog orders.get_order
, to filter orders by tags.get_assets
, to filter assets by tags.June 20, 2023
+Integrated new functions into the Tasking class:
+get_feasibility
— Returns a list of feasibility studies for tasking orders.choose_feasibility
— Allows accepting one of the proposed feasibility study options.get_quotations
— Returns a list of all quotations for tasking orders.decide_quotation
— Allows accepting or rejecting a quotation for a tasking order.April 6, 2023
+February 17, 2023
+geometry
, acquired_after
, acquired_before
,
+ collection_names
, producer_names
, tags
, search
, sources
.January 26, 2023
+up42.__version__
attribute to access the package version with Python.created
to createdAt
) to UP42 API.December 12, 2022
+asset.update_metadata()
for adjusting title & tags of an asset.storage.get_assets()
has new parameters created_after
, created_before
, workspace_id
to better filter the
+ desired assets. It now queries the assets of all accessible workspaces by default.November 2, 2022
+workflow.construct_parameters
:assets
parameter (list of asset objects), instead use asset_ids
(list of asset_ids).tasking.construct_order_parameters
now accepts a Point feature (e.g. use with Blacksky).get_data_products
with basic=False
now correctly returns only tasking OR catalog products.October 25, 2022
+construct_order_parameters
now also adds the parameters specific to the selected data-product, and suggests
+ possible values based on the data-product schema.October 20, 2022
+catalog.get_data_product_schema()
for details on the order parameterssensor
to collection
in catalog.download_quicklooks
.October 5, 2022
+.
e.g. ./output..zip
.
+ Resolves #350September 20, 2022
+order_parameters
argument for catalog.estimate_order
and catalog.place_order
now has a different structure.
+ The previous option to just specify the collection name will soon be deactivated in the UP42 API!catalog.get_data_products
catalog.construct_order_parameters
catalog.construct_search_parameters
replaces catalog.construct_parameters
which is deprecated and will be
+ removed in v0.25.0July 21, 2022
+July 19, 2022
+July 5, 2022
+order.metadata
property, as removed from UP42 API.May 12, 2022
+up42.get_balance
and up42.get_credits_history
features for allowing account information retrieval.up42.get_block_coverage
features for retrieval of the catalog blocks' coverage as GeoJSON.project.get_jobs
now has sorting criteria, sorting order and limit parameters.project.get_jobs
now correctly queries the full number of jobs.April 10, 2022
+April 5, 2022
+February 15, 2022
+job.get_credits
.January 28, 2022
+catalog.get_collections
.catalog.construct_parameters
to use collection
instead of sensor
for
+ the collection selection.December 20, 2021
+November 10, 2021
+storage.get_orders
+ and storage.get_assets
. Now also uses results pagination which avoids timeout issues
+ when querying large asset/order collections..get_jobs
, .get_workflows
, .get_assets
, .get_orders
calls.workflow.create_workflow
when used with existing=True
..construct_parameters
+ Instead, using multiple features or a MultiPolygon will now raise an error.
+ This aligns the Python SDK with the regular UP42 platform behaviour.September 10, 2021
+usage_type
parameter for selection of "DATA" and "ANALYTICS" data in catalog search.construct_parameters
.get_compatible_blocks
with an empty workflow now returns all data blocks.handle_multiple_features
parameter in construct_parameters
to
+ guarantee parity with UP42 platform. In the future, the UP42 SDK will only handle
+ single geometries.June 30, 2021
+April 7, 2021
+.map_results()
..cancel_job()
functionality.March 12, 2021
+sceneId
property instead of scene_id
.January 27, 2021
+Storage
, Order
and Asset
objects.Catalog
with Catalog.place_order
.Workflow.construct_paramaters
.December 7, 2020
+workflow.estimate_job()
function for estimation of credit costs & job duration before running a job.bands=[3,2,1]
parameter in .plot_results()
and .map_results()
for band & band order selection..plot_results()
now accepts kwargs of rasterio.plot.show and matplotlib.up42.initialize_jobcollection()
get_estimation=False
parameter to workflow.test_job
.November 18, 2020
+map_quicklooks()
to 100 quicklooks.October 30, 2020
+up42.get_blocks
) are accessible
+ from the up42
import object. Now consistently documented in the up42
+ object code reference.project.get_blocks
, workflow.get_blocks
). Now triggers a deprecation warning.October 14, 2020
+.info
property to all objects to get the detailed object information, deprecation process for .get_info
..status
property to job, jobtask and jobcollection objects. Deprecation process for .get_status
..get_jobs
.August 13, 2020
+.map_quicklooks
method for visualising quicklooks interactively..map_quicklooks
method.August 13, 2020
+August 7, 2020
+workflow.construct_parameters_parallel
,
+ workflow.test_job_parallel
, workflow.run_job_parallel
and the new JobCollection
object.workflow.get_jobs
and project.get_jobs
to return JobCollections.job.download_results
.workflow.construct_parameters
.July 15, 2020
+job.map_results
July 4, 2020
+job.map_results
selecting the JSON instead of the imageJune 25, 2020
+May 7, 2020
+workflow.add_workflow_tasks
catalog.download_quicklooks
up42.settings
project.get_jobs
and limit workflow.get_jobs
to jobs in the workflow.workflow.test_job
and workflow.run_job
(with added suffix _py)job.map_results
, make plotting functionalities more robustApril 30, 2020
+April 24, 2020
+job.create_and_run_job
, now split into job.test_job
and job.run_job
ephORK&_s`|8BO 47O5rGcWGqfp_0cE$H~bGtH5l*$+6I+56J!33NN>>VRz=^u@m>&lQ^)G+Ud4?N3{%>_lU?vSO_8b3e0uylUW?h4<;A?vW=c8?zDf}#NsGG7svN+
zw{gC@_KQOZ?L7gy8ZnhmSkEsm9$i1ccT!Acf`eMcynOI#LmmjcD)$m&Vqy{#frM$W
z8rXx;iF3c&FIkpx#Ky)lT`e>O$Vi(+0g
f
zfyhpz6z}S6?rJe)N19N4ABZeuq@
9eaSv%1(5yU6Yd