Andrew Barna
Andrew Barna
Hi @gmaze I was poking though the xarray accessor code and noticed some things in the teos10() method: * There is a [pressure to depth](https://github.com/euroargodev/argopy/blob/9dcd108e5ab166776121a98b0ddd2b1b5a082e77/argopy/xarray.py#L731) conversion before [calculating conservative temperature](https://github.com/euroargodev/argopy/blob/9dcd108e5ab166776121a98b0ddd2b1b5a082e77/argopy/xarray.py#L737)....
I was thinking of a feature that would be nice to have (in a short / long term future): being able to give a dataset `ds` to the gsw wrapped...
This PR attempts to fix https://github.com/pydata/pydata-sphinx-theme/issues/1794 and possibly https://github.com/pydata/pydata-sphinx-theme/issues/1238 by not including the rtd-footer-container div if the site is not being built on ReadTheDocs. This uses the same {% if...
I use vscode a lot and like how helpful type hints can be, I threw together a little experiment to see if it could help with having the correct arguments...
Upstream gsw as added some functions in the last year or so. from the nice warnings (seriously, thanks for adding that @rcaneill) being output in CI, looks like the following...
@rcaneill do you know what it takes to get the [conda forge feedstock](https://github.com/conda-forge/gsw-xarray-feedstock) updated? It looks like maybe poetry needs to be removed from that recipe.