Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/usgs/jem-bmd-library
JEM BMD Reader Library Java library to read and query from Binary Modeling Data (BMD) output from EPA WASP model.
https://github.com/usgs/jem-bmd-library
binary bmd data java jem modeling usgs
Last synced: 4 days ago
JSON representation
JEM BMD Reader Library Java library to read and query from Binary Modeling Data (BMD) output from EPA WASP model.
- Host: GitHub
- URL: https://github.com/usgs/jem-bmd-library
- Owner: usgs
- License: other
- Created: 2016-08-24T14:24:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-21T15:34:01.000Z (about 4 years ago)
- Last Synced: 2024-04-12T16:15:38.137Z (9 months ago)
- Topics: binary, bmd, data, java, jem, modeling, usgs
- Language: Java
- Size: 237 KB
- Stars: 4
- Watchers: 11
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# JEM BMD Reader Library
Joint Ecosystem Modeling (JEM)
https://jem.gov/
JEM is a partnership among federal agencies (USGS/USFWS/NPS/USACE), universities and other organizations.[![Build Status](https://travis-ci.org/usgs/jem-bmd-library.svg?branch=master)](https://travis-ci.org/usgs/jem-bmd-library)
## DISCLAIMER
This Software and any support from the JEM Community are provided
"AS IS" and without warranty, express or implied. JEM specifically
disclaim any implied warranties of merchantability for a particular
purpose. In no event will JEM be liable for any damages, including
but not limited to any lost profits, lost savings or any incidental
or consequential damages, whether resulting from impaired or
lost data, software or computer failure or any other cause, or
for any other claim by the user or for any third party claim.
Although this program has been used by the USGS, no warranty,
expressed or implied, is made by the USGS or the United States
Government as to the accuracy and functioning of the program
and related program material nor shall the fact of distribution
constitute any such warranty, and no responsibility is assumed
by the USGS in connection therewith. This software is provisional.## Build
To compile this application, ensure you have the Java SDK (JDK) installed and Maven.
Use the Maven tool in the root of this project:
* http://www.oracle.com/technetwork/java/javase/downloads/index.html
* https://maven.apache.org/This library can be compiled as JAR file with the following command:
$ mvn install -P packaging-jar
JavaDocs can be generated with the following command:
$ mvn javadoc:javadoc -P packaging-jar
## Usage
See examples/gov.usgs.jem.binarymodelingdata.example.Main