-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README and tox.ini for CF-1.7 release (#711)
* Update README and tox.ini for CF-1.7 release * Change to "no longer officially supports"
- Loading branch information
1 parent
a99caf9
commit b587752
Showing
2 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,11 +6,14 @@ | |
The IOOS Compliance Checker is a python based tool for data providers to check | ||
for completeness and community standard compliance of local or remote | ||
[netCDF](https://en.wikipedia.org/wiki/NetCDF) files against | ||
[CF](https://en.wikipedia.org/wiki/NetCDF) and | ||
[CF](http://cfconventions.org/Data/cf-conventions/cf-conventions-1.7/cf-conventions.html) and | ||
[ACDD](http://wiki.esipfed.org/index.php/Attribute_Convention_for_Data_Discovery_1-3) | ||
file standards. The python module can be used as a command-line tool or as a | ||
library that can be integrated into other software. | ||
|
||
## Python 2.7 Deprecation Notice | ||
As of release 4.3.0, the __Compliance Checker no longer officially supports Python 2.7__. | ||
|
||
A [web-based version](https://data.ioos.us/compliance/index.html) of the Compliance | ||
Checker was developed to enable a broader audience and improve accessibility for the | ||
checker. With the web version, providers can simply provide a link or upload their | ||
|
@@ -22,6 +25,7 @@ It currently supports the following sources and standards: | |
| Standard | Source | .nc/OPeNDAP/.cdl | SOS | | ||
| ---------------------------------------------------------------------------------------------------- | ----------- | ------ | ------------------------------- | | ||
| [ACDD (1.1, 1.3)](http://wiki.esipfed.org/index.php/Attribute_Convention_for_Data_Discovery_1-3) | Built-in | X | - | | ||
| [CF (1.7)](http://cfconventions.org/Data/cf-conventions/cf-conventions-1.7/cf-conventions.html) | Built-in | X | - | | ||
| [CF (1.6)](http://cfconventions.org/cf-conventions/v1.6.0/cf-conventions.html) | Built-in | X | - | | ||
| IOOS SOS | Built-in | - | GetCapabilities, DescribeSensor | | ||
| [IOOS (1.1)](https://ioos.github.io/ioos-metadata/ioos-metadata-profile-v1-1.html#ioos-netcdf-metadata-profile-attributes) | Built-in | X | - | | ||
|
@@ -399,6 +403,7 @@ compliance-checker -t ncei-grid -f json -o ~/Documents/sample_grid_report.json ~ | |
- [Kyle Wilcox](https://github.com/kwilcox) <[email protected]> | ||
- [Ben Adams](https://github.com/benjwadams) <[email protected]> | ||
- [Bob Fratantonio](https://github.com/bobfrat) <[email protected]> | ||
- [Dalton Kell](https://github.com/daltonkell) <[email protected]> | ||
|
||
And many more testers! | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters