-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, µcast uses NOMADS' grib filter to get GFS forecast data. However, the grib filter takes a few seconds to response and transfer back a few grid points. Because the NOMADS server can only accept a finite number of requests at a time, parallel requests from a single client would not improve the performance. This is the bottleneck of µcast.
The NOMADS website suggests a technique called partial-http transfer and provide scripts and examples for a special case. Because the perl scripts are running on the client side, some simple tests suggest that this would significantly improve the performance.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request