Skip to content

Commit 83e95ea

Browse files
authored
Copyediting Updates #2
More fixes in collaboration with I.P. * Did not fix spacing for the ArcGIS nor AgriMetSoft sections * Did not address broken links, but should address both broken links and links that re-direct to unintended webpages
1 parent 7974c66 commit 83e95ea

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

docs/static-pages/software.html

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,7 @@ <h2><a id="gliderscope" name="gliderscope">Gliderccope</a></h2>
961961
etc. Additionally, users can also export their data to text or NetCDF
962962
files for easy access in other applications. Gliderscope is available
963963
on Windows and Macintosh platforms, as standalone executable software
964-
as well as an App for use within Matlab.
964+
as well as an App for use within MATLAB.
965965
</p>
966966

967967
<p></p>
@@ -1978,8 +1978,8 @@ <h2><a id="ncvtk" name="ncvtk">ncvtk</a></h2>
19781978

19791979
<p>
19801980
<a href="http://ncvtk.sourceforge.net/" >Ncvtk</a> is a program for
1981-
exploring planetary data stored in a NetCDF file.
1982-
The NetCDF file should loosely follow the <a
1981+
exploring planetary data stored in a netCDF file.
1982+
The netCDF file should loosely follow the <a
19831983
href="http://www.cgd.ucar.edu/cms/eaton/cf-metadata/" >CF metadata
19841984
conventions</a>.
19851985
</p>
@@ -2004,22 +2004,22 @@ <h2><a id="ncvtk" name="ncvtk">ncvtk</a></h2>
20042004

20052005
<p></p>
20062006

2007-
<h2><a id="netcdf_ninja" name="netcdf_ninja">netCDF Ninja</a></h2>
2007+
<h2><a id="netcdf_ninja" name="netcdf_ninja">NetCDF Ninja</a></h2>
20082008
<p>
20092009
Dr L. Mun Woo of University of Western Australia <mun.woo@uwa.edu.au>
20102010
has developed
20112011
<a href="http://imos.org.au/facilities/oceangliders/glider-data/netcdfninja/">NetCDF Ninja</a>,
20122012
a graphical user interface that allows users to browse all
2013-
the metadata contained in NetCDF files, scrutinise the data using an
2013+
the metadata contained in netCDF files, scrutinise the data using an
20142014
interactive graphical plot and even make small alterations or export
20152015
the data in text format without having any knowledge of coding. NetCDF
20162016
Ninja is available on Windows and Macintosh platforms, as standalone
2017-
executable software as well as an App for use within Matlab.
2017+
executable software as well as an App for use within MATLAB.
20182018
</p>
20192019

20202020
<p></p>
20212021

2022-
<h2><a id="netcdf_tools" name="netcdf_tools">Ivan Shmakov's netcdf tools</a></h2>
2022+
<h2><a id="netcdf_tools" name="netcdf_tools">Ivan Shmakov's Netcdf tools</a></h2>
20232023

20242024
<p>
20252025
The NetCDF tools is a free software package consisting of a few
@@ -2031,7 +2031,7 @@ <h2><a id="netcdf_tools" name="netcdf_tools">Ivan Shmakov's netcdf tools</a></h2
20312031
</p>
20322032
<ul>
20332033
<li>
2034-
a couple of simple shell wrappers over the respective NetCDF
2034+
a couple of simple shell wrappers over the respective netCDF
20352035
functions (ncattget and ncattput);
20362036
</li>
20372037
<li>
@@ -2069,7 +2069,7 @@ <h2><a id="netcdf4excel" name="netcdf4excel">netcdf4excel (add-in for MS Excel)<
20692069
has developed <a
20702070
href="http://code.google.com/p/netcdf4excel/" >a netCDF add-in written in
20712071
Visual Basic for MS Excel</a>. This add-in simplifies the use of
2072-
NetCDF data in Excel, providing a ready to use solution for
2072+
netCDF data in Excel, providing a ready to use solution for
20732073
manipulating this type of data.
20742074
</p>
20752075
<p>
@@ -2093,7 +2093,7 @@ <h2><a id="netcdf95" name="netcdf95">NetCDF95 alternative Fortran API</a></h2>
20932093
<p>
20942094
Lionel Guez has developed and made feely available <a
20952095
href="http://web.lmd.jussieu.fr/~lglmd/NetCDF95" >NetCDF95</a>, a new
2096-
alternative Fortran interface to the NetCDF library. Compared to the
2096+
alternative Fortran interface to the netCDF library. Compared to the
20972097
Unidata-provided Fortran 90 netCDF interface, the NetCDF95 interface
20982098
is meant to be easier to use and more secure.
20992099
</p>
@@ -2175,10 +2175,10 @@ <h2><a id="Octave" name="Octave">Octave interface (Barth)</a></h2>
21752175
Octcdf is a netCDF toolbox for <a
21762176
href="http://www.octave.org/">Octave</a> which uses the same operator
21772177
syntax as the <a
2178-
href="http://mexcdf.sourceforge.net/netcdf_toolbox.html">matlab netCDF
2178+
href="http://mexcdf.sourceforge.net/netcdf_toolbox.html">MATLAB netCDF
21792179
toolbox</a> of Charles R. Denham. NetCDF dimensions, attributes and
21802180
variables are Octave objects and can be accessed, sliced and changed
2181-
just as regular variables. Unlike most netCDF toolboxes for matlab, it
2181+
just as regular variables. Unlike most netCDF toolboxes for MATLAB, it
21822182
does not depend on the NCMEX wrapper around the netCDF interface. This
21832183
octave toolbox is written in C++ calling directly the netCDF library.
21842184
The octcdf toolbox can also be used to download data from an OpenDAP
@@ -2200,7 +2200,7 @@ <h2><a id="OPeNDAP" name="OPeNDAP">OPeNDAP (formerly DODS)</a></h2>
22002200
provides tools for transforming existing applications into OPeNDAP
22012201
clients, enabling them to remotely access OPeNDAP served data.
22022202
OPeNDAP is based on existing data access tools; rather than developing
2203-
a self contained system, it makes extensive use of existing data
2203+
a self-contained system, it makes extensive use of existing data
22042204
access APIs.
22052205
</p>
22062206

@@ -2472,7 +2472,7 @@ <h2><a id="PolyPaint+" name="PolyPaint+">PolyPaint+</a></h2>
24722472
of data sets provide the user with a quick learning tool.
24732473
</p>
24742474
<p>
2475-
Currently PolyPaint+ accepts only data which is in the NetCDF file format.
2475+
Currently PolyPaint+ accepts only data which is in the netCDF file format.
24762476
A file conversion utility which converts from raw binary data to netCDf is a
24772477
part of the application.
24782478
</p>
@@ -2777,7 +2777,7 @@ <h2><a id="SIS" name="SIS">Apache Spatial Information System (SIS)</a></h2>
27772777
</p>
27782778
<p>
27792779
SIS supports creating ISO 19115 metadata from metadata in a netCDF
2780-
store from a given file, URL, stream, or NetcdfFile object. SIS
2780+
store from a given file, URL, stream, or netcdfFile object. SIS
27812781
netCDF storage is intended to be a bridge between NetCDF Climate and
27822782
Forecast (CF) conventions and ISO 19115 metadata.
27832783
</p>
@@ -2802,7 +2802,7 @@ <h2><a id="Tcl-nap" name="Tcl-nap">Tcl-nap</a></h2>
28022802
processor) is a loadable extension of Tcl which provides a powerful and efficient
28032803
facility for processing data in the form of n-dimensional arrays. It has been
28042804
designed to provide an array-processing facility with much of the functionality
2805-
of languages such as <a href="http://www.acm.org/sigapl/" >APL</a>, Fortran-90, <a href="#IDL" >IDL</a>, <a href="http://www.jsoftware.com/" >J</a>, <a href="http://www.mathworks.com" >matlab</a>, and <a href="http://www.octave.org/" >octave</a>.
2805+
of languages such as <a href="http://www.acm.org/sigapl/" >APL</a>, Fortran-90, <a href="#IDL" >IDL</a>, <a href="http://www.jsoftware.com/" >J</a>, <a href="http://www.mathworks.com" >MATLAB</a>, and <a href="http://www.octave.org/" >octave</a>.
28062806
</p>
28072807
<p>
28082808
Support is provided for data based on n-dimensional grids, where the dimensions
@@ -2899,7 +2899,7 @@ <h2><a id="WCT" name="WCT">Weather and Climate Toolkit (WCT)</a></h2>
28992899
ESRI Grid and Gridded NetCDF. These data export features
29002900
promote the interoperability of weather and climate
29012901
information with various scientific communities and common
2902-
software packages such as ArcGIS, Google Earth, MatLAB,
2902+
software packages such as ArcGIS, Google Earth, MATLAB,
29032903
QGIS, R and many more. Advanced data export support for
29042904
Google Earth enables the 2-D and 3D export of rendered data
29052905
and isosurfaces.
@@ -2933,11 +2933,11 @@ <h2><a id="WebWinds" name="WebWinds">WebWinds</a></h2>
29332933
<p>
29342934
In addition, this version contains a capability to geo-reference some data
29352935
and to read ASCII data in tabular format. Also new is the ability to output
2936-
data in numerical form (e.g. NetCDF) and a context sensitive, integrated help
2936+
data in numerical form (e.g. netCDF) and a context sensitive, integrated help
29372937
system.
29382938
</p>
29392939
<p>
2940-
As with earlier versions, data in several different formats, including NetCDF,
2940+
As with earlier versions, data in several different formats, including netCDF,
29412941
can be read in easily from your local machine or from the Web. In addition,
29422942
most data can be subset or subsampled on load, making it possible to visualize
29432943
very large multidimensional and/or multispectral datasets. The package includes
@@ -3643,7 +3643,7 @@ <h2><a id="PV-Wave" name="PV-Wave">PV-Wave</a></h2>
36433643
<h2><a id="SlicerDicer" name="SlicerDicer">Slicer Dicer</a></h2>
36443644
<a href="http://www.slicerdicer.com/">Slicer Dicer</a> is a volumetric data visualization
36453645
tool, currently available for Windows and under development for other platforms.
3646-
The Slicer Dicer Web site includes a complete list of features, an on-line user&#39;s
3646+
The Slicer Dicer website includes a complete list of features, an online user&#39;s
36473647
guide, and examples of Slicer Dicer output. Visualizations features include:
36483648
<ul>
36493649
<li>
@@ -3679,7 +3679,7 @@ <h2><a id="Surfer" name="Surfer">Surfer</a></h2>
36793679
visualization software package. Surfer's sophisticated
36803680
interpolation engine transforms XYZ data into
36813681
publication-quality maps. Surfer imports from and exports to
3682-
a multitude of file formats, including NetCDF grids.
3682+
a multitude of file formats, including netCDF grids.
36833683
</p>
36843684

36853685
<h2><a id="vGeo" name="vGeo">vGeo</a></h2>

0 commit comments

Comments
 (0)