All Projects → mortcanty → SARDocker

mortcanty / SARDocker

Licence: MIT license
Source files for Docker image mort/sardocker/

Programming Languages

Jupyter Notebook
11667 projects
HTML
75241 projects
python
139335 projects - #7 most used programming language

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].