cusf_predictor_wrapper icon indicating copy to clipboard operation
cusf_predictor_wrapper copied to clipboard

Python Wrapper for the CUSF Standalone Predictor

Results 6 cusf_predictor_wrapper issues
Sort by recently updated
recently updated
newest added
trafficstars

Executing Command: sudo python3 setup.py install Ends with the following: Processing dependencies for cusfpredict==0.2.1 error: numpy 1.17.4 is installed but numpy>=1.18.5; platform_machine != "aarch64" and platform_machine != "arm64" and python_version...

This lets you enter a host of weekdays to accomodate a regular, but not n-hourly launch schedule.

This repo is fairly standalone, and so can probably be packed up into something that can be installed using pip. Will need to move the get_wind_data script into a module....

Given the GRIB filter appears to be going down every other week, we need to switch to something more reliable...

Investigate switching to cfgrib: https://pypi.org/project/cfgrib/ This will be used to replace the GDAL calls in this function: https://github.com/darksidelemm/cusf_predictor_wrapper/blob/master/apps/get_wind_data.py#L246 Hopefully this will reduce the current difficulty in getting this wrapper going.