Giter Site home page Giter Site logo

theweathermanda / gewittergefahr Goto Github PK

View Code? Open in Web Editor NEW

This project forked from thunderhoser/gewittergefahr

0.0 1.0 0.0 12.75 MB

End-to-end machine-learning library for predicting thunderstorm hazards.

License: MIT License

Python 99.23% OpenEdge ABL 0.77%

gewittergefahr's Introduction

GewitterGefahr

GewitterGefahr is an end-to-end machine-learning library for predicting thunderstorm hazards, primarily tornadoes and damaging straight-line wind. The machine-learning methods are storm-centered, which means that each case is one storm object (one storm cell at one time step). "End-to-end" means that this library includes code for data acquisition and pre-processing; training, validation, and testing of machine-learning models; and post-processing of machine-learning output.

External documentation is still a work in progress (this README is currently the only external documentation). I plan to add external documentation in the coming weeks, and I hope to have it finished by early November 2018. However, keep in mind that this library changes a lot (I use it for most of my Ph.D. work), so at any given time some portion of it will be probably be undocumented. I will try to be clear about what that portion is.

Despite the lack of external documentation, there are three types of internal documentation. First, there is a docstring at the top of each method, explaining the inputs and outputs along with their formats (e.g., number, string, list, numpy array, etc.). Second, the variable and method names are verbose and include units where applicable (e.g., DRY_AIR_GAS_CONSTANT_J_KG01_K01, specific_humidities_kg_kg01), so the code is self-documenting to some extent. Third, most modules (Python files) are accompanied by unit tests. For example, the unit tests for moisture_conversions.py are in moisture_conversions_test.py. With that said, the unit tests are not exhaustive and there are no integration tests, so I make no guarantee that the code is bug-free.

Requirements

  • numpy
  • scipy
  • tensorflow
  • keras
  • scikit-image
  • netCDF4
  • pyproj
  • scikit-learn
  • opencv
  • matplotlib
  • basemap
  • pandas
  • shapely
  • ambhas
  • descartes
  • geopy
  • metpy

gewittergefahr's People

Contributors

thunderhoser avatar ralager avatar amymcgovern avatar

Watchers

Manda Chasteen avatar

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.