Gianpaolo Coro 2016-09-27 14:49:34 +00:00
parent 00bc6a8978
commit 794371142b
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ import org.gcube.dataanalysis.ecoengine.datatypes.ServiceType;
import org.gcube.dataanalysis.ecoengine.datatypes.StatisticalType; import org.gcube.dataanalysis.ecoengine.datatypes.StatisticalType;
import org.gcube.dataanalysis.ecoengine.datatypes.enumtypes.ServiceParameters; import org.gcube.dataanalysis.ecoengine.datatypes.enumtypes.ServiceParameters;
import org.gcube.dataanalysis.ecoengine.datatypes.enumtypes.TableTemplates; import org.gcube.dataanalysis.ecoengine.datatypes.enumtypes.TableTemplates;
import org.gcube.dataanalysis.ecoengine.interfaces.StandardLocalExternalAlgorithm; import org.gcube.dataanalysis.ecoengine.interfaces.StandardLocalInfraAlgorithm;
import org.gcube.dataanalysis.ecoengine.utils.DatabaseFactory; import org.gcube.dataanalysis.ecoengine.utils.DatabaseFactory;
import org.gcube.dataanalysis.ecoengine.utils.DatabaseUtils; import org.gcube.dataanalysis.ecoengine.utils.DatabaseUtils;
import org.hibernate.SessionFactory; import org.hibernate.SessionFactory;
@ -27,7 +27,7 @@ import org.hibernate.SessionFactory;
* This is an algorithm that returns the the calculation of The Penman-Monteith Evapotranspiration Estimation by FAO-56 Method. The input is a general tabular resource with eight columns (date, * This is an algorithm that returns the the calculation of The Penman-Monteith Evapotranspiration Estimation by FAO-56 Method. The input is a general tabular resource with eight columns (date,
* latitude, altitude, temperature, max temperature, min temperature relative humidity, wind speed, and radiation). * latitude, altitude, temperature, max temperature, min temperature relative humidity, wind speed, and radiation).
*/ */
public class EtoPenmanMonteithFao extends StandardLocalExternalAlgorithm { public class EtoPenmanMonteithFao extends StandardLocalInfraAlgorithm {
// Class Attributes // Class Attributes
String outputtablename; String outputtablename;
String outputtable; String outputtable;