Coordination transform between GeoGraphic and GeoMagnetic
Project description
# pyGeoMagnetic
## What is pyGeoMagnetic?
It is a Python program about geomagnetic field based on IGRF12 and Apex model. We can calculate magnetic field intensity and transform coordinate between GeoGraphical and GeoMagnetic.
The source code of IGRF12 and Apex model come from Fortran file. In this package, we reform them to Python file. Although Python can translate Fortran by pyf module, it needs Fortran compiler. This package can run without Fortran compiler.
****
## How to use it?
main.py includes some functions which can be used directly.
*We will give some example when this package is completed.*
****
## What we did?
This model is called [Magnetic-Apex and Quasi-Dipole coordinate][apex]. It includes too many functions and complex math and physics. So in this package, we change the structure but keep the mathematic method.
The model has two algorithm. One is simple, basic but slow, the other one is complex but fast. We would make the simple one firstly and make another one later.
### The Apex model includes 4 steps
- **Get Magnetic Intensity**
- **Map Magnetic Line to Apex Position**
- **Calculate Magnetic Coordinate**
- **Smooth Base Vectors**
*more information needs to be added after complete this part.*
[apex]: https://doi.org/10.1029/2010JA015326
## What is pyGeoMagnetic?
It is a Python program about geomagnetic field based on IGRF12 and Apex model. We can calculate magnetic field intensity and transform coordinate between GeoGraphical and GeoMagnetic.
The source code of IGRF12 and Apex model come from Fortran file. In this package, we reform them to Python file. Although Python can translate Fortran by pyf module, it needs Fortran compiler. This package can run without Fortran compiler.
****
## How to use it?
main.py includes some functions which can be used directly.
*We will give some example when this package is completed.*
****
## What we did?
This model is called [Magnetic-Apex and Quasi-Dipole coordinate][apex]. It includes too many functions and complex math and physics. So in this package, we change the structure but keep the mathematic method.
The model has two algorithm. One is simple, basic but slow, the other one is complex but fast. We would make the simple one firstly and make another one later.
### The Apex model includes 4 steps
- **Get Magnetic Intensity**
- **Map Magnetic Line to Apex Position**
- **Calculate Magnetic Coordinate**
- **Smooth Base Vectors**
*more information needs to be added after complete this part.*
[apex]: https://doi.org/10.1029/2010JA015326
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyGeoMagApex-0.1.1.tar.gz
(6.8 kB
view details)
File details
Details for the file pyGeoMagApex-0.1.1.tar.gz
.
File metadata
- Download URL: pyGeoMagApex-0.1.1.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca7768025ae3be544bc7482c5449e272a430b8f6d762c680124133dde5ecec5e |
|
MD5 | e1915654d951e3d150a83d5fb0992db3 |
|
BLAKE2b-256 | fd6589e78c6c36b8d20e6982430390ef2e1da3035cfc601c38775e3be5ded973 |