8000 GitHub - VisionVoyagerX/Precipitation_Nowcasting: An implementation of the DGMR architecture and data pipeline using Tensorflow
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

VisionVoyagerX/Precipitation_Nowcasting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

This is a private repository of my implementation of the DGMR architecture and data pipelines developed during my internship at KNMI.

The data preprocessing directory contains all the necessary scripts to:

  1. Download Data from KNMI dataplatform (access key need to be acquired)
  2. The data preprocessing pipeline to (i) iterate over the downloaded data (ii) extract multiple crops (iii) and Filter based on Precipitation intensity (iv) data are saved in a tf record format (It can further handle missing data and also cases where the different features do not overlap in terms of time (ex. sampled 1.5 minutes apart))

The DGMR directory contains files:

  1. A custom implementantion of the DGMR architecture (Together with some SONNET components)
  2. To train the DGMR model.
  3. Multiple GPU setup
  4. Evaluation Functions saved for a tensorboard format.

The dataset is not provided.

Weights of trained models are not provided.

About

An implementation of the DGMR architecture and data pipeline using Tensorflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0