GIS and Media fusion

"The explosive growth of the GeoWeb and geographic information has made GIS powerful media for the general public to communicate, but perhaps more importantly, GIS have also become media for constructive dialogs and interactions about social issues." - Sui & Goodchild

User Tools

Site Tools


geoinf17:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
geoinf17:start [2017/11/30 07:28]
oertz [Geospatial web]
geoinf17:start [2018/05/16 10:05] (current)
Line 5: Line 5:
   * Horaire : [[http://​comem.ch/​horaire/​afficher_horaire.asp?​classe=&​inter=&​module=&​module2=&​cours=G%E9oinf%7ECC3174&​cours2=G%E9oinf%7ECC3174&​date1=15.11.2017&​date2=|http://​www.comem.ch/​horaire]]   * Horaire : [[http://​comem.ch/​horaire/​afficher_horaire.asp?​classe=&​inter=&​module=&​module2=&​cours=G%E9oinf%7ECC3174&​cours2=G%E9oinf%7ECC3174&​date1=15.11.2017&​date2=|http://​www.comem.ch/​horaire]]
  
 +===== Evaluation =====
 +  * Partie 1 (travail individuel) : [[geoinf17:​exa1|exercices]] / [[geoinf17:​exa1bis|rattrapage]]
 +  * Partie 2 (travail en groupe) : [[geoinf17:​exa2|projet]]
 ===== Cours ===== ===== Cours =====
 ==== Plan ==== ==== Plan ====
Line 70: Line 73:
       * (new layer) -> Publish: sur my4capitals       * (new layer) -> Publish: sur my4capitals
         * configurer les "​bounding boxes"         * configurer les "​bounding boxes"
-    * Layer Preview: prévisualisation du géoservices ​(avec le [[http://​docs.geoserver.org/​latest/​en/​user/​services/​wfs/​reference.html#​operations|géoservice standardisé OGC WFS - Web Feature Service]])+    * Layer Preview: prévisualisation du géoservice ​(avec le [[http://​docs.geoserver.org/​latest/​en/​user/​services/​wfs/​reference.html#​operations|géoservice standardisé OGC WFS - Web Feature Service]]
 +    * Ci-dessous les 3 indispensables opérations d'un **géoservice de données** (utiliser un [[https://​www.freeformatter.com/​url-parser-query-string-splitter.html|Query String Splitter]] pour y voir plus clair)
  
 | [[http://​geoteach.heig-vd.ch:​8080/​geoserver/​geoinfo/​ows?​service=WFS&​version=1.0.0&​request=GetCapabilities|WFS:​GetCapabilities]] | ''​service=WFS&​version=1.0.0&​request=GetCapabilities''​ | | [[http://​geoteach.heig-vd.ch:​8080/​geoserver/​geoinfo/​ows?​service=WFS&​version=1.0.0&​request=GetCapabilities|WFS:​GetCapabilities]] | ''​service=WFS&​version=1.0.0&​request=GetCapabilities''​ |
 +| [[http://​geoteach.heig-vd.ch:​8080/​geoserver/​geoinfo/​ows?​service=WFS&​version=1.0.0&​request=DescribeFeatureType&​typeName=geoinfo:​cities|WFS:​DescribeFeatureType]] | ''​service=WFS&​version=1.0.0&​request=DescribeFeatureType&​typeName=geoinfo:​cities''​ |
 | [[http://​geoteach.heig-vd.ch:​8080/​geoserver/​geoinfo/​ows?​service=WFS&​version=1.0.0&​request=GetFeature&​typeName=geoinfo:​cities&​maxFeatures=50&​outputFormat=application%2Fjson|WFS:​GetFeature]] | ''​service=WFS&​version=1.0.0&​request=GetFeature&​typeName=geoinfo:​cities&​maxFeatures=50&​outputFormat=application/​json''​ | | [[http://​geoteach.heig-vd.ch:​8080/​geoserver/​geoinfo/​ows?​service=WFS&​version=1.0.0&​request=GetFeature&​typeName=geoinfo:​cities&​maxFeatures=50&​outputFormat=application%2Fjson|WFS:​GetFeature]] | ''​service=WFS&​version=1.0.0&​request=GetFeature&​typeName=geoinfo:​cities&​maxFeatures=50&​outputFormat=application/​json''​ |
  
Line 86: Line 91:
 ==== Open Webmapping ==== ==== Open Webmapping ====
   * Des géoservices standardisés pour la cartographie en ligne [[http://​www.opengeospatial.org/​docs/​is|OGC]] (Open Geospatial Consortium)   * Des géoservices standardisés pour la cartographie en ligne [[http://​www.opengeospatial.org/​docs/​is|OGC]] (Open Geospatial Consortium)
-  * Ci-dessous les 3 indispensables opérations ​du webmapping ​(utiliser un [[https://​www.freeformatter.com/​url-parser-query-string-splitter.html|Query String Splitter]] pour y voir plus clair)+  * Ci-dessous les 3 indispensables opérations ​d'un **géoservice de cartographie** ​(utiliser un [[https://​www.freeformatter.com/​url-parser-query-string-splitter.html|Query String Splitter]] pour y voir plus clair)
  
 | [[http://​demo.boundlessgeo.com/​geoserver/​wms?​service=WMS&​version=1.1.0&​request=GetCapabilities|WMS:​GetCapabilities]] | ''​service=WMS&​version=1.1.0&​request=GetCapabilities''​ | | [[http://​demo.boundlessgeo.com/​geoserver/​wms?​service=WMS&​version=1.1.0&​request=GetCapabilities|WMS:​GetCapabilities]] | ''​service=WMS&​version=1.1.0&​request=GetCapabilities''​ |
Line 103: Line 108:
 === OpenLayers === === OpenLayers ===
   * [[geoinf17:​ol3tuto|Workshop OpenLayers v3 (part 1)]] : navigation, composition,​ style image, couche vector, style vector   * [[geoinf17:​ol3tuto|Workshop OpenLayers v3 (part 1)]] : navigation, composition,​ style image, couche vector, style vector
-  * [[geoinf17:ol3tutoX|Workshop OpenLayers v3 (part 2)]] : interrogation de couche et autres interactions+  * [[geoinf17:ol3tuto2|Workshop OpenLayers v3 (part 2)]] : interrogation de couche et autres interactions
  
  
 ==== Geospatial AR Lab ==== ==== Geospatial AR Lab ====
-  * Before we start the lesson (07.12.2017),​ we ask you to arrive with all the requirements ready. Please, ​{{:​geoinf17:​arlab-installrequirements.pdf|follow these instructions}}.+  * Before we start the lesson (07.12.2017),​ we ask you to arrive with all the requirements ready
 +    * {{:​geoinf17:​arlab-installrequirements.pdf|follow these instructions}} ​(it takes a while) 
 +  * Ready? Let's start and download: {{:​geoinf17:​geospatialarlab-utils.zip|}}
  
-===== Evaluation ===== 
-  * Exercice individuel 
-  * Exercice/​projet en binôme 
  
 ===== Opportunité CCG ===== ===== Opportunité CCG =====
geoinf17/start.1512023327.txt.gz · Last modified: 2018/05/16 10:05 (external edit)