No project description provided
Project description
xpublish_opendap
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
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
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | e7b790e9a885de1b4fe578352443102570a76e94b6166deb521f35a2333ae782 |
|
MD5 | 9640f226cb46d31654f2e2d598e235ac |
|
BLAKE2b-256 | 1903badfa7407d838febf238beaf7c70f8246aee687b4d4e89407b7347e6b24b |
Provenance
File details
Details for the file xpublish_opendap-0.1.dev36-py3-none-any.whl
.
File metadata
- Download URL: xpublish_opendap-0.1.dev36-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b78fae9b412b3732442a3e5b07573be64c2f2780a4e178dbf87ef8fb11f768b0 |
|
MD5 | 255c1d7ea261f006dcda2d00a12411e6 |
|
BLAKE2b-256 | 9d2fdf33fa3b249eda5a73772a4af7547f28e54e1e746af380c2424d3a9e189d |