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: paper/paper.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ pyDARTdiags is a Python package created to address this need by providing a sing
78
78
visualize observation space diagnostics.
79
79
80
80
PyDARTdiags ingests observation sequences into an ObsSequence object which contains the metadata about
81
-
an observation sequence and a pandas DataFrame[@pandas] containing all the data for the observations.
81
+
an observation sequence and a pandas DataFrame[@pandas] containing all the data for the observations.
82
82
83
83
This provides several advantages over the existing Fortran+MATLAB DART software:
84
84
@@ -90,7 +90,7 @@ This provides several advantages over the existing Fortran+MATLAB DART software:
90
90
Data Assimilation researchers and users to write custom diagnostics based on DataFrames. By decoupling the
91
91
observation sequence file format from the DataFrame-based analysis, pyDARTdiags ensures that updates to the
92
92
DART file format do not disrupt user-created diagnostic routines.
93
-
- Supporting both static and interactive plotting (via Matplotlib[@mckinney-proc-scipy-2010; @Hunter:2007] and Plotly[@plotly]), facilities the processing of
93
+
- Supporting both static and interactive plotting (via Matplotlib[@mckinney-proc-scipy-2010; @Hunter:2007] and Plotly[@plotly]), facilitates the processing of
94
94
observational datasets, quality control, and gaining insights about the spatial distribution of outliers
95
95
or other (technical) anomalies.
96
96
- Facilitating reproducible, scriptable workflows for observation-space diagnostics enables the inclusion in
@@ -118,4 +118,4 @@ a major facility sponsored by the U.S. National Science Foundation under Coopera
118
118
119
119
# References
120
120
121
-
<!-- References will be automatically included from paper.bib -->
121
+
<!-- References will be automatically included from paper.bib -->
0 commit comments