blob: 9f82ae881251ada71e139c15c234facfcb0de092 [file]
---
---
{% include header.html %}
<!-- carousel -->
<!-- images should be 900x600 px -->
<div id="coalCarousel" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#coalCarousel" data-slide-to="0" class="active"></li>
<li data-target="#coalCarousel" data-slide-to="1"></li>
<li data-target="#coalCarousel" data-slide-to="2"></li>
<li data-target="#coalCarousel" data-slide-to="3"></li>
<li data-target="#coalCarousel" data-slide-to="4"></li>
<li data-target="#coalCarousel" data-slide-to="5"></li>
<li data-target="#coalCarousel" data-slide-to="6"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="images/2018-03-20-SOTO-Initial-Integration6.jpeg" alt="SOTO" />
<div class="container">
<div class="carousel-caption slider-transback">
<h1>State of the Ocean</h1>
<p></p>
</div>
</div>
</div>
<div class="item">
<img src="images/CDMS.png" alt="CDMS" />
<div class="container">
<div class="carousel-caption slider-transback">
<h1>Cloud-based Data Matchup Service</h1>
<p>Collocation of satellite data to satellite or insitu data for oceanography</p>
</div>
</div>
</div>
<div class="item">
<img src="images/Analyze-AQ-in-Delhi-India-using-satellite-and%20in-situ.png" alt="AQIC" />
<div class="container">
<div class="carousel-caption slider-transback">
<h1>Air Quality Information Center</h1>
<p>Analyzing air quality in Delhi, India with satellite and insitu data</p>
</div>
</div>
</div>
<div class="item">
<img src="images/IDEAS-Flood-Digital-Twins-Garonne-River.png" alt="IDEAS flood" />
<div class="container">
<div class="carousel-caption slider-transback">
<h1>IDEAS Hydrology and Floods</h1>
<p></p>
</div>
</div>
</div>
<div class="item">
<img src="images/Fire-Alarm-CO2.jpg" alt="FireAlarm OCO3" />
<div class="container">
<div class="carousel-caption slider-transback">
<h1>FireAlarm</h1>
<p>Analyzing trends in CO2 data from OCO-3 Snapshot Area Maps</p>
</div>
</div>
</div>
<div class="item">
<img src="images/STV-FIS-Tomogram.png" alt="STV" />
<div class="container">
<div class="carousel-caption slider-transback">
<h1>SAR Tomography data</h1>
<p>Analyses of SAR tomograms of vegetation <i>(in development)</i></p>
</div>
</div>
</div>
<div class="item">
<img src="images/CEOS-Ocean-Variables-Enabling-Research-and-Applications-for-GEO-1.png" alt="COVERAGE" title="CEOS Ocean Variables Enabling Research and Applications for GEO" />
<div class="container">
<div class="carousel-caption slider-transback">
<h1>COVERAGE</h1>
<p>CEOS Ocean Variables Enabling Research and Applications for GEO</p>
</div>
</div>
</div>
<a class="left carousel-control" href="#coalCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#coalCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<!-- overview -->
<h1>Science Data Analytics Platform (SDAP)</h1>
<p>The Earth and Space Science Informatics community has a long history of building many innovative solutions. With a quick search on the web we can find various tools that offer similar capabilities such as search, visualization, subsetting, analysis, etc. The community is very good at building domain-specific solution for specific applications. The lack of cohesiveness among these tools introduces technology gaps, which lead to even more stovepipe solutions. An Analytics Center Framework (ACF) is an architectural concept to encapsulate scalable computational and data infrastructures to harmonize data, tools and computational resources that enable scientific investigations. The Apache Science Data Analytics Platform (SDAP) is a professional open source implementation of an ACF. It is an ensemble of big data technologies for Earth science that is optimized to leverage the elastic cloud or on-premise computing clusters. SDAP has a growing collection of webservice capabilities including:</p>
<ul>
<li>Satellite and model data analysis</li>
<li>Anomaly detection</li>
<li>In situ data integration and matchup</li>
<li>Fast data subsetting</li>
<li>ML-Driven search and discovery</li>
</ul>
<div align="center">
<figure>
<img src="images/sdap-timeline.png" width="900" alt="Timeline of SDAP's evolution to a mature Apache project" />
<figcaption>Timeline of SDAP's evolution to a mature Apache project</figcaption>
</figure>
</div>
<h2>Distributed SDAP</h2>
<p>The number of publicly hosted SDAP instances has grown over the years. By making their data and services available to the public, these discipline-specific SDAP instances are contributing to the global climate research effort. The federation of managed SDAP instances offers the following benefits:</p>
<ul>
<li>Reduces data replication and necessary egress (i.e. reduces the overall operation cost)</li>
<li>Harmonizes data and services (i.e. reduces learning and adaptation curves)</li>
<li>Independence from computing infrastructure (i.e. selects the best fit infrastructure)</li>
<li>Offers programming language-agnostic application and system interface (i.e. researchers should be free to use their preferred programming language)</li>
</ul>
<div align="center">
<figure>
<img src="images/distributed-acf.png" width="900" alt="Distributed SDAP" />
<figcaption>Distributed SDAP example diagram</figcaption>
</figure>
</div>
<div align="center">
<figure>
<img src="images/carousel-acf.jpg" width="900" alt="The architecture of SDAP." title="System Architecture." />
<figcaption>The architecture of SDAP.</figcaption>
</figure>
</div>
<!-- closing -->
<!-- <h2></h2> -->
<!-- <p></p> -->
{% include footer.html %}