Skip to content

The original IDL version of the SWPC_CAT tool was developed by NOAA Space Weather Prediction Center (SWPC). It is the primary tool being used by NOAA SWPC in measuring key parameters of a Coronal Mass Ejection (CME) as it emerges from the solar corona. This CCMC_SWPC_CAT_Web Tool is an online version based on the original SWPC_CAT tool that is b…

License

Notifications You must be signed in to change notification settings

nasa/ccmc-swpc-cat-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ccmc-swpc-cat-web

ccmc-swpc-cat-web is a new CCMC web implementation of the NOAA's SWPC_CAT IDL program.

The project page is hosted by the Community Coordinated Modeling Center (CCMC) at NASA Goddard Space Flight Center.

Official site page https://ccmc.gsfc.nasa.gov/swpc_cat_web/

ccmc-swpc-cat-web source code is hosted on github under a permissive NASA open source license:

https://github.com/nasa/ccmc-swpc-cat-web/

INSTALLATION

ccmc-swpc-cat-web is a plotly-dash based web application, the following steps will start a python simple server:

prerequisites:

python3.7 already installed
virtualenv already installed

1. create venv using python 3.7

NOTE: "/usr/bin/python3.7" is an example path, you might need to change this path
virtualenv -p /usr/bin/python3.7 venv

2. install requirements.txt

source venv/bin/activate
pip3 install -r requirements.txt 

3. start server

source venv/bin/activate
python __SWPC_CAT__.py
Visit: http://127.0.0.1:8050/ in a web browser (preferably chrome)

About

The original IDL version of the SWPC_CAT tool was developed by NOAA Space Weather Prediction Center (SWPC). It is the primary tool being used by NOAA SWPC in measuring key parameters of a Coronal Mass Ejection (CME) as it emerges from the solar corona. This CCMC_SWPC_CAT_Web Tool is an online version based on the original SWPC_CAT tool that is b…

Resources

License

Stars

Watchers

Forks

Packages

No packages published