Wenrui Jiang
Wenrui Jiang
* OceanSpy version: 0.2.0 ### Description Most ocean datasets support calls like data['variable']. But the od object is not subscriptable. Instead, we do od._ds['variable'], or od.dataset['variable']. It may or may...
* OceanSpy version:0.2.0 ### Description What I want to do now is that I want to know the derivative of some property at a point with known lat-lon-z on LLC...
* OceanSpy version: 0.2.0 ### Description I was trying to make a cutout on the ECCO dataset in the ./oceanspy/tests/ECCO directory. I did almost the same thing as the test_subsample:...
I found opening and working on new datasets that are not in the standard MITgcm output format with oceanspy somewhat difficult. I am suggesting several functionalities that might come in...
Hopefully resolves issue #70 and #136. Both solved by giving comments, elegant error messages and a tiny change on the code
All tests related to plot.horizontal_section is broke, likely because of matplotlib. To reproduce the error try the following: ``` import oceanspy as ospy import cartopy import matplotlib as mpl print('mpl...
Hi! I am using the ECCO v4r4 product and realized that the bolus velocity is not purely divergent-free. I think this is the repo that hosts the code that is...
I have a tiny little script that take the derivative of the JMD95 density (quoted) to get $\alpha$ and $\beta$ when p = 0. https://github.com/hainegroup/oceanspy/blob/ec50ed0d0cba4a8695d730306af2525930def624/oceanspy/utils.py#L485-L643 Do we think it is...