Skip to content

Releases: up42/up42-py

0.24.0

21 Oct 18:27
2e798ae
Compare
Choose a tag to compare
  • Add catalog.get_data_product_schema() for details on the order parameters
  • Switches parameter sensor to collection in catalog.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

05 Oct 19:45
04cc39b
Compare
Choose a tag to compare
  • Fixes issue with filename of downloaded assets containing two suffix . e.g. ./output..zip.
    Resolves #350

0.23.0

26 Sep 17:25
63767f1
Compare
Choose a tag to compare
  • 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 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!
  • New function catalog.get_data_products
  • New function catalog.construct_order_parameters
  • catalog.construct_search_parameters replaces catalog.construct_parameters which is deprecated and will be removed in v0.25.0

0.22.2

21 Jul 06:26
0fabb85
Compare
Choose a tag to compare
  • Fix unpacking of order assets if no output topfolder inherent in archive

0.22.1

21 Jul 06:25
0fabb85
Compare
Choose a tag to compare
  • Fix conda release (include requirements-viz file)

0.22.0

05 Jul 17:51
23bcbd9
Compare
Choose a tag to compare
  • 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

19 May 09:29
0b9682d
Compare
Choose a tag to compare
  • Adding up42.get_balance and up42.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

11 Apr 07:35
28a59ab
Compare
Choose a tag to compare
  • Update documentation
  • Non functional changes to enable conda release
  • Update requirements and removing overlapping subdependencies

0.20.1

05 Apr 16:05
f207561
Compare
Choose a tag to compare
  • 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

15 Feb 12:42
e75a294
Compare
Choose a tag to compare
  • Enables getting credits consumed by a job via job.get_credits.