A python wrapper around the HyP3 API
Project description
HyP3 SDK
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hyp3_sdk-0.3.2.tar.gz.
File metadata
- Download URL: hyp3_sdk-0.3.2.tar.gz
- Upload date:
- Size: 24.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
598dcdcb56c85d91585ae5e7d3f0542311b335aba17e5385dc88a4f7848bc308
|
|
| MD5 |
178527779cd7363508e28491fdd160fe
|
|
| BLAKE2b-256 |
cef7ff5c58c1bb5e65993c0fb78df0001c151247b90494e4912da7446cfbf497
|
File details
Details for the file hyp3_sdk-0.3.2-py3-none-any.whl.
File metadata
- Download URL: hyp3_sdk-0.3.2-py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
17f73043738892efbe6e331515661c4cc70802e52c3a8f752f91281229d984b6
|
|
| MD5 |
3dd018c6c46939df00a392725dbdefa0
|
|
| BLAKE2b-256 |
9890f3f40e5133da89cf2e50f7221443a9a12aff7c5323b45aba1eb9e7a2e001
|