Skip to content

v2.0.0rc2

Compare
Choose a tag to compare
@stephencpope stephencpope released this 19 Apr 20:16
· 165 commits to master since this release

Catalog

  • Added support for data storage. The Blob class provides mechanism to upload, index, share, and retrieve arbitrary byte sequences (e.g. files). Blobs can be searched by namespace and name, geospatial coordinates (points, polygons, etc.), and tags. Blobs can be downloaded to a local file, or retrieved directly as a Python bytes object. Blobs support the same sharing mechanisms as Products, with owners, writers, and readers attributes.
  • Added support to Property for prefix filtering.

Compute

  • Added method to update user credentials for a Function.
  • Added methods to retrieve build and job logs.

General

  • Added support for Shapely=2.X.