Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visualizing NECOFS Inundation Forecast #15

Open
tshyka opened this issue Dec 1, 2016 · 11 comments
Open

Visualizing NECOFS Inundation Forecast #15

tshyka opened this issue Dec 1, 2016 · 11 comments

Comments

@tshyka
Copy link

tshyka commented Dec 1, 2016

No description provided.

@ebridger
Copy link
Member

ebridger commented Dec 1, 2016

This catalog seems to have the forecasts for BOSTON, HAMPTON, SCITUATE, MASSBAY updated daily.
http://www.smast.umassd.edu:8080/thredds/catalog/models/fvcom/NECOFS/Forecasts/catalog.html

@rsignell-usgs
Copy link
Member

Step 1 complete: I have added the Hampton, Scituate, and Boston datasets to the UGRID-compliant forecast catalog here:
http://www.smast.umassd.edu:8080/thredds/forecasts.html
Next step is getting them into ncWMS2 or sci-wms.

@rsignell-usgs
Copy link
Member

rsignell-usgs commented Jan 12, 2017

I dropped the DAP endpoint for Boston in my ncWMS2 server at
http://gamone.whoi.edu/ncWMS
http://gamone.whoi.edu/ncWMS/Godiva3.html
and it worked, but I'm guessing this isn't exactly what you want?

Looks like elevation is the water level or land level (when dry), and perhaps it's really the wet cells that are important:
2017-01-12_16-48-15

So you might have to make your own displays, but at least the data is available!

@tshyka
Copy link
Author

tshyka commented Jan 12, 2017

That's great that the data is available. If possible I think we would ideally like to mimic what the NHC is doing for visualizing storm surge forecasts and use a color ramp to show the forecasted height of water above the ground and then show the normal coastal water level with light blue.
screen shot 2017-01-12 at 5 27 47 pm

@rsignell-usgs
Copy link
Member

rsignell-usgs commented Jan 18, 2017

I used this notebook
http://nbviewer.jupyter.org/gist/rsignell-usgs/9ed505dc53fd7b0765ce675836c5ec58
to read water and depth levels from the SMAST NECOFS Hampton FVCOM forecast and created a new categorical variable in the output netcdf file (actually, I just overwrote the wavelength variable, figuring nobody cares about the dominant surface wave wavelength -- everyone just looks at the significant wave height and wave period).

If you make a categorical variable following the ncWMS2 specifications, you can serve it via WMS.

Here it is visualized in Godiva3 (go to http://gamone.whoi.edu/ncWMS/Godiva3.html, select the "Inundation_hampton" dataset, then the "wlen" variable):
2017-01-18_16-45-50

Kind of boring because there isn't much going on right now, but wait until the next storm!

This is cool because you can just do these kind of categorical maps with fancy labels without using any fancy GIS stuff.

This could be useful for vulnerability indices, warning regions, or anything where different discrete levels or thresholds are involved.

@rsignell-usgs
Copy link
Member

@tshyka , if this is deemed useful, we can refine this a bit and get Chen set up with code to do this automagically.

@tshyka
Copy link
Author

tshyka commented Jan 19, 2017

This does seem very useful. Eric and Riley have you had a chance to look at this?

@rsignell-usgs
Copy link
Member

@tshyka , you mean @ebridger and @youngmorse? 🤓

@tshyka
Copy link
Author

tshyka commented Jan 19, 2017

@rsignell-usgs , thanks for the cyber grammar correction. It's no longer dotting your i and crossing your t but making sure you know where the @ is @.

@ebridger
Copy link
Member

Very cool @rsignell-usgs. Can't wait to see this with a street map base layer.

@rsignell-usgs
Copy link
Member

rsignell-usgs commented Jan 19, 2017

@ebridger, your wish is my command! 😁

Because it's WMS, it works in TerriaJS (Try it yourself!), so we can have nice street map layer and whatever else we want to put on there. There's currently an issue with the legend, however, that I'm trying to resolve (it's missing):
2017-01-19_10-31-19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants