App for visualize Earth's geomagnetic structure in perioads of Solar activity by observatory and satelite data.
Built with Electron, React, Redux, D3, Ant Design, Sequelize, SQLite.
- Show map of ionospheric current equivalent's by Earth observatories data
- Calculate average latitude values of components geomagnetic field (X, Y, Z, H, D)
- Show magnetopause position by model Lin et. al
- Network of observatories
- CARISMA
- INTERMAGNET (IAGA-2002)
- 210 MM
- SAMNET
- RSSI MAGBASE
- THEMIS (from CDAWeb)
- IMAGE (column_old format)
- Additional data
- Add magnetogram inversion technique (MIT)
Download latest released app, then extract and run the executable.
git clone https://github.com/sheldhur/Vector
cd Vector
npm install
cd app
npm install
cd ..
npm run dev
npm run package
Please checkout Building windows apps from non-windows platforms.