Skip to content

Commit

Permalink
check point
Browse files Browse the repository at this point in the history
  • Loading branch information
hohonuuli committed Jan 24, 2018
1 parent 28c76a4 commit fa2e922
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -5,11 +5,11 @@ Download the latest release:
[You can download the latest stable release at by clicking here.](https://github.com/nctoolbox/nctoolbox/releases)


##Brief summary:
## Brief summary:

nctoolbox is a [Matlab](http://www.mathworks.com/) toolbox that provides read-only access to [common data model](http://www.unidata.ucar.edu/software/netcdf-java/CDM/index.html) datasets. Under the hood, nctoolbox uses [NetCDF-Java](http://www.unidata.ucar.edu/software/netcdf-java/) as the data access layer. This allows nctoolbox to access [NetCDF](http://www.unidata.ucar.edu/software/netcdf/), [OPeNDAP](http://opendap.org/), [HDF5](http://www.hdfgroup.org/HDF5/), GRIB, GRIB2, HDF4 and many (15+) other file formats and services using the same API. It works with Matlab 2008a and later.

###Prequisites
### Prequisites

Matlab R2008a+. You can verify the version of Matlab by typing:

Expand All @@ -25,7 +25,7 @@ Java 6+. You can verify the version of Java used by Matlab by typing:

The version returned should start with 'Java 1.6'. If it starts with 'Java 1.5' you can try updating the Matlab JVM: http://www.mathworks.com/support/solutions/en/data/1-1812J/ or use the older nctoolbox-20091112 version of this toolbox.

###Setup
### Setup

In Matlab, change to the nctoolbox directory. For example,

Expand All @@ -46,7 +46,7 @@ This sets up nctoolbox for the current Matlab session only. You will need to add
addpath('/Path/To/nctoolbox')
setup_nctoolbox
###Demos
### Demos

* Demos that display basic functionality are in the 'demos' subdirectory. These demos
can fail if the machines serving the remote data access URLs are unavailable. A gallery
Expand All @@ -55,7 +55,7 @@ This sets up nctoolbox for the current Matlab session only. You will need to add
the demos/contrib directory. Some of these depend on accessing remote sites for
data that can be less reliable than the data URLs in the 'demos' directory.

###Documentation
### Documentation

* We are migrating the documentation from the [GoogleCode nctoolbox documentation](http://code.google.com/p/nctoolbox/wiki/Documentation) to the [Github nctoolbox documentation](https://github.com/nctoolbox/nctoolbox/wiki/Documentation).
* Descriptions of the nctoolbox classes are available as [NctoolboxClasses](https://github.com/nctoolbox/nctoolbox/wiki/NctoolboxClasses).
Expand Down

0 comments on commit fa2e922

Please sign in to comment.