All Projects → openclimatefix → satflow

openclimatefix / satflow

Licence: MIT License
Satellite Optical Flow with machine learning models

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to satflow

pvoutput
Python code for downloading PV data from PVOutput.org
Stars: ✭ 22 (-38.89%)
Mutual labels:  nowcasting
predict pv yield OLD
Use machine learning to map from satellite imagery of clouds to solar PV yield
Stars: ✭ 20 (-44.44%)
Mutual labels:  nowcasting
econowcast
Experimental tools (R) for Big Data econometrics nowcasting and early estimates
Stars: ✭ 26 (-27.78%)
Mutual labels:  nowcasting
ImagesSequencesPredictions
雷达回波外推,ConvLSTM,训练模型并外推。
Stars: ✭ 59 (+63.89%)
Mutual labels:  nowcasting
microprediction
If you can measure it, consider it predicted
Stars: ✭ 158 (+338.89%)
Mutual labels:  nowcasting
skillful nowcasting
Implementation of DeepMind's Deep Generative Model of Radar (DGMR) https://arxiv.org/abs/2104.00954
Stars: ✭ 117 (+225%)
Mutual labels:  nowcasting
Nowcasting
Nowcasting
Stars: ✭ 162 (+350%)
Mutual labels:  nowcasting

SatFlow

Satellite Optical Flow with machine learning models.

The goal of this repo is to improve upon optical flow models for predicting future satellite images from current and past ones, focused primarily on EUMETSAT data.

Installation

Clone the repository, then run

conda env create -f environment.yml
conda activate satflow
pip install -e .

Alternatively, you can also install a usually older version through pip install satflow

Data

The data used here is a combination of the UK Met Office's rainfall radar data, EUMETSAT MSG satellite data (12 channels), derived data from the MSG satellites (cloud masks, etc.), and numerical weather prediction data. Currently, some example transformed EUMETSAT data can be downloaded from the tagged release, as well as included under datasets/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].