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
Built Distribution
File details
Details for the file xpublish_edr-0.1.dev29.tar.gz
.
File metadata
- Download URL: xpublish_edr-0.1.dev29.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eda83435fb547a34250dea927fe33d11a0ba9c62c78a8e05f94e511238d90a6a |
|
MD5 | dcc994df8633878886285b1e466cd928 |
|
BLAKE2b-256 | 491e7c982d66bd8896819f451fdfeeff479a65b829915cc6aeb8d504bdc5132e |
Provenance
File details
Details for the file xpublish_edr-0.1.dev29-py3-none-any.whl
.
File metadata
- Download URL: xpublish_edr-0.1.dev29-py3-none-any.whl
- Upload date:
- Size: 9.5 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 | 3600f838af96639279ca047b38f35789cf85451fa4ccf76aa9753d3eb20640ef |
|
MD5 | 22403e775d9faa0c865a0ed3d9d23ec7 |
|
BLAKE2b-256 | 7609e1d05073c2de0ea016824f9e60eae6438e2f25fd03b2574e668c1074eedc |