Git Product home page Git Product logo

cusf_predictor_wrapper's People

Contributors

darksidelemm avatar philcrump avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cusf_predictor_wrapper's Issues

Produce proper Python Package

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. Also need to check how the GDAL dependency breaks things when installing using pip.

NOAA backend subdirectory change breaks get_wind_data.py

A few days ago the NOAA website used to get wind data changed their directory structure such that, for example /cgi-bin/filter_gfs_0p50.pl?dir=/gfs.######## no longer works. The change seems to only be the addition of a subdirectory for the data to be in called atmos. As such, changing the URL to /cgi-bin/filter_gfs_0p50.pl?dir=/gfs.########/atmos works.

I only use the get_wind_data.py script for my fork of this repo and I fixed this issue by modifying line 97 and adding /atmos to the value of _filter_params['dir'] as below:

_filter_params['dir'] = "/gfs.%s/atmos" % (_model_timestring)

I am unsure of how this would affect the main application as I do not implement it in the project I use.

Setup/Install fails with version issue on Ubuntu 20.04.4 LTS

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 < "3.10" is required by {'pandas'}

Running Ubuntu 20.04.4 LTS, Python3

Any thoughts on how to workaround?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.