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

Commit bc642e1

Browse files
author
Matthew Garthwaite
committed
add jupyter notebook
1 parent 94a0699 commit bc642e1

File tree

3 files changed

+472
-2
lines changed

3 files changed

+472
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ dist/
2323
*.egg
2424
*__pycache__/
2525
*~
26+
.ipynb_checkpoints/

Corner_Reflector_analysis.ipynb

Lines changed: 465 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ This package requires the following non-standard Python modules installed:
1212
```
1313
NumPy
1414
Matplotlib
15-
Rasterio >= 1.0.22
15+
Rasterio
16+
Jupyterlab (to use the Jupyter Notebook)
1617
```
1718

1819
### Authors
1920

2021
* **Matt Garthwaite** - [mcgarth](https://github.com/mcgarth)
21-
* **Thomas Fuhrmann** - [tfuhrmann](https://github.com/tfuhrmann)
2222

2323
### Running
2424

@@ -34,6 +34,10 @@ A stack of 9 example SAR images is contained in the ```data\``` directory. The e
3434
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.
3535
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.
3636

37+
### Jupyter Notebook
38+
39+
A Jupyter notebook is included in the package that demonstrates an example CoRAL analysis using the included SAR data.
40+
3741
### Testing
3842

3943
To run unit tests from within CoRAL repository directory:

0 commit comments

Comments
 (0)