This commit is contained in:
Gianpaolo Coro 2012-09-12 14:25:43 +00:00
parent b91fbfc5df
commit 254f87cb73
2 changed files with 3 additions and 1 deletions

View File

@ -169,7 +169,6 @@
<dependency>
<groupId>org.pentaho.pentaho-commons</groupId>
<artifactId>pentaho-package-manager</artifactId>
<name>Pentaho Package Manager</name>
<version>1.0.0</version>
</dependency>
</dependencies>

View File

@ -52,6 +52,9 @@ public class AquamapsSuitable implements SpatialProbabilityDistributionTable{
if ((config.getParam("PreprocessedTable")!=null)&&(config.getParam("PreprocessedTable").length()>0))
hspenMinMaxLat = config.getParam("PreprocessedTable");
//TO-DO: if not preprocessed then generate a preprocessed table
AnalysisLogger.getLogger().trace("Aquamaps Algorithm Init ->getting min max latitudes from "+hspenMinMaxLat);
allSpeciesObservations = new HashMap<String, List<Object>>();