From f841a6d5f7fc2cd12d372cbad16e7f735efa97b0 Mon Sep 17 00:00:00 2001 From: Gianpaolo Coro Date: Mon, 20 May 2013 16:08:45 +0000 Subject: [PATCH] git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/EcologicalEngineGeoSpatialExtension@75156 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../org/gcube/dataanalysis/geo/test/TestChunkizationLayer.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/dataanalysis/geo/test/TestChunkizationLayer.java b/src/main/java/org/gcube/dataanalysis/geo/test/TestChunkizationLayer.java index 0ebd093..f1d2209 100644 --- a/src/main/java/org/gcube/dataanalysis/geo/test/TestChunkizationLayer.java +++ b/src/main/java/org/gcube/dataanalysis/geo/test/TestChunkizationLayer.java @@ -8,9 +8,10 @@ public class TestChunkizationLayer { static String cfg = "./cfg/"; public static void main(String[] args) throws Exception{ - String layertitle = "MyDistributionMap"; +// String layertitle = "MyDistributionMap"; // String layertitle = "Mass Concentration of Chlorophyll in Sea Water in [03-30-13 01:00] (3D) {Mercator Ocean BIOMER1V1R1: Data extracted from dataset http://atoll-mercator.vlandata.cls.fr:44080/thredds/dodsC/global-analysis-bio-001-008-a}"; // String layertitle = "Objectively Analyzed Climatology in [07-01-01 01:00] (3D) {World Ocean Atlas 09: Sea Water Temperature - annual: dods://thredds.research-infrastructures.eu/thredds/dodsC/public/netcdf/temperature_annual_1deg_ENVIRONMENT_OCEANS_.nc}"; + String layertitle = "FAO AQUATIC SPECIES DISTRIBUTION MAP OF MEGALASPIS CORDYLA"; long t0 = System.currentTimeMillis(); AnalysisLogger.setLogger(cfg+AlgorithmConfiguration.defaultLoggerFile); GeoIntersector intersector = new GeoIntersector(null, cfg);