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
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.0.5.tar.gz
(10.1 kB
view details)
Built Distribution
File details
Details for the file pyo_oracle-0.0.5.tar.gz
.
File metadata
- Download URL: pyo_oracle-0.0.5.tar.gz
- Upload date:
- Size: 10.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | abb57cca0fbbae781ae97e6518e43888235603f8284beefccf5422aefe54ecdb |
|
MD5 | 5afdea5697982516ce7eeb4eb7aa546a |
|
BLAKE2b-256 | 530395b83b13e314d4a92c12cd08ccde8e2ea7ad6668a68b3d089bd6b16d6808 |
File details
Details for the file pyo_oracle-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: pyo_oracle-0.0.5-py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 54f000807f65ff3bf019eada9aed29f99006eed36f2f593e09eb1a74f84c8a21 |
|
MD5 | ffe60a5c43ec1e98d5b1577631a585e5 |
|
BLAKE2b-256 | 3ecb3b43e4212f3a05ff6c328758e796fca95c3950bfe8b661c5996d4e66a56a |