infra-geo-ouverte / Igo2

Licence: other
Assemblage (IGO2) / Open GIS Infrastructure 2.0

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Igo2

GMT.jl
Generic Mapping Tools Library Wrapper for Julia
Stars: ✭ 148 (+311.11%)
Mutual labels:  mapping, gis
Arcgis Python Api
Documentation and samples for ArcGIS API for Python
Stars: ✭ 954 (+2550%)
Mutual labels:  gis, mapping
leafmap
A Python package for interactive mapping and geospatial analysis with minimal coding in a Jupyter environment
Stars: ✭ 1,299 (+3508.33%)
Mutual labels:  mapping, gis
CesiumJsFirstPersonCameraController
cesiumgis.com/
Stars: ✭ 20 (-44.44%)
Mutual labels:  mapping, gis
Awesome Gee
A curated list of Google Earth Engine resources
Stars: ✭ 292 (+711.11%)
Mutual labels:  gis, mapping
CesiumJs3DTileServer
cesiumgis.com/
Stars: ✭ 25 (-30.56%)
Mutual labels:  mapping, gis
WhirlyGlobe
WhirlyGlobe Development
Stars: ✭ 767 (+2030.56%)
Mutual labels:  mapping, gis
gridviz
visualization of gridded statistics
Stars: ✭ 108 (+200%)
Mutual labels:  mapping, gis
Mapnik
Mapnik is an open source toolkit for developing mapping applications
Stars: ✭ 3,067 (+8419.44%)
Mutual labels:  gis, mapping
FlowMaps
No description or website provided.
Stars: ✭ 13 (-63.89%)
Mutual labels:  mapping, gis
EOmaps
A library to create interactive maps of geographical datasets
Stars: ✭ 193 (+436.11%)
Mutual labels:  mapping, gis
Iclient Javascript
Modern GIS Web Client for JavaScript, based on Leaflet\OpenLayers\MapboxGL-JS\Classic(iClient8C), enhanced with ECharts\D3\MapV etc. Contributed by SuperMap & community.
Stars: ✭ 593 (+1547.22%)
Mutual labels:  gis, mapping
earthengine-apps
A collection of Earth Engine Apps created using geemap, voila, and heroku
Stars: ✭ 20 (-44.44%)
Mutual labels:  mapping, gis
geologic-symbols-qgis
Geologic symbols library and development for QGIS
Stars: ✭ 63 (+75%)
Mutual labels:  mapping, gis
deck.gl-time-series-widget
A React Time Slider implementation for DECK.GL - (non)temporal data - by CPU filtering ⌛
Stars: ✭ 19 (-47.22%)
Mutual labels:  mapping, gis
Microsoft.SqlServer.Types
a .NET Standard implementation of the spatial types in `Microsoft.SqlServer.Types`
Stars: ✭ 64 (+77.78%)
Mutual labels:  mapping, gis
Simple Tiles
Simple tile generation for maps.
Stars: ✭ 106 (+194.44%)
Mutual labels:  gis, mapping
Azuremapscodesamples
A set of code samples for the Azure Maps web control.
Stars: ✭ 167 (+363.89%)
Mutual labels:  gis, mapping
awesome-maps-ukraine
A curated list of maps of Ukraine, ukrainian mappers and tools that they use or develop for creating and publish maps
Stars: ✭ 35 (-2.78%)
Mutual labels:  mapping, gis
Mapsui
Mapsui is a .NET Map component for WPF, Xamarin.Forms, Xamarin.Android, Xamarin.iOS and UWP
Stars: ✭ 447 (+1141.67%)
Mutual labels:  gis, mapping

Angular Style Guide Dependencies Status devDependencies Status Known Vulnerabilities

Infrastructure géomatique ouverte 2.0 (IGO2) / Open GIS Infrastructure 2.0


Qu'est-ce qu'IGO?

IGO2 est une solution Web gratuite en géomatique basée sur Angular - Material, OpenLayers et IGO2lib. IGO2 permet de tirer profit d’une multitude de données géographiques grâce à une interface cartographique accessible par un navigateur Web sur un poste de travail et par un appareil mobile. IGO2 a été initié par l'administration publique du Québec (Canada) et issu d’un travail collaboratif basé sur la philosophie des logiciels libres et ouverts (« open source »). 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.


What is IGO?

IGO2 (for Open GIS Infrastructure - version 2.0) is a free open source Web Geospatial solution developed at first in Quebec, Canada based on Angular - Material, OpenLayers and IGO2lib. IGO2 is having multiple features, such as Web GIS viewer adapted to Desktop and Mobile and many more available at https://igo2.readthedocs.io/fr/latest/english.html. 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 (Français)



Table of content (English)


Téléchargement

Installation et démarrage

Requis:

IGO2 version Node version
> 1.5.x >= 12, <= 14
< 1.5.x >= 8, <= 11
0.x.x >= 6, <= 10
$ git clone --depth 1 https://github.com/infra-geo-ouverte/igo2.git
$ cd igo2

# Installer les dépendances
$ npm install

# Surveiller les fichiers et lancer une instance pour le développement
$ npm start
# Ouvrir un navigateur http://localhost:4201/

# Build dev
$ npm run build.dev
$ npm run serve.dev
# Ouvrir un navigateur http://localhost:4201/

# Build prod
$ npm run build.prod
$ npm run serve.prod
# Ouvrir un navigateur http://localhost:4201/

# Générer l'api de documentation
$ npm run doc
# Ouvrir un navigateur http://localhost:4220/

Tests

$ npm test

# Tests après chaque changement
$ npm run test.watch

# code coverage (istanbul)
$ npm run coverage

# e2e (end-to-end intégration)
$ npm start
$ npm run e2e

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 le WIKI. Si vous avez d'autres questions, n'hésitez pas à communiquer avec nous à l'adresse suivante : info(a)igouverte.org.



Download

Installation-en

Require:

IGO2 version Node version
> 1.5.x >= 12, <= 14
< 1.5.x >= 8, <= 11
0.x.x >= 6, <= 10
$ git clone https://github.com/infra-geo-ouverte/igo2.git
$ cd igo2

# Install dépendencies
$ npm install

# Check files and launch dev instance
$ npm start
# Open your browser at http://localhost:4201/

# Build dev
$ npm run build.dev
$ npm run serve.dev
# Open your browser at http://localhost:4201/

# Build prod
$ npm run build.prod
$ npm run serve.prod
# Open your browser at http://localhost:4201/

# Doc API generation
$ npm run doc
# Open your browser at http://localhost:4220/

Tests-en

$ npm test

# Check by karma
# Tests after each change
$ npm run test.watch

# code coverage (istanbul)
$ npm run coverage

# e2e (end-to-end intégration)
$ npm start
$ npm run e2e

Contribution

Before contributing, please read the guidelines, the LICENCE and the WIKI. If you have any question and want to contribute, contact the main email of IGO: info(a)igouverte.org.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].