VIIRS EDR V1.1 Processing Patch - Missing NDVI file

VIIRS Environmental Data Records
Post Reply
kathys
Posts: 487
Joined: Tue Jun 22, 2010 4:51 pm

VIIRS EDR V1.1 Processing Patch - Missing NDVI file

Post 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.
rocktanvira3
Posts: 1
Joined: Wed Apr 22, 2015 12:03 pm
Location: Dhaka, Bangladesh
Contact:

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

Post by rocktanvira3 »

Thanks for your great post. :D
Post Reply