Skip to main content

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


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)

Uploaded Source

Built Distribution

pyo_oracle-0.0.5-py3-none-any.whl (10.4 kB view details)

Uploaded Python 3

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

Hashes for pyo_oracle-0.0.5.tar.gz
Algorithm Hash digest
SHA256 abb57cca0fbbae781ae97e6518e43888235603f8284beefccf5422aefe54ecdb
MD5 5afdea5697982516ce7eeb4eb7aa546a
BLAKE2b-256 530395b83b13e314d4a92c12cd08ccde8e2ea7ad6668a68b3d089bd6b16d6808

See more details on using hashes here.

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

Hashes for pyo_oracle-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 54f000807f65ff3bf019eada9aed29f99006eed36f2f593e09eb1a74f84c8a21
MD5 ffe60a5c43ec1e98d5b1577631a585e5
BLAKE2b-256 3ecb3b43e4212f3a05ff6c328758e796fca95c3950bfe8b661c5996d4e66a56a

See more details on using hashes here.

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