buzzard icon indicating copy to clipboard operation
buzzard copied to clipboard

Advanced raster and geometry manipulations

Results 1 buzzard issues
Sort by recently updated
recently updated
newest added

``` #!/bin/bash -eo pipefail . venvs/37/bin/activate python scripts/pytest_parallel.py -x --cov=buzzard --cov-report=term --cov-report=xml:test-reports/coverage.xml --junitxml=test-reports/pytest-report.xml ls -l test-reports # codecov first concatenate the coverage*.xml files and upload it # it does not...