git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/EcologicalEngineGeoSpatialExtension@76479 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
8645e82f86
commit
db36f7613a
|
@ -128,6 +128,7 @@ public class ThreddsDataExplorer {
|
|||
int tsize = triplets.size();
|
||||
long t01 = System.currentTimeMillis();
|
||||
LatLonRect llr = null;
|
||||
AnalysisLogger.getLogger().debug("Extracting subset...");
|
||||
GridDatatype gdtsub = grid.makeSubset(new Range(time, time), null, llr, 1, 1, 1);
|
||||
Array data = gdtsub.readVolumeData(time); // note order is t, z, y, x
|
||||
int[] shapeD = data.getShape();
|
||||
|
|
Loading…
Reference in New Issue