-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
176 lines (146 loc) · 11.2 KB
/
index.html
File metadata and controls
176 lines (146 loc) · 11.2 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="ROGUE-JCTD.github.io : GeoSHAPE repositories from the ROGUE JCTD" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>GeoSHAPE</title>
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="javascripts/underscore-min.js"></script>
<script src="javascripts/main.js"></script>
<script>
$(function() {
$( "#accordion" ).accordion();
});
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-57429402-2', 'auto');
ga('send', 'pageview');
</script>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" class="banner" href="https://github.com/ROGUE-JCTD" target="_new">View on GitHub</a>
<a id="demo_banner" class="banner" href="http://demo.geoshape.org" target="_new">Live Demo</a>
<img id="project_logo" src="images/rogue_logo.png"/>
<h1 id="project_title">GeoSHAPE</h1>
<h2 id="project_tagline">Geospatial capabilities for Security, Humanitarian Assistance, Partner Engagement</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<!--<section id="menu">
<div id="nav">
<ul>
<a href="#about-geoshape"><li>About GeoSHAPE</li></a>
<a href="#open-source-technology"><li>Leveraging Open Source Technology</li></a>
<a href="#contact-us"><li>Contact Us</li></a>
</ul>
</div>
</section>-->
<section id="main_content" class="inner">
<!-- <h3><a name="about-rogue" class="anchor" href="#about-geoshape"></a>About GeoSHAPE</h3> -->
<h4>GeoSHAPE gives organizations the ability to create, share, and visualize information through dynamic, collaborative maps</h4>
<h6>The outcome is improved situational awareness, and fact-based decision-making enabling a wide gamut of operations</h6>
<p>GeoSHAPE – Geospatial capabilities for Security, Humanitarian Assistance, Partner Engagement – is designed to enable
collaboration on geospatial information between mission partners in connected and disconnected operations. GeoSHAPE has
been built utilizing open source software and open standards to make it available for partners and to maximize interoperability.
GeoSHAPE is the integration of a geospatial portal (GeoNode), a web mapping client (MapLoom), and a mobile application (Arbiter),
that leverages the infrastructure provided by a geospatial server and database components. GeoSHAPE is the
outcome of the Rapid Open Geospatial User-Driven Enterprise (ROGUE) Joint Capability Technology Demonstration (JCTD).
</p>
<p>
<strong>Key Features</strong>
<ul>
<li>Create, edit, and share critical data on an integrated dynamic map in near real time</li>
<li>Map updates can be seen by users from anywhere in the world</li>
<li>Mobile app lets users capture data and photos in the field and upload them to the map</li>
<li>System allows users to operate in connected and disconnected environments</li>
<li>Notifications about changes in the map increase situational awareness in dynamic operations</li>
</ul>
</p>
<p><strong>GeoSHAPE How To Videos </strong> <a href="https://www.youtube.com/channel/UCX4h_O6UQgk7KVz7R_0xMMw" target="_new">(YouTube channel)</a>
</p>
<h3>
<a name="open-source-technology" class="anchor" href="#open-source-technology"><span class="octicon octicon-link"></span></a>Leveraging Open Source Technology</h3>
<p>GeoSHAPE leverages open source software and is built using GeoServer, GeoNode, MapLoom, PostGIS, OpenLayers3, and other components.
In addition, GeoSHAPE has been a driver in the development of <a href="http://geogit.org/" target="_new">GeoGit</a> - which provides distributed versioned editing for geographic data.
These are the core software projects that form the foundation for GeoSHAPE:
</p>
<ul>
<li><a href="http://geoserver.org/" target="_new">GeoServer</a></li>
<li><a href="http://geogit.org/" target="_new">GeoGit</a></li>
<li><a href="http://geonode.org/" target="_new">GeoNode</a></li>
<li><a href="http://ol3js.org/" target="_new">OpenLayers 3</a></li>
</ul>
<p>In order to take full advantage of GeoGit, the GeoSHAPE development team has created Arbiter for mobile editing and MapLoom for web-based editing. Both of these projects are open source as well.
We've also augmented GeoNode so that it works with GeoGit.
<ul>
<li><a href="http://github.com/ROGUE-JCTD/Arbiter-Android" target="_new">Arbiter</a></li>
<li><a href="http://github.com/ROGUE-JCTD/MapLoom" target="_new">MapLoom</a></li>
<li><a href="https://github.com/ROGUE-JCTD/rogue_geonode" target="_new">ROGUE GeoNode</a></li>
</ul>
<h4>How To Get GeoSHAPE<a name="rogue-for-devs" class="anchor" href="#rogue-for-devs"></a></h4>
<p>All of the components used for GeoSHAPE are open source and available for free on the internet. We have developed a build process to create virtual machines. Please see the following documentation for more information on what the minimum requirments are, some general concepts, components used, how to setup GeoSHAPE, and ihow to administer it. Please feel free to add comments to the document to help us improve it.
<ul>
<li><a href="https://docs.google.com/document/d/1SOX8pldVskbnngXNLEfxFPlWkgC93lr8j3AE5mgmC_8" target="_new">How To Get GeoSHAPE</a></li>
<li>Want to learn more about GeoSHAPE or need technical assistance with your installation? See this document with links to videos and documents <a href="https://docs.google.com/document/d/18aLzx35bZ6u7J8qjAecse8tXOn3wHUDJyd_Z8Y0uyeQ" target="_new">GeoSHAPE Training Document</a> or Try the <a href="https://groups.google.com/forum/#!forum/geoshape" target="_new">GeoSHAPE Mailing List</a> </li>
</ul>
</p>
<h6>Articles About GeoSHAPE & ROGUE<a name="articles-about-rogue" class="anchor" href="#articles-about-rogue"></a></h6>
<div>
<ul>
<li><a href="http://www.foxnews.com/tech/2014/09/11/us-military-taps-advanced-technology-to-save-lives/" target="_new">US military taps advanced technology to save lives</a></li>
<li><a href="http://dialogo-americas.com/en_GB/articles/rmisa/features/regional_news/2014/09/05/GeoSHAPE" target="_new">Testing new technologies for disaster response</a></li>
<li><a href="http://www.un-spider.org/news-and-events/news/dominican-republic-using-novel-geospatial-tools-hurricane-response" target="_new">Dominican Republic: Using novel geospatial tools for hurricane response</a></li>
<li><a href="http://www.diariolibre.com/noticias/2014/07/29/i722091_evalan-uso-tecnologa-tiempo-desastre.html" target="_new">Evalúan el uso de tecnología de tiempo de desastre</a></li>
<li><a href="http://listindiario.com/la-republica/2014/7/28/331444/Comision-Nacional-de-Emergencia-probara-Software-para-mejorar-respuestas" target="_new">Comisión Nacional de Emergencia probará Software para mejorar respuestas ante desastres</a></li>
<li><a href="http://www.pdc.org/news-n-media/pdc-updates/Hurricane-Exercise-Demonstrates-Advances-in-Disaster-Response-Technology/" target="_new">Hurricane Exercise Demonstrates Advances in Disaster Response Technology</a></li>
<li><a href="http://dialogo-americas.com/en_GB/articles/rmisa/features/regional_news/2014/06/09/respuesta-desastres" target="_new">US, Honduras to Test Disaster Response Software in Simulated Hurricane</a></li>
<li><a href="http://www.hondudiario.com/?q=node/9948" target="_new">EU conoce avances en implementación de software para prevención de desastres</a></li>
<li><a href="http://www.laprensa.hn/lasultimas24/716880-98/honduras-y-estados-unidos-pondr%C3%A1n-a-prueba-nuevo-software" target="_new">Honduras y Estados Unidos pondrán a prueba nuevo software</a></li>
<li><a href="http://trajectorymagazine.com/got-geoint/item/1636-geospatial-software-goes-rogue.html" target="_new">Geospatial Software Goes ROGUE</a></li>
<li><a href="http://www.pdc.org/news-n-media/pdc-updates/ROGUE-Project-Expands-Capabilities-for-Humanitarian-Missions/" target="_new">ROGUE Project Expands Capabilities for Humanitarian Missions</a></li>
<li><a href="http://www.jtfb.southcom.mil/news/story.asp?id=123363092" target="_new">U.S. Works with COPECO to Test Web-based Assistance Software</a></li>
<li><a href="http://www.latribuna.hn/2013/09/11/estados-unidos-apoya-a-copeco-en-manejo-de-datos-georeferenciados/" target="_new">Estados Unidos apoya a COPECO en manejo de datos georeferenciados</a></li>
</ul>
<h6>Presentations and Blog Posts<a name="presentations-about-rogue" class="anchor" href="#presentations-about-rogue"></a></h6>
<ul>
<li><a href="https://vimeo.com/106852747" target="_new">MapLoom presentation at FOSS4G 2014 conference</a></li>
<li><a href="https://speakerdeck.com/scottevil/distributed-versioned-editing-in-action" target="_new">GeoSHAPE presentation at FOSS4G 2014 conference</a></li>
<li><a href="http://boundlessgeo.com/2014/03/geogit-and-openstreetmap-for-yolanda/" target="_new">Recovering from Yolanda with help from OpenStreetMap and GeoGit</a></li>
<li><a href="http://garnertb.github.io/geonode-summit-2014/template#1" target="_new">ROGUE Presentation at 2014 GeoNode Summit</a></li>
<li><a href="https://speakerdeck.com/scottevil/rogue-geotech2013-talk" target="_new">ROGUE Presentation at GeoTech 2013</a></li>
<li><a href="https://speakerdeck.com/scottevil/arbiter-geodc-lightning-talk" target="_new">Arbiter Lightning Talk - GeoDC Meetup Nov 2013</a></li>
<li><a href="https://www.youtube.com/channel/UCX4h_O6UQgk7KVz7R_0xMMw/" target="_new">YouTube Channel containing training videos</a></li>
</ul>
<h3><a name="contact-us" class="anchor" href="#contact-us"></a>Contact Us</h3>
<p>GeoSHAPE is maintained by <a href="http://www.prominentedge.com/" target="_new">Prominent Edge</a> and <a href="http://boundlessgeo.com/" target="_new">Boundless Spatial</a> as an open source community effort.</p>
<p>
Prominent Edge partners with technology product companies to provide complementary services, integrated solutions, and expert consulting.
Our specialists simplify the process of using innovative technology to conquer your toughest problems today.
We create solutions that adapt the benefits of off-the-shelf software to your mission, without having to adapt your mission to the software.
</p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>
<a href="http://www.prominentedge.com/" target="_new">
<img id="company_logo" src="images/prominentedge-logo.png"/>
</a>
<a href="http://boundlessgeo.com/" target="_new">
<img id="boundless_logo" src="images/boundless-logo.png"/>
</a>
</p>
</footer>
</div>
</body>
</html>