-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathel.html
75 lines (70 loc) · 2.24 KB
/
el.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Elevation - Global version - Global Map</title>
<link href="./globalmaps.css" rel="stylesheet" media="all" >
</head>
<body>
<div class="gWrap">
<h1>Elevation - Global version</h1>
<div class="box1">
<div style="width:350px; float:left;">
<img src="el_global.png" alt="Elevation" style="margin: 10px;">
</div>
<div style="width:350px; float:left;">
<p>Global version elevation is elevation data at 1m interval covering the whole world.</p>
<ul>
<li><a href="#summary" >Summary</a></li>
<li><a href="#code" >Index Code</a></li>
<li><a href="#use" >Use of data</a></li>
<li>Download <a href="https://github.com/globalmaps/gm_el_v1">ver1</a>, ver2 <a href="https://github.com/globalmaps/gm_el_v2_west">West</a> <a href="https://github.com/globalmaps/gm_el_v2_east">East</a></li>
</ul>
</div>
<div style="clear:both"></div>
<h2 id="summary">Summary</h2>
<p>To date, data of two periods, i.e., Version 1 and Version 2, were developed and provided.</p>
<table>
<tbody>
<tr>
<th width="200"></th>
<th width="200">Version 1</th>
<th width="200">Version 2</th>
</tr>
<tr>
<td>Data source</td>
<td>GTOPO30</td>
<td>GMTED2010<br>GLCNMO (Sea & Water)</td>
</tr>
<tr>
<td>Coordinate system</td>
<td>WGS84</td>
<td>WGS84</td>
</tr>
<tr>
<td>Resolution</td>
<td>30 arcseconds</td>
<td>15 arcseconds</td>
</tr>
<tr>
<td>Data type</td>
<td>Byte (16bits)</td>
<td>Byte (16bits)</td>
</tr>
</tbody>
</table>
<h2 id="code" class="section_title01_1">Index Code</h4>
<p>Elevation includes values at an interval of 1m</p>
<table>
<tr><th width="200">Code</th><th width="200">Class Name</th></tr>
<tr><td>number</td><td>Height (m)</td></tr>
<tr><td>-9999</td><td>Water bodies</td></tr>
<tr><td>9998</td><td>No data</td></tr>
</table>
<h2 id="use" class="section_title01_1">Use of data</h4>
<p>Use</p>
<p>Acknowledgement of written sources is necessary. Please show a text, "Geospatial Information Authority of Japan.", on your products.</p>
</div>
</div>
</body>
</html>