forked from GeoNode/geonode.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
user_features.html
129 lines (124 loc) · 5.18 KB
/
user_features.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
---
layout: base
title: User Features - GeoNode
body_class: "geonode-features user-features"
---
<section class="banner">
<div class="container">
<div class="row">
<div class="span6">
<h1>
<strong>For Users</strong><br />
<span>Learn more about the features of <strong>GeoNode</strong>.</span>
</h1>
<div>
<a href="http://docs.geonode.org/en/latest/tutorials/users/" class="btn btn-success" target="_blank">Follow the <strong>Users Workshop</strong></a>
</div>
</div>
<div class="span6">
<img src="{{site.baseurl}}/static/img/features_hero_img.png" width="489" height="216" alt="" class="pull-right hero-img" />
</div>
</div>
</div>
</section>
<section class="body">
<div class="container">
<div class="row">
<div class="span10">
<nav class="subnav">
<h5>Features:</h5>
<ul class="unstyled" id="subnav">
<li><a href="#discover"><strong>Spatial Data Discovery</strong></a></li>
<li><a href="#import"><strong>Import and Manage</strong></a></li>
<li><a href="#mapping"><strong>Interactive Mapping</strong></a></li>
</ul>
</nav>
</div>
</div>
</div>
</section>
<section class="feature-details feature1" id="explore">
<div class="container">
<div class="row">
<div class="span5">
<img src="{{site.baseurl}}/static/img/noun_project_17976.svg.png" width="250" height="250" alt="Explore Maps" class="feature-img" />
</div>
<div class="span7 number one">
<div class="highlighted-box">
<h2>Spatial Data Discovery</h2>
<h4>Browse and search for geospatial data</h4>
<div>
<p>By combining collaboration found in social networks with specialized geospatial tools, GeoNode makes it easy to explore, process, style, and share maps and geospatial data.</p>
<p>Spatial datasets can be imported and shared, all through a non-technical user interface.</p><p>
Features include:
</p>
</div>
<ul class="unstyled">
<li>Powerful spatial search engine</li>
<li>Federated OGC services</li>
<li>Metadata catalogue</li>
</ul>
<a href="explore_discover.html" class="hide btn btn-success">Learn about GeoNode's discovery features</a>
</div>
</div>
</div>
</div>
</section>
<section class="feature-details feature2" id="import">
<div class="container">
<div class="row">
<div class="span7 number two">
<div class="highlighted-box">
<h2>Import and Manage</strong></h2>
<h4>Upload and share geospatial data, securely</h4>
<div>
<p>
GeoNode makes it easy to upload and manage geospatial data on the web. Any user can upload and make content available via standard OGC protocols such as Web Map Service (WMS) and Web Feature Service (WFS). Data is available for browsing, searching, styling, and processing to generate maps which can be shared publicly or restricted to specific users only.</p>
<p>Supported upload formats include shapefile, GeoTIFF, KML and CSV. In addition, it is possible to connect to existing external spatial databases and services.
</p><p>Features include:
</p>
</div>
<ul class="unstyled">
<li>Publish raster, vector, and tabular data</li>
<li>Manage metadata and associated documents</li>
<li>Securely or publicly share data</li>
<li>Versioned geospatial data editor</li>
</ul>
<a href="import_manage.html" class="hide btn btn-success">Learn about GeoNode's data management features</a>
</div>
</div>
<div class="span5">
<img src="{{site.baseurl}}/static/img/noun_project_463.svg.png" width="220" height="220" alt="Explore Maps" class="feature-img" />
</div>
</div>
</div>
</section>
<section class="feature-details feature3" id="mapping">
<div class="container">
<div class="row">
<div class="span5">
<img src="{{site.baseurl}}/static/img/noun_project_1670.svg.png" width="300" height="300" alt="Explore Maps" class="feature-img" />
</div>
<div class="span7 number three">
<div class="highlighted-box">
<h2>Interactive Mapping</strong></h2>
<h4>Create and share interactive web maps</h4>
<div>
<p>GeoNode comes with helpful cartography tools for styling and composing maps graphically. These tools make it easy for anyone to assemble a web-based mapping application with functionality traditionally found in desktop GIS applications.</p>
<p>Users can gain enhanced interactivity with GIS-specific tools such as querying and measuring.
</p><p>Features include:
</p>
</div>
<ul class="unstyled">
<li>GeoExplorer GIS client</li>
<li>Graphical style editor</li>
<li>Create multi-layer interactive maps</li>
<li>Share and embed maps in web pages</li>
</ul>
<a href="mapping.html" class="hide btn btn-success">Learn about GeoNode's mapping features</a>
</div>
</div>
</div>
</div>
</section>
{% include footer.html %}