Releases: up42/up42-py
Releases · up42/up42-py
0.24.0
- Add
catalog.get_data_product_schema()
for details on the order parameters - Switches parameter
sensor
tocollection
incatalog.download_quicklooks
. - Various small improvements e.g. quicklooks automatic band selection, Reduced use of default parameters in
constructor methods, error message display, optimized API call handling for parameter validation etc. - Internal: Separation of Catalog and CatalogBase to prepare addition of Tasking class, reorganize test fixtures.
0.23.1
0.23.0
- Integrates the UP42 data products, e.g. the selection "Display" and "Reflectance" configuration in the ordering process. The new ordering process requires the selection of a specific data product, see the updated Search & Order data documentation chapter.
- The
order_parameters
argument forcatalog.estimate_order
andcatalog.place_order
now has a different structure.
The previous option to just specify the collection name will soon be deactivated in the UP42 API! - New function
catalog.get_data_products
- New function
catalog.construct_order_parameters
catalog.construct_search_parameters
replacescatalog.construct_parameters
which is deprecated and will be removed in v0.25.0
0.22.2
0.22.1
0.22.0
- Adds webhooks functionality to the SDK, see new webhooks docs chapter.
- Introduces optional installation option for the visualization functionalities. The required dependencies are now
not installed by default. See the new [visualization docs chapter] (https://sdk.up42.com/visualizations/). - Removes
order.metadata
property, as removed from UP42 API. - Fix: Using a MultiPolygon geometry in construct_parameters will now correctly raise an error as not accepted.
- Documentation overhaul & various improvements
0.21.0
- Adding
up42.get_balance
andup42.get_credits_history
features for allowing account information retrieval. - Adding
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.- Catalog search now enables search for Pleiades Neo etc. (uses host specific API endpoints)
- Fix:
project.get_jobs
now correctly queries the full number of jobs.
0.20.2
- Update documentation
- Non functional changes to enable conda release
- Update requirements and removing overlapping subdependencies
0.20.1
- Update documentation for latest changes on the user console.
- Remove outdated examples.
- Add required files on the dist version for allowing creation of conda meta files.
0.20.0
- Enables getting credits consumed by a job via
job.get_credits
.