This is an automated email from the ASF dual-hosted git repository. fgreg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-sdap-ningesterpy.git
commit 0ccf08fdd470e49bcbd6f54aca2781bfa67bb21f Merge: 3b17f80 32b9911 Author: fgreg <[email protected]> AuthorDate: Tue Jan 30 13:52:32 2018 -0800 Merge pull request #1 from fgreg/master SDAP-17: Required dependency for ningester .gitignore | 1 - .idea/ningesterpy.iml | 2 +- CONTRIBUTING.md | 130 +++++++++++++++++++++ README.md | 3 - README.rst | 5 + conda-requirements.txt | 3 + requirements.txt | 11 +- scripts/__init__.py | 0 {tests => scripts}/convert_iceshelf.py | 0 {tests => scripts}/hd5splitter.py | 0 {ningesterpy => sdap}/__init__.py | 2 - {ningesterpy => sdap}/ningesterpy.py | 12 +- {ningesterpy => sdap}/processors/__init__.py | 22 ++-- {ningesterpy => sdap}/processors/callncpdq.py | 2 +- {ningesterpy => sdap}/processors/callncra.py | 2 +- .../processors/computespeeddirfromuv.py | 2 +- .../processors/emptytilefilter.py | 2 +- .../processors/kelvintocelsius.py | 2 +- .../processors/normalizetimebeginningofmonth.py | 2 +- {ningesterpy => sdap}/processors/processorchain.py | 6 +- {ningesterpy => sdap}/processors/regrid1x1.py | 2 +- .../processors/subtract180longitude.py | 2 +- .../processors/tilereadingprocessor.py | 2 +- .../processors/tilesummarizingprocessor.py | 2 +- .../processors/winddirspeedtouv.py | 2 +- setup.py | 27 ++++- tests/callncpdq_test.py | 2 +- tests/computespeeddirfromuv_test.py | 6 +- tests/kelvintocelsius_test.py | 4 +- tests/processorchain_test.py | 2 +- tests/regrid1x1_test.py | 16 +-- tests/subtract180longitude_test.py | 6 +- tests/tilereadingprocessor_test.py | 22 ++-- tests/tilesumarizingprocessor_test.py | 6 +- tests/winddirspeedtouv_test.py | 6 +- 35 files changed, 235 insertions(+), 81 deletions(-) -- To stop receiving notification emails like this one, please contact [email protected].
