Skip to content

anarisris/esa-beam

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

3D Vegetation Lab plugin(s) for the ESA BEAM toolkit

This repository contains plugin modules developed by Netcetera Zurich for version 4.11 of the ESA BEAM Earth Observation Toolbox and Development Platform.

Binary Installation

Binary installation of the 3D Vegetation Lab plugin is automated in Java and involves

  • copying/replacing the plugin jar in $HOME/beam-4.11/modules
  • first-time plugin run to create/unpack $HOME/.beam/beam-vlab/auxdata/
  • fetch/unpack latest versions of dependent 3rd party software into auxdata
  • create command line wrappers in the bin directory for batch operation

Binary Installation (windows version)

rem 1. MANUALLY: Download BEAM  - you have to click to Proceed
rem press Windows-R  to get the "run" prompt
iexplore "http://www.brockmann-consult.de/cms/web/beam/dlsurvey?p_p_id=downloadportlet_WAR_beamdownloadportlet10&what=software/beam/4.11/beam_4.11_win32_installer.exe"
rem 2. run installer
beam_4.11_win32_installer.exe
rem 3. go to the beam bin directory (the directory where you just installed it)
rem press Windows-R to get the "run" prompt 
cmd /K "cd /d C:\Program Files (x86)\beam-4.11\bin"
rem 4. download the 3DVegLabInstaller.jar into the bin directory from step 3.
iexplore "ftp://ftp.netcetera.ch/pub/"
rem 5. run the 3DVegLabInstaller.jar from inside the bin directory 
press Windows-R to get the "run" prompt
cmd /K "cd /d C:\Program Files (x86)\beam-4.11\bin"
java -jar 3DVegLabInstaller.jar

Binary Installation (linux version)

# 1. MANUALLY: Download BEAM  - you have to click to Proceed
firefox 'http://www.brockmann-consult.de/cms/web/beam/dlsurvey?p_p_id=downloadportlet_WAR_beamdownloadportlet10&what=software/beam/4.11/beam_4.11_linux64_installer.sh'
# 2. run installer
sh beam_4.11_linux64_installer.sh
# NOTE: an early version of BEAM's 4.11 installer still named the installed directory beam-4.10.3. If so, please rename it to beam-4.11
# 3. go to the beam bin directory (the directory where you just installed it)
cd ${HOME}/beam-4.11/bin
# 4. download 3DVegLabInstaller.jar into the bin directory from step 3.
wget ftp://ftp.netcetera.ch/pub/3DVegLabInstaller.jar
# 5. run the 3DVegLabInstall.jar from inside the bin directory
java -jar 3DVegLabInstaller.jar
# 6. run BEAM
${HOME}/beam-4.11/bin/visat

Once you have started BEAM (visat), use Tools/3D Vegetation Lab Processor to start the plugin.

3D Vegetation Lab Dependent software

The BEAM Vegetation Lab plugin relies on the following 3rd party software. Binary snapshots of this software compiled for linux64/win32 platforms are automatically installed by the 3DVegLabInstaller.jar described above

For 3D Vegetation Lab Developers

There are two modes of development, which are described in a separate README

  1. Development for Scientists (in python - changing the single jython implementation file, restarting BEAM, browsing log files)
  2. Development for BEAM developers (in Java and python - full development, including Java plugin infrastructure, help files, support scripts, etc.)

BEAM 3DVegLab Plugin Contributing Authors

  • Mat Disney
  • Cyrill Schenkel
  • Fabian Schneider
  • Nicolas Lauret
  • Tristan Gregoire
  • Daniel Kuekenbrink
  • Joshy Cyriac
  • Marcel Kessler
  • Jason Brazile

License

About

Plugins for the ESA BEAM toolkit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.0%
  • Java 5.9%
  • Shell 4.0%
  • Other 1.1%