t96-parameters-downloader
Script to download and parse parameters needed for T96 external geomagnetic field model.
https://github.com/cor-cut-off-rigidity/t96-parameters-downloader
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.4%) to scientific vocabulary
Keywords
Repository
Script to download and parse parameters needed for T96 external geomagnetic field model.
Basic Info
- Host: GitHub
- Owner: COR-Cut-off-rigidity
- License: gpl-3.0
- Language: Python
- Default Branch: main
- Homepage: http://cor.crmodels.org/
- Size: 18.6 KB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
Readme.md
T96 Parameters Downloader
This script downloads 1 hour interval data from omni2 spacecraft (dataset) from OmniWeb. Data is valid for interval 1.1.1968 untill newest available data.
Requirements
To run the script you need Python and pip installed. This script was developed with Python 3.10.6, but it might work with earlier versions. To install the required packages just run pip3 install -r requirements.txt.
Run instructions
If you have all the requirements, you just need to run python3 ./pull_parmod.py
Output file description
The script creates the following files in the current directory when run:
parmod_new_intermediate.datthis file contains intermediate products straight from OmniWeb. Missing values are indicated by value 999.9 in the case of the intensity ofyandzcomponents of the interplanetary field, 99.99 in the case ofpdyn, and 99999 in the case ofDstindex. This file contains the following columns:yearspecifying the year;monthspecifying the month;dayspecifying the day;hourspecifying the hour;doyspecifying the Day of Year;Byintensity ofycomponent of the interplanetary field;Bzintensity ofzcomponent of the interplanetary field;pdyndynamic pressure of solar wind (innPa) at a given date and time;Dstindex (innT).
parmod_new_interp.datthis file contains linearly interpolated intermediate data with an indication of which values were missing. The file format is the same as in theparmod_new_intermediate.datwith an additional column that contains anASCIIencoded decimal value which is the result of bitwise or (or numerical add) operation of values representing missing columns before interpolation where the following values have the following meaning:
- `0000 0100` (4) - a value of `By` was missing and the current value in the appropriate column was computed by linear interpolation;
- `0000 1000` (8) - the value of `Bz` was missing and the current value in the appropriate column was computed by linear interpolation;
- `0000 0010` (2) - the value of `pdyn` was missing and the current value in the appropriate column was computed by linear interpolation;
- `0001 0000` (16) - the value of `Dst` was missing and the current value in the appropriate column was computed by linear interpolation.
Owner
- Name: COR-Cut-off-rigidity
- Login: COR-Cut-off-rigidity
- Kind: organization
- Location: Slovakia
- Website: cor.crmodels.org
- Repositories: 1
- Profile: https://github.com/COR-Cut-off-rigidity
Citation (CITATION.cff)
cff-version: 1.2.0
title: T96 Parameters Downloader
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Daniel
family-names: Gecášek
email: daniel.gecasek@tuke.sk
affiliation: Technical University of Košice
orcid: 'https://orcid.org/0000-0001-7463-6229'
repository-code: >-
https://github.com/COR-Cut-off-rigidity/T96-Parameters-Downloader
license: GPL-3.0
version: '1.0'
date-released: '2022-10-05'