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
{"use strict";/*!
+ * escape-html
+ * Copyright(c) 2012-2013 TJ Holowaychuk
+ * Copyright(c) 2015 Andreas Lubbe
+ * Copyright(c) 2015 Tiancheng "Timothy" Gu
+ * MIT Licensed
+ */var Va=/["'&<>]/;qn.exports=za;function za(e){var t=""+e,r=Va.exec(t);if(!r)return t;var o,n="",i=0,s=0;for(i=r.index;i