Skip to content

benoitlesp/igo

 
 

Repository files navigation

Infrastructure géomatique ouverte (IGO) / Open GIS Infrastructure


Qu'est-ce qu'IGO?

IGO est une solution Web gratuite en géomatique. Consultez le site Web d'IGO pour en savoir davantage: http://igouverte.org/. Elle permet de tirer profit d’une multitude de données géographiques grâce à une interface cartographique accessible par un navigateur Web. Les membres du public en géomatique et du Web qui soumettent des contributions conservent leurs droits d'auteur s'ils partagent leur code source selon la LICENCE LiLiQ-R de type LGPL. IGO est un produit du gouvernement du Québec (Canada) et issu d’un travail collaboratif basé sur la philosophie des logiciels libres et ouverts (« open source »).


What is IGO?

IGO (for Open GIS Infrastructure) is a free Web Geospatial solution developed in Quebec, Canada. See this Web site for more information: http://igouverte.org/english/. IGO has multiple features, such as Web GIS viewer, layer tree Manager and many more at http://igouverte.org/english/. Since this project is open source, anyone can contribute as long as they share their work on the same open source LICENCE LGPL-Style. All contributors in IGO keep their property rights.



Table des matières



Table of Contents

Installation et démarrage

Guide d'installation rapide pour installer et démarrer une machine virtuelle préconfigurée pour tester et/ou développer dans IGO.

Installation

Cette procédure a été testée avec un système d'exploitation Ubuntu 14.04. Elle permet d'installer Vagrant avec comme provider VirtualBox.

Note pour les utilisateurs de Windows

La documentation pour l'installation sous Windows avec Vagrant est disponible ici.

Entrez les commandes suivantes dans un terminal:

$ sudo apt-get install virtualbox
$ wget https://dl.bintray.com/mitchellh/vagrant/vagrant_1.7.2_x86_64.deb
$ sudo dpkg -i vagrant_1.7.2_x86_64.deb
$ vagrant plugin install vagrant-r10k

Démarrage

À la racine de votre dépôt git (où se trouve le fichier Vagrantfile), exécutez la commande suivante:

$ vagrant up

Cela prendra plusieurs minutes la première fois (téléchargement de l'image ubuntu/trusty64) et environ 2 minutes par la suite.

Vous pouvez maintenant accéder au IGO-Navigateur!

Documentation Vagrant: http://docs.vagrantup.com/v2/cli/index.html

Accès avec le navigateur web

IGO-Navigateur (en se connectant en tant qu'invité): http://localhost:4579/navigateur/


Installation and start-up

Quick installation and start-up guide to install and start a VM to test and/or develop in IGO.

Installation

These steps has been tested with Ubuntu 14.04. It allows to install Vagrant with VirtualBox as a provider.

Note for Windows users

Windows documentation to install IGO with Vagrant is available here.

$ sudo apt-get install virtualbox
$ wget https://dl.bintray.com/mitchellh/vagrant/vagrant_1.7.2_x86_64.deb
$ sudo dpkg -i vagrant_1.7.2_x86_64.deb
$ vagrant plugin install vagrant-r10k

Start-Up

At the root of your git repository (where is the Vagrantfile), enter following command:

$ vagrant up

It will take a few time for the first start-up (mostly because of ubuntu/trusty64 box download) and about 2 minutes thereafter.

You can now access the IGO-Viewer!

Vagrant Documentation: http://docs.vagrantup.com/v2/cli/index.html

Navigator Web Access

IGO-Navigator (to connect as guest, click on "en tant qu'invité"): http://localhost:4579/navigateur/


Modules/services et technologies :


IGO Development completed and/or planned:

  • Web GIS viewer: XML file config
  • Layer tree Manager and security: XML file & database configuration
  • Editing tools based on WFS, but as GeoJSON service
  • Spatial Analysis Service - WFS & WPS with Zoo project
  • Routing Service - OSRM with gov data
  • Metadata Service - GeoNetwork - PostgreSQL
  • Geocoding Service - as PHP Service - SOAP
  • IGO is an API on top of JavaScript & Phalcon
  • External projects and used by IGO: OpenLayers 2, ExtJS, GeoExt, JQuery and UMN MapServer
  • Adapted to change future backend libraries (OL3, Leaflet)
  • Made also for integration in web site/portal as iframe
  • IGO is an API based on MVC

Contribuer

Nous sommes bien heureux que vous pensiez contribuer à IGO! Avant de le faire, nous vous encourageons à lire le guide de contribution, la LICENCE et la FAQ. Si vous avez d'autres questions, n'hésitez pas à communiquer avec nous à l'adresse suivante : info(a)igouverte.org ou à vous inscrire à la liste courriel.


Contribution

If you have any question and want to contribute, contact the main email of IGO: info(a)igouverte.org or subscribe to the mailing-list (http://listes.securitepublique.gouv.qc.ca/sympa/info/igo-publique) mainly in French, but do not hesitate to ask questions in English, most of the IGO Team is bilingual. The documentation and API-XML is mainly in French, but if there is a demand, the project can be translate if needed, just contact us for more information at: info(a)igouverte.org

About

Code source du projet Infrastructure Géomatique Ouverte (IGO) / Source code of Open GIS Infrastructure project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 58.4%
  • HTML 24.8%
  • PHP 11.9%
  • CSS 1.7%
  • Volt 1.0%
  • XSLT 0.8%
  • Other 1.4%