| <!DOCTYPE html> |
| |
| <html lang="en"> |
| <head> |
| <meta charset="utf-8" /> |
| <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
| <meta name="viewport" content="width=device-width,initial-scale=1" /> |
| <title>Apache SDAP - Science Data Analytics Platform</title> |
| <link rel="shortcut icon" href="/favicon.ico" /> |
| <link rel="icon" type="image/png" href="/favicon.png" /> |
| <link rel="stylesheet" href="/css/bootstrap.min.css" /> |
| <link rel="stylesheet" href="/css/style.css" /> |
| </head> |
| <body> |
| <div class="container"> |
| <div class="logos"> |
| <a href="/"> |
| <img src="images/sdap_logo.png" class="pull-left" /> |
| </a> |
| </div> |
| |
| <!-- navigation bar --> |
| <nav class="navbar navbar-default"> |
| <div class="container-fluid"> |
| <div class="navbar-header"> |
| <a class="navbar-brand" href="/">SDAP</a> |
| </div> |
| <div class="navbar-right"> |
| <ul class="nav navbar-nav"> |
| <li class="dropdown toggle"> |
| <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">About SDAP <span class="caret"></span></a> |
| <ul class="dropdown-menu"> |
| <li><a href="/docs">Docs</a></li> |
| <li><a href="/publications">Publications</a></li> |
| <li><a href="/projects">Projects that use SDAP</a></li> |
| <li><a href="/events">Community Events</a></li> |
| </ul> |
| </li> |
| <li><a href="/downloads">Downloads</a></li> |
| <li><a href="/blog">Blog</a></li> |
| <li><a href="/team">Team & Community</a></li> |
| <!-- <li><a href="/resources">Resources</a></li>--> |
| <li class="dropdown toggle"> |
| <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Apache <span class="caret"></span></a> |
| <ul class="dropdown-menu"> |
| <li><a href="http://www.apache.org/">Apache Software Foundation</a></li> |
| <li><a href="http://www.apache.org/licenses/">License</a></li> |
| <li><a href="http://www.apache.org/foundation/sponsorship">Sponsorship</a></li> |
| <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> |
| <li><a href="http://www.apache.org/events/current-event/">Events</a></li> |
| <li><a href="http://www.apache.org/security/">Security</a></li> |
| </ul> |
| </li> |
| </ul> |
| </div> |
| </div> |
| </nav> |
| |
| |
| <h1>IDEAS - Integrated Digital Exploratory Analysis System</h1> |
| |
| <h2><i>Page under construction</i></h2> |
| |
| <b><p>Some quick information about IDEAS while the SDAP community works on this page:</p></b> |
| |
| <p> |
| IDEAS aims to provide virtual representations of the physical environment by continuously onboarding new observations |
| to improve forecast and prediction for integrated science and decision support. Using Digital Twin architecture, |
| IDEAS hopes to improve the understanding, prediction of and mitigation/response to planetary system processes, natural |
| phenomena and human activities as well as their many interactions through analysis of hypothetical scenarios. IDEAS |
| is supported by NASA's Earth Science Division, which aims to better understand Earth's systems and changes to inform |
| decisions that affect the future of the planet. Current IDEAS digital twins include analysis and prediction for air |
| quality and flood events. |
| </p> |
| |
| <p><b>Some useful links:</b></p> |
| |
| <ul> |
| <li><a href="https://ideas-digitaltwin.jpl.nasa.gov/">IDEAS Homepage</a></li> |
| <li>Subprojects: |
| <ul> |
| <li><a href="https://ideas-digitaltwin.jpl.nasa.gov/airquality/">FireAlarm</a></li> |
| <ul> |
| <li><a href="https://ideas-digitaltwin.jpl.nasa.gov/airquality/dat/#b=BlueMarble_ShadedRelief_Bathymetry&d=2023-04-10&l=&vm=2D&ve=-125,20.14525462962963,-66,52.85474537037037&pl=true&pb=true&c=false&tr=false&tlr=months">Data Analysis Tool</a></li> |
| <li><a href="https://github.com/EarthDigitalTwin/FireAlarm-notebooks/">Jupyter Notebook Demo</a></li> |
| </ul> |
| <li><a href="https://ideas-digitaltwin.jpl.nasa.gov/hydrology/">Floods</a></li> |
| <ul> |
| <li><a href="https://ideas-digitaltwin.jpl.nasa.gov/hydrology/dat/#b=BlueMarble_ShadedRelief_Bathymetry&d=2023-04-10&l=&vm=2D&ve=-125,20.14525462962963,-66,52.85474537037037&pl=true&pb=true&c=false&tr=false&tlr=months">Data Analysis Tool</a></li> |
| <li><a href="https://github.com/EarthDigitalTwin/IDEAS-notebooks/blob/main/Flood_Demo.ipynb">Jupyter Notebook Demo</a></li> |
| </ul> |
| </ul> |
| </li> |
| </ul> |
| |
| |
| |
| <!-- footer --> |
| <nav class="navbar navbar-default"> |
| <div class="navbar-header"> |
| <a class="navbar-brand" href="">SDAP</a> |
| </div> |
| <div class="navbar-text pull-right">© 2017-2025 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a><br/> |
| Apache SDAP, SDAP, Apache, the Apache feather logo, and the Apache SDAP project logo are trademarks of The Apache Software Foundation.</div> |
| </nav> |
| |
| <script src="/js/jquery.min.js"></script> |
| <script src="/js/bootstrap.min.js"></script> |
| </div> |
| </body> |
| </html> |
| |
| |