ISWA
About
The Integrated Space Weather Analysis (ISWA) system is a flexible, turn-key, Web-based dissemination system for NASA-relevant space weather information that combines forecasts based on the most advanced space weather models with concurrent space environment information. ISWA provides access to continuous/real-time model output ran at the CCMC. ISWA is customer-configurable and adaptable for use as a powerful decision-making tool. The system offers an unprecedented ability to analyze the present and expected future space weather impacts on NASA' s human and robotic missions.
Disclaimer
The near real-time simulation outputs and derived real-time data products displayed on ISWA should be considered only as prototyping quality and in research context.
Latest News
- Note: With the new version of ISWA webapp, previously saved layouts will not work. Please rebuild layout using the new version and click the 'Save Layout' option near the top of the page to save your layouts (via JSON files).
- June 2024: Deployed a new version of the ISWA web app at the CCMC. The new version includes the following features:
- Global time sync of all cygnets
- Save layouts (in JSON files)
- Snap-2-Grid
- Search capability
Publication Policy
For tracking purposes for our government sponsors, we ask that you notify the CCMC whenever you use any CCMC tools/software systems in any scientific publications and/or presentations. Follow the steps on the publication submission page
See our full publication policy for a sample 'acknowledgement statement' to be included in your publication.
ISWA Cygnets
The ISWA cygnet catalog includes a wide array of space weather analysis products. Simply select the cygnets of interest to create your own custom layout. Click the 'Save Layout' option to save your layout in a JSON file. To get back to the same layout, click the 'Load Layout' option and select the previously saved JSON file to reload it. You can share your layouts with others by sending them the corresponding JSON files.
ISWA Data Tree
All files ingested into ISWA are also publicly accessible via the iswa-data-tree URL.
ISWA Web Services
Numerical Time Series (HAPI)
All 1-D numerical time-series data ingested into ISWA are accessible via ISWA HAPI. Visit https://iswa.ccmc.gsfc.nasa.gov/IswaSystemWebApp/hapi/ for full details. DataStreamServlet has been replaced by ISWA HAPI.
Examples:
https://iswa.ccmc.gsfc.nasa.gov/IswaSystemWebApp/hapi/catalog
https://iswa.ccmc.gsfc.nasa.gov/IswaSystemWebApp/hapi/info?id=goesp_mag_p1m
Datafeed Information
Provides description and date range for specific data feed.
https://iswa.ccmc.gsfc.nasa.gov/IswaSystemWebApp/
DataInfoServlet?id=DATAID
dataID = unique data identifier used to select a specific ISWA data feed.
Example:
https://iswa.ccmc.gsfc.nasa.gov/IswaSystemWebApp/DataInfoServlet?id=309
Data Files between Dates
https://iswa.gsfc.nasa.gov/IswaSystemWebApp/FilesInRangeServlet?
dataID=DATAID&
time.min=YYYY-MM-DDTHH:mm:SS&
time.max=YYYY-MM-DDTHH:mm:SS
dataID = unique data identifier used to select a specific ISWA data feed.
time.min = UTC timestamp format: YYYY-MM-DDTHH:mm:SS
time.max = UTC timestamp format: YYYY-MM-DDTHH:mm:SS
Example:
Recent Data Files
https://iswa.gsfc.nasa.gov/IswaSystemWebApp/RecentFilesServlet?
dataID=DATAID&
n=FILECOUNT
dataID = unique data identifier used to select a specific ISWA data feed.
n = number of files
Example:
https://iswa.ccmc.gsfc.nasa.gov/IswaSystemWebApp/RecentFilesServlet?dataID=309&n=5
Nearest Data File
https://iswa.gsfc.nasa.gov/IswaSystemWebApp/NearestFilesServlet?
dataID=DATAID&
timestamp=YYYY-MM-DD HH:mm:ss
dataID = unique data identifier used to select a specific ISWA data feed.
timestamp = UTC timestamp in YYYY-MM-DD HH:mm:ss format
Example:
Stream Images
This service is deprecated and soon to be replaced.
https://iswa.gsfc.nasa.gov/IswaSystemWebApp/ISWACygnetStreamer?
cygnetid=CYGNETID&
timestamp=YYYY-MM-DD HH:mm:SS&
window=-1
cygnetID = unique data identifier used to select a specific ISWA Cygnet
timestamp = UTC timestamp in YYYY-MM-DD HH:mm:ss format
window = -1 or 0 (-1 matches the most recent data whose timestamp is less than specified AND 0 only returns data that matches the timestamp exactly)
width (optional) = image width size
height (optional) = image height size
Example:
Stream Text
This service is deprecated and soon to be replaced.
https://iswa.gsfc.nasa.gov/IswaSystemWebApp/ISWADataStreamer?
dataid=DATAID&
timestamp=YYYY-MM-DD HH:mm:SS&
window=-1
dataID = unique data identifier used to select a specific ISWA datafeed
timestamp = UTC timestamp in YYYY-MM-DD HH:mm:ss format
window = -1 or 0 (-1 matches the most recent data whose timestamp is less than specified AND 0 only returns data that matches the timestamp exactly)
duration (optional) = the number of days data, must be <= 10 days
end-time (optional) = UTC timestamp in YYYY-MM-DD HH:mm:ss format
**begin