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
This commit is contained in:
LProx2020 2020-07-23 10:00:01 -04:00 committed by GitHub
parent 7974c66595
commit 83e95ea907
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -961,7 +961,7 @@ or using ECMWF reanalysis on a reduced grid
etc. Additionally, users can also export their data to text or NetCDF
files for easy access in other applications. Gliderscope is available
on Windows and Macintosh platforms, as standalone executable software
as well as an App for use within Matlab.
as well as an App for use within MATLAB.
</p>
<p></p>
@ -1978,8 +1978,8 @@ or using ECMWF reanalysis on a reduced grid
<p>
<a href="http://ncvtk.sourceforge.net/" >Ncvtk</a> is a program for
exploring planetary data stored in a NetCDF file.
The NetCDF file should loosely follow the <a
exploring planetary data stored in a netCDF file.
The netCDF file should loosely follow the <a
href="http://www.cgd.ucar.edu/cms/eaton/cf-metadata/" >CF metadata
conventions</a>.
</p>
@ -2004,22 +2004,22 @@ or using ECMWF reanalysis on a reduced grid
<p></p>
<h2><a id="netcdf_ninja" name="netcdf_ninja">netCDF Ninja</a></h2>
<h2><a id="netcdf_ninja" name="netcdf_ninja">NetCDF Ninja</a></h2>
<p>
Dr L. Mun Woo of University of Western Australia <mun.woo@uwa.edu.au>
has developed
<a href="http://imos.org.au/facilities/oceangliders/glider-data/netcdfninja/">NetCDF Ninja</a>,
a graphical user interface that allows users to browse all
the metadata contained in NetCDF files, scrutinise the data using an
the metadata contained in netCDF files, scrutinise the data using an
interactive graphical plot and even make small alterations or export
the data in text format without having any knowledge of coding. NetCDF
Ninja is available on Windows and Macintosh platforms, as standalone
executable software as well as an App for use within Matlab.
executable software as well as an App for use within MATLAB.
</p>
<p></p>
<h2><a id="netcdf_tools" name="netcdf_tools">Ivan Shmakov's netcdf tools</a></h2>
<h2><a id="netcdf_tools" name="netcdf_tools">Ivan Shmakov's Netcdf tools</a></h2>
<p>
The NetCDF tools is a free software package consisting of a few
@ -2031,7 +2031,7 @@ or using ECMWF reanalysis on a reduced grid
</p>
<ul>
<li>
a couple of simple shell wrappers over the respective NetCDF
a couple of simple shell wrappers over the respective netCDF
functions (ncattget and ncattput);
</li>
<li>
@ -2069,7 +2069,7 @@ or using ECMWF reanalysis on a reduced grid
has developed <a
href="http://code.google.com/p/netcdf4excel/" >a netCDF add-in written in
Visual Basic for MS Excel</a>. This add-in simplifies the use of
NetCDF data in Excel, providing a ready to use solution for
netCDF data in Excel, providing a ready to use solution for
manipulating this type of data.
</p>
<p>
@ -2093,7 +2093,7 @@ or using ECMWF reanalysis on a reduced grid
<p>
Lionel Guez has developed and made feely available <a
href="http://web.lmd.jussieu.fr/~lglmd/NetCDF95" >NetCDF95</a>, a new
alternative Fortran interface to the NetCDF library. Compared to the
alternative Fortran interface to the netCDF library. Compared to the
Unidata-provided Fortran 90 netCDF interface, the NetCDF95 interface
is meant to be easier to use and more secure.
</p>
@ -2175,10 +2175,10 @@ or using ECMWF reanalysis on a reduced grid
Octcdf is a netCDF toolbox for <a
href="http://www.octave.org/">Octave</a> which uses the same operator
syntax as the <a
href="http://mexcdf.sourceforge.net/netcdf_toolbox.html">matlab netCDF
href="http://mexcdf.sourceforge.net/netcdf_toolbox.html">MATLAB netCDF
toolbox</a> of Charles R. Denham. NetCDF dimensions, attributes and
variables are Octave objects and can be accessed, sliced and changed
just as regular variables. Unlike most netCDF toolboxes for matlab, it
just as regular variables. Unlike most netCDF toolboxes for MATLAB, it
does not depend on the NCMEX wrapper around the netCDF interface. This
octave toolbox is written in C++ calling directly the netCDF library.
The octcdf toolbox can also be used to download data from an OpenDAP
@ -2200,7 +2200,7 @@ or using ECMWF reanalysis on a reduced grid
provides tools for transforming existing applications into OPeNDAP
clients, enabling them to remotely access OPeNDAP served data.
OPeNDAP is based on existing data access tools; rather than developing
a self contained system, it makes extensive use of existing data
a self-contained system, it makes extensive use of existing data
access APIs.
</p>
@ -2472,7 +2472,7 @@ or using ECMWF reanalysis on a reduced grid
of data sets provide the user with a quick learning tool.
</p>
<p>
Currently PolyPaint+ accepts only data which is in the NetCDF file format.
Currently PolyPaint+ accepts only data which is in the netCDF file format.
A file conversion utility which converts from raw binary data to netCDf is a
part of the application.
</p>
@ -2777,7 +2777,7 @@ or using ECMWF reanalysis on a reduced grid
</p>
<p>
SIS supports creating ISO 19115 metadata from metadata in a netCDF
store from a given file, URL, stream, or NetcdfFile object. SIS
store from a given file, URL, stream, or netcdfFile object. SIS
netCDF storage is intended to be a bridge between NetCDF Climate and
Forecast (CF) conventions and ISO 19115 metadata.
</p>
@ -2802,7 +2802,7 @@ or using ECMWF reanalysis on a reduced grid
processor) is a loadable extension of Tcl which provides a powerful and efficient
facility for processing data in the form of n-dimensional arrays. It has been
designed to provide an array-processing facility with much of the functionality
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>.
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>.
</p>
<p>
Support is provided for data based on n-dimensional grids, where the dimensions
@ -2899,7 +2899,7 @@ or using ECMWF reanalysis on a reduced grid
ESRI Grid and Gridded NetCDF. These data export features
promote the interoperability of weather and climate
information with various scientific communities and common
software packages such as ArcGIS, Google Earth, MatLAB,
software packages such as ArcGIS, Google Earth, MATLAB,
QGIS, R and many more. Advanced data export support for
Google Earth enables the 2-D and 3D export of rendered data
and isosurfaces.
@ -2933,11 +2933,11 @@ or using ECMWF reanalysis on a reduced grid
<p>
In addition, this version contains a capability to geo-reference some data
and to read ASCII data in tabular format. Also new is the ability to output
data in numerical form (e.g. NetCDF) and a context sensitive, integrated help
data in numerical form (e.g. netCDF) and a context sensitive, integrated help
system.
</p>
<p>
As with earlier versions, data in several different formats, including NetCDF,
As with earlier versions, data in several different formats, including netCDF,
can be read in easily from your local machine or from the Web. In addition,
most data can be subset or subsampled on load, making it possible to visualize
very large multidimensional and/or multispectral datasets. The package includes
@ -3643,7 +3643,7 @@ or using ECMWF reanalysis on a reduced grid
<h2><a id="SlicerDicer" name="SlicerDicer">Slicer Dicer</a></h2>
<a href="http://www.slicerdicer.com/">Slicer Dicer</a> is a volumetric data visualization
tool, currently available for Windows and under development for other platforms.
The Slicer Dicer Web site includes a complete list of features, an on-line user&#39;s
The Slicer Dicer website includes a complete list of features, an online user&#39;s
guide, and examples of Slicer Dicer output. Visualizations features include:
<ul>
<li>
@ -3679,7 +3679,7 @@ or using ECMWF reanalysis on a reduced grid
visualization software package. Surfer's sophisticated
interpolation engine transforms XYZ data into
publication-quality maps. Surfer imports from and exports to
a multitude of file formats, including NetCDF grids.
a multitude of file formats, including netCDF grids.
</p>
<h2><a id="vGeo" name="vGeo">vGeo</a></h2>