neracoos-open / NFWF

Code and issues for the NERACOOS NFWF project
MIT License
2 stars 1 forks source link

Get NcWMS2 working at SMAST #3

Open rsignell-usgs opened 8 years ago

rsignell-usgs commented 8 years ago

Now that ncWMS2 supports UGRID, we should get UMASS/SMAST to install ncWMS2 and test it out for the GOM3 and MASSBAY forecasts

rsignell-usgs commented 8 years ago

I worked with Andre at UMASSD to set up ncWMS2, and we added some of the forecast and hindcast datasets, accessible via godiva3 at:

http://www.smast.umassd.edu:8080/ncWMS2/Godiva3.html

Here's a screen grab just to show it's working: 2016-04-06_8-25-36

The getcapabilities is at http://www.smast.umassd.edu:8080/ncWMS2

You can do a time series request at a specified location by via the WMS2 "GetTimeseries" request:

GOM3:

http://www.smast.umassd.edu:8080/ncWMS2/wms?REQUEST=GetTimeseries&LAYERS=NECOFS-GOM3-Forecast/zeta&QUERY_LAYERS=NECOFS-GOM3-Forecast/zeta&BBOX=-71.7692,40.9445,-68.8181,43.3054&SRS=EPSG:4326&FEATURE_COUNT=5&HEIGHT=600&WIDTH=750&X=322&Y=227&STYLES=default/default&VERSION=1.1.1&TIME=2016-03-19T00:00:00.000Z/2016-03-25T00:00:00.000Z&INFO_FORMAT=text/csv

MASSBAY:

http://www.smast.umassd.edu:8080/ncWMS2/wms?REQUEST=GetTimeseries&LAYERS=NECOFS-MassBay-Forecast/zeta&QUERY_LAYERS=NECOFS-MassBay-Forecast/zeta&BBOX=-71.7692,40.9445,-68.8181,43.3054&SRS=EPSG:4326&FEATURE_COUNT=5&HEIGHT=600&WIDTH=750&X=293&Y=199&STYLES=default/default&VERSION=1.1.1&TIME=2016-03-19T00:00:00.000Z/2016-03-25T00:00:00.000Z&INFO_FORMAT=text/csv

There seems to be an issue with the forecasts not updating. I'll check in with Andre to make sure he has the latest ncWMS2.war file and has restarted tomcat.