MaceKuailv

Results 7 issues of MaceKuailv

* 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...

enhancement

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...

dependencies

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...