Giter Club home page Giter Club logo

espa-cloud-masking's Introduction

ESPA Cloud Masking

Release Date: December XX, 2015

See git tag [2015_Dec]

This project contains application source code for producing Cloud Mask products.

Implemented Algorithms

CFMASK - Function of Mask (Algorithm)

  • Implemented in C

  • This software is based on the Matlab code developed by Zhe Zhu, and Curtis E. Woodcock

    • Zhu, Z. and Woodcock, C. E., Object-based cloud and cloud shadow detection in Landsat imagery, Remote Sensing of Environment (2012), doi:10.1016/j.rse.2011.10.028
    • More information from the algorithm developers can be found here.
  • See folder l4-7_cfmask for the Landsat 4, 5, and 7 version.

  • See folder not-validated-prototype-l8_cfmask for the Landsat 8 version.

Release Notes

Please see the Wiki pages or Release Tags for notes related to past versions.

  • Replaced fillminima (python/C) code with code developed by the Landsat Team.
  • Replaced cloud labeling code with code developed by the Landsat Team.
  • Added minimal support for multi-threading at compile time.
  • Many other enhancements due to the above two items. Specifically/mostly the memory allocation and usage.
  • Added a helper script for future use with multiple sensor and/or algorithm applications. Helper script is intended to be called by the espa-processing project code.
  • Enhanced the Makefiles for build and installation.

Installation Notes

Installation of Specific Algorithms

Please see the installation instructions within the algorithm sub-directory.

Installation of All Algorithms

Dependencies

Environment Variables

  • Required for building this software
export PREFIX="path_to_Installation_Directory"
export XML2INC="path_to_LIBXML2_include_files"
export XML2LIB="path_to_LIBXML2_libraries_for_linking"
export LZMALIB="path_to_LZMA_libraries_for_linking"
export ZLIBLIB="path_to_ZLIB_libraries_for_linking"
export ESPAINC="path_to_ESPA_PRODUCT_FORMATTER_include_files"
export ESPALIB="path_to_ESPA_PRODUCT_FORMATTER_libraries_for_linking"

Build Steps

  • Clone the repository and replace the defaulted version(master) with this version of the software
git clone https://github.com/USGS-EROS/espa-cloud-masking.git
cd espa-cloud-masking
git checkout <version>
  • Build and install the application specific software
make
make install

Usage

See the algorithm specific sub-directories for details on usage.

More Information

This project is provided by the US Geological Survey (USGS) Earth Resources Observation and Science (EROS) Land Satellite Data Systems (LSDS) Science Research and Development (LSRD) Project. For questions regarding products produced by this source code, please contact the Landsat Contact Us page and specify USGS CDR/ECV in the "Regarding" section. https://landsat.usgs.gov/contactus.php

espa-cloud-masking's People

Contributors

ngenetzky avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.