Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.28 KB

README.md

File metadata and controls

20 lines (17 loc) · 1.28 KB

Change Detection with Multitemporal Polarimetric SAR Imagery

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.

Installation

  1. Install Docker
  2. 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.
  3. Point your browser to
    localhost:433
  4. If asked for a password, enter 'mort'
  5. Click on the tutorial, or open a new notebook with New/Python 2.