Skip to content

Commit

Permalink
Bump to latest wms version
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiannucci committed Oct 31, 2023
1 parent 5d39cc7 commit 742c5bd
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ First follow instructions above to build the docker image tagged `xreds:latest`.

```bash
# Auth with ECR
aws ecr-public get-login-password --region us-east-1 --no-verify-ssl | docker login --username AWS --password-stdin public.ecr.aws/m2c5k9c1
aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws/m2c5k9c1

# Tag the image
docker tag xreds:latest public.ecr.aws/m2c5k9c1/nextgen-dmac/xreds:latest
Expand Down
12 changes: 12 additions & 0 deletions datasets/datasets.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,24 @@
"chunks": {},
"drop_variables": ["dstart"]
},
"gomofs": {
"path": "s3://nextgen-dmac-cloud-ingest/nos/gomofs/nos.gomofs.fields.best.nc.zarr",
"type": "kerchunk",
"chunks": {},
"drop_variables": ["dstart"]
},
"tbofs": {
"path": "s3://nextgen-dmac-cloud-ingest/nos/tbofs/nos.tbofs.fields.best.nc.zarr",
"type": "kerchunk",
"chunks": {},
"drop_variables": ["dstart"]
},
"wcofs": {
"path": "s3://nextgen-dmac-cloud-ingest/nos/wcofs/nos.wcofs.fields.best.nc.zarr",
"type": "kerchunk",
"chunks": {},
"drop_variables": ["dstart"]
},
"gfswave_global": {
"path": "s3://nextgen-dmac/kerchunk/gfswave_global_kerchunk.json",
"type": "kerchunk",
Expand Down
13 changes: 12 additions & 1 deletion datasets/datasets_local.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
"chunks": {},
"drop_variables": ["dstart"]
},
"gomofs": {
"path": "s3://nextgen-dmac-cloud-ingest/nos/gomofs/nos.gomofs.fields.best.nc.zarr",
"type": "kerchunk",
"chunks": {},
"drop_variables": ["dstart"]
},
"tbofs": {
"path": "s3://nextgen-dmac-cloud-ingest/nos/tbofs/nos.tbofs.fields.best.nc.zarr",
"type": "kerchunk",
Expand All @@ -29,6 +35,12 @@
"chunks": {},
"drop_variables": ["Itime2"]
},
"wcofs": {
"path": "s3://nextgen-dmac-cloud-ingest/nos/wcofs/nos.wcofs.fields.best.nc.zarr",
"type": "kerchunk",
"chunks": {},
"drop_variables": ["dstart"]
},
"rtofs_east_coast": {
"path": "s3://nextgen-dmac-cloud-ingest/rtofs/rtofs.rtofs_glo_3dz_6hrly_hvr_US_east.best.nc.zarr",
"type": "kerchunk",
Expand All @@ -40,7 +52,6 @@
"type": "kerchunk",
"chunks": {},
"drop_variables": []

},
"gfswave_global": {
"path": "s3://nextgen-dmac/kerchunk/gfswave_global_kerchunk.json",
Expand Down
1 change: 1 addition & 0 deletions datasets/fort.63_post_1980-1981.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ zarr==2.16.1
scipy==1.9.3
git+https://github.com/fsspec/kerchunk@8d8e84c619a63d4372b33b05c9bfe35fdcb6e61d
git+https://github.com/xpublish-community/xpublish-opendap@25df0e13177aecc4029da63e6211dd6c334be9bd
git+https://github.com/xpublish-community/xpublish-wms@17a75c58f2bb7729ed172db4860789b00dc334d2
git+https://github.com/xpublish-community/xpublish-wms@c265cd14f3fe6b3d14cfbffe63745f19f994ed79
git+https://github.com/xpublish-community/xpublish-edr@0a4505b30696dec30dc95e0ffe12ea6b598930d7
opendap-protocol<1.2.0
pykdtree==1.3.6

0 comments on commit 742c5bd

Please sign in to comment.