Commit f1a52bd 1 parent c18abb0 commit f1a52bd Copy full SHA for f1a52bd
File tree 1 file changed +4
-6
lines changed
src/main/java/com/conveyal/analysis/results
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -50,12 +50,10 @@ public class GridResultWriter extends BaseResultWriter {
50
50
private static final long HEADER_LENGTH_BYTES = 9 * Integer .BYTES ;
51
51
52
52
/**
53
- * The number of thresholds (time or cumulative access) being applied when computing values for each origin.
54
- * The number of values stored per origin cell in an accessibility results grid.
55
- * Note that we're storing only the number of different thresholds, but not the values themselves in the file.
56
- * This means that the files can only be properly interpreted with the metadata from the regional analysis.
57
- * This is an intentional choice to avoid changing the file format, and in any case these files are not expected
58
- * to ever be used separately from an environment where the metadata is available.
53
+ * The number of thresholds (time or cumulative access) stored in the grid and used for computing values per origin.
54
+ *
55
+ * Note: Only the number of thresholds is stored, not their values. Proper interpretation requires threshold values
56
+ * from the regional analysis. Storing values would require a file format change.
59
57
*/
60
58
private final int nThresholds ;
61
59
You can’t perform that action at this time.
0 commit comments