Unable to add Land and other processing Packages

Post Reply
Kiran
Posts: 2
Joined: Tue Dec 11, 2012 10:57 pm

Unable to add Land and other processing Packages

Post by Kiran »

Hi,

I am new to this IMAPP system. I have installed "IMAPP Virtual Appliance v1.1 for Windows" on my Windows 7 x64bit using VM Ware player 5.0.1. All the steps ran well as described in the User's Guide. But I need to add few more processing packages so I did steps 5.2 of the Guide. I made following change in dbvm_env.bash

export DBVM_DEM="YES" # MODIS Geolocation terrain correction
export DBVM_IMAGE="YES" # MODIS GeoTIFF and JPEG images
export DBVM_DBGE="YES" # MODIS Google Earth images
export DBVM_LAND="YES" # MODIS Land products
export DBVM_MOD09="YES" # MODIS Land Surface Reflectance

and run install_dbvm.bash.

But at the end of install command, an error showed that some files were not found or could not be installed. I again ran the dbvm_start.bash. But no new products were shown in label2 folder.

I would appreciate if anyone can help me on this.

thank you all

Kiran
Kiran
Posts: 2
Joined: Tue Dec 11, 2012 10:57 pm

Re: Unable to add Land and other processing Packages

Post by Kiran »

Thankx to Liam Gumley (Science and Engineering Center University of Wisconsin-Madison).

Do following to solve the issue::

cd $DBVM_HOME/scripts
mv download_apps.bash download_apps.bash_old
curl -O ftp://ftp.ssec.wisc.edu/pub/incoming/download_apps.bash
chmod ugo+rx download_apps.bash
cd $HOME

Now try running the install command again
Post Reply