Giter VIP home page Giter VIP logo

vegetation_in_troms_and_finnmark's Introduction

Vegetation_in_Troms_and_Finnmark

Evaluate potential correlations between the occurrence of extreme winter warming and some types of Arctic vegetation dying (in particular mosses and lichens).

This is what the various Jupyter notebooks do:

prob_mean_tp1n.ipynb the inputs and outputs for the ML algorithm :

  • taking Copernicus World Land Cover data at 100m x 100m resolution from 2015 to 2019
  • identifying each year the locations with moss & lichen
  • extracting the corresponding ERA5-Land 2m temperature (t2m) and total precipitation (tp)
  • also finding WLC data for the following year

and produces .hdf files with x_year and y_year);

merge_mean_tp1n.ipynb combines the yearly .hdf files into input & output .csv files;

deep_mean_tp1n.ipynb reads the input and output .csv files and split them into X_train, X_test, y_train and y_test (80% for training and 20% for testing, randomly shuffled);

train_mooc_tp1n.ipynb

  • instantiates a keras.Input class
  • defines the hidden layer and the corresponding activation function
  • creates the output layer with the output activation
  • creates a Keras model
  • compile the model with a Huber loss function and the Adadelta optimizer
  • trains the model a number of epocs
  • plots the loss history
  • performs a forecast.

CGLC_download.ipynb

  • downloads Coperncus Global Land Cover data (100x100m horizontal resolution)

ERA5-land_download.ipynb

  • downloads ERA5-land data hourly, from 2015

(Note that writing to CESNET' s3 requires credentials bosdisclosed i the notebooks)

vegetation_in_troms_and_finnmark's People

Contributors

j34ni avatar annefou avatar

Watchers

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