Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 94a0699

Browse files
Matt GarthwaiteMatt Garthwaite
authored andcommitted
add rasterio to travis build
1 parent acb853b commit 94a0699

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ install:
1111
- conda update -q conda
1212
# Useful for debugging any issues with conda
1313
- conda info -a
14-
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy matplotlib
14+
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy matplotlib
1515
- source activate test-environment
16-
- pip install pytest pytest-cov coveralls
16+
- pip install pytest pytest-cov coveralls rasterio
1717

1818
script:
1919
pytest --cov-report term-missing:skip-covered --cov=coral tests/

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ This package requires the following non-standard Python modules installed:
1212
```
1313
NumPy
1414
Matplotlib
15+
Rasterio >= 1.0.22
1516
```
1617

1718
### Authors
@@ -29,7 +30,7 @@ This example will calculate the Radar Cross Section (RCS) and Signal to Clutter
2930

3031
### Example data
3132

32-
A stack of 9 example SAR images is contained in the ```data\``` directory. The example SAR images are a set of multi-looked intensity images acquired by Sentinel-1 in Interferometric Wide Swath mode. These images have been processed from Single Look Complex data using the GAMMA Remote Sensing software with 4 Looks in range and 1 Look in azimuth.
33+
A stack of 9 example SAR images is contained in the ```data\``` directory. The example SAR images are a set of multi-looked Sigma-0 intensity images acquired by Sentinel-1 in Interferometric Wide Swath mode. These images have been processed from Single Look Complex data using the GAMMA Remote Sensing software with 4 Looks in range and 1 Look in azimuth.
3334
Each tiff file (```*.tif```) contains 200*200 floating point values. Each data file has an accompanying text file (```*.mli.par```) containing metadata generated by the GAMMA Remote Sensing software.
3435
The example images, in descending-pass radar geometry, cover a small area cropped from the full images containing a test site "SERF" at Samford, Queensland, Australia. A corner reflector target was deployed at SERF for teaching purposes in August 2018.
3536

0 commit comments

Comments
 (0)