Git Product home page Git Product logo

wind-module-nowcast's Introduction

Wind Module

This module is part of the NOWCAST proyect by ESO that aims to do short-term-forecast of the seeing parameter in order to improve astronomical observations. This module can handle the wind data given by the ECMWF as csv files.

How it works

Setup

The first thing tyou have to do is taking all the wind files and put them in the folder files2reformat. They have to have the structure specified in files2reformat/README.md.

In the folder correlation_df_file you have to put the file max_corr_df.correlations generated by the correlation_module

You also have to fill the configuration in the modules/config.py file, that specifies all the required information for the program to run properly.

Execution

Once That is done, you have to execute the main.py file. This file will do the following:

  • It will create a wind_data.df binary in the folder final_output: This file is a pandas dataframe with all the information from the different files in one file.
  • It will create a numpy_data.matrice binary in the folder final_output: This file is dictionary with different data matrices having data for plot.

Internals

This module basically takes all the correlation data and the wind data together. With the wind data, per each layer, does an estimation of the time required for a signal to travel at the speed of that layer and in the direction of that layer, from site 1 to site 2 and stores everything in a dictionary for latter visualization

wind-module-nowcast's People

Contributors

tomasrojasc avatar

Watchers

 avatar  avatar

Forkers

jmilou

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.