Create virtual environment
python3 -m venv env/
Activate virtual environment
source env/bin/activate
Install dependencies
pip install -r requirements.txt
Run server
python app.py
| import xarray as xr | |
| import xpublish | |
| ds = xr.open_dataset('./nos.tbofs.fields.f008.20230920.t00z.nc', chunks={}) | |
| ds.rest.serve() |
| xpublish | |
| git+https://github.com/xpublish-community/xpublish-wms@f64814241f9cf48a733d81526cf7ca580b5b1459 | |
| netcdf4 | |
| h5py | |
| h5netcdf | |
| xarray | |
| zarr | |
| cftime |