Interpolate option, also interpolate wind data

This commit is contained in:
Guntis Smaukstelis
2025-02-18 16:03:33 +02:00
parent cb9e6a88a0
commit 29ef46f4c7
6 changed files with 45 additions and 25 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { ColorEntry } from '../grib/draw/constants'
import { ColorEntry } from '../harmonie/draw/constants'
type RGBu8 = [number, number, number]
type RGBAu8 = [number, number, number, number]