Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plot arrays across faces without cutout #427

Merged
merged 11 commits into from
Jun 13, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
formatting
  • Loading branch information
Mikejmnez committed Apr 29, 2024
commit ed9f249cb6bf6dbc5539b1bba58c43fdf313581c
17 changes: 16 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,27 @@
=======
History
=======

v0.3.5 (2023-12-05)
-------------------

New Station subsampleMethod by (#377) by `Miguel Jimenez Urias`_. Improved
behavior of subsample.mooring_array (#354, #355, #361, #364, #386, #387, #398, #391
and #399), by `Miguel Jimenez Urias`_. Updating documentation (notebooks) by
`Miguel Jimenez Urias`_ in #340. Replaced rise with jupyterlab-rise to allow
binder to be build by `Miguel Jimenez Urias`_ in #400. Fix arctic_control
not opening by `Wenrui Jiang`_ (#396). Also fixed issues #321 and #269 by
`Wenrui Jiang`_. Allow trusted publishing by @malmans2 in #350. Ttest and
support python 3.11 by `Mattia Almansi`_ (#351). Added the ETOPO topography
to sciserver catalog by `Wenrui Jiang`_ (in #360).


v0.3.4 (2022-04-03)
-------------------
Fixed issues 322 (PR 325), 324 (PR 328), 332 (PR 324), and 312 (PR 337). Additional
grid files and removing (for the day) access to velocity LLC4320 data (PR 326) and update
environment (PR 335). All by `Miguel Jimenez Urias`_. Add daily mean ecco dataset to
catalog (PR 333) by `Wenrui Jiang`_.
catalog (PR 333) by


v0.3.3 (2022-02-07)
Expand Down
61 changes: 59 additions & 2 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ Functions
subsample.mooring_array
subsample.survey_stations
subsample.particle_properties
subsample.stations

Computing
=========
Expand Down Expand Up @@ -177,6 +178,7 @@ Functions
plot.time_series
plot.horizontal_section
plot.vertical_section
plot.faces_array


Animating
Expand Down Expand Up @@ -217,6 +219,15 @@ Functions
utils.densjmd95
utils.densmdjwf
utils.Coriolis_parameter
utils.viewer2range
utils._rel_lon
utils._reset_range
utils.circle_path_array
utils.remove_repeated
utils.reset_dim
utils.diff_and_inds_where_insert
utils.connector


LLC-transformation
==================
Expand All @@ -236,6 +247,52 @@ Class
.. Classmethod
.. ---------
.. .. autosummary::
.. :toctree: generated/
:toctree: generated/

llc_rearrange.LLCtransformation.arctic_crown


Functions
---------
.. autosummary::
:toctree: generated/

.. llc_rearrange.LLCtransformation.arctic_crown
llc_rearrange.arct_connect
llc_rearrange.mates
llc_rearrange.rotate_vars
llc_rearrange.shift_dataset
llc_rearrange.reverse_dataset
llc_rearrange.rotate_dataset
llc_rearrange.shift_list_ds
llc_rearrange.combine_list_ds
llc_rearrange.flip_v
llc_rearrange._edge_arc_data
llc_rearrange.mask_var
llc_rearrange.arc_limits_mask
llc_rearrange._edge_facet_data
llc_rearrange.slice_datasets
llc_rearrange._LLC_check_sizes
llc_rearrange._reorder_ds
llc_rearrange.eval_dataset
llc_rearrange.arctic_eval
llc_rearrange.ds_edge_sametx
llc_rearrange.ds_edge_samety
llc_rearrange.ds_edge_difftx
llc_rearrange.ds_edge_diffty
llc_rearrange.ds_edge
llc_rearrange.ds_arcedge
llc_rearrange.face_direction
llc_rearrange.splitter
llc_rearrange.edge_completer
llc_rearrange.edge_slider
llc_rearrange.fill_path
llc_rearrange.face_adjacent
llc_rearrange.edgesid
llc_rearrange.index_splitter
llc_rearrange.order_from_indexing
llc_rearrange.ds_splitarray
llc_rearrange.fdir_completer
llc_rearrange.mooring_singleface
llc_rearrange.station_singleface
llc_rearrange.cross_face_diffs
llc_rearrange.arct_diffs
22 changes: 21 additions & 1 deletion docs/datasets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ Run the following code to open the dataset:
ECCO
----

ECCO_ v4r4 3D dataset, ocean simulations on LLC90 grid
ECCO_ v4r4 3D dataset, ocean simulations on LLC90 grid (monthly mean output)

Run the following code to open the dataset:

Expand All @@ -355,6 +355,26 @@ Run the following code to open the dataset:
import oceanspy as ospy
od = ospy.open_oceandataset.from_catalog('daily_ecco')

.. _ETOPO:

-----
ETOPO
-----

The ice surface version of ETOPO_
Citation:

* 10.25921/fd45-gt74.


Run the following code to open the dataset:

.. code-block:: ipython
:class: no-execute

import oceanspy as ospy
od = ospy.open_oceandataset.from_catalog('ETOPO')

.. _`Almansi et al., 2017 - JPO.`: https://journals.ametsoc.org/doi/full/10.1175/JPO-D-17-0129.1
.. _`Magaldi and Haine, 2015 - DSR.`: https://www.sciencedirect.com/science/article/pii/S0967063714001915
.. _`Fraser et al., 2018 - JGR.`: https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2018JC014435
5 changes: 3 additions & 2 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ospy_docs
channels:
- conda-forge
dependencies:
- python=3.9
- python=3.10
- pandoc
- sphinx
- sphinx_rtd_theme
Expand All @@ -11,7 +11,7 @@ dependencies:
- pip
- pip:
- xarray
- intake
- intake==0.7.0
- intake-xarray
- xoak
- ipython
Expand All @@ -20,3 +20,4 @@ dependencies:
- msgpack
- toolz
- fsspec!=0.9.0
- shapely
Loading