You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,8 @@ The `cf` package uses
84
84
[Dask](https://ncas-cms.github.io/cf-python/performance.html) for all
85
85
of its array manipulation and can:
86
86
87
-
* read field constructs from netCDF, CDL, PP and UM datasets,
87
+
* read field constructs from netCDF, CDL, PP and UM datasets with a
88
+
choice of netCDF backends,and in local, http, and s3 locations,
88
89
* create new field constructs in memory,
89
90
* write and append field and domain constructs to netCDF datasets on disk,
90
91
* read, create, and manipulate UGRID mesh topologies,
@@ -119,16 +120,17 @@ of its array manipulation and can:
119
120
Visualization
120
121
=============
121
122
122
-
Powerful, flexible, and very simple to produce visualizations of field
123
-
constructs are available with the [cfplot
124
-
package](http://ajheaps.github.io/cf-plot), that needs to be installed
125
-
seprately to the `cf` package.
123
+
Powerful and flexible visualizations of `cf` field constructs,
124
+
designed to be produced and configured in as few lines of code as
125
+
possible, are available with the [cf-plot
126
+
package](https://ncas-cms.github.io/cf-plot/build/index.html), which
127
+
needs to be installed separately to the `cf` package.
126
128
127
129
See the [cf-plot
128
-
gallery](http://ajheaps.github.io/cf-plot/gallery.html) for the full
130
+
gallery](https://ncas-cms.github.io/cf-plot/build/gallery.html) for a
129
131
range of plotting possibilities with example code.
130
132
131
-

133
+

0 commit comments