Skip to content

Commit 53231af

Browse files
committed
comments
1 parent e25ce0a commit 53231af

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

core/src/main/java/com/bc/fiduceo/reader/windsat/WindsatReader.java

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,18 @@ public int[] extractYearMonthDayFromFilename(String fileName) {
132132

133133
@Override
134134
public Array readRaw(int centerX, int centerY, Interval interval, String variableName) throws IOException, InvalidRangeException {
135+
// detect if variable one of the multidimensional
136+
// yes:
137+
// - extract layer indices from variable name
138+
// - extract NetCDF file variable name
139+
// - read from ArrayCache
140+
// - create section
141+
// no:
142+
// check if 1d vector
143+
// yes:
144+
// - implement specific fill handling
145+
// no:
146+
// -read subset
135147
throw new RuntimeException("not implmented");
136148
}
137149

0 commit comments

Comments
 (0)