Actions
Support #2467
closedRelease StatMan Algorithms for 3.10.1
Start date:
Mar 02, 2016
Due date:
% Done:
100%
Estimated time:
Infrastructure:
Production
Description
New algorithms should be released in 3.10.1 which include:
1 - Ecopath with Ecosim
2 - Absences estimation from OBIS
3 - ESRI-GRID extraction
You can follow these passages to manually update StatMan:
Download the following dependencies from Maven <dependency> <groupId>org.gcube.dataanalysis</groupId> <artifactId>ecological-engine-geospatial-extensions</artifactId> <version>1.3.7-3.10.1</version> </dependency> <dependency> <groupId>rapidminer-custom</groupId> <artifactId>AbsencegenerationfromOBIS</artifactId> <version>1.0.0</version> </dependency> <dependency> <groupId>org.gcube.dataanalysis</groupId> <artifactId>statistical-manager-ewe-integrator</artifactId> <version>0.0.1-3.10.1</version> </dependency> <dependency> <groupId>org.gcube.dataanalysis</groupId> <artifactId>ecological-engine-external-algorithms</artifactId> <version>1.1.8-3.10.1</version> </dependency> Delete ecological-engine-external-algorithms-1.1.7-3.10.0.jar Delete ecological-engine-geospatial-extensions-1.3.6.jar Recreate the following folders using the EcologicalEngineConfiguration package from SVN /home/gcube/gCore/etc/statistical-manager-service-full-2.0.0-SNAPSHOT/cfg and /home/gcube/gCore/etc/statistical-manager-service-full-2.0.0-SNAPSHOT/cfg/PARALLEL_PROCESSING put gCube Keys in PARALLEL_PROCESSING put the gebco_08.nc file in the cfg folder as explained in the release Wiki https://gcube.wiki.gcube-system.org/gcube/ServiceManager_Guide
Related issues
Updated by Roberto Cirillo almost 10 years ago
- Related to Upgrade #2462: gCubeApps VO upgrade to gCube 3.10.1 added
Updated by Roberto Cirillo almost 10 years ago
- Status changed from New to In Progress
Updated by Roberto Cirillo almost 10 years ago
There are two versions of statistical-manager-ewe-integrator library released in 3.10.1: "1.0.0-3.10.1" and "0.0.1-3.10.1".
For version 1.0.0, the last upload on nexus was: today at 12:06:06 CET
For version 0.0.1, the last upload on nexus was: Fri Feb 19 at 16:29:12 CET
What is the correct version?
Updated by Gianpaolo Coro almost 10 years ago
Indeed we have just realized that the AbsencegenerationfromOBIS has been corrupted (the size does not correspond to the one I downloaded for the tests) and we will use the following instead:
<dependency> <groupId>rapidminer-custom</groupId> <artifactId>AbsencegenerationfromOBIS</artifactId> <version>1.0.1</version> </dependency>
Updated by Roberto Cirillo almost 10 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Updated by Roberto Cirillo almost 10 years ago
- Status changed from Resolved to Closed
Actions