Skip to main content

Python SDK for api.capellaspace.com (search, order, download)

Project description

🛰️ capella-console-client 🐐

Version License CI Coverage Supported Python Versions Documentation

Python SDK for api.capellaspace.com (search, order, download)

Installation

pip install capella-console-client

Requirements

Usage

Quickstart

from capella_console_client import CapellaConsoleClient

# you will be prompted for console user (user@email.com)/ password before authenticating
client = CapellaConsoleClient(
    verbose=True
)

# search for 2 open-data products
stac_items = client.search(
    instrument_mode="spotlight",
    product_type__in=["SLC", "GEO"],
    collections=["capella-open-data"],
    limit=2
)

# order
order_id = client.submit_order(items=stac_items, omit_search=True)

# download
product_paths = client.download_products(
    order_id=order_id, 
    local_dir='/tmp',
    show_progress=True
)

Documentation

The documentation for capella-console-client can be found here.

🧙‍ capella-console-wizard 🧙‍♂️

starting with capella-console-client>=0.8.0 the SDK ships with an interactive wizard-like CLI: capella-console-wizard

Installation

pip install capella-console-client[wizard]

Usage

capella-console-wizard --help

see

Support

Please open an issue with enough information for us to reproduce your problem. A minimal, reproducible example would be very helpful.

Contributing

Contributions are very much welcomed and appreciated. See how to contribute for more information.

License

• Licensed under the MIT License • Copyright 2021 • Capella Space •

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

capella-console-client-0.8.3.tar.gz (33.4 kB view details)

Uploaded Source

Built Distribution

capella_console_client-0.8.3-py3-none-any.whl (43.4 kB view details)

Uploaded Python 3

File details

Details for the file capella-console-client-0.8.3.tar.gz.

File metadata

  • Download URL: capella-console-client-0.8.3.tar.gz
  • Upload date:
  • Size: 33.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.7 CPython/3.8.2 Darwin/19.6.0

File hashes

Hashes for capella-console-client-0.8.3.tar.gz
Algorithm Hash digest
SHA256 bdd266925194c2b2825b55d41ecfef70302e5eae6da7bd57a62629753f47fe6c
MD5 230a2e0f6db9750d0ab742921f1de3f2
BLAKE2b-256 db60ffb9a09e939a6e22bd6621af6102f042f29adc9bb60141c29da22d269ba1

See more details on using hashes here.

File details

Details for the file capella_console_client-0.8.3-py3-none-any.whl.

File metadata

File hashes

Hashes for capella_console_client-0.8.3-py3-none-any.whl
Algorithm Hash digest
SHA256 f29a227cc69388cedac9600109874b73d85ea2a4cbe9fed10388541f6fed95e1
MD5 909c27fea0aee5874104203a97e7f9c8
BLAKE2b-256 13c6d6d4cb48d681dbe32f4fcfc6a450482a4a014c25a029c17a25cd0bcbec0a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page