Const.java [src/java/m/rse/cfactor/utils] Revision:   Date:
/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */

package m.rse.cfactor.utils;

/**
 *
 * @author wlloyd
 */
public class Const {
    public static final String ALASKA_REGION_WARNING_MSG = "Coordinate is in Alaska region.  C-Factor value determination is pending further design specification from USDA-NRCS";
    public static final String RSE_LAT = "lat";
    public static final String RSE_LON = "lon";
    public static final String RSE_AOI = "AoI";
    public static final String SERVICE_DESC = "Climatic erosivity reflecting wind speed and surface soil moisture; value 100 at Garden City, Kansas";
    public static final double ALASKA_MIN_LATITUDE = 50.00;
    public static final double UNKNOWN_CFACTOR = -9999.99;
    
    public static final String RSE_DEPLOYMENT_WINDOWS = "windows";
    public static final String RSE_DEPLOYMENT_LINUX = "linux";

}