</li>

BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Services Publics de Wallonie//Geoportail 1.0//EN
METHOD:PUBLISH
X-WR-CALNAME:Géoportail de la Wallonie
X-WR-TIMEZONE:Romance Standard Time
BEGIN:VTIMEZONE
TZID:Romance Standard Time
X-LIC-LOCATION:Romance Standard Time
BEGIN:STANDARD
DTSTART:16011028T030000
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:16010325T020000
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=3
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
DTSTART:20210121T090000Z
DTEND:20200211T103000Z
UID:480d7efa-9990-4925-a419-d18843c31a12
CREATED:20210106T072046Z
DESCRIPTION:Le monde de l'imagerie a considérablement évolué ces dernières années avec la multiplication des capteurs et des vecteurs de collecte, la quantité d'imagerie disponible est exponentielle. Parallèllement les capacités de transfert, de stockage et de traitement permettent une visualisation en temps réel de ces sources. \n\n - Jeudi 21 janvier de 10h00 à 11h30 - ArcGIS une véritbla plateforme pour le traitement d'images \n\n - Jeudi 28 janvier de 10h00 à 11h30 - ArcGIS, analyse d'images et intelligence artificielle \n\n - Jeudi 04 février de 10h00 à 11h30 - ArcGIS, Exploitation des données Lidar et des images issues des drones. \n\n - Jeudi 11 févier de 10h00 à 11h30 - Rendez-vous individuel avec l'équipe Esri Belux \n\n Infos et Inscriptions \n
X-ALT-DESC;FMTTYPE=text/html:<html><body><p>Le monde de l&#39;imagerie a consid&eacute;rablement &eacute;volu&eacute; ces derni&egrave;res ann&eacute;es avec la multiplication des capteurs et des vecteurs de collecte, la quantit&eacute; d&#39;imagerie disponible est exponentielle. Parall&egrave;llement les capacit&eacute;s de transfert, de stockage et de traitement permettent une visualisation en temps r&eacute;el de ces sources.</p>\n\n<p>- Jeudi 21 janvier de 10h00 &agrave; 11h30 - ArcGIS une v&eacute;ritbla plateforme pour le traitement d&#39;images</p>\n\n<p>- Jeudi 28 janvier de 10h00 &agrave; 11h30 - ArcGIS, analyse d&#39;images et intelligence artificielle</p>\n\n<p>- Jeudi 04 f&eacute;vrier de 10h00 &agrave; 11h30 - ArcGIS, Exploitation des donn&eacute;es Lidar et des images issues des drones.</p>\n\n<p>- Jeudi 11 f&eacute;vier de 10h00 &agrave; 11h30 - Rendez-vous individuel avec l&#39;&eacute;quipe Esri Belux</p>\n\n<p><a class="btn btn-classic" href="https://www.communityesribelux.info/subscription-imagery" target="_blank">Infos et Inscriptions</a></p>\n

		<script type="text/javascript">
			<!-- 
			var piwikSettings = {
				trackingId: "57", 
				trackingServer: "webanalytics.spw.wallonie.be",
                idTagManager: "LVOIs6Fr",
                idTagManagerInstance: "null",
                isLegacyTracker: "false",
                isTagManager: "true",
				isTrackingSearch: "false", 
				searchResultCssSelector: "", 
				searchKeywordCssSelector: "", 
				searchCountCssSelector: "", 
				isTrackingJahiaConnectionMode: "true", 
				isTrackingJahiaLanguage: "true",
				isTrackingDomain: "true", 
				isMatomo: "true", 
				trackingFileName: "matomo"
			};
			
			// Retrieve Jahia connection mode
			jahiaConnectionMode = "live"; 
		
			// Retrieve Jahia user name 
			hashUserName=""; 
			
			renderContext="live"; 
			language="fr";
		-->
		</script>
		<noscript><p><img src="https://webanalytics.spw.wallonie.be/piwik/matomo.php?idsite=57&rec=1" style="border:0;" alt="" /></p></noscript>

<jahia:resource type="javascript" path="%2Fmodules%2Fpiwik%2Fjavascript%2FmatomoTagManagerProd.js" resource="matomoTagManagerProd.js" title="" key="matomoTagManager"/>

<jahia:resource type="javascript" defer="true" path="%2Fmodules%2Fpiwik%2Fjavascript%2FpiwikTrackingTool.js" resource="piwikTrackingTool.js" title="" key="piwiktrackingtool" targetTag="body" />

<jahia:resource type="javascript" defer="true" path="%2Fmodules%2Fpiwik%2Fjavascript%2FpiwikConfiguration.js" resource="piwikConfiguration.js" title="" key="piwikconfiguration" targetTag="body" />

<jahia:resource type="javascript" defer="true" path="%2Fmodules%2Fpiwik%2Fjavascript%2FmatomoVideoTracking.js" resource="matomoVideoTracking.js" title="" key="matomoVideoTracking" targetTag="body" />



<script type="text/javascript">
$(function() {

  $('.paginator-navigation').each(function(index, item) {
    var item$ = $(item);
    var url = item$.data('url');
    if (url) {
      item$.data('url', decodeURIComponent(url));
    }
  });

var $barre = $('#barre').detach();
  
  $('body').prepend($barre);
  $barre.animate({
                marginTop: "0",
            }, 500);

 
  
  //WalOnMap Beta GEOPORT-113 provisoire
  
  var map = $(".pagewalonmap-beta #MapIframe");
           
  
  if(map.length > 0){
     
//    $(window).resize(function () {
//      var windowHeight = $(window).height();

//      var botbar = $("nav.botbar:visible");
//      var botbarHeight = botbar.length ? botbar.outerHeight(true) : 0;

//      var topbar = $("section.topbar");
//      var topbarHeight = topbar.length ? topbar.outerHeight(true) : 0;

//      var header = $(".header.nsi:visible");
//      var headerHeight = header.length ? header.outerHeight(true) : 0;

//      var newHeight = windowHeight - botbarHeight - headerHeight - topbarHeight - 6;
//      console.log(newHeight);
//      newHeight = Math.round(newHeight);
//      map.height(newHeight);
//    });

//    $(window).trigger('resize');
    
  }
  

});

function disableDefaultInspireFilter() {
  var inspireCheckbox = $('.pagedonnees-et-services #inspireSearch')
  if (inspireCheckbox.length && !window.location.search) {
    inspireCheckbox.trigger('click');
  }
} 
          




</script>

</body></html>
LAST-MODIFIED:20210106T072046Z
LOCATION:en ligne,
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:Les jeudis de l'imagerie
TRANSP:OPAQUE
URL:https://www.communityesribelux.info/subscription-imagery
END:VEVENT
END:VCALENDAR