-
Is there a reason why you need the slider, or a NumericUpDown would be fine? Propose [NumericUpDown](https://wpftoolkit.codeplex.com/wikipage?title=NumericUpDown) would be better than the slider, or t…
-
@kknee
-
I'm trying to follow the example from the README.md here
http://nbviewer.ipython.org/gist/rsignell-usgs/9b013520225da13fe455
but getting `no valid checkers found ...`
Do I need to import something e…
-
We need to clean up these tests so that they save output in the `.ipynb`, but also have the `.py` versions so we can track code changes. Some rearrangement of the system tests would also be good. …
-
Running the inundation test for the bounding box
```
box=[-84., 27., -82., 28.] # tampa region
```
revealed that the West Florida Shelf FVCOM data is missing from the catalog, due to the wrong cat…
-
myself and a few others (@bobfrat,@daf) have been discussing automated testing of notebooks through travis ci. The testing scope would be pretty limited, i.e just running the notebooks to make sure th…
-
@kwilcox,
I'm trying to filter the CO-OPS collection by bounding box, but I"m getting the same number of station IDs before and after filtering, so what am I doing wrong?
Check out cell [7] and [8] in…
-
While testing the system-test inundation ipython notebook for the west florida shelf, I discovered that the West Florida Shelf FVCOM data were not appearing. Inspecting the NGDC Collection Source Lis…
-
My end explicitly looks for u,v to know when to try and plot arrows along a line for GFI's. I noticed at least one example of wind (windu,windv or something) that wouldn't fall into my trap. My reco…
-
Essentially this is adding a base elevation for displaying something like water surface (blue) or ground (brown) with a slider to adjust the height. Very useful in showing inundation scenarios (exampl…