Skip to content

theophane-p/stage3a-pub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2024 Research Internship Public Code

This repository contains code written during my École polytechnique 3rd year resarch internship with specialization MAP594 - Modélisation probabiliste et statistique (probabilistic and statistical modelling). This internship took place under the supervision of Jo Eidsvik at the Center for Geophysical Forecasting (CGF) from the Norwegian University of Science and Technology (NTNU, Norges teknisk-naturvitenskapelige universitet).

Since the Distributed Acoustic Sensing (DAS) data I used is not open-access, this code is not enough to reproduce the results exposed in the report. However, it can help in understanding how I came to these results.

License

This project is licensed under X11 license. See the LICENSE file for details.

Reproducing part of the results

Python environment

The Python environment I use is generated using mamba and mamba specification file in order to create an isolated python version, and dependencies are then installed with pip and a file listing dependencies.

The mambafreeze.txt and pipfreeze.txt might help in having a working environment.

paths

Many files require data.paths. You can rename (and modify) this file in order to make them work properly.

Downloading data

  • Weather station data is available on seklima.no
  • Weather analysis data can be downloaded and processed with files in the weather_analysis folder
  • OpenStreetMap data on the power line can be downloaded on overpass-turbo.eu with the query below and processed with this file
way
  [name="Fygle - Solbjørn"]
  ({{bbox}});
(._;>;);
out;

Running code

The python scripts are meant to be run at the root of this directory. You may have to modify relative paths otherwise.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages