Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Mar 16, 2024
1 parent 2a60b17 commit b48131f
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 0 deletions.
70 changes: 70 additions & 0 deletions docs/datasets/options.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
#########
Options
#########

*********
Options
*********

dataset
=======

start
=====

end
===

frequency
=========

select
======

drop
====

reorder
=======

rename
======

.. code:: python
open_dataset(dataset, rename={"old_name": "new_name", ...})
statistics
==========

.. code:: python
open_dataset(dataset, statistics=other_dataset)
thinning
========

.. code:: python
open_dataset(dataset, thinning=..., method="every-nth")
area
====

***********
Combining
***********

ensembles
=========

.. code:: python
open_dataset(ensembles=[dataset1, dataset2, ...])
grids
=====

.. code:: python
open_dataset(grids=[dataset1, dataset2, ...], method=...)
2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ and Zarr_.
- :doc:`datasets/using`
- :doc:`datasets/sources`
- :doc:`datasets/filters`
- :doc:`/datasets/options`

.. toctree::
:maxdepth: 1
Expand All @@ -77,6 +78,7 @@ and Zarr_.
datasets/using
datasets/sources
datasets/filters
datasets/options

*********
License
Expand Down

0 comments on commit b48131f

Please sign in to comment.