mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
cf-xarray is a lightweight convenience wrapper for using CF attributes on xarray objects. For example you can use .cf.mean("latitude") instead of .mean("lat") if appropriate attributes are set! This allows you to write code that does not require knowledge of specific dimension or coordinate names particular to a dataset.
7 lines
324 B
Text
7 lines
324 B
Text
cf-xarray is a lightweight convenience wrapper for using CF attributes on xarray
|
|
objects.
|
|
|
|
For example you can use .cf.mean("latitude") instead of .mean("lat") if
|
|
appropriate attributes are set! This allows you to write code that does not
|
|
require knowledge of specific dimension or coordinate names particular to a
|
|
dataset.
|