Skip to content

GreenDev-PR/GOES-PRWEB-Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GOES-PRWEB-Automation

##Description

The GOES-PRWEB Automation is a Java program built to automate as a daily process the GOES-PRWEB algorithm, developed by Dr. Eric Harmsen at University of Puerto Rico. This algorithm uses data from NEXRAD radar and GOES satellite to make calculations of multiple hydroclimate parameters.

Prerequisites

Additional Packages

Additional dependencies are defined using Maven inside the pom.xml file.

Quick Install

The easiest way to get started with the GOES-PRWEB Automation is to:

Clone & Run:

git clone https://github.com/GreenDev-PR/GOES-PRWEB-Automation.git
cd GOES-PRWEB-Automation
maven package
cd /target

This will generate a jar file with dependencies included. When executing the jar you need to specify the start date (-start), end date (-end) and path to properties file (-properties).

Configuration

All system configuration is specified in an external file. A sample configuration is included in the goesProperties.json file.

About

Making the GOES-PRWEB algorithm operational.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published