Skip to content

Latest commit

 

History

History
63 lines (40 loc) · 1.78 KB

README.md

File metadata and controls

63 lines (40 loc) · 1.78 KB

LCMAP Change Detection

This project contains application source code for Change Detection C library and related scripts.

Installation

To install, simply run the top-level make target:

$ git clone [email protected]:USGS-EROS/lcmap-change-detection-c.git
$ cd lcmap-change-detection-c
$ make

The executables and scripts will be installed into ./bin by default. This can be overridden by setting a BIN environment variable or using a BIN variable when running the target:

$ BIN=/my/path/bin make

For additional notes, such as installing dependencies (Ubuntu), overriding Makefile variables, etc., see:

Usage

[We're in active development on making this not only work, but be usable. Ticket #5 has some early usability notes + tasks that we're trying to hit right away, if you're interested in tracking this.]

Development

Development notes for C-CCDC are maintained in the project wiki. For more details, see:

Implementation

CCDC - Continuous Change Detection and Classification (Algorithm)

  • NOTE: This algorithm is not validated and considered prototype.
  • See CCDC ADD for the detailed description.

More Information

This project is hosted by the US Geological Survey (USGS) Earth Resources Observation and Science (EROS) Land Change Monitoring, Assessment, and Projection (LCMAP) Project. For questions regarding this source code, please contact the Landsat Contact Us page and specify USGS LCMAP in the "Regarding" section.