Skip to content

coderefinery/meteorological-data-processing-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meteorological data processing exercise

Example of processing meteorological data for an HPC I/O exercise

Running the pipeline:

1. Clone the repository

git clone git@github.com:coderefinery/meteorological-data-processing-exercise.git
cd meteorological-data-processing-exercise

2. Install dependencies

pip install -r requirements.txt

3. Generate example data

python generate_data.py

This generates random temperature measurements from 20 measurement once per second for each day of a year. This might take a few minutes. Take time to understand what each script does while it's happening.

4. Process the data

python pipeline.py

This step reads in the data for each

About

Example of processing meteorological data for an HPC I/O exercise

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages