wind-js-server icon indicating copy to clipboard operation
wind-js-server copied to clipboard

Service to expose Grib2 wind forecast data as JSON

Results 15 wind-js-server issues
Sort by recently updated
recently updated
newest added

Bumps [moment](https://github.com/moment/moment) from 2.22.2 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

`https://nomads.ncep.noaa.gov/cgi-bin/filter_gfs_1p00.pl?dir=/gfs.2019062000` changed to `https://nomads.ncep.noaa.gov/cgi-bin/filter_gfs_1p00.pl?dir=/gfs.20190620/00`

The URL was invalid and threw a 404. The service changed the `dir` parameter and the `roundHours` had to be preceded by a forward slash. ![image](https://user-images.githubusercontent.com/939247/64135684-03542200-cdb9-11e9-9d01-0d5b17f30b2c.png)

Bumps [extend](https://github.com/justmoon/node-extend) from 3.0.1 to 3.0.2. Changelog *Sourced from [extend's changelog](https://github.com/justmoon/node-extend/blob/master/CHANGELOG.md).* > 3.0.2 / 2018-07-19 > ================== > * [Fix] Prevent merging `__proto__` property ([#48](https://github-redirect.dependabot.com/justmoon/node-extend/issues/48)) > * [Dev Deps] update...

dependencies

I converted the grib files into json files but I'm having trouble understanding which part of it contains the temperature data. Can someone please help explain to me?

I've started getting this error on conversion... ``` running server on port 7000 response 200 | 2019020718 piping 2019020718 exec error: Error: Command failed: converter/bin/grib2json --data --output json-data/2019020718.json --names --compact...

Hi Danwild the converter give me an error: "_exec error: Error: Command failed: converter / b data / 2019011512.json --names --compact grib-da "converter" not? recognized as a command in an...

Hi danwild, I try to run your wind-js-server and consumed data in wind-js-leaflet but after 2 minutes I have this error in wind-js-server: `response 404 | 2017121700 response 404 |...

## NOAA 路径 var stamp = moment(targetMoment).format('YYYYMMDD') + roundHours(moment(targetMoment).hour(), 6); var years = moment(targetMoment).format('YYYYMMDD') var hour = roundHours(moment(targetMoment).hour(), 6); ![image](https://github.com/danwild/wind-js-server/assets/105119300/106215e3-f860-4666-bd5c-59dc32c3b684) ## window环境使用bin/的grib2json工具路径配置: app.js: child = exec('converter\\bin\\grib2json --data --output json-data\\' +...