Skip to content

Latest commit

 

History

History
63 lines (36 loc) · 1.37 KB

README.md

File metadata and controls

63 lines (36 loc) · 1.37 KB

Build Status

xcube-gen-bc

This is a plugin for xcube which can be used for processing inputdata provided by BC. With xcube-gen-bc all features of xcube can be used. In order to use the xcube-gen-bc you need to install xcube first:

Installation

First install xcube

$ git clone https://github.com/dcs4cop/xcube.git
$ cd xcube
$ conda env create

Then

$ activate xcube
$ python setup.py develop

Secondly, clone the xcube-gen-bc repository:

$ git clone https://github.com/dcs4cop/xcube-gen-bc.git
$ cd xcube-gen-bc
$ python setup.py develop

Once in a while make an update of xcube and xcube-gen-bc:

$ activate xcube
$ git pull --force
$ cd xcube
$ python setup.py develop

Then change into the xcube-gen-bc directory:

$ cd xcube-gen-bc
$ python setup.py develop

Run tests

$ pytest

with coverage

$ pytest --cov=xcube

with coverage report in HTML

$ pytest --cov-report html --cov=xcube

Developer Guide

...is here.

User Guide

Please use the README of xcube for further information.