-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathnational.html
More file actions
81 lines (74 loc) · 5.13 KB
/
national.html
File metadata and controls
81 lines (74 loc) · 5.13 KB
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
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>National/Regional version - Global Map</title>
<link href="./globalmaps.css" rel="stylesheet" media="all" >
</head>
<body>
<div class="gWrap">
<h1>National / Regional version</h1>
<div class="box1">
<p>Global Map data of National/Regional version were developed in line with Global Map Specifications. The data are in digital format at a scale of 1:1 million. Data of eight layers in total, four sets of vector data and four sets of raster data, were developed.</p>
<ul>
<li><a href="#vector">Explanation of Vector Data</a></li>
<li><a href="#raster">Explanation of Raster Data</a></li>
<li><a href="#supplement">Supplemental information</a></li>
<li><a href="https://github.com/globalmaps/projectmanagement/blob/master/REPOS.md">Download National/Regional data</a></li>
</ul>
<h2 id="vector">Vector Data</h2>
<div style="float: left; width:310px; margin-right:20px;">
<h4>Boundary</h4>
<img src="./boudary.png" alt="Boundary" style="margin: 5px; border: 1px #000000 solid;">
<p>Data on administrative boundary of each country and region. Information on the levels of administrative boundaries, i.e., international, primary level, and secondary level, names of administrative areas, and shapes of coastlines were developed.</p>
</div>
<div style="float: left; width:310px;">
<h4>Transport</h4>
<img src="./trans.png" alt="Transport" style="margin: 5px; border: 1px #000000 solid;">
<p>Data on transportation, such as road, railroad, station and airport. In addition to their shapes, information on road types, station names and airport names were developed.</p>
</div>
<br style="clear: both;">
<div style="float: left; width:310px; margin-right:20px;">
<h4>Drainage</h4>
<img src="./drainage.png" alt="Drainage" style="margin: 5px; border: 1px #000000 solid;">
<p>Data on drainage, such as rivers and lakes. Information on their shapes and names was developed.</p>
</div>
<div style="float: left; width:310px;">
<h4>Population Centres</h4>
<img src="./population.png" alt="Population Centres" style="margin: 5px; border: 1px #000000 solid;">
<p>Data on built-up area including cities with large number of population. Names of cities and districts are included.</p>
</div>
<br style="clear: both;">
<h2 id="raster">Raster Data</h4>
<div style="float: left; width:310px; margin-right:20px;">
<h4>Elevation</h4>
<img src="./el.png" alt="Elevation" style="margin: 5px; border: 1px #000000 solid;">
<p>Gridded data of elevation values<p/>
</div>
<div style="float: left; width:310px;">
<h4>Land Use</h4>
<img src="./lu.png" alt="Land Use" style="margin: 5px; border: 1px #000000 solid;">
<p>Data classifying the status of use of land into 10 categories, such as forest and built-up area.</p>
</div>
<br style="clear: both;">
<div style="float: left; width:310px; margin-right:20px;">
<h4>Land Cover</h4>
<img src="./lc.png" alt="Land Cover" style="margin: 5px; border: 1px #000000 solid;">
<p>Data classifying the status of land cover into 20 categories in version 2, while 17 categories in version 1.</p>
</div>
<div style="float: left; width:310px;">
<h4>Vegetation</h4>
<img src="./ve.png" alt="Vegetaton" style="margin: 5px; border: 1px #000000 solid;">
<p>Data showing the green cover of land. Version 1 data have 25 categories according to the kinds of vegetation.</p>
</div>
<br style="clear: both;">
<p>For the details of each data, please refer to Global Map Specifications.</p>
<h2 id="supplement">Supplement</h4>
<p>Global Map data of National/Regional version were developed with consistent specifications by NGIAs of respective countries and regions for fundamental geospatial information of their respective coverage by using geospatial information owned by them, and they were provided. The data have been authorized by NGIAs of respective countries and regions. Therefore, the contents of respective data are based on the views of respective data developers. For some countries and regions, there may be parts where data have not been developed.</p>
<p>National/Regional version of Global Map data was to be updated in about five-year cycle on the basis of resolutions of an ISCGM meeting. To know about the year data were updated and about data developers, please refer to metadata attached to each data. </p>
<p>Depending on the period the data were prepared, they were developed in line with two different specifications, namely, version 1 in VPF and BIL formats, and version 2 in GML and BIL formats.</p>
<p>National/Regional version of Global Map data were provided from this website or websites of respective countries and regions and they are available for download. For non-commercial use, in principle, anyone can use the data free or charge. In using the data, please check respective data policies because different countries and regions have different data policies.</p>
</div>
</div>
</body>
</html>