Skip to content

Commit 0476702

Browse files
CherylCheryl
authored andcommitted
update to read
1 parent ef9b18a commit 0476702

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

Readme.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
[![Build Status](https://travis-ci.org/asascience-open/ncSOS.png?branch=master)](https://travis-ci.org/asascience-open/ncSOS)
44

5-
Stable version: **v1.2** for THREDDS version 4.5
5+
Stable version: **v1.2.1** for THREDDS version 4.5
66

7-
Stable version: **v1.1** for all other THREDDS versions
7+
Stable version: **v1.1.1** for all other THREDDS versions
88

9-
NcSOS adds an OGC SOS service to datasets in your existing [THREDDS](http://www.unidata.ucar.edu/projects/THREDDS/) server. It complies with the [IOOS SWE Milestone 1.0](https://code.google.com/p/ioostech/source/browse/#svn%2Ftrunk%2Ftemplates%2FMilestone1.0) templates and requires your datasets be in any of the [CF 1.6 Discrete Sampling Geometries](http://cf-pcmdi.llnl.gov/documents/cf-conventions/1.6/cf-conventions.html#discrete-sampling-geometries).
9+
NcSOS adds an OGC SOS service to datasets in your existing [THREDDS](http://www.unidata.ucar.edu/projects/THREDDS/) server. It complies with the [IOOS SWE Milestone 1.0](https://code.google.com/p/ioostech/source/browse/#svn%2Ftrunk%2Ftemplates%2FMilestone1.0) templates and requires your datasets be in any of the [CF 1.6 Discrete Sampling Geometries](http://cfconventions.org/Data/cf-conventions/cf-conventions-1.6/build/cf-conventions.html#discrete-sampling-geometries).
1010

1111
NcSOS acts like other THREDDS services (such an OPeNDAP and WMS) where as there are individual service endpoints for each dataset. It is best to aggregate your files and enable the NcSOS service on top of the aggregation. i.e. The NcML aggregate of hourly files from an individual station would be a good candidate to serve with NcSOS. Serving the individual hourly files with NcSOS would not be as beneficial.
1212

13-
_You will need a working THREDDS installation of at least version **4.3.16** to run NcSOS v1.1 or ealrier_
14-
_You will need a working THREDDS installation of at least version **4.5** to run NcSOS v1.2_
13+
_You will need a working THREDDS installation of at least version **4.3.16** to run NcSOS v1.1.1 or ealrier_
14+
_You will need a working THREDDS installation of at least version **4.5** to run NcSOS v1.2.1_
1515

1616
# Quick Links
1717
1. *Mailing list*: https://groups.google.com/forum/#!forum/ncsos
@@ -23,16 +23,17 @@ _You will need a working THREDDS installation of at least version **4.5** to run
2323

2424
| ncSOS version/ branch | THREDDS version | Catalog URL |
2525
| ------------- | ---------------------- | ----------------------------------------------- |
26-
| [v1.1](https://github.com/asascience-open/ncSOS/releases/tag/v1.1) (release) | 4.3.20 (20131125.1409) | http://sos.maracoos.org/stable/catalog.html |
27-
| [master](https://github.com/asascience-open/ncSOS/tree/master) (branch) | 4.3.20 (20131125.1409) | http://sos.maracoos.org/pre/catalog.html |
28-
| [v1.2](https://github.com/asascience-open/ncSOS/releases/tag/v1.2) (release) | 4.5.4 (20141008.1804) | http://sos.maracoos.org/dev/catalog.html |
26+
| [v1.1.1](https://github.com/asascience-open/ncSOS/releases/tag/v1.1.1) (release) | 4.3.20 (20131125.1409) | http://sos.maracoos.org/stable/catalog.html |
27+
| [milestone 1.3](https://github.com/asascience-open/ncSOS/tree/milestone_1.3) (branch) | 4.6.3 | http://sos.maracoos.org/pre/catalog.html |
28+
| [v1.2.1](https://github.com/asascience-open/ncSOS/releases/tag/v1.2.1) (release) | 4.5.4 (20141008.1804) | http://sos.maracoos.org/dev/catalog.html |
2929

3030
## ChangeLog
31+
### v1.2.1 / v1.1.1
32+
* Fixes an issue with attributes not being set correctly in the Describe Sensor response - see issue #171
3133

3234
### v1.2
3335
* Works with version 4.5 of the THREDDS data server. Please note that this version contains all of the same functionality as v1.1 and that it is not backwards compatible with previous versions of the THREDDS data server.
3436

35-
3637
### v1.1
3738
* Addressed defects identified in the November 2014 test report (#156).
3839

0 commit comments

Comments
 (0)