Git Product home page Git Product logo

titipy's Introduction

########################################################################################################################################################################################################### TITIPy (Topside Ionosphere Turbulence Indices with Python) ########################################################################################################################################################################################################### This Python tool calculates RODI, ROTI, ROTEI and other physical parameters by downloading and analyzing electron density, electron temperature, and TEC data measured by Langmuir Probes and POD antennas on-board ESA Swarm satellites.

Developed by Alessio Pignalberi for ESA INTENS project. For questions please ask to [email protected] ########################################################################################################################################################################################################### Requirements: OS=Linux Language=Python 3.7.6+

Python libraries needed (not built-in): numpy 1.18.1+ cdflib 0.3.18+ basemap 1.2.0+ basemap-data-hires 1.2.0+ apexpy 1.0.3+ patool 1.12+ spacepy 0.2.1+

It is suggested to install Python through Anaconda (https://www.anaconda.com/products/individual). After that, Python needed libraries can be installed with the following commands from terminal: conda install -c conda-forge basemap conda install basemap-data-hires pip install apexpy pip install patool pip install cdflib pip install spacepy ########################################################################################################################################################################################################### TITIPy folder contains the folowing files: README.md (this file), containing useful information for installation and usage of this tool. LICENSE, the license file.

Main.py, this is the script to launch a TITIPy run. It imports and runs the other scripts of the tool. Terminal_interface.py, it contains the terminal interface to allow the user to input the year, month, day, and Swarm satellite. Downloading_Swarm_data.py, this script downloads and decompresses Langmuir Probes and TEC files (cdf format) from ESA Swarm FTP. Downloaded files are put in the folder ../Downloaded_data/. Reading_Swarm_data_cdf.py, this script reads the downloaded cdf files, calculates several quantities, and saves data in simple txt files. Data are put in the folder ../Organized_data/. Parameters_calculation_and_mapping.py, this script calculates ionospheric indices (RODI, ROTEI, ROTI) and save the results in txt files. If activated, corresponding scatter plot maps and polar magnetic plots are created. Data and figures are put in the folder ../Output/. Functions.py, it contains several functions used for indices calculation and binning.

TITIPY_input_parameters.txt, through this file some parameters, other than those defined through the terminal interface, can be defined. logo.png, TITIPy logo figure image. ########################################################################################################################################################################################################### TITPy tool can be run from terminal simply by navigating to the corresponding folder tool and by typing the following command: python Main.py

Alternatively, any Python IDLE (Integrated Development and Learning Environment), like Spyder or Jupyter, can be used to run the script Main.py

Results of the TITIPy run, data and figures (if wanted), are put in the folder (created during the run) named YYYYMMDDS, where YYYY=year, MM=month, DD=day of the month, and S=Swarm satellite, chosen through the terminal interface.

For further info on TITIPy, please refers to the publication: Pignalberi, A. (2021) TITIPy: A Python tool for the calculation and mapping of topside ionosphere turbulence indices. Computers & Geosciences,148, 104675. doi: 10.1016/j.cageo.2020.104675

titipy's People

Contributors

pignalberi avatar

Watchers

 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.