Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Apr 1, 2024
1 parent d6eea2c commit e63e359
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion docs/using/methods.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,21 @@ longitudes:
The dataset's longitudes as a NumPy vector.

statistics:
The dataset's statistics.
The dataset's statistics. This is a dictionary with the following
entries:

.. code:: python
{
"mean": ...,
"stdev": ...,
"minimum": ...,
"maximum": ...,
}
Each entry is a NumPy vector with the same length as the number of
variables. Use the ``name_to_index`` attribute to map variable names
to indices.

resolution:
The dataset's resolution.
Expand Down

0 comments on commit e63e359

Please sign in to comment.