Recently I have trying to develop some python modules and put them together as a package. This package is aimed to realize 4 purposes:
1) read and process the satellite data.
The satellite data are formatted binary files with huge information in each data file. The satellite observes a lot of parameters, organised by time, locations and orbit. I wrote this module, which contains the classes and functions, to properly read the data according to the data format and organize them in an efficient way.
2) download and process ground radar observations.
The radar observations are well organized data in their website. They have a lot of parameters organized by time, location, altitude, measurement angle, solar condition, geomagnetic condition, experiments etc. This module is to: find the interested parameters according to specific criteria, and download and write the results in formatted text files in my computer.
3) Comparing satellite and radar data:
Because satellite and radar data have complicated data information, a key is first found to make this complicated problem easier, ie., functions to further filter data . It also contains functions with estimation methods, extrapolation methods for different conditions.
4) models
3 models have been used in this study. This part contains basic functions to process the results from each model.
It is also a process of improving my python programming skills and I enjoy it.
Aucun commentaire:
Enregistrer un commentaire