Skip to content

16 July 2019

Ilektra Christidi edited this page Jul 17, 2019 · 3 revisions
  • Repo seamlessly transfered under the UCL GitHub organisation.
  • master branch locked. Commits are only allowed via Pull Requests (either branch out in this repo, or fork) that have been reviewed. Admins (i.e. Jose and all RSDG) can bypass the review requirement, but please don't do so unless really needed! Always request reviewers when you want to merge a PR.
  • Looked at build system: tox doesn't work in a local conda environment out of the box, but is fine on travis. Need to discuss this in depth with David. For now, to install and run locally (preferably in a conda environment):
conda install --yes gdal numba scipy tensorflow pytest
pip install .

and possibly

export PYTHONPATH=$PYTHONPATH:/your/path/to/repo/kaska

Then you can do things like

pytest
python kaska/kaska.py
  • Looked at (and Jose wrote some) unit tests, see issue 20 and PR 21
  • Talked about data files that should and shouldn't be included to the distribution, see comments in issue 3 and PR 19
Clone this wiki locally