mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
fixup
This commit is contained in:
parent
b9a018f9a9
commit
cb922ae8c8
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import Terrain50 from 'terrain50';
|
||||||
|
|
||||||
import log from './NamespacedLog.mjs'; const l = log("reader:terrain50stream");
|
import log from './NamespacedLog.mjs'; const l = log("reader:terrain50stream");
|
||||||
import array2d_classify_convert_bin from '../manip/array2d_classify_convert_bin.mjs';
|
import array2d_classify_convert_bin from '../manip/array2d_classify_convert_bin.mjs';
|
||||||
import { end_safe }
|
import { end_safe } from './StreamHelpers.mjs';
|
||||||
|
|
||||||
class Terrain50StreamReader {
|
class Terrain50StreamReader {
|
||||||
constructor(threshold = 0.1, tolerant = false) {
|
constructor(threshold = 0.1, tolerant = false) {
|
||||||
|
|
Loading…
Reference in a new issue