Open
Description
First off great work on leaflet-velocity -- fantastic plugin!
CoverageJSON is a format for publishing geotemporal data to the web. As part of various OGC API efforts, various API servers return CoverageJSON as an output format (pygeoapi is an example).
As the default input format for leaflet-velocity seems to the the result of grib2json, it would be valuable to have read support for CoverageJSON. This would open the door for OGC APIs emitting CoverageJSON of wind data to integrate cleanly into the plugin without the extra hop of the grib2json format.
Having said this, any guidance on how to implement in the design of the plugin would also be valued.