sciserver / poseidon-viewer

The Poseidon viewer, a visualization tool and web interface on ocean datasets
https://web.idies.jhu.edu/poseidon-viewer/viewer/index.html
Apache License 2.0
4 stars 3 forks source link

Publish the new interpolator #19

Open MaceKuailv opened 1 month ago

MaceKuailv commented 1 month ago

The web interface and the default on Oceanography image are both using the old version of the interpolator. We should change that to the new version.

There is also a couple other todo items:

ThomasHaine commented 1 month ago

Also, I want to make a few edits to the UI. E.g., the default vorticity limits are wrong (10x too big). @dmedv, where are the configuration files for the UI?

dmedv commented 2 weeks ago

@ThomasHaine The limits are set in https://github.com/sciserver/poseidon-viewer/blob/master/src/store/index.js

ThomasHaine commented 1 day ago

@dmedv I'm working on some UI edits. How do I push/install the updated code to the live viewer instance in my SciServer container?