git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/SeaDataNetConnector@129315 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
84ce55527f
commit
931215e861
|
@ -1 +0,0 @@
|
|||
org.gcube.dataanalysis.geo.wps.factory.DynamicWPSTransducerer
|
|
@ -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 {
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue