-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
843 lines (696 loc) · 36.5 KB
/
index.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
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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="OrbisGIS official website">
<meta name="author" content="Gwendall Petit && Erwan Bocher">
<link rel="shortcut icon" href="assets/ico/favicon.png">
<title>OrbisGIS official website</title>
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="assets/css/main.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/icomoon.css">
<link href="assets/css/animate-custom.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Raleway:400,300,700' rel='stylesheet' type='text/css'>
<script src="assets/js/jquery.min.js"></script>
<script type="text/javascript" src="assets/js/modernizr.custom.js"></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-offset="0" data-target="#navbar-main">
<div id="navbar-main">
<!-- Fixed navbar -->
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon icon-shield" style="font-size:30px; color:#3498db;"></span>
</button>
<!--<a class="navbar-brand hidden-xs hidden-sm" href="#home"><span class="icon icon-shield" style="font-size:18px; color:#3498db;"></span></a>-->
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="#home" class="smoothScroll">Home</a></li>
<li> <a href="#about" class="smoothScroll">About</a></li>
<li> <a href="#download" class="smoothScroll">Download</a></li>
<li> <a href="#community" class="smoothScroll">Community</a></li>
<li> <a href="#project" class="smoothScroll">Projects</a></li>
<li> <a href="#gallery" class="smoothScroll">Gallery</a></li>
<li> <a href="#partners" class="smoothScroll">Partners</a></li>
<li> <a href="#support" class="smoothScroll">Support</a></li>
<li> <a href="#contact" class="smoothScroll">Contact</a></li>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<!-- ==== HEADERWRAP ==== -->
<div id="headerwrap" id="home" name="home">
<header class="clearfix">
<img class="img-responsive" style="display: inline;" src="assets/img/orbisgis.png" alt="logo" />
<!--
<h1><span class="icon icon-shield"></span></h1>
-->
<p> </p>
<p><b>OrbisGIS</b></p>
<p><i>An opensource GIS software</i></p>
</header>
</div><!-- /headerwrap -->
<!-- ==== GREYWRAP ==== -->
<div id="greywrap">
<div class="row">
<div class="col-lg-4 callout">
<span class="icon icon-pencil"></span>
<h2>By and for research</h2>
<p>
OrbisGIS is developed by a team of qualified professionals in GIS, statistics and computer science.
</p>
</div><!-- col-lg-4 -->
<div class="col-lg-4 callout">
<!--<span class="icon icon-stack"></span>-->
<span class="icon icon-database"></span>
<h2>Database oriented</h2>
<p>
Seamlessly integrated with spatial databases.
<br>
Choose the embedded <a href="http://www.h2gis.org" target="blank">H2GIS</a> or <a href="http://postgis.net/" target="blank">PostGIS</a>.
<br>
#SQL(Spatial)
#Vector
#Raster
</p>
</div><!-- col-lg-4 -->
<div class="col-lg-4 callout">
<span class="icon icon-download"></span>
<h2>Free to use</h2>
<p align="center">
OrbisGIS is distributed under the <a href="http://gplv3.fsf.org/" target="blank">GPL 3</a> license and can be freely used whatever the field of application (research, education, business...).
</p>
</div><!-- col-lg-4 -->
</div><!-- row -->
</div><!-- greywrap -->
<!-- ==== ABOUT ==== -->
<div class="container" id="about" name="about">
<div class="row white">
<br>
<h1 class="centered">ABOUT</h1>
<hr>
<div class="col-lg-offset-0 col-lg-12">
<p align="justify">
OrbisGIS is a cross-platform open-source Geographic Information System (<a href="https://en.wikipedia.org/wiki/Geographic_information_system" target="blank">GIS</a>) created by research and for research. It is leaded by <a href="http://www.cnrs.fr/" target="blank">CNRS</a> within the French <a href="http://www.lab-sticc.fr/" target="blank">Lab-STICC</a> laboratory (<a href="http://www.labsticc.fr/en/teams/m-570-decide.htm" target="blank">DECIDE</a> team of Vannes) and licensed under <a href="http://gplv3.fsf.org/" target="blank">GPLv3</a>. OrbisGIS proposes new methods and techniques to model, represent, process and share spatial data, making it easy to monitor geographical territories and manage their evolution.
<br>
In a world ever-increasingly aware of its ecological footprint and the relevance of sustainable development, a systematic approach to evaluating public policies is of paramount importance. Such an approach must take into account relevant environmental, social and economic factors to facilitate efficient decision making and planning. As an integrated modeling platform containing analytical tools for computing various indicators at different spatial and temporal scales, OrbisGIS is already an indispensable instrument for many. Come see what all the buzz is about!
</p>
</div><!-- col-lg -->
</div><!-- row -->
<div class="row white">
<div class="col-lg-4">
<h2>In few words</h2>
<ul>
<li>100% Java</li>
<li>Since 2007</li>
<li>For Linux, Windows and Mac OS</li>
<li>Lightweight <i>(less than 40mo)</i></li>
<li>Standalone <i>(no installation & admin rule needed)</i></li>
</ul>
</div><!-- col-lg-6 -->
<div class="col-lg-4">
<h2><a href="http://www.opengeospatial.org/" target="blank">OGC</a> compliant</h2>
<ul>
<li>Simple Feature Access - Part 1 & 2 (<a href="http://www.opengeospatial.org/standards/sfa" target="blank">SFA</a> - <a href="http://www.opengeospatial.org/standards/sfs" target="blank">SFS</a>)</li>
<li>Symbology Encoding (SE) <i>(<a href="http://www.opengeospatial.org/projects/groups/sldse1.2swg" target="blank">SWG</a> in progress)</i></li>
<li>Web Map Service (<a href="http://www.opengeospatial.org/standards/wms" target="blank">WMS</a>)</li>
<li>Web Processing Service (<a href="http://www.opengeospatial.org/standards/wps" target="blank">WPS</a> 2) <i>(in progress)</i></li>
<li><a href="http://www.opengeospatial.org/standards/owc" target="blank">OWS-Context</a> <i>(in progress)</i></li>
</ul>
</div><!-- col-lg-6 -->
<div class="col-lg-4">
<h2>Features</h2>
<ul>
<li><a href="http://www.osgi.org/Main/HomePage" target="blank">OSGI</a> plateform</li>
<li>Cartographic tools</li>
<li>SQL & <a href="http://www.groovy-lang.org/" target="blank">Groovy</a> consoles</li>
<li>Data formats : SHP, OSM, KML, GeoJson, ...</li>
<li>API for developers</li>
</ul>
</div><!-- col-lg-6 -->
</div><!-- row -->
<br>
<div class="row white">
<div class="col-lg-6">
<h2>The team</h2>
<p align="justify">
OrbisGIS is developed by a french <a href="https://github.com/orbisgis/orbisgis/wiki/1.-Team" target="blank" title="OrbisGIS team">team</a> of researchers and engineers specialized in geography, geoinformatic and statistic. Developments are funded by research projects.
</p>
</div><!-- col-lg-6 -->
<div class="col-lg-6">
<h2>Publications</h2>
<p align="justify">
OrbisGIS is mainly used in a research context. You can consult a non-exhaustive list of publications in which this tools has been used <a href="https://halshs.archives-ouvertes.fr/search/index/?q=orbisgis&submit=&docType_s%5B%5D=ART&docType_s%5B%5D=COMM&docType_s%5B%5D=COUV&docType_s%5B%5D=OTHER&docType_s%5B%5D=OUV&docType_s%5B%5D=DOUV&docType_s%5B%5D=POSTER&docType_s%5B%5D=PATENT&docType_s%5B%5D=UNDEFINED&docType_s%5B%5D=REPORT&docType_s%5B%5D=THESE&docType_s%5B%5D=HDR&docType_s%5B%5D=LECTURE&docType_s%5B%5D=IMG&docType_s%5B%5D=MAP&docType_s%5B%5D=VIDEO&submitType_s%5B%5D=notice&submitType_s%5B%5D=file&submitType_s%5B%5D=annex" target="blank">here</a>.
</p>
</div><!-- col-lg-6 -->
</div><!-- row -->
</div><!-- container -->
<!-- ==== SECTION DIVIDER1 -->
<section class="section-divider textdivider divider1">
<div class="container">
<!--<h1>DESIGN EXPAND BOUNDARIES</h1>
<hr>
<p>text</p>-->
<h1> </h1>
</div><!-- container -->
</section><!-- section -->
<!-- ==== DOWNLOAD ==== -->
<div class="container" id="download" name="download">
<br>
<div class="row white">
<h1 class="centered">DOWNLOAD</h1>
<hr>
<p align="center">
<b>Requirement:</b> To run OrbisGIS, you need at least Java 7 (<a href="http://openjdk.java.net/" target="blank">OpenJDK</a> or <a href="http://www.java.com/en/" target="blank">Oracle</a>).
<br>
-
<br>
Click on the image below to download the <b>V5.1 Molene – Snapshot</b> (based on <a href="http://www.h2gis.org" target="blank">H2GIS</a>).
<br>
<br>
<a href="https://github.com/orbisgis/orbisgis/releases/download/5.1.0-SNAPSHOT/orbisgis-bin.zip" target="blank">
<img class="img-responsive" src="assets/img/Download_OG_5_1.png" alt="Download OrbisGIS V5.1" title="Download OrbisGIS V5.1"></a>
<br>
To download previous versions, you may consult the dedicated page on GitHub <a href="https://github.com/orbisgis/orbisgis/releases" target="blank">here</a>.
<br>
-
<br>
<b>Ubuntu</b>
<br>
Ubuntu users can also use the dedicated PPA on <a href="https://launchpad.net/~orbisgis" target="blank">Launchpad</a>, following <a href="http://doc.orbisgis.org/en/latest/users/install.html#ubuntu-ppa-repository" target="blank">this documentation</a>.
</p>
</div><!-- row -->
</div><!-- container -->
<!-- ==== SECTION DIVIDER4 -->
<section class="section-divider textdivider divider4">
<div class="container">
<!--<h1>DESIGN EXPAND BOUNDARIES</h1>
<hr>
<p>text</p>-->
<h1> </h1>
</div><!-- container -->
</section><!-- section -->
<!-- ==== COMMUNITY ==== -->
<div class="container" id="community" name="community">
<div class="row white">
<br>
<h1 class="centered">COMMUNITY</h1>
<hr>
<div class="row" align="center">
<h3>The mailing list</h3>
<br>
<div class="col-lg-6 ">
<p>If you have any troubles or you have some specific questions with OrbisGIS, don’t hesitate, post in the <a href="http://orbisgis.3871844.n2.nabble.com/" target="blank">mailing list</a>.</p>
</div>
<div class="col-lg-6">
<a href="http://orbisgis.3871844.n2.nabble.com/" target="blank">
<img class="img-responsive" src="assets/img/mailing_list.png" alt="OrbisGIS Mailing list"></a>
</div>
</div><!-- row -->
<br>
<br>
<div class="row" align="center">
<h3>Translation</h3>
<br>
<div class="col-lg-6 center">
<img class="img-responsive" src="assets/img/translation.png" align="" width="120">
</div>
<div class="col-lg-6">
<p>Help us to translate OrbisGIS on the <a href="http://www.transifex.com/projects/p/orbisgis/" target="blank">Transifex</a> platform.
<br>
Chinese, Spanish, Arabic, ... are already under process.
<br>
More information on the wiki <a href="https://github.com/orbisgis/orbisgis/wiki/6.-Transifex-translation" target="blank">here</a>.</p>
</div>
</div><!-- row -->
<br>
<div class="row" align="center">
<h3>Source code</h3>
<br>
<div class="col-lg-6 ">
<p>The source code of OrbisGIS is available on <a href="https://github.com/orbisgis/orbisgis" target="blank">GitHub</a>. <br>Feel free to report <a href="https://github.com/orbisgis/orbisgis/issues/new" target="blank">an issue</a> or to contribute via a Pull Request.</p>
</div>
<div class="col-lg-6">
<a href="https://github.com/orbisgis/orbisgis" target="blank">
<img class="img-responsive" src="assets/img/GitHub.png" alt="GitHub account"></a>
</div>
</div><!-- row -->
</div><!-- row -->.
</div><!-- container -->
<!-- ==== PROJECTS ==== -->
<div class="container" id="project" name="project">
<br>
<div class="row white centered">
<h1 class="centered">RELATED PROJECTS</h1>
<hr>
<p align="center">Below are three projects, linked with OrbisGIS and developed by our team.</p>
<br>
<div class="col-lg-4 centered">
<img class="img img-circle" src="assets/img/projects/h2gis.jpg" height="120px" width="120px" alt="">
<br>
<h4><b>H2GIS</b></h4>
<a href="http://www.h2gis.org/" target='blank' class="icon icon-home"></a>
<a href="https://twitter.com/H2GIS" target='blank' class="icon icon-twitter"></a>
<a href="https://github.com/orbisgis/h2gis" target='blank' class="icon icon-github-3"></a>
<p>A spatial extension to the <a href="http://www.h2database.com/html/main.html" target='blank'>H2 Database</a> engine in the spirit of <a href=" http://www.postgis.net/" target='blank'>PostGIS</a>.
<br>
This is the SQL engine of OrbisGIS.</p>
<br>
</div><!-- col-lg-4 -->
<div class="col-lg-4 centered">
<img class="img img-circle" src="assets/img/projects/cts.jpg" height="120px" width="120px" alt="">
<br>
<h4><b>CTS</b></h4>
<a href="https://github.com/orbisgis/cts/wiki" target='blank' class="icon icon-home"></a>
<a href="https://github.com/orbisgis/cts" target='blank' class="icon icon-github-3"></a>
<p>Coordinate Transformation Suite is a library to perform coordinate transformations using geodetic algorithms.</p>
</div><!-- col-lg-4 -->
<div class="col-lg-4 centered">
<img class="img img-circle" src="assets/img/projects/noisemap.jpg" height="120px" width="120px" alt="">
<br>
<h4><b>NoiseModelling</b></h4>
<a href="http://noise-planet.org/en/noisemodelling.html" target='blank' class="icon icon-home"></a>
<a href="https://twitter.com/Noise_Planet" target='blank' class="icon icon-twitter"></a>
<a href="https://github.com/Ifsttar/NoiseModelling"p target='blank' class="icon icon-github-3"></a>
<p>NoiseModelling is a fully GIS-implemented environmental noise calculation model, as a plugin of the OrbisGIS software.</p>
</div><!-- col-lg-4 -->
</div><!-- row -->
</div><!-- container -->
<!-- ==== GALLERY ==== -->
<div class="container" id="gallery" name="gallery">
<br>
<div class="row">
<br>
<h1 class="centered">GALLERY</h1>
<hr>
<br>
<br>
</div><!-- /row -->
<div class="container">
<div class="row">
<!-- PORTFOLIO IMAGE 1 -->
<div class="col-md-4 ">
<div class="grid mask">
<figure>
<img class="img-responsive" src="assets/img/portfolio/orbisgis_ui.png" alt="">
<figcaption>
<h5>OrbisGIS UI</h5>
<a data-toggle="modal" href="#modal_picture1" class="btn btn-primary btn-lg">Take a Look</a>
</figcaption><!-- /figcaption -->
</figure><!-- /figure -->
</div><!-- /grid-mask -->
</div><!-- /col -->
<!-- MODAL SHOW THE PORTFOLIO IMAGE. In this demo, all links point to this modal. You should create
a modal for each of your projects. -->
<div class="modal fade" id="modal_picture1" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title">OrbisGIS User Interface (UI)</h4>
</div>
<div class="modal-body">
<p><img class="img-responsive" src="assets/img/portfolio/orbisgis_ui.png" alt=""></p>
<p>The OrbisGIS User Interface is based on different windows that you can open or hide, move, resize or (un)dock. This way, the UI can easily be adapted in order to suit to your needs.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<!-- PORTFOLIO IMAGE 2 -->
<div class="col-md-4">
<div class="grid mask">
<figure>
<img class="img-responsive" src="assets/img/portfolio/raster_and_vector.png" alt="">
<figcaption>
<h5>Vector & Raster</h5>
<a data-toggle="modal" href="#modal_picture2" class="btn btn-primary btn-lg">Take a Look</a>
</figcaption><!-- /figcaption -->
</figure><!-- /figure -->
</div><!-- /grid-mask -->
</div><!-- /col -->
<!-- MODAL PORTFOLIO IMAGE -->
<div class="modal fade" id="modal_picture2" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title">Vector & Raster</h4>
</div>
<div class="modal-body">
<p><img class="img-responsive" src="assets/img/portfolio/raster_and_vector.png" alt=""></p>
<p>OrbisGIS is able to render and process vector and raster data.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<!-- PORTFOLIO IMAGE 3 -->
<div class="col-md-4">
<div class="grid mask">
<figure>
<img class="img-responsive" src="assets/img/portfolio/orbisgis_sql.png" alt="">
<figcaption>
<h5>SQL console</h5>
<a data-toggle="modal" href="#modal_picture3" class="btn btn-primary btn-lg">Take a Look</a>
</figcaption><!-- /figcaption -->
</figure><!-- /figure -->
</div><!-- /grid-mask -->
</div><!-- /col -->
</div><!-- /row -->
<!-- MODAL PORTFOLIO IMAGE -->
<div class="modal fade" id="modal_picture3" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title">SQL console</h4>
</div>
<div class="modal-body">
<p><img class="img-responsive" src="assets/img/portfolio/orbisgis_sql.png" alt=""></p>
<p>Using the SQL console, you can execute SQL queries and built complexe scripts.
<br>
With the default <a href="http://www.h2gis.org/" target="blank">H2GIS</a> engine, more than <a href="http://www.h2gis.org/docs/dev/functions/" target="blank">170 functions</a> are available. In the dedicated list, just drag & drop them into the console in order to execute them.
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<!-- PORTFOLIO IMAGE 4 -->
<div class="row">
<div class="col-md-4 ">
<div class="grid mask">
<figure>
<img class="img-responsive" src="assets/img/portfolio/thematic_analysis.png" alt="">
<figcaption>
<h5>Cartography</h5>
<a data-toggle="modal" href="#modal_picture4" class="btn btn-primary btn-lg">Take a Look</a>
</figcaption><!-- /figcaption -->
</figure><!-- /figure -->
</div><!-- /grid-mask -->
</div><!-- /col -->
<!-- MODAL PORTFOLIO IMAGE -->
<div class="modal fade" id="modal_picture4" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title">Advanced cartography</h4>
</div>
<div class="modal-body">
<p><img class="img-responsive" src="assets/img/portfolio/thematic_analysis.png" alt=""></p>
<p>In OrbisGIS, you can create thematic maps such as Value Classification, Interval Classification, Proportionnal symbols.
<br>
OrbisGIS implements the <i>"in progress"</i> OGC's <a href="http://www.opengeospatial.org/projects/groups/sldse1.2swg" target="blank">Symbology Encoding</a> standard.
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<!-- PORTFOLIO IMAGE 5 -->
<div class="col-md-4">
<div class="grid mask">
<figure>
<img class="img-responsive" src="assets/img/portfolio/orbisgis_attributes.png" alt="">
<figcaption>
<h5>Display attributes</h5>
<a data-toggle="modal" href="#modal_picture5" class="btn btn-primary btn-lg">Take a Look</a>
</figcaption><!-- /figcaption -->
</figure><!-- /figure -->
</div><!-- /grid-mask -->
</div><!-- /col -->
<!-- MODAL PORTFOLIO IMAGE -->
<div class="modal fade" id="modal_picture5" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title">Display attributes</h4>
</div>
<div class="modal-body">
<p><img class="img-responsive" src="assets/img/portfolio/orbisgis_attributes.png" alt=""></p>
<p>Display attributes, filter lines or values and see dynamically the result in the map.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<!-- PORTFOLIO IMAGE 6 -->
<div class="col-md-4">
<div class="grid mask">
<figure>
<img class="img-responsive" src="assets/img/portfolio/orbisgis_wms.png" alt="">
<figcaption>
<h5>WMS Reader</h5>
<a data-toggle="modal" href="#modal_picture6" class="btn btn-primary btn-lg">Take a Look</a>
</figcaption><!-- /figcaption -->
</figure><!-- /figure -->
</div><!-- /grid-mask -->
</div><!-- /col -->
<!-- MODAL PORTFOLIO IMAGE -->
<div class="modal fade" id="modal_picture6" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title">WMS Reader</h4>
</div>
<div class="modal-body">
<p><img class="img-responsive" src="assets/img/portfolio/orbisgis_wms.png" alt=""></p>
<p>With OrbisGIS, you can connect to a WMS service.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
</div><!-- /row -->
</div><!-- /row -->
</div><!-- /container -->
<!-- ==== SECTION DIVIDER2 -->
<section class="section-divider textdivider divider2">
<div class="container">
<!--<h1>DESIGN EXPAND BOUNDARIES</h1>
<hr>
<p>text</p>-->
<h1> </h1>
</div><!-- container -->
</section><!-- section -->
<!-- ==== PARTNERS ==== -->
<div class="container" id="partners" name="partners">
<br>
<br>
<h1 class="centered">PARTNERS</h1>
<hr>
<h3 class="centered">Scientific partners</h3>
<br>
<div class="row white" align="center">
<div class="col-lg-4">
<a href="http://www.ifsttar.fr/" target="blank">
<img class="img-responsive" src="assets/img/partners/logo_ifsttar.png" alt="IFSTTAR" title="IFSTTAR"></a>
</div><!-- col-lg-4 -->
<div class="col-lg-4">
<a href="http://iict.heig-vd.ch/" target="blank">
<img class="img-responsive" src="assets/img/partners/logo_iict_geosysin.png" alt="IICT - Geo Sysin" title="IICT - Geo Sysin"></a>
</div><!-- col-lg-4 -->
<div class="col-lg-4">
<a href="http://www.ec-nantes.fr/" target="blank">
<img class="img-responsive" src="assets/img/partners/logo_ecn.jpg" alt="Ecole Centrale de Nantes" title="Ecole Centrale de Nantes"></a>
</div><!-- col-lg-4 -->
</div><!-- row -->
<br>
<h3 class="centered">Financial partners</h3>
<br>
<div class="row white" align="center">
<div class="col-lg-4">
<a href="http://www.agence-nationale-recherche.fr/" target="blank">
<img class="img-responsive" src="assets/img/partners/logo_anr.png" alt="ANR" title="ANR"></a>
</div><!-- col-lg-4 -->
<div class="col-lg-4">
<a href="http://www.geopal.org/accueil" target="blank">
<img class="img-responsive" src="assets/img/partners/logo_geopal.png" alt="GeoPAL" title="GeoPAL"></a>
</div><!-- col-lg-4 -->
<div class="col-lg-4">
<a href="http://europa.eu/index_en.htm" target="blank">
<img class="img-responsive" src="assets/img/partners/logo_eu.png" alt="European Union" title="European Union"></a>
</div><!-- col-lg-4 -->
</div><!-- row -->
<br>
<br>
<div class="row white" align="center">
<div class="col-lg-6">
<a href="http://www.paysdelaloire.fr/" target="blank">
<img class="img-responsive" src="assets/img/partners/logo_pdl.png" alt="Région Pays de la Loire" title="Région Pays de la Loire"></a>
</div><!-- col-lg-6 -->
<div class="col-lg-6">
<a href="http://www.paysdeguingamp.com/" target="blank">
<img class="img-responsive" src="assets/img/partners/logo-pays-de-guingamp.gif" alt="Pays de Guingamp" title="Pays de Guingamp"></a>
</div><!-- col-lg-6 -->
</div><!-- row -->
</div><!-- container -->
<!-- ==== SECTION DIVIDER6 -->
<section class="section-divider textdivider divider6">
<div class="container">
<!--<h1>DESIGN EXPAND BOUNDARIES</h1>
<hr>
<p>text</p>-->
<h1> </h1>
</div><!-- container -->
</section><!-- section -->
<!-- ==== SUPPORT ==== -->
<div class="container" id="support" name="support">
<br>
<br>
<h1 class="centered">SUPPORT</h1>
<hr>
<div class="row">
<div class="col-lg-6 blog-bg">
<div class="col-lg-4 centered">
<br>
<p><img class="img img-square" src="assets/img/icons/doc.png" width="100px" height="100px"></p>
<h4>#User</h4>
<h4>#Developer</h4>
</div>
<div class="col-lg-8 blog-content">
<h2>Documentation</h2>
<p align="justify">
Since the v5.0, the OrbisGIS's documentation is build continuously thanks to the <a href="http://www.readthedocs.org" target="blank">ReadTheDocs</a> plateform.
<br>
The latest OrbisGIS's documentation can be found at <a href="http://doc.orbisgis.org/" target="blank">doc.orbisgis.org</a>.
<br>
You can use this documentation on-line, in <a href="https://media.readthedocs.org/pdf/orbisgis/latest/orbisgis.pdf" target="blank">PDF</a>, <a href="http://readthedocs.org/projects/orbisgis/downloads/epub/latest/" target="blank">Epub</a> or <a href="http://readthedocs.org/projects/orbisgis/downloads/htmlzip/latest/" target="blank">static HTML</a>.
</p>
Former documentations are available below:
<ul>
<li>v4.0 La Rochelle, in <a href="http://store.orbisgis.org/documentation/online/4-0/orbisgis_4_0_doc_fr.pdf" target="blank">french</a></li>
<li>v3.0 Barcelona, in <a href="http://store.orbisgis.org/documentation/online/3-0/orbisgis_3_0_doc_en.pdf" target="blank">english</a></li>
<li>v2.2 Paris, in <a href="http://store.orbisgis.org/documentation/online/2-2/en/orbisgis_help_en.htm" target="blank">english</a> or <a href="http://store.orbisgis.org/documentation/online/2-2/fr/orbisgis_help.htm" target="blank">french</a></li>
<li>v2.1 Vienne, in <a href="http://store.orbisgis.org/documentation/online/2-1/en/orbisgis_help_en.htm" target="blank">english</a> or <a href="http://store.orbisgis.org/documentation/online/2-1/fr/orbisgis_help.htm" target="blank">french</a></li>
</ul>
</div>
</div><!-- /col -->
<div class="col-lg-6 blog-bg">
<div class="col-lg-4 centered">
<br>
<p><img class="img img-square" src="assets/img/icons/blackboard.png" width="100px" height="100px"></p>
<h4>#GIS</h4>
<h4>#SQL (Spatial)</h4>
<h4>#Expert</h4>
<h4>#Spatial analysis</h4>
</div>
<div class="col-lg-8 blog-content">
<h2>Commercial support</h2>
<p align="justify">The OrbisGIS's team provides professional support, expertise, training, development and research.</p>
The support deals with :
<ul>
<li>SQL spatial language (use cases, custom functions)</li>
<li>Spatial analysis (vector and raster)</li>
<li>Graph network analysis</li>
<li>Advanced cartography (map design and standard)</li>
<li>Geoprocessing algorithms...</li>
</ul>
<p>
If you are interested and want some informations, feel free to <a href="#contact">contact</a> us.
</p>
</div>
</div><!-- /col -->
</div><!-- /row -->
</div><!-- container -->
<!-- ==== CONTACT -->
<div class="container" id="contact" name="contact">
<div class="row">
<br>
<br>
<h1 class="centered">NEWS & CONTACT</h1>
<hr>
<p align="center">
<a class="twitter-timeline" href="https://twitter.com/OrbisGIS" data-widget-id="372265457845170176">Tweets de @OrbisGIS</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</p>
<h2 class="centered">Contact us</h2>
<h4 class="centered"><a href="http://www.openstreetmap.org/node/1688481015#map=13/47.6398/-2.7837" target="blank" title="OSM Map">Vannes</a>, France</h4>
<h4 class="centered"><a class="icon icon-envelop" href="mailto:info at orbisgis.org" title="E-mail"></a> | <a class="icon icon-twitter" href="https://twitter.com/OrbisGIS" target="blank" title="Twitter"></a> | <a class="icon icon-github-2" href="https://github.com/orbisgis" target="blank" title="GitHub"></a> | <a class="icon icon-youtube" href="https://www.youtube.com/user/orbisgistv" target="blank" title="YouTube"></a></h4>
<br>
</div><!-- col -->
</div><!-- container -->
<!-- ==== FOOTERWRAP -->
<div id="footerwrap">
<div class="container">
<h4>
<img class="img img-square" src="assets/img/partners/logo_cnrs.png" width="70px" height="70px">
</a> <a data-toggle="modal" href="#credits">Credits</a> |
Hosted by <a href="https://github.com/orbisgis" target=blank>GitHub</a>
</h4>
<!-- <p>Hosted by <a href="https://github.com/orbisgis" target=blank>GitHub</a></p>-->
</div>
<div class="modal fade" id="credits" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title">CREDITS</h4>
</div>
<div class="modal-body">
<h3>Authors</h3>
<img class="img img-square" src="assets/img/partners/logo_cnrs.png" width="70px" height="70px">
<p>
Website created by Gwendall Petit and Erwan Bocher
<br>
Lab-STICC Laboratory (CNRS, UMR 6825) - IUT of Vannes, France
</p>
<h3>Illustration credit</h3>
<p>
CTS earth icon has been made by Sergio Sánchez López and is available <a href="https://www.iconfinder.com/icons/7184/browser_earth_global_globe_international_internet_planet_world_icon" target="blank">here</a> under <a href="http://www.gnu.org/copyleft/gpl.html" target="blank">GPL</a> license.
</p>
<p>
Blackboard icon has been made by <a href="http://babasse.deviantart.com/" target="blank">Babasse</a>
and is available <a href="https://www.iconfinder.com/icons/37760/blackboard_education_school_teach_teaching_icon" target="blank">here</a> under a <i>"Free for non commercial use"</i> license.
</p>
<h3>Website theme</h3>
<p>
Theme Boostrap 3 based on <a href="http://www.blacktie.co/demo/shield/" target="blank">Shield</a>, created by <a href="http://www.blacktie.co/">BlackTie.co</a>
</p>
<h3>Other credits</h3>
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br />All other documents and ressources are produced by the OrbisGIS's team and are credited under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script type="text/javascript" src="assets/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/js/retina.js"></script>
<script type="text/javascript" src="assets/js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="assets/js/smoothscroll.js"></script>
<script type="text/javascript" src="assets/js/jquery-func.js"></script>
</body>
</html>