From b5877521a3842ca2d45d4700b7d6eeb85d90ec00 Mon Sep 17 00:00:00 2001 From: Dalton Kell <32339201+daltonkell@users.noreply.github.com> Date: Mon, 2 Dec 2019 15:27:23 -0500 Subject: [PATCH] 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" --- README.md | 7 ++++++- tox.ini | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d07ecb77..a3a83298 100644 --- a/README.md +++ b/README.md @@ -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) <kyle@axiomdatascience.com> - [Ben Adams](https://github.com/benjwadams) <ben.adams@rpsgroup.com> - [Bob Fratantonio](https://github.com/bobfrat) <robert.fratantonio@rpsgroup.com> +- [Dalton Kell](https://github.com/daltonkell) <dalton.kell@rpsgroup.com> And many more testers! diff --git a/tox.ini b/tox.ini index 439d9256..516aafb7 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py27, py35 +envlist = py35, py36 [testenv] commands = py.test compliance_checker/tests/