Page 1 of 1

VIIRS EDR V1.1 Processing Patch - Missing NDVI file

Posted: Thu Oct 17, 2013 3:17 pm
by kathys
There is a patch that is available to fix the problem where VIIRS EDR Version 1.1 fails because of an NDVI file missing from the CSPP_VIIRS_EDR_V1.1_STATIC.tar.gz package. To fix this problem, follow these steps:

1. Download the NDVI.FM.c004.v2.0.WS.00-04.289.h5 file:

curl -O ftp://ftp.ssec.wisc.edu/pub/CSPP/edr_v_ ... -04.289.h5

2. Confirm you have downloaded the entire file, by typing:

openssl dgst -sha1 NDVI.FM.c004.v2.0.WS.00-04.289.h5

should result in this printout: 95a0c60aaf7bd6692c31f68cdae88df915eb4dea

3. Move the file into the correct CSPP EDR v1.1 directory:

mv NDVI.FM.c004.v2.0.WS.00-04.289.h5 $CSPP_EDR_HOME/anc/static/NDVI/.

4. Confirm that there are now 23 total NDVI files within the $CSPP_EDR_HOME/anc/static/NDVI directory.

This will resolve the problem.

Re: VIIRS EDR V1.1 Processing Patch - Missing NDVI file

Posted: Wed Apr 22, 2015 12:10 pm
by rocktanvira3
Thanks for your great post. :D