NCAR / wrfcloud

WRF Cloud Framework
Apache License 2.0
15 stars 6 forks source link

Feature/openlayer map #45

Closed hahnd closed 2 years ago

hahnd commented 2 years ago

These changes are to the UI and add a WRF output viewer. The new UI components can be seen by: 1) logging in; 2) click "WRF Jobs" menu item; 3) click the "Try a sample" button.

All components should generally be functional, but without actually showing WRF output.

If you have the angular-cli installed, you can run it locally by running: cd web; ng serve --open

If you do not have the angular-cli installed, you can see this commit running at https://www.wrfcloud.com.

The styling is not very nice and needs to be updated later. I want to ignore the styling for now to make sure that we can display WRF output in the next step and that we have all the necessary components there to do it. Styling can be updated later.

Expected Differences

Pull Request Testing

Pull Request Checklist

hahnd commented 2 years ago

@michelleharrold - Thanks for catching the time zone. My intention was to have every time in UTC. I guess I saw the GMT and ignored the -6 after it. I have updated the code to display everything in UTC.

@JohnHalleyGotway - Thanks for the great suggestions. I have created issues #46 and #47 so that we do not lose your comments. I am not at all happy with the altitude selector, it is more of a functional placeholder for now. The home button is a good idea, and should be pretty easy to add.