Currently, this needs a little json file that looks like this:
{
"source": "http://nomads.ncep.noaa.gov",
"date": "2016-11-20T00:00Z",
"width": 360,
"height": 181,
"uMin": -21.32,
"uMax": 26.8,
"vMin": -21.57,
"vMax": 21.42,
"tiles": ["wind/{z}.png"]
}
I wonder if we use not just the r and g channels in the image, but use some of the other channels if we can get the velocity encoded into the image without these values, in which case we could dispense with the need for this file.
@cleanasmud any ideas?
Currently, this needs a little json file that looks like this:
{ "source": "http://nomads.ncep.noaa.gov", "date": "2016-11-20T00:00Z", "width": 360, "height": 181, "uMin": -21.32, "uMax": 26.8, "vMin": -21.57, "vMax": 21.42, "tiles": ["wind/{z}.png"] }I wonder if we use not just the
randgchannels in the image, but use some of the other channels if we can get the velocity encoded into the image without these values, in which case we could dispense with the need for this file.@cleanasmud any ideas?