This commit is contained in:
Gianpaolo Coro 2016-06-22 15:57:03 +00:00
parent 84ce55527f
commit 931215e861
3 changed files with 3 additions and 3 deletions

View File

@ -1 +0,0 @@
org.gcube.dataanalysis.geo.wps.factory.DynamicWPSTransducerer

View File

@ -28,7 +28,8 @@ import org.xml.sax.SAXException;
public class DivaHTTPClient {
public static String WEB_HTTP="http://gher-diva.phys.ulg.ac.be/web-vis/Python/web";
//public static String WEB_HTTP="http://gher-diva.phys.ulg.ac.be/web-vis/Python/web";
public static String WEB_HTTP="http://ec.oceanbrowser.net/emodnet/Python/web";
public static String DOWN_FILE_NC="/download?fieldname=";
public static String postFile(File file) throws Exception {

View File

@ -43,7 +43,7 @@ public class TestSeaDataNetConnector {
AlgorithmConfiguration config = Regressor.getConfig();
config.setAgent("SEADATANET_CONNECTOR");
config.setParam("InputTable", "hcaf_d");
config.setParam("InputTable", "hcaf_d_mini");
config.setParam("Longitude", "centerlong");
config.setParam("Latitude", "centerlat");
config.setParam("Quantity", "landdist");