This repo contains the source files for the Docker image mort/sardocker, which wraps command line versions of several polarimetric SAR Python scripts, most of which are described the textbook Canty (2014). Image Analysis, Classification and Change Detection in Remote Sensing, 3rd Ed., CRC Press 2014. In addition new sequential change detection scripts implement the algorthms described in Conradsen et al. (2016). Determining the points of change in time series of polarimetric SAR data. IEEE TGRS 54 (5) 3007-3024.
- Install Docker
- In a terminal, run the command
sudo docker run -d -p 433:8888 --name=sar -v your_image_directory:/sar/imagery mort/sardocker
where your_image_directory is the path to your SAR data. - Point your browser to
localhost:433 - If asked for a password, enter 'mort'
- Click on the tutorial, or open a new notebook with New/Python 2.