mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-21 08:39:46 +08:00
Merge pull request #2 from LProx2020/LProx2020-patch-2-addition-1
Copyediting Updates 2
This commit is contained in:
commit
d4fab8900f
@ -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
|
||||
@ -3047,29 +3047,44 @@ or using ECMWF reanalysis on a reduced grid
|
||||
|
||||
<h2><a id="ArcGIS" name="ArcGIS">ArcGIS Pro - Space Time Pattern Mining Toolbox</a></h2>
|
||||
<p>
|
||||
The <a href="https://pro.arcgis.com/en/pro-app/tool-reference/space-time-pattern-mining/an-overview-of-the-space-time-pattern-mining-toolbox.htm">Space Time Pattern Mining toolbox</a> contains statistical tools for analyzing data distributions and patterns in the context of both space and time. It includes a toolset for visualizing the data stored in the space-time netCDF cube in both 2D and 3D.
|
||||
The <a href="https://pro.arcgis.com/en/pro-app/tool-reference/space-time-pattern-mining/an-overview-of-the-space-time-pattern-mining-toolbox.htm">Space Time Pattern Mining toolbox</a>
|
||||
contains statistical tools for analyzing data distributions and patterns in the context of both space and time. It includes a toolset for visualizing the data stored in the space-time netCDF cube in both 2D and 3D.
|
||||
|
||||
Create Space Time Cube takes point datasets and builds a multidimensional cube data structure (netCDF) for analysis. Emerging Hot Spot Analysis then takes the cube as input and identifies statistically significant hot and cold spot trends over time. You might use the Emerging Hot Spot Analysis tool to analyze crime or disease outbreak data in order to locate new, intensifying, persistent, or sporadic hot spot patterns at different time-step intervals. The Local Outlier Analysis tool takes the cube as input to identify statistically significant clusters of high or low values as well as outliers that have values that are statistically different than their neighbors in space and time. The Utilities toolset enables you to visualize the data and analysis results stored in the space-time cube in two and three dimensions. These visualization tools can be used to understand the structure of the cube, how the cube aggregation process works, and to visualize the analytical results added to the cube by other Space Time Pattern Mining tools. See Visualizing the Space Time Cube for strategies to allow you to look at cube contents.
|
||||
Create Space Time Cube takes point datasets and builds a multidimensional cube data structure (netCDF) for analysis.
|
||||
Emerging Hot Spot Analysis then takes the cube as input and identifies statistically significant hot and cold spot
|
||||
trends over time. You might use the Emerging Hot Spot Analysis tool to analyze crime or disease outbreak data in
|
||||
order to locate new, intensifying, persistent, or sporadic hot spot patterns at different time-step intervals.
|
||||
</p>
|
||||
<p>
|
||||
The Local Outlier Analysis tool takes the cube as input to identify statistically significant clusters of high or
|
||||
low values as well as outliers that have values that are statistically different than their neighbors in space and time.
|
||||
</p>
|
||||
<p>
|
||||
The Utilities toolset enables you to visualize the data and analysis results stored in the space-time cube in two and
|
||||
three dimensions.These visualization tools can be used to understand the structure of the cube, how the cube aggregation
|
||||
process works, and to visualize the analytical results added to the cube by other Space Time Pattern Mining tools.
|
||||
See Visualizing the Space Time Cube for strategies to allow you to look at cube contents.
|
||||
</p>
|
||||
<p></p>
|
||||
|
||||
<h2><a id="Agrimetsoft" name="Agrimetsoft">AgriMetSoft Netcdf-Extractor</a></h2>
|
||||
|
||||
NetCDF Extractor is a windows software for view, convert, merge, and
|
||||
extract data from .nc and .nc4 files. It can extract several nc files,
|
||||
simultaneously. When a user wants to extract several files of nc format
|
||||
simultaneously, he/she requires to load them at a same time with together,
|
||||
loading the files one by one will be a time consuming and tedious process
|
||||
and prone to error. By this software the user can save his/her time, and
|
||||
quickly do the extract process. Also, it has a calculator tool. In this
|
||||
calculator by entering latitude and longitude of the desirable region, the
|
||||
user can view of the grid number of that region. In the latest version of
|
||||
NetCDF Extractor, Agrimetsoft has added two options: Sum” and “Average”.
|
||||
So, the user can easily calculate the average and sum values of the
|
||||
selected area (grids). Data is shown in an organized table, and you can
|
||||
choose to export everything to Excel. This tool is flexible to run for
|
||||
various datasets such as CMIP5 models, AgMERRA, Aphrodite, CRU, and etc.
|
||||
Agrimetsoft support all the users until they can extract the data.
|
||||
<p>
|
||||
NetCDF Extractor is a Windows software for viewing, converting, merging, and extracting
|
||||
data from .nc and .nc4 files. It can extract several nc files simultaneously. When a user
|
||||
wants to extract several files of nc format simultaneously, he/she requires to load them
|
||||
at a same time: loading the files one by one will be a time consuming and tedious process
|
||||
and prone to error. With this software the user can save time and quickly do the extract process.
|
||||
</p>
|
||||
<p>
|
||||
In addition, it has a calculator tool. By entering latitude and longitude of the desirable region
|
||||
into the calculator, the user can view the grid number of that region
|
||||
</p>
|
||||
<p>
|
||||
In the latest version of NetCDF Extractor, Agrimetsoft has added two options:”Sum” and “Average”.
|
||||
So, the user can easily calculate the average and sum values of the selected area (grids). Data is
|
||||
shown in an organized table, and you can choose to export everything to Excel. This tool is flexible
|
||||
to run for various datasets such as CMIP5 models, AgMERRA, Aphrodite, CRU, and etc.Agrimetsoft support
|
||||
all the users until they can extract the data.
|
||||
</p>
|
||||
<p></p>
|
||||
|
||||
@ -3643,7 +3658,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's
|
||||
The Slicer Dicer website includes a complete list of features, an online user's
|
||||
guide, and examples of Slicer Dicer output. Visualizations features include:
|
||||
<ul>
|
||||
<li>
|
||||
@ -3679,7 +3694,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>
|
||||
|
Loading…
Reference in New Issue
Block a user