Skip to content

Commit

Permalink
fixed incorrect information of the gsky website (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
edisonguo committed Apr 4, 2019
1 parent b300412 commit f70ec67
Showing 1 changed file with 7 additions and 30 deletions.
37 changes: 7 additions & 30 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a class="page-scroll" href=http://github.com/nci/gsky>Github</a>
<a class="page-scroll" href="https://gsky.readthedocs.io/en/latest/">Docs</a>
</li>
<li>
<a class="page-scroll" href=http://nci.org.au>NCI</a>
<a class="page-scroll" href="http://github.com/nci/gsky">Github</a>
</li>
<li>
<a class="page-scroll" href="http://nci.org.au">NCI</a>
</li>
</ul>
</div>
Expand Down Expand Up @@ -67,7 +70,7 @@ <h2 class="section-heading">In a few lines</h2>
<p>GSKY is designed to:</p>

<ul>
<li><strong>Scale</strong>: Distributed solution that scales in serving large volume of data for concurrent user access</li>
<li><strong>Scale</strong>: Distributed solution that scales in serving large volumes of data for concurrent user access</li>
<li><strong>Work with raw data</strong>: Transparent ingestion of geospatial collections in many scientific data formats such as NetCDF, HDF or geoTIFF</li>
<li><strong>Compute on-the-fly</strong>: No need to precompute products. Resampling and reprojection happen on-the-fly in real time</li>
<li><strong>Standards</strong>: Implements OGC standards such as WMS, WCS and WPS</li>
Expand All @@ -79,40 +82,14 @@ <h2 class="section-heading">In a few lines</h2>
</div>

<div class="content-section-b">
<div class="container">
<div class="row">
<div>
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">Want to try it?</h2>


<p>Any OGC compatible client can be used. For example:</p>

<h3 id="cocoapods:4c40a97dcf30b230e73eabba1323c21c">Go to the National Map web site</h3>

<pre><code>http://nationalmap.gov.au
</code></pre>

<h3 id="carthage:4c40a97dcf30b230e73eabba1323c21c">Click on Add Data -> My Data -> Web Data and type</h3>

<pre><code>http://gsky.nci.org.au/ows
</code></pre>

</div>
</div>
</div>
</div>

<div class="content-section-a">
<div class="container">
<div class="row">
<div>
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">Get help</h2>
<ul>
<li>Follow our <a href="https://github.com/nci/gsky-notebooks">Jupyter notebooks</a> for GSKY tutorials</li>
<li>Read GSKY <a href="https://gsky.readthedocs.io/en/latest/">docs</a> for tutorials</li>
<li>Submit an <a href="https://github.com/nci/gsky/issues">issue</a> on Github</li>
</ul>

Expand Down

0 comments on commit f70ec67

Please sign in to comment.