Skip to main content

No project description provided

Project description

xpublish_opendap

Tests codecov

Quick description

Documentation and code

URLs for the docs and code.

Installation - not really, install from Github instead

For conda users you can

conda install --channel conda-forge xpublish_opendap

or, if you are a pip users

pip install xpublish_opendap

Example

import xarray as xr
import xpublish
from xpublish.routers import base_router, zarr_router
from xpublish_opendap import dap_router


ds = xr.open_dataset("dataset.nc")

rest = xpublish.Rest(
    ds,
    routers=[
        (base_router, {"tags": ["info"]}),
        (dap_router, {"tags": ["opendap"], "prefix": "/dap"}),
        (zarr_router, {"tags": ["zarr"], "prefix": "/zarr"})
    ]
)

Get in touch

Report bugs, suggest features or view the source code on GitHub.

License and copyright

xpublish_opendap is licensed under BSD 3-Clause "New" or "Revised" License (BSD-3-Clause).

Development occurs on GitHub at https://github.com/ioos/xpublish_opendap.

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

xpublish_opendap-0.1.dev36.tar.gz (7.1 kB view details)

Uploaded Source

Built Distribution

xpublish_opendap-0.1.dev36-py3-none-any.whl (6.8 kB view details)

Uploaded Python 3

File details

Details for the file xpublish_opendap-0.1.dev36.tar.gz.

File metadata

  • Download URL: xpublish_opendap-0.1.dev36.tar.gz
  • Upload date:
  • Size: 7.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.15

File hashes

Hashes for xpublish_opendap-0.1.dev36.tar.gz
Algorithm Hash digest
SHA256 e7b790e9a885de1b4fe578352443102570a76e94b6166deb521f35a2333ae782
MD5 9640f226cb46d31654f2e2d598e235ac
BLAKE2b-256 1903badfa7407d838febf238beaf7c70f8246aee687b4d4e89407b7347e6b24b

See more details on using hashes here.

Provenance

File details

Details for the file xpublish_opendap-0.1.dev36-py3-none-any.whl.

File metadata

File hashes

Hashes for xpublish_opendap-0.1.dev36-py3-none-any.whl
Algorithm Hash digest
SHA256 b78fae9b412b3732442a3e5b07573be64c2f2780a4e178dbf87ef8fb11f768b0
MD5 255c1d7ea261f006dcda2d00a12411e6
BLAKE2b-256 9d2fdf33fa3b249eda5a73772a4af7547f28e54e1e746af380c2424d3a9e189d

See more details on using hashes here.

Provenance

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