Skip to main content

A python wrapper around the HyP3 API

Project description

HyP3 SDK

PyPI license PyPI pyversions PyPI version Conda version Conda platforms

A python wrapper around the HyP3 API

Install

The HyP3 SDK can be installed via Anaconda/Miniconda:

conda install -c conda-forge hyp3_sdk

Or using pip:

python -m pip install hyp3_sdk

Quick Usage

The HyP3 object interactions with the HyP3 API are done using an instance of the HyP3 class

>>> from hyp3_sdk import HyP3
>>> hyp3 = HyP3(username='MyUsername', password='MyPassword')  
>>> job = hyp3.submit_rtc_job(granule='S1A_IW_SLC__1SSV_20150621T120220_20150621T120232_006471_008934_72D8', name='MyNewJob')
>>> job = hyp3.watch(job)
>>> job.download_files()

Documentation

For advanced usage and the SDK API Reference, see the HyP3 documentation

Contact Us

Want to talk about the HyP3 SDK? We would love to hear from you!

Found a bug? Want to request a feature? open an issue

General questions? Suggestions? Or just want to talk to the team? chat with us on gitter

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

hyp3_sdk-0.3.2.tar.gz (24.7 kB view hashes)

Uploaded Source

Built Distribution

hyp3_sdk-0.3.2-py3-none-any.whl (9.4 kB view hashes)

Uploaded Python 3

Supported by

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