https://github.com/bcdev/beam-meris-aatsr-snowradiance
https://github.com/bcdev/beam-meris-aatsr-snowradiance
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bcdev/beam-meris-aatsr-snowradiance
- Owner: bcdev
- Created: 2010-03-31T10:14:03.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2012-05-10T16:26:04.000Z (about 14 years ago)
- Last Synced: 2025-09-09T14:16:05.198Z (10 months ago)
- Language: Java
- Homepage:
- Size: 4.27 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.html
Awesome Lists containing this project
README
BEAM GPF Module snowradiance
About BEAM GPF Module snowradiance, Version 1.0-SNAPSHOT
Module Content
This module comprises the following sources and resources:
-
readme.html- this file -
pom.xml- the Maven 2 project model (POM) file, see below -
src/main/java- the Java source code -
src/main/resources/module.xml- the BEAM module
manifest -
src/main/resources/about.html- information about the
module -
src/main/resources/license.txt- a copy of the GPL
-
src/test/java- source code of the JUnit tests
Module Development
This project requires the Apache Maven 2
software project management and comprehension tool to be installed and set-up on your computer.
To start development, open a console window or a shell and cd into the directory where
you have unpacked this module's contents.
To build the module, type
mvn package
To install the module (and make it available as dependency in other modules), type
mvn clean install
To create the project files for your IDE, type
mvn idea:idea
resp.
mvn eclipse:eclipse
Module License
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation. This program is distributed in the hope it will
be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License
for more details.
You have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Copyright © 2007 by Brockmann Consult (info@brockmann-consult.de)