No project description provided
Project description
xpublish-edr
Xpublish routers for the OGC EDR API.
Documentation and code
URLs for the docs and code.
Installation
For conda
users you can
conda install --channel conda-forge xpublish_edr
or, if you are a pip
users
pip install xpublish_edr
Example
import xarray as xr
import xpublish
from xpublish.routers import base_router, zarr_router
from xpublish_edr.cf_edr_router import cf_edr_router
ds = xr.open_dataset("dataset.nc")
rest = xpublish.Rest(
datasets,
routers=[
(base_router, {"tags": ["info"]}),
(cf_edr_router, {"tags": ["edr"], "prefix": "/edr"}),
(zarr_router, {"tags": ["zarr"], "prefix": "/zarr"}),
],
)
Get in touch
Report bugs, suggest features or view the source code on GitHub.
License and copyright
xpublish-edr is licensed under BSD 3-Clause "New" or "Revised" License (BSD-3-Clause).
Development occurs on GitHub at https://github.com/gulfofmaine/xpublish-edr/issues.
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
xpublish_edr-0.1.0.tar.gz
(8.5 kB
view details)
Built Distribution
File details
Details for the file xpublish_edr-0.1.0.tar.gz
.
File metadata
- Download URL: xpublish_edr-0.1.0.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3856e261004025fece803ddd94c9984930225616433e448a2b86b2d4e21d8c74 |
|
MD5 | d34935cf9bd93327b31786cb1f21c06b |
|
BLAKE2b-256 | 286a2a50ee2be373b8a8761f9e16aaf688a11b2764159e126ddfd7285d0fc149 |
Provenance
File details
Details for the file xpublish_edr-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: xpublish_edr-0.1.0-py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | acba174e11a5a40cff81cf0d2a1e34ace11d27666c0bf5c4fb30892eedb615ce |
|
MD5 | cb1fa7c695261975e551310dae292dfd |
|
BLAKE2b-256 | e04f44410c1b578495a73504bb0492ab8fcf39225fb45de7c3771177ce617b8e |