wwatch3_cmd Package Development

Licensed under the Apache License, Version 2.0 Python Version Git on GitHub The uncompromising Python code formatter Documentation Status GitHub Workflow Status Codecov Testing Coverage Report Issue Tracker

The WaveWatch III® command processor package, WWatch3-Cmd, provides the wwatch3 command-line tool for doing various operations associated with the Strait of Georgia configuration of the WAVEWATCH III® model as it is used in the context of the MIDOSS project.

Python Versions

Python Version

The wwatch3_cmd package is developed using Python 3.9. It is tested for Python versions >=3.8. The package uses some Python language features that are not available in versions prior to 3.8, in particular:

Getting the Code

Git on GitHub

Clone the code and documentation repository from GitHub with:

$ git clone git@github.com:MIDOSS/WWatch3-Cmd.git

or copy the URI (the stuff after git clone above) from the Code button on the repository page.

Note

The git clone command above assumes that your are connecting to GitHub using SSH. If it fails, please follow the instructions in our Secure Remote Access docs to set up your SSH keys and Copy Your Public ssh Key to GitHub.

Development Environment

The WWatch3-Cmd package depends on the NEMO-Cmd package, so you need to clone the NEMO-Cmd repo beside your clone of the WWatch3-Cmd repository.

Setting up an isolated development environment using Conda is recommended. Assuming that you have Miniconda3 installed, you can create and activate an environment called wwatch3-cmd that will have all of the Python packages necessary for development, testing, and building the documentation with the commands below.

$ cd MIDOSS
$ conda env create -f WWatch3-Cmd/envs/environment-dev.yaml
$ conda activate wwatch3-cmd
(wwatch3-cmd)$ python3 -m pip install --editable NEMO-Cmd/
(wwatch3-cmd)$ python3 -m pip install --editable WWatch3-Cmd/

The --editable option in the pip install command above installs the packages from the cloned repos via symlinks so that the installed packages will be automatically updated as the repos evolve.

To deactivate the environment use:

(wwatch3-cmd)$ conda deactivate

Coding Style

The uncompromising Python code formatter

The WWatch3-Cmd package uses the black code formatting tool to maintain a coding style that is very close to PEP 8.

black is installed as part of the Development Environment setup.

To run black on the entire code-base use:

$ cd WWatch3-Cmd
$ conda activate wwatch3_cmd
(wwatch3-cmd)$ black ./

in the repository root directory. The output looks something like:

reformatted /media/doug/warehouse/MIDOSS/WWatch3-Cmd/docs/conf.py
All done! ✨ 🍰 ✨
1 file reformatted, 3 files left unchanged.

Building the Documentation

Documentation Status

The documentation for the WWatch3-Cmd package is written in reStructuredText and converted to HTML using Sphinx.

If you have write access to the repository on GitHub, whenever you push changes to GitHub the documentation is automatically re-built and rendered at https://wwatch3-cmd.readthedocs.io/en/latest/.

Additions, improvements, and corrections to these docs are always welcome.

The quickest way to fix typos, etc. on existing pages is to use the Edit on GitHub link in the upper right corner of the page to get to the online editor for the page on GitHub.

For more substantial work, and to add new pages, follow the instructions in the Development Environment section above. In the development environment you can build the docs locally instead of having to push commits to GitHub to trigger a build on readthedocs.org and wait for it to complete. Below are instructions that explain how to:

  • build the docs with your changes, and preview them in Firefox

  • check the docs for broken links

Building and Previewing the Documentation

Building the documentation is driven by the docs/Makefile. With your wwatch3-cmd environment activated, use:

(wwatch3-cmd)$ (cd docs && make clean html)

to do a clean build of the documentation. The output looks something like:

Removing everything under '_build'...
Running Sphinx v4.0.2
making output directory... done
loading intersphinx inventory from https://ubc-moad-docs.readthedocs.io/en/latest/objects.inv...
loading intersphinx inventory from https://nemo-cmd.readthedocs.io/en/latest/objects.inv...
loading intersphinx inventory from https://salishsea-nowcast.readthedocs.io/en/latest/objects.inv...
building [mo]: targets for 0 po files that are out of date
building [html]: targets for 5 source files that are out of date
updating environment: [new config] 5 added, 0 changed, 0 removed
reading sources... [100%] subcommands
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [100%] subcommands
generating indices... genindex done
writing additional pages... search done
copying static files... done
copying extra files... done
dumping search index in English (code: en)... done
dumping object inventory... done
build succeeded.

The HTML pages are in _build/html.

The HTML rendering of the docs ends up in docs/_build/html/. You can open the index.html file in that directory tree in your browser to preview the results of the build.

If you have write access to the repository on GitHub, whenever you push changes to Bitbucket the documentation is automatically re-built and rendered at https://wwatch3-cmd.readthedocs.io/en/latest/.

Running the Unit Tests

The test suite for the WWatch3-Cmd package is in WWatch3-Cmd/tests/. The pytest tool is used for test parametrization and as the test runner for the suite.

With your wwatch3-cmd development environment activated, use:

(wwatch3-cmd)$ cd WWatch3-Cmd/
(wwatch3-cmd)$ pytest

to run the test suite. The output looks something like:

================================= test session starts =================================
platform linux -- Python 3.9.4, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
Using --randomly-seed=1229191934
rootdir: /media/doug/warehouse/MIDOSS/WWatch3-Cmd
plugins: randomly-3.8.0
collected 42 items

tests/test_run.py ..........................................                                                                                                                                                                                                                                                          [100%]

================================= 42 passed in 1.84s ==================================

You can monitor what lines of code the test suite exercises using the coverage.py and pytest-cov tools with the command:

(wwatch3-cmd)$ cd WWatch3-Cmd/
(wwatch3-cmd)$ pytest --cov=./

The test coverage report will be displayed below the test suite run output.

Alternatively, you can use

(wwatch3-cmd)$ pytest --cov=./ --cov-report html

to produce an HTML report that you can view in your browser by opening WWatch3-Cmd/htmlcov/index.html.

Continuous Integration

GitHub Workflow Status Codecov Testing Coverage Report

The WWatch3-Cmd package unit test suite is run and a coverage report is generated whenever changes are pushed to GitHub. The results are visible on the repo actions page, from the green checkmarks beside commits on the repo commits page, or from the green checkmark to the left of the “Latest commit” message on the repo code overview page . The testing coverage report is uploaded to codecov.io

The GitHub Actions workflow configuration that defines the continuous integration tasks is in the .github/workflows/pytest-coverage.yaml file.

Version Control Repository

Git on GitHub

The WWatch3-Cmd package code and documentation source files are available as a Git repository at https://github.com/MIDOSS/WWatch3-Cmd.

Issue Tracker

Issue Tracker

Development tasks, bug reports, and enhancement ideas are recorded and managed in the issue tracker at https://github.com/MIDOSS/WWatch3-Cmd/issues.

License

Licensed under the Apache License, Version 2.0

The code and documentation of the WaveWatch III® Command Processor project are copyright 2019-2021 by the MIDOSS project contributors, The University of British Columbia, and Dalhousie University.

They are licensed under the Apache License, Version 2.0. https://www.apache.org/licenses/LICENSE-2.0 Please see the LICENSE file for details of the license.