Giter Site home page Giter Site logo

felipecabelloe / ml_surrogate_model_wildfires Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dl-wg/ml_surrogate_model_wildfires

0.0 0.0 0.0 4.95 MB

ML surrogate model which combines ROM, LSTM and DA for dynamical systems such as wildfires

Python 100.00%

ml_surrogate_model_wildfires's Introduction

ML_surrogate_model_wildfires

ML surrogate model which combines ROM, LSTM and DA for dynamical systems such as wildfires

This git repo include the python code for constructing a machine learning surrogate model for wildfire (burned area) prediction and real-time adjusting via data assimilation

Requirements:

Python3.8 (or +)

  • numpy
  • PIL
  • pickle
  • tensorflow
  • keras
  • scipy
  • time
  • matplotlib
  • random
  • math
  • scipy
  • geojson
  • geopandas

CA: The code for CA simulations is based on the algorithm in "A cellular automata model for forest fire spread prediction: The case of the wildfire that swept through Spetses Island in 1990" (Author: A. Alexandridis a, D. Vakalis b, C.I. Siettos c, G.V. Bafas a) and the work of https://github.com/XC-Li/Parallel_CellularAutomaton_Wildfire (Author: Xiaochi (George) Li)

We provide the landscape data of the Bear fire in California but data from other fire events can be easily incoperated

Simulation need to be generated for runing ROM methods.

ROM: The code of both POD- and CAE- based ROM and reconstruction is provided. Different fire events can use the same CAE structure with a different cropping layer. Once the latent space is created, simulations are required to construct the training dataset of LSTM. One only need to record the simulation data in the latent space.

LSTM: The training of LSTM based on POD or CAE, including preprocessing, is included. Since CA simulations are stochastic, several simulations (120 in this study) are used to construct the surrogate model. Comparison is made in the test dataset (other CA simulations that haven't been seen by the training of LSTM).

observation: Data of daily-based satellite observations for the three wildfires and the preprocesssing code.

DA: Data assimilation in the latent space using satellite observation data with DI01 covariance tuning and prediction with or without DA. One can simply disable DA/DI01 to make the comparison of LSTM/DA/LSTM+DA

ml_surrogate_model_wildfires's People

Contributors

scheng1992 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.