diff --git a/src/main/java/org/gcube/dataanalysis/geo/batch/GeothermalDataMetadataInsertDev.java b/src/main/java/org/gcube/dataanalysis/geo/batch/GeothermalDataMetadataInsertDev.java index ea8da59..16852a6 100644 --- a/src/main/java/org/gcube/dataanalysis/geo/batch/GeothermalDataMetadataInsertDev.java +++ b/src/main/java/org/gcube/dataanalysis/geo/batch/GeothermalDataMetadataInsertDev.java @@ -43,6 +43,7 @@ public class GeothermalDataMetadataInsertDev { TrainingCenter(); } + private static void TemperatureIsolineat3kmdepth() throws Exception{ GenericLayerMetadata metadataInserter = new GenericLayerMetadata(); metadataInserter.setGeonetworkUrl(geonetworkurl); diff --git a/src/main/java/org/gcube/dataanalysis/geo/batch/GeothermalDataMetadataInsertFrance.java b/src/main/java/org/gcube/dataanalysis/geo/batch/GeothermalDataMetadataInsertFrance.java new file mode 100644 index 0000000..a46057f --- /dev/null +++ b/src/main/java/org/gcube/dataanalysis/geo/batch/GeothermalDataMetadataInsertFrance.java @@ -0,0 +1,113 @@ +package org.gcube.dataanalysis.geo.batch; + +import org.gcube.dataanalysis.geo.meta.GenericLayerMetadata; +import org.opengis.metadata.identification.TopicCategory; + +public class GeothermalDataMetadataInsertFrance { + + static String geonetworkurl = "http://geonetwork.geothermaldata.d4science.org/geonetwork"; + static String geoserverurl = "http://geoserver-dev.d4science-ii.research-infrastructures.eu/geoserver"; + static String user = "admin"; + static String password = "d4science2014"; + + public static void main(String[] args) throws Exception{ + + for (int i=0;i0) + metadataInserter.customMetaDataInsert(urls,protocols); + } + +} diff --git a/src/main/java/org/gcube/dataanalysis/geo/batch/GeothermalDataMetadataInsertHungary.java b/src/main/java/org/gcube/dataanalysis/geo/batch/GeothermalDataMetadataInsertHungary.java new file mode 100644 index 0000000..e47cbf9 --- /dev/null +++ b/src/main/java/org/gcube/dataanalysis/geo/batch/GeothermalDataMetadataInsertHungary.java @@ -0,0 +1,100 @@ +package org.gcube.dataanalysis.geo.batch; + +import org.gcube.dataanalysis.geo.meta.GenericLayerMetadata; +import org.opengis.metadata.identification.TopicCategory; + +public class GeothermalDataMetadataInsertHungary { + + static String geonetworkurl = "http://geonetwork.geothermaldata.d4science.org/geonetwork"; + static String geoserverurl = "http://geoserver-dev.d4science-ii.research-infrastructures.eu/geoserver"; + static String user = "admin"; + static String password = "d4science2014"; + + public static void main(String[] args) throws Exception{ + + for (int i=0;i0) + metadataInserter.customMetaDataInsert(urls,protocols); + } + +}