This page describes how the BEAM libraries can be used to create simple, self-standing applications.
- Install BEAM. The installation folder is
$BEAM_HOMEfrom here on. - Required BEAM JARs reside in
$BEAM_HOME/liband$BEAM_HOME/modules - Two BEAM module JARs need to be unpacked:
$BEAM_HOME/modules/lib-hdfand$BEAM_HOME/modules/lib-netcdf. This is automatically done, when VISAT is run the first time. - Create a project in your IDE for you app.
- Define the classpath for your app.
- Add all JARs found in
$BEAM_HOME/lib*.jar
- Add the following minimum modules found in
$BEAM_HOME/modulesceres-core.jarbeam-core.jarlib-hdf/lib/hdf.jarlib-hdf/lib/hdf5.jarlib-netcdf/lib/netcdf.jar
- Add the following optional product readers found in
$BEAM_HOME/modulesas requiredbeam-envisat-reader.jarbeam-landsat-reader.jarbeam-modis-reader.jar- ...
- Add all JARs found in
Labels