Giter Site home page Giter Site logo

jimeking88 / rainymotion Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hydrogo/rainymotion

0.0 0.0 0.0 30.11 MB

Python library for radar-based precipitation nowcasting based on optical flow techniques

License: MIT License

Python 100.00%

rainymotion's Introduction

rainymotion

rainymotion logo

rainymotion: Python library for radar-based precipitation nowcasting based on optical flow techniques

Idea

The main idea of the rainymotion library is to provide an open baseline solution for radar-based precipitation nowcasting.

Development

rainymotion is based only on free and open source software -- we tried to make a clue between the best scientific libraries to make them work together for providing reliable precipitation nowcasts.

rainymotion logo

Documentation

rainymotion documentation is hosted by Read the Docs.

Example

To obtain precipitation nowcasts using the rainymotion models you need to follow the only three steps:

  1. initialize the model (you have 4 variants)
  2. load data to the model's placeholder
  3. run the model
# import rainymotion model
from rainymotion.models import Dense

# initialize model instance
model = Dense()

# load the data using your custom DataLoader function
model.input_data = DataLoader("/path/to/data")

# run the model
nowcasts = model.run()

Reference

Please cite rainymotion as Ayzel, G., Heistermann, M., and Winterrath, T.: Optical flow models as an open benchmark for radar-based precipitation nowcasting (rainymotion v0.1), Geosci. Model Dev., 12, 1387-1402, https://doi.org/10.5194/gmd-12-1387-2019, 2019.

rainymotion's People

Contributors

hydrogo avatar elmerjeanpierrelopez 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.