Python client for the Bio-ORACLE ERDDAP server.
Project description
pyo_oracle
Python interface for the Bio-ORACLE ERDDAP server
Quick start
import pyo_oracle
# List available layers in the Bio-ORACLE server
pyo_oracle.list_layers()
# Define constraints and download a layer (the full layer is a large file)
constraints = {
"time>=": "2000-01-01T00:00:00Z",
"time<=": "2010-01-01T12:00:00Z",
"time_step": 100,
"latitude>=": 0,
"latitude<=": 10,
"latitude_step": 100,
"longitude>=": 0,
"longitude<=": 10,
"longitude_step": 1
}
pyo_oracle.download_layers("thetao_baseline_2000_2019_depthsurf", constraints=constraints)
# See local data
pyo_oracle.list_local_data()
Installation
# With conda
conda create -n pyo_oracle conda-forge::pyo-oracle
# or with pip
pip install pyo-oracle
Please open an issue if you experience any problems. More documentation coming soon!
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
pyo_oracle-0.2.0.tar.gz
(11.9 kB
view details)
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 pyo_oracle-0.2.0.tar.gz.
File metadata
- Download URL: pyo_oracle-0.2.0.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5db87bf4c24746933c534061afa33d5f67c1e9c0de7313d7a0d7e5acf23446e0
|
|
| MD5 |
d2bd25c97c74b4194e1bdab22d8ff0e6
|
|
| BLAKE2b-256 |
8e48834f9ca74cfff5bbfd74b43f50649805fc00a183bcf09188b10cbc7b3871
|
File details
Details for the file pyo_oracle-0.2.0-py3-none-any.whl.
File metadata
- Download URL: pyo_oracle-0.2.0-py3-none-any.whl
- Upload date:
- Size: 11.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
129cfdfac93365212dba9fc674e320165b05e2720f88b914ca44f686b0224e2f
|
|
| MD5 |
ac7bcc5d2ee6b2efbcdc683f174d9bd8
|
|
| BLAKE2b-256 |
eaf1bb94a9183ac44907762d07360254d54422f1217afbefd2d66344b8b9606a
|