-
Notifications
You must be signed in to change notification settings - Fork 0
/
terms-of-service-text.html
40 lines (34 loc) · 2.58 KB
/
terms-of-service-text.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<div th:fragment="banner" class="banner">
<h2>Welcome to
<th:block th:text="${webappName}"/>
top-level TDS Catalog.
</h2>
<h3>Hosted by
<a class="static" th:href="${hostInstUrl}" th:text="${hostInst}"></a>.
</h3>
<h4>Automatic Weather Stations</h4>
<p>The Automatic Weather Station (AWS) data available here is level 3 processed (L3) and updated hourly with
near-real-time transmitted data from the Greenland ice sheet. The data is considered provisional. If you will
be using the data in publication (or for a public-facing service or product), please cite the relevant
DOI citation listed at the <a href="https://dataverse.geus.dk/dataverse/AWS" target="_blank">GEUS Dataverse</a>.
AWS data at the GEUS Dataverse is a curated archive that is updated monthly.</p>
<p>AWS data is available in both NetCDF and CSV formats, in two directory structures:</p>
<ul>
<li>"aws_l3_station" contains files in station-specific sub-directories.</li>
<li>"aws_l3_time" contains files for all stations in hourly, daily, and monthly sub-directories.</li>
</ul>
<p>"level_3" directories contain field-retrieved data from station loggers, joined with transmitted data for the period
since the last station visit. "tx" directories contain only L3 transmitted data, including instantaneous samples for air
pressure, temperature, humidity, wind speed and direction.</p>
<p>See <a href="https://www.promice.dk" target="_blank">https://www.promice.dk</a> for additional information.</p>
<h4>SICE</h4>
<p>The Sentinel-3 Snow and Ice Products (SICE) data is the reprocessed daily product from 2017-2022
also published on the <a href="https://dataverse.geus.dk/dataverse/sice" target="_blank"> GEUS Dataverse</a>.
The data format is in NetCDF4 and consists of every output from the SICE pipeline.
For now only Greenland is being reprocessed in a 500 meter spatial resolution, more regions in the arctic will follow.
If you will be using the SICE data in a publication, please cite the releveant DOI on the <a href="https://dataverse.geus.dk/dataverse/sice" target="_blank"> GEUS Dataverse</a>.
</p>
<p>See <a href="http://snow.geus.dk" target="_blank">http://snow.geus.dk</a> for additional information.</p>
<p>This is a shared public service which may experience traffic overload.
We reserve the right to block IP addresses that cause excessive traffic.</p>
</div>