Skip to content

sheldhur/Vector

Repository files navigation

Vector

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.

Example

Functional

  • 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

Support data formats

Features

How To Use

Install and run

Download latest released app, then extract and run the executable.

Run from sources

git clone https://github.com/sheldhur/Vector
cd Vector
npm install
cd app
npm install
cd ..
npm run dev

Building app

Pack into an app for your platform from command line:
npm run package
Building windows apps from non-windows platforms

Please checkout Building windows apps from non-windows platforms.

License MIT