-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathindex.html
More file actions
180 lines (168 loc) · 7.28 KB
/
Copy pathindex.html
File metadata and controls
180 lines (168 loc) · 7.28 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
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
---
layout: base
title: GeoNode
---
<section class="gn-hero">
<div class="container">
<div class="row align-items-center gy-5">
<div class="col-lg-6">
<h1>The open source platform for geospatial content management</h1>
<p class="lead">
Publish, search, and share maps and data with your team or the world.
</p>
<p class="lead">
<b>GeoNode</b> is a web-based application and platform for building geospatial
information systems (GIS) and deploying spatial data infrastructures (SDI).
</p>
<div class="gn-hero-actions">
<a target="_blank" href="http://demo.geonode.org" class="btn btn-gn-hero-primary">Try the Live Demo</a>
<a href="https://docs.geonode.org" target="_blank" class="btn btn-gn-hero-secondary">Read the Docs</a>
</div>
<a href="https://github.com/GeoNode/geonode/" target="_blank" class="gn-hero-github">
<i class="fa fa-github"></i> View the source on GitHub
</a>
<div class="gn-version-pills">
<div class="gn-version-pill stable">
<span class="gn-version-dot"></span>
<span class="label">Maintenance<br><a class="value" href="https://github.com/GeoNode/geonode/releases/tag/5.0.3" target="_blank">5.0.3</a></span>
</div>
<div class="gn-version-pill maint">
<span class="gn-version-dot"></span>
<span class="label">Stable<br><a class="value" href="https://github.com/GeoNode/geonode/releases/tag/5.1.0" target="_blank">5.1.0</a></span>
</div>
<div class="gn-version-pill dev">
<span class="gn-version-dot"></span>
<span class="label">Development<br><a class="value" href="https://github.com/GeoNode/geonode/tree/master" target="_blank">master</a></span>
</div>
</div>
<div class="gn-hero-osgeo">
<a title="OSGeo Project" href="http://osgeo.org" target="_blank">
<img alt="OSGeo Project" src="{{ site.baseurl }}/static/img/osgeo-logo.png"/>
</a>
<span>An official OSGeo Community Project</span>
</div>
</div>
<div class="col-lg-6">
<div class="gn-hero-img-wrap">
<img src="{{ site.baseurl }}/static/img/hero_img.png" alt="GeoNode platform preview" class="img-fluid"/>
</div>
</div>
</div>
</div>
</section>
<section class="gn-section gn-section-alt">
<div class="container">
<div class="gn-section-head">
<span class="gn-kicker">Why GeoNode</span>
<h2>Everything you need to run a spatial data infrastructure</h2>
<p>A complete content management system for geospatial data, built on trusted open source components and designed for users, developers, and administrators alike.</p>
</div>
<div class="row g-4">
<div class="col-md-6 col-lg-3">
<div class="gn-card position-relative">
<div class="gn-card-icon"><i class="fa fa-map-o"></i></div>
<h3>Publish & Explore</h3>
<p>Upload vector and raster data, style layers, and build interactive maps in minutes.</p>
<a href="{{ site.baseurl }}/user_features/" class="stretched-link"></a>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="gn-card position-relative">
<div class="gn-card-icon"><i class="fa fa-users"></i></div>
<h3>Collaborate</h3>
<p>Share resources across teams with fine-grained permissions, groups, and social features.</p>
<a href="{{ site.baseurl }}/user_features/" class="stretched-link"></a>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="gn-card position-relative">
<div class="gn-card-icon"><i class="fa fa-code"></i></div>
<h3>Extend & Integrate</h3>
<p>A Django-based platform with REST APIs, ready to be customized and integrated into your stack.</p>
<a href="{{ site.baseurl }}/dev_features/" class="stretched-link"></a>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="gn-card position-relative">
<div class="gn-card-icon"><i class="fa fa-cogs"></i></div>
<h3>Administer</h3>
<p>Manage users, monitor resources, and configure your infrastructure from a dedicated admin panel.</p>
<a href="{{ site.baseurl }}/admin_features/" class="stretched-link"></a>
</div>
</div>
</div>
</div>
</section>
<section class="gn-section">
<div class="container">
<div class="gn-section-head">
<span class="gn-kicker">Standards & Openness</span>
<h2>Built on open standards, backed by an open community</h2>
<p>No vendor lock-in, no black boxes — GeoNode is open by design, from the protocols it speaks to the license it ships under.</p>
</div>
<div class="gn-marquee-track">
<div class="gn-marquee-pill">
<span class="gn-marquee-ico"><i class="fa fa-exchange"></i></span>
<span class="gn-marquee-text">
<strong>OGC Standards</strong>
<span class="gn-marquee-sub">WMS · WFS · WCS · WMTS · CSW</span>
</span>
</div>
<div class="gn-marquee-pill">
<span class="gn-marquee-ico"><i class="fa fa-code-fork"></i></span>
<span class="gn-marquee-text">
<strong>Open Source</strong>
<span class="gn-marquee-sub">GPL licensed</span>
</span>
</div>
<div class="gn-marquee-pill">
<span class="gn-marquee-ico"><i class="fa fa-sitemap"></i></span>
<span class="gn-marquee-text">
<strong>OSGeo Community</strong>
<span class="gn-marquee-sub">official project</span>
</span>
</div>
<div class="gn-marquee-pill">
<span class="gn-marquee-ico"><i class="fa fa-globe"></i></span>
<span class="gn-marquee-text">
<strong>Global Community</strong>
<span class="gn-marquee-sub">contributor-driven</span>
</span>
</div>
<div class="gn-marquee-pill">
<span class="gn-marquee-ico"><i class="fa fa-github"></i></span>
<span class="gn-marquee-text">
<strong>Open Development</strong>
<span class="gn-marquee-sub">source on GitHub</span>
</span>
</div>
<div class="gn-marquee-pill">
<span class="gn-marquee-ico"><i class="fa fa-plug"></i></span>
<span class="gn-marquee-text">
<strong>Interoperable</strong>
<span class="gn-marquee-sub">works with any GIS client</span>
</span>
</div>
</div>
</div>
</section>
<section class="gn-section gn-section-alt">
<div class="container">
<div class="gn-section-head">
<span class="gn-kicker">Get Involved</span>
<h2>Resources to help you get started</h2>
<p>Documentation, community channels, and ways to contribute to the project.</p>
</div>
{% include important_links.html %}
</div>
</section>
<section class="gn-section">
<div class="container">
<div class="gn-cta">
<h2>Ready to explore your data?</h2>
<p>Spin up the live demo, no installation required, and see GeoNode in action.</p>
<a target="_blank" href="http://demo.geonode.org" class="btn btn-gn-hero-primary">Try the Live Demo</a>
</div>
</div>
</section>
{% include footer.html %}