Published August 25, 2023 | Version release/4.1.0
Software Open

nasa-nccs-hpda/modis_water: release/4.1.0

  • 1. @nasa

Description

release/4.1.0 Purpose

Add antarctic seven class and ancillary data with post-processing update.

  • Seven-class generation will no longer be filled with no-data values for antarctic tiles
<b>4.1.0 Changelog</b>
  • Removed exception which filled seven class with no-data values in antarctic tiles
  • Changed QA no-data from 250 to 10
  • Log files will no longer have irregular filenames due to direct usage of the set of sensors
<b>From 4.0.0 Changelog (still important) </b>

GMTED/DEM products and Static Seven Class products are no longer supported. Instead a single post-processing product is required. See the "Staged data products" section for more information on the post-processing product.

NO LONGER NEEDED: MODIS_GMTED_DEM_slope, MODIS_Seven_Class_maxextent

/explore/nobackup/projects/ilab/data/MODIS/ancillary/MODIS_GMTED_DEM_slope
/explore/nobackup/projects/ilab/data/MODIS/ancillary/MODIS_Seven_Class_maxextent

NOW NEEDED: postprocessing_dir

/explore/nobackup/projects/ilab/data/MODIS/ancillary/postprocess_dir

RF algorithm is no longer meant to be used. Simple algorithm is the algorithm to use in production. This is a simple switch of the --classifier command-line argument from rf to simple.

OLD (DO NOT USE THIS)
$ python <path_modis_water_code_base>/modis_water/view/EndToEndModisWaterCLV.py \
    --classifier rf \
    -t h09v05 \
    -y 2006 \
    -sensor MOD \
    -static /path/to/static/seven_class \
    -dem /path/to/gmted/dem/slope \
    -mod /path/modis/Collection6.1/L2G \
    -burn /path/modis/Collection6/L3/MCD64A1-BurnArea \
    -o /path/to/output/directory
NEW (USE THIS INSTEAD)
$ python <path_modis_water_code_base>/modis_water/view/EndToEndModisWaterCLV.py \
    --classifier simple \
    -t h09v05 \
    -y 2006 \
    -sensor MOD \
    -postprocessing /path/to/postprocessing_dir/ \
    -mod /path/modis/Collection6.1/L2G \
    -burn /path/modis/Collection6/L3/MCD64A1-BurnArea \
    -o /path/to/output/directory
What's Changed

Full Changelog: https://github.com/nasa-nccs-hpda/modis_water/compare/release/4.0.0...release/4.0.1

Files

nasa-nccs-hpda/modis_water-release/4.1.0.zip

Files (49.1 MB)

Name Size Download all
md5:e8d135a3b3326dddb823fc18486552d2
49.1 MB Preview Download

Additional details