<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title></title>
	<atom:link href="http://www.geobeyond.it/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geobeyond.it</link>
	<description>Making Geospatial Happen</description>
	<lastBuildDate>Fri, 01 Mar 2013 09:19:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>Tweak network configurations of OpenGeo Suite Server</title>
		<link>http://www.geobeyond.it/tweaking-network-configurations-of-opengeo-suite-server/</link>
		<comments>http://www.geobeyond.it/tweaking-network-configurations-of-opengeo-suite-server/#comments</comments>
		<pubDate>Wed, 27 Feb 2013 08:25:51 +0000</pubDate>
		<dc:creator>geobeyond</dc:creator>
				<category><![CDATA[Geospatial]]></category>
		<category><![CDATA[GeoExplorer]]></category>
		<category><![CDATA[OpenGeo Suite]]></category>

		<guid isPermaLink="false">http://www.geobeyond.it/?p=1505</guid>
		<description><![CDATA[A completely web-based architecture such as the OpenGeo Suite means that a change in the IP address of the server where it is installed impacts radically operations of applications and services. It often happens, however, that the server on which the prototype has been developed becomes a machine directly used in production or even when [...]]]></description>
			<content:encoded><![CDATA[<p>A completely web-based architecture <a href="http://opengeo.org/products/suite/" title="OpenGeo Suite link" target="_blank"><img alt="OGS architecture" src="http://www.geobeyond.it/wp-content/uploads/2013/02/stack_all-e1361836975238.jpg" title="OGS Architecture" class="alignleft pad border round" width="300" height="360"/></a> such as the <strong>OpenGeo Suite</strong> means that a change in the IP address of the server where it is installed impacts radically operations of applications and services. It often happens, however, that the server on which the prototype has been developed becomes a machine directly used in production or even when the network is forced to migrate toward a different configuration then the OGS IP address has to be changed. What does it happen to the deployed applications and how to proceed without having to reinstall all over again?<br />
<div class="divider"></div></p>
<h3>Base installation of OGS on Windows servers</h3>
<p>When installing from scratch the package of the OpenGeo Suite on Windows the applications are deployed into the Jetty container whose configuration drives the way how they are published on the Web (default value for IP address is <em>127.0.0.1</em>). Therefore assuming that the target address for the OGS server will be for example <em>192.168.0.10</em>, let&#8217;s see what are the steps to follow.</p>
<h4>Step 1</h4>
</p>
<ul class="check-list" >
<li>Click on <strong><em>Start</em></strong> to go into command shell</li>
<li>Run &#8220;<strong>Cmd + Enter</strong>&#8221; and then</li>
<p></p><pre class="crayon-plain-tag">cd &quot;C:\Program Files\OpenGeo Suite\etc&quot;</pre><p></p>
<li>Edit the configuration file for the Jetty server</li>
<p></p><pre class="crayon-plain-tag">C:\Program Files\OpenGeo Suite\etc&gt;notepad.exe .\jetty.xml</pre><p></p>
<li>Change the IP address in the xml</li>
<p></p><pre class="crayon-plain-tag">&lt;!-- ======================================================= --&gt;
    &lt;!-- Configure a WebApp                                      --&gt;
    &lt;!-- ======================================================= --&gt;
    &lt;!--
    &lt;New id=&quot;TestContext&quot; class=&quot;org.mortbay.jetty.webapp.WebAppContext&quot;&gt;
      &lt;Arg&gt;&lt;Ref id=&quot;contexts&quot;/&gt;&lt;/Arg&gt;
      &lt;Arg&gt;&lt;SystemProperty name=&quot;jetty.home&quot; default=&quot;.&quot;/&gt;/webapps/test&lt;/Arg&gt;
      &lt;Arg&gt;/&lt;/Arg&gt;
      &lt;Set name=&quot;classLoader&quot;&gt;
        &lt;New class=&quot;org.mortbay.jetty.webapp.TransformingWebAppClassLoader&quot;&gt;
          &lt;Arg&gt;&lt;Ref id=&quot;TestContext&quot;/&gt;&lt;/Arg&gt;
        &lt;/New&gt;
      &lt;/Set&gt;
      &lt;Set name=&quot;defaultsDescriptor&quot;&gt;&lt;SystemProperty name=&quot;jetty.home&quot; default=&quot;.&quot;/&gt;/etc/webdefault.xml&lt;/Set&gt;
      &lt;Set name=&quot;virtualHosts&quot;&gt;
        &lt;Array type=&quot;java.lang.String&quot;&gt;
          &lt;Item&gt;192.168.0.10&lt;/Item&gt;
        &lt;/Array&gt;
      &lt;/Set&gt;</pre><p></p>
<li>Start the OpenGeo Suite from the Dashboard</li>
</ul>
<ol>
<li>Open <strong>Start</strong> &#8211;> <strong>Programs</strong> &#8211;> <strong>OpenGeo Suite</strong> &#8211;> <strong>OpenSuite Dashboard</strong></li>
<li>Click on the <strong>Start</strong> button</li>
</ol>
<p>

<p><a href="http://opengeo.org/products/suite/" title="OpenGeo Suite Dashboard" target="_blank"><img alt="OGS dashboard" src="http://www.geobeyond.it/wp-content/uploads/2013/02/ogs_start-e1361892306457.jpg" title="OGS dashboard" class="alignleft pad border round" width="580" height="380"/></a></p>
</p>
<ul class="check-list" >
Once all services are up and running we can:</p>
<li>Verify the right behavior of OGS applications on the default port:</li>
</ul>
<ol>
<li>Open a browser and enter the new URL <strong>GeoServer</strong> <a href="http://192.168.0.10:8080/geoserver">http://192.168.0.10:8080/geoserver</a></li>
<li>Login to GeoServer</li>
</ol>
<p>

<p>It remains to remedy to the visualization of the map projects that have been stored and exported from the GeoExplorer application. In fact, each project uses the URL of OGS server at the time of saving the map, and therefore requires adjustments if you do not want to generate the same project from scratch.<br />
GeoExplorer is a map viewer/composer developed from the OpenGeo SDK that uses a <a href="http://www.sqlite.org" title="SQLite" target="_blank">SQLite</a> database to store configurations of map projects.<br />
Assuming that a map was saved with an URL like <a href="http://127.0.0.1:8080/geoexplorer/viewer/#maps/1">http://127.0.0.1:8080/geoexplorer/viewer/#maps/1</a> (let&#8217;s keep in mind the last number) then what do we need to do for recovering the operation after a change of IP address?</p>
<h4>Step 2</h4>
<h5>Download a SQLite editor</h5>
<div class="download-box" ><p>Download the free editor <a href="http://sqlitestudio.pl/?act=download" title="SQLite Studio">SQLite Studio</a> for MS Windows. It&#8217;s a binary that can be directly executed with no need for installation</p>
</div>
<h5>Edit GeoExplorer database</h5>
<ul class="check-list" >
<li>Backup SQLite database. From the command shell in the <em>HOME</em> of the user run:</li>
<p></p><pre class="crayon-plain-tag">cd .opengeo
copy geoexplorer.db geoexplorer.db.backup</pre><p></p>
<li>Open SQLite Studio and connect to <strong>geoexplorer.db</strong></li>
<li>Open SQL query editor and run the following query to find the configurations of the map with id 1</li>
<p></p><pre class="crayon-plain-tag">select * from maps where id=1</pre><p></p>
<p>
<br />
<img src="http://www.geobeyond.it/wp-content/uploads/2013/02/ogs_geoexp-e1361953257751.png" alt="GeoExplorer database result" title="GeoExplorer database result" class="alignleft pad border round" width="580" height="380"/><br />
</p>
<ul class="check-list" >
From the resultset:</p>
<li>Go into edit mode on the <strong>config</strong> field of the row and then make <strong>Copy</strong> of the value</li>
<p><img src="http://www.geobeyond.it/wp-content/uploads/2013/02/ogs_geoexp_config-e1361954277519.png" alt="Config field value" title="Config field value" class="alignleft pad border round" width="580" height="380"/><br />
In a text editor:    </p>
<li>Paste into a new window</li>
<li>Find &#8220;127.0.0.1&#8243; and replace with &#8220;192.168.0.10&#8243;</li>
<li>Copy the whole modified text</li>
<li>Back to SQLite studio, paste and overwrite the <strong>config</strong> field value</li>
<li>Commit the change in the table <strong>maps</strong></li>
<li>Open a browser, enter the new URL of the map stored in <strong>GeoExplorer</strong> <a href="http://192.168.0.10:8080/geoexplorer/viewer/#maps/1">http://192.168.0.10:8080/geoexplorer/viewer/#maps/1</a> and the trick is done!</li>
</ul>
<p>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geobeyond.it/tweaking-network-configurations-of-opengeo-suite-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RIOS helps move enterprise to lean professional Open Source</title>
		<link>http://www.geobeyond.it/rios-helps-move-enterprise-to-lean-professional-open-source/</link>
		<comments>http://www.geobeyond.it/rios-helps-move-enterprise-to-lean-professional-open-source/#comments</comments>
		<pubDate>Sun, 10 Feb 2013 17:22:48 +0000</pubDate>
		<dc:creator>geobeyond</dc:creator>
				<category><![CDATA[Geospatial]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.geobeyond.it/?p=1474</guid>
		<description><![CDATA[Finally we can announce this new business initiative. We are proudly among all amazing RIOS companies committed to the open source software strategy indeed. It might seem just a commercial gimmick, however there is something more. The need to provide all-in-one integrated and ready to use solutions with the reliability of proven professional support services. [...]]]></description>
			<content:encoded><![CDATA[<p>Finally we can announce this new business initiative. We are proudly among all amazing RIOS companies committed to the open source software strategy indeed. </p>
<p>It might seem just a commercial gimmick, however there is something more. The need to provide all-in-one integrated and ready to use solutions with the reliability of proven professional support services. </p>
<p>Professional open source is the driving factor for a safe IT path which can get rid of vendor lock-in. We are believing in RIOS as a primary entity that can foster the path away from traditional software integration in which large organizations are concerned and come up to the customer satisfaction within the scope of geospatial and security applications easier to maintain at affordable cost.</p>
<!-- Start vSlider options -->
<script type="text/javascript">
var $jq = jQuery.noConflict(); $jq(document).ready(function() { 
    $jq('#rios').coinslider({ width: 565,     height: 250, spw: 7, sph: 5, delay: 3000, sDelay: 30, opacity: 0.7, titleSpeed: 1500, effect: 'fade', navigation: true, links : true, stickynav: false, hoverPause: true }); }); 
    </script>
<!-- Begin vSlider options -->
<style type="text/css" media="screen">
#rioscontainer {
    margin: 10px 10px 10px 10px;
    float:none;
    }
#rios { 
    width: 565px; 
    height: 250px;
    overflow: hidden; 
    position: relative; 
    }
    

    #rios a, #rios a img {
        border: none !important; 
        text-decoration: none !important; 
        outline: none !important;
        } 
        
    #rios h4 {
        color: #FFFFFF !important;
        margin: 0px !important;padding: 0px !important;
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 16px !important;}
        
    #rios .cs-title {
        background: #222222;
        color: #FFFFFF  !important;
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 12px !important;
        letter-spacing: normal !important;line-height: normal !important;}
        
    #rios .cs-title{ position:absolute;
    width: 545px; padding: 10px;        }
        #rioscontainer .cs-buttons {clear:both; font-size: 0px; margin: 10px 0 10px 100px; float: left; }
       #cs-button-rios{ z-index:999;outline:none;}
                #rioscontainer .cs-buttons { font-size: 0px; padding: 10px; float: left; outline: none !important;}
           #rioscontainer .cs-buttons a { margin-left: 5px; height: 15px; width: 15px; float: left; 
                            background: url('http://www.geobeyond.it/wp-content/plugins/vslider/images/default_style.png') no-repeat;background-position:top;
                                                text-indent: -1000px;
                                                outline: none !important;
                             }
             #rioscontainer .cs-buttons a:hover  { background: url('http://www.geobeyond.it/wp-content/plugins/vslider/images/default_style.png') no-repeat;background-position: bottom;top:15px;outline: none !important;}
            #rioscontainer  a.cs-active { background: url('http://www.geobeyond.it/wp-content/plugins/vslider/images/default_style.png') no-repeat;background-position:bottom;outline: none !important;}          
                                
        
                 #rios  .cs-prev,#rios  .cs-next { outline:none; }
                #rios  .cs-prev,#rios .cs-next {font-weight: bold;background: #222222 !important;font-size: 28px !important;font-family: "Courier New", Courier, monospace;color: #FFFFFF 
!important;padding: 0px 10px !important;-moz-border-radius: 5px;-khtml-border-radius: 5px;-webkit-border-radius: 5px;}
         
       #rios,#rios img {
        border:10px solid #E4E4E4; 
        border-radius:5px;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        }
</style>
<!-- End vSlider options -->
    <div id="rioscontainer">
    <div id="rios">       <a href="http://www.reteitalianaopensource.net/it/rios-19febbraio" style="background:#fff;" target="">
              <img src="http://www.geobeyond.it/wp-content/plugins/vslider/timthumb.php?src=%2Fwp-content%2Fuploads%2F2013%2F02%2Frios.jpg&amp;w=565&amp;h=250&amp;zc=1&amp;q=90" style="width:565px;height:250px;" alt="" />
                </a>
           <a href="http://www.reteitalianaopensource.net" style="background:#fff;" target="">
              <img src="http://www.geobeyond.it/wp-content/plugins/vslider/timthumb.php?src=%2Fwp-content%2Fuploads%2F2013%2F02%2Frios-7bis.jpg&amp;w=565&amp;h=250&amp;zc=1&amp;q=90" style="width:565px;height:250px;" alt="" />
                </a>
    </div></div>
<div class="divider"></div>
<p>Hereafter a brief introduction (in Italian) of RIOS and at the bottom the link for the registration page to attending the launch event here in Rome.</p>
<blockquote class="pullquote-center" style="width:90%"></p>
<p style="text-align: center;">
Il <b>19 febbraio 2013 a Roma</b> (alle ore 18.00 presso Rec23 <a href="http://www.reteitalianaopensource.net/it/rios-19febbraio">www.reteitalianaopensource.net/it/rios-19febbraio</a>) verrà presentata la <b>Rete Italiana Open Source</b> (RIOS), un ecosistema di  imprese, fra i principali operatori italiani del settore, che hanno deciso di mettere a fattore comune <b>esperienze, risorse e servizi professionali</b> sui prodotti <b>Open Source</b>.<br />
Promossa da Marco Ciarletti, Flavia Marzano e Carlo Vaccari, <b>RIOS</b> è una realtà che aggrega system integrator e maintainer di prodotti Open Source con oltre <b>450 addetti</b> e sedi in gran parte del territorio nazionale.Rete Italiana Open Source si presenta al mercato come un nuovo soggetto capace di offrire una gamma completa di soluzioni, in un mercato ICT che oggi vede l’Open Source come uno dei pochi settori in costante crescita per gli evidenti vantaggi che offre (investire unicamente per i servizi professionali ricevuti, contrastare la sindrome del “vendor lock-in”, abbattere i costi di progetto pur puntando a soluzioni di altissima qualità e leader di mercato).<br />
L’obiettivo di RIOS è quello di essere un <b>punto di riferimento in Italia</b> per Aziende, Pubbliche Amministrazioni Centrali e Locali, Public Utilities, System Integrator e chiunque intenda godere appieno dei benefici dell’Open Source senza rinunciare a sicurezza, servizi, supporto e garanzia di soluzioni di livello Enterprise.<br />
La Rete vanta ampie competenze applicative: dal documentale all’ERP, dalla geolocalizzazione all’e-learning, dalla business intelligence agli open data. Attraverso uno stack di tecnologie Open Source unico in Italia, RIOS offre servizi di storage, infrastructure, middleware fino al cloud e al mobile. RIOS offre approcci “smart consulting” che possono dare risultati in tempi brevi, grazie al know-how acquisito in anni di esperienza con clienti nazionali ed internazionali. In un mercato dove il capitale umano e le competenze diventano prioritarie, RIOS sposta l’asse dalla competizione alla collaborazione, mettendo a disposizione soluzioni integrate, un’esperienza più che ventennale nel mercato dell’ICT, l’utilizzo di metodologie agili di progettazione e sviluppo.<br />
Tutte le informazioni sulle aziende che costituiscono RIOS e sull’offerta di riferimento sono reperibili sul sito <a href="http://www.reteitalianaopensource.net">www.reteitalianaopensource.net</a>.
</p>
<p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.geobeyond.it/rios-helps-move-enterprise-to-lean-professional-open-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SnowMonit wins GMES Masters Best Service Challenge</title>
		<link>http://www.geobeyond.it/snowmonit-wins-gmes-masters-best-service-challenge/</link>
		<comments>http://www.geobeyond.it/snowmonit-wins-gmes-masters-best-service-challenge/#comments</comments>
		<pubDate>Sat, 27 Oct 2012 19:23:22 +0000</pubDate>
		<dc:creator>geobeyond</dc:creator>
				<category><![CDATA[Geospatial]]></category>
		<category><![CDATA[avalanche]]></category>
		<category><![CDATA[natural risk]]></category>

		<guid isPermaLink="false">http://www.geobeyond.it/?p=1317</guid>
		<description><![CDATA[A service designed to improve natural resource management and detect hydropower generation and areas at risk of drought was selected by an online audience as the winner in one of seven categories of the GMES Masters competition. The GMES Masters competition awards prizes for the best projects and business ideas involving commercial Global Monitoring for [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.copernicus-masters.com/index.php?anzeige=winner_bsc2012.html" title="GMES Best Service Challenge" target="_blank"><img alt="GMES Best Service Challenge" src="http://www.geobeyond.it/wp-content/uploads/2012/10/GMES2012_Badge_BestService-Winner_H.jpg" title="GMES Best Service Challenge" class="alignleft pad border round" width="120" height="120"/></a></p>
<p>A service designed to improve natural resource management and detect hydropower generation and areas at risk of drought was selected by an online audience as the winner in one of seven categories of the GMES Masters competition.</p>
<p>The GMES Masters competition awards prizes for the best projects and business ideas involving commercial Global Monitoring for Environment and Security (GMES) applications. Its purpose is to support the development of market-oriented applications that use data from the programme.<br />
While experts are still assessing the proposals submitted in six of the 2012 GMES Masters categories, the winners of the Best Service Challenge have already been selected by the competition’s online audience.</p>
<p>This year, almost 900 visitors to the GMES Masters website voted for the Earth observation service they found most beneficial to European citizens.</p>
<p>The clear winner of the Best Service Challenge 2012 with a total of 3477 votes was SnowMonit – Monitoring Snow and Water Equivalent.  </p>
<p>Submitted by the Italian company GeoBeyond Srl, it improves natural resource management and early-warning tools for detecting hydropower generation and areas at risk of drought. It thus addresses the GMES Masters’ focus area of emergency management.</p>
<p>SnowMonit is also designed to integrate and improve current services that treat snow avalanche information, snow accumulation and derived parameters such as snow water equivalent for mapping the management of resources (hydropower, water) and the predictability of mountain hazards.</p>
<p>This near real-time service will be able to raise the situational awareness of nowcasting and forecasting products at the local, regional, and cross-border level. 	</p>
<p>As the winner of the Best Service Challenge, we will benefit from a substantial satellite data quota made available through financial support from the European Commission.</p>
<p>Our team attended the award ceremony in the marvelous sorroundings of the Allerheiligen-Hofkirche church at Munich together to the rest of GMES competition&#8217;s winners.</p>
<!-- Start vSlider options -->
<script type="text/javascript">
var $jq = jQuery.noConflict(); $jq(document).ready(function() { 
    $jq('#snowmonitmunich').coinslider({ width: 550,     height: 250, spw: 7, sph: 5, delay: 3000, sDelay: 30, opacity: 0.7, titleSpeed: 1500, effect: 'fade', navigation: true, links : true, stickynav: false, hoverPause: true }); }); 
    </script>
<!-- Begin vSlider options -->
<style type="text/css" media="screen">
#snowmonitmunichcontainer {
    margin: 10px 10px 10px 10px;
    float:none;
    }
#snowmonitmunich { 
    width: 550px; 
    height: 250px;
    overflow: hidden; 
    position: relative; 
    }
    

    #snowmonitmunich a, #snowmonitmunich a img {
        border: none !important; 
        text-decoration: none !important; 
        outline: none !important;
        } 
        
    #snowmonitmunich h4 {
        color: #FFFFFF !important;
        margin: 0px !important;padding: 0px !important;
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 16px !important;}
        
    #snowmonitmunich .cs-title {
        background: #222222;
        color: #FFFFFF  !important;
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 12px !important;
        letter-spacing: normal !important;line-height: normal !important;}
        
    #snowmonitmunich .cs-title{ position:absolute;
    width: 530px; padding: 10px;        }
        #snowmonitmunichcontainer .cs-buttons {clear:both; font-size: 0px; margin: 10px 0 10px 100px; float: left; }
       #cs-button-snowmonitmunich{ z-index:999;outline:none;}
                #snowmonitmunichcontainer .cs-buttons { font-size: 0px; padding: 10px; float: left; outline: none !important;}
           #snowmonitmunichcontainer .cs-buttons a { margin-left: 5px; height: 15px; width: 15px; float: left; 
                            background: url('http://www.geobeyond.it/wp-content/plugins/vslider/images/default_style.png') no-repeat;background-position:top;
                                                text-indent: -1000px;
                                                outline: none !important;
                             }
             #snowmonitmunichcontainer .cs-buttons a:hover  { background: url('http://www.geobeyond.it/wp-content/plugins/vslider/images/default_style.png') no-repeat;background-position: bottom;top:15px;outline: none !important;}
            #snowmonitmunichcontainer  a.cs-active { background: url('http://www.geobeyond.it/wp-content/plugins/vslider/images/default_style.png') no-repeat;background-position:bottom;outline: none !important;}          
                                
        
                 #snowmonitmunich  .cs-prev,#snowmonitmunich  .cs-next { outline:none; }
                #snowmonitmunich  .cs-prev,#snowmonitmunich .cs-next {font-weight: bold;background: #222222 !important;font-size: 28px !important;font-family: "Courier New", Courier, monospace;color: #FFFFFF 
!important;padding: 0px 10px !important;-moz-border-radius: 5px;-khtml-border-radius: 5px;-webkit-border-radius: 5px;}
         
       #snowmonitmunich,#snowmonitmunich img {
        border:10px solid #E4E4E4; 
        border-radius:5px;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        }
</style>
<!-- End vSlider options -->
    <div id="snowmonitmunichcontainer">
    <div id="snowmonitmunich">       <a href="" style="background:#fff;" target="">
              <img src="http://www.geobeyond.it/wp-content/plugins/vslider/timthumb.php?src=%2Fwp-content%2Fuploads%2F2012%2F10%2Fimage0105.jpg&amp;w=550&amp;h=250&amp;zc=1&amp;q=90" style="width:550px;height:250px;" alt="" />
                </a>
           <a href="" style="background:#fff;" target="">
              <img src="http://www.geobeyond.it/wp-content/plugins/vslider/timthumb.php?src=%2Fwp-content%2Fuploads%2F2012%2F10%2FEmpfang-2012_35.jpg&amp;w=550&amp;h=250&amp;zc=1&amp;q=90" style="width:550px;height:250px;" alt="" />
                </a>
           <a href="" style="background:#fff;" target="">
              <img src="http://www.geobeyond.it/wp-content/plugins/vslider/timthumb.php?src=%2Fwp-content%2Fuploads%2F2012%2F10%2FGMES-2012_013.jpg&amp;w=550&amp;h=250&amp;zc=1&amp;q=90" style="width:550px;height:250px;" alt="" />
                </a>
           <a href="" style="background:#fff;" target="">
              <img src="http://www.geobeyond.it/wp-content/plugins/vslider/timthumb.php?src=%2Fwp-content%2Fuploads%2F2012%2F10%2FESNC-2012_041.jpg&amp;w=550&amp;h=250&amp;zc=1&amp;q=90" style="width:550px;height:250px;" alt="" />
                </a>
    </div></div>
]]></content:encoded>
			<wfw:commentRss>http://www.geobeyond.it/snowmonit-wins-gmes-masters-best-service-challenge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Geoserver&#8217;s extensions to OpenGeo Suite in production</title>
		<link>http://www.geobeyond.it/adding-geoservers-extensions-to-opengeo-suite-in-production/</link>
		<comments>http://www.geobeyond.it/adding-geoservers-extensions-to-opengeo-suite-in-production/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 23:18:09 +0000</pubDate>
		<dc:creator>geobeyond</dc:creator>
				<category><![CDATA[Geospatial]]></category>
		<category><![CDATA[Geoserver]]></category>
		<category><![CDATA[GIS]]></category>
		<category><![CDATA[OpenGeo Suite]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.geobeyond.it/?p=1112</guid>
		<description><![CDATA[OpenGeo Suite is smoothly installed in Ubuntu Server as documented here below, except for the database component because each web application is deployed into a Tomcat container. Such deployment is performed by copying the necessary applications installed with the suite to the webapps directory of Tomcat usually located at the following path /var/lib/tomcat6/webapps/. Specifically they [...]]]></description>
			<content:encoded><![CDATA[<p><a title="OpenGeo Suite" href="http://opengeo.org/technology/suite/" target="_blank">OpenGeo Suite</a> is smoothly installed in Ubuntu Server as documented <a title="OpenGeo Suite Linux Server Installation" href="http://www.geobeyond.it/opengeo-suite-installation/" target="_blank">here</a> below, except for the database component because each web application is deployed into a Tomcat container. Such deployment is performed by copying the necessary applications installed with the suite to the <em>webapps</em> directory of Tomcat usually located at the following path <em>/var/lib/tomcat6/webapps/</em>. Specifically they are located in these directories while the installation is performed:</p>
<table align="center">
<tbody>
<tr>
<th>Component</th>
<th>Web Archive</th>
<th>Path</th>
</tr>
<tr>
<td><strong>GeoServer</strong></td>
<td><em>geoserver.war</em></td>
<td><em><em>/usr/share/opengeo-geoserver/</em></em></td>
</tr>
<tr>
<td><strong>Dashboard</strong></td>
<td><em>dashboard.war</em></td>
<td><em><em>/usr/share/opengeo-suite/</em></em></td>
</tr>
<tr>
<td><strong>GeoWebCache</strong></td>
<td><em>geowebcache.war</em></td>
<td><em><em>/usr/share/opengeo-suite/</em></em></td>
</tr>
<tr>
<td><strong>GeoEditor</strong></td>
<td><em>geoeditor.war</em></td>
<td><em><em>/usr/share/opengeo-suite/</em></em></td>
</tr>
<tr>
<td><strong>GeoExplorer</strong></td>
<td><em>geoexplorer.war</em></td>
<td><em><em>/usr/share/opengeo-suite/</em></em></td>
</tr>
<tr>
<td><strong>Recipes</strong></td>
<td><em>recipes.war</em></td>
<td><em><em>/usr/share/opengeo-suite/</em></em></td>
</tr>
</tbody>
</table>
<p><div class="info-box" ><p>
<em>Tips: If you want to check if the web archives installed are those deployed into Tomcat, execute the md5sum command on each file</em></p>
</div><br />
<div class="divider"></div></p>
<p>First of all, you have to check the Geoserver’s version currently installed by loading its default page available at <a title="Geoserver context" href="http://localhost/geoserver">http://localhost/geoserver</a>. The extension to be downloaded has to correspond accordingly to the above-checked version.</p>
<p>Create a temporary directory in the user home:</p>
<p></p><pre class="crayon-plain-tag">$ mkdir geoserver_ext</pre><p></p><pre class="crayon-plain-tag">$ cd geoserver_ext</pre><p></p>
<p>For example you want to install the new data stores listed below by grabbing:</p>
<p><strong>MySQL Data Store</strong>:</p><pre class="crayon-plain-tag">$ wget http://downloads.sourceforge.net/geoserver/geoserver--mysql-plugin.zip</pre><p></p>
<p><strong>SQL Server Data Store</strong>:</p><pre class="crayon-plain-tag">$ wget http://downloads.sourceforge.net/geoserver/geoserver--sqlserver-plugin.zip</pre><p></p>
<p>Before performing all operations to take over the current installed Geoserver WAR with a more library extension, it is necessary to execute a backup of this version:</p><pre class="crayon-plain-tag">$ cd /usr/share/opengeo-geoserver/
$ sudo cp geoserver.war geoserver.war._&lt;timestamp&gt;</pre><p>Then you can export the original web archive to a temporary directory:</p><pre class="crayon-plain-tag">$ sudo mkdir temp_war
$ cd temp_war
$ sudo jar xvf ../geoserver.war</pre><p></p>
<p>Now it’s time to endorse the library directory with these new extensions:</p><pre class="crayon-plain-tag">$ sudo unzip -d . /home/geoserver_ext/geoserver--mysql-plugin.zip
$ sudo unzip -d . /home/geoserver_ext/geoserver--sqlserver-plugin.zip
$ sudo cp *.jar WEB-INF/lib/</pre><p></p>
<p>At the end of this activity it is necessary to generate the new Web Archive as follows:</p><pre class="crayon-plain-tag">$ sudo jar cvf geoserver.war index.html www/ data/ META-INF/ WEB-INF/</pre><p></p>
<p>Then copy this new geoserver deployment into Tomcat:</p><pre class="crayon-plain-tag">$ sudo cp geoserver.war /var/lib/tomcat6/webapps/
$ sudo rm -rf /var/lib/tomcat6/webapps/geoserver/</pre><p></p>
<p>Restart Tomcat and load GeoServer application again. A screen showing a new vector data store for SQL Server will be displayed!</p>
<p><img alt="" src="http://www.geobeyond.it/wp-content/uploads/2012/02/media_1328291417127.png" title="Geoserver homepage" class="alignleft pad border round" width="550" height="300"/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.geobeyond.it/adding-geoservers-extensions-to-opengeo-suite-in-production/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Promoting Stati Generali Innovazione</title>
		<link>http://www.geobeyond.it/promoting-stati-generali-innovazione/</link>
		<comments>http://www.geobeyond.it/promoting-stati-generali-innovazione/#comments</comments>
		<pubDate>Mon, 21 Nov 2011 11:45:30 +0000</pubDate>
		<dc:creator>geobeyond</dc:creator>
				<category><![CDATA[Geospatial]]></category>

		<guid isPermaLink="false">http://www.geobeyond.it/?p=1077</guid>
		<description><![CDATA[A meeting entitled (Stati Generali Innovazione) will be held on 25th-26th November in Rome. It will deal with ICT innovations and how stakeholders can leverage them with policy-maker decisions in terms of rules and sustainability in order to start a new way to define clear resolutions. The organizing committee asked us to join the source [...]]]></description>
			<content:encoded><![CDATA[<p>A meeting entitled (<a href="http://www.statigeneralinnovazione/online" title="SGI link" target="_blank">Stati Generali Innovazione</a>) will be held on 25th-26th  November in Rome. It will deal with ICT innovations and how stakeholders can leverage them with policy-maker decisions in terms of rules and sustainability in order to start a new way to define clear resolutions.<br />
The organizing committee asked us to join the source promoters’ group. We accepted this invitation because one of our main aims is to convey our knowledge to the Open Source, Open Data and Open Government community. Moreover, we support OGC standards and their nature of enabling interoperability.<br />
We decided to bring concreteness to the meeting group sessions (with a particular focus on Open Government) and to support them with our hosted <a href="http://ogsuite.geobeyond.it/dashboard" title="OGS GeoBeyond hosted link" target="_blank">OpenGeo Suite</a>. SGI activities will be able to load geographical data in different formats from several sources and merge it in beautiful maps ready to be published and used either as WMS or as WFS services. We provide a complete empty workspace and SGI dedicated users.<br />
We aim at making geospatial happen once more!</p>
<p><a href="http://www.statigeneralinnovazione.it/online/chi-siamo/promotori-organizzazioni/" title="SGI link" target="_blank"><img alt="" src="http://www.geobeyond.it/wp-content/uploads/2011/11/2011_05_09_-_logo_SGI_1280x1280.png" title="WebGIS" class="aligncenter pad border round" width="300" height="300"/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.geobeyond.it/promoting-stati-generali-innovazione/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenGeo Suite Linux Server Installation</title>
		<link>http://www.geobeyond.it/opengeo-suite-installation/</link>
		<comments>http://www.geobeyond.it/opengeo-suite-installation/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 22:12:35 +0000</pubDate>
		<dc:creator>geobeyond</dc:creator>
				<category><![CDATA[Geospatial]]></category>
		<category><![CDATA[GIS]]></category>
		<category><![CDATA[OpenGeo Suite]]></category>

		<guid isPermaLink="false">http://www.geobeyond.it/?p=991</guid>
		<description><![CDATA[In this post we want to explain how OpenGeo Suite can be easily and rapidly installed in a linux box. We assume to work on Linux but the same can be applied to Windows servers or Mac OS X machines equipped with a specific package. However, given that we worked with several linux installations and [...]]]></description>
			<content:encoded><![CDATA[<p>In this post we want to explain how <a href="http://opengeo.org/technology/suite/" title="OpenGeo Suite" target="_blank">OpenGeo Suite</a> can be easily and rapidly installed in a linux box. We assume to work on Linux but the same can be applied to Windows servers or Mac OS X machines equipped with a specific package.<br />
However, given that we worked with several linux installations and that such installations are the most proper choice for the management in production environment, we now describe how it is easy to install it through an APT-GET repository.<br />
Hereafter is our Ubuntu target server description [as VMware virtual machine on ESXi infrastructure]:<br />
<div class="one-half"><table>
<tbody>
<tr>
<th>Server</th>
<th>Value</th>
</tr>
<tr>
<td>OS</td>
<td>Ubuntu 10.04 Linux 32-bit</td>
</tr>
<tr>
<td>Virtual Memory</td>
<td>2 GB</td>
</tr>
<tr>
<td>Virtual CPU</td>
<td>1</td>
</tr>
</tbody>
</table>
</div><br />
<div class="divider"></div></p>
<p>Run the following command shell as sudo.</p>
<p>First of all, import OpenGeo GPG key by executing:</p><pre class="crayon-plain-tag">$ sudo wget -qO- http://apt.opengeo.org/gpg.key | apt-key add -</pre><p><em>Tip: Since sometime an error associated with “apt-key” command is displayed, check if some distro treats pipe differently and retype “sudo” or alternatively split that up.</em></p><pre class="crayon-plain-tag">$ sudo wget -qO- http://apt.opengeo.org/gpg.key &gt; gpg.key
$ sudo apt-key add gpg.key</pre><p>Add the APT repository for OpenGeo Suite:</p><pre class="crayon-plain-tag">$ sudo echo &quot;deb http://apt.opengeo.org/ubuntu lucid main&quot; &gt;&gt; /etc/apt/sources.list</pre><p></p>
<p>Update APT:</p><pre class="crayon-plain-tag">$ sudo apt-get update</pre><p></p>
<p>Execute a search for packages available:</p><pre class="crayon-plain-tag">$ sudo apt-cache search opengeo</pre><p><em>Tip: The search has to return at least one result otherwise the repository hasn&#8217;t been added correctly.</em></p>
<p>Make OpenGeo Suite package (opengeo-suite) installed:</p><pre class="crayon-plain-tag">$ sudo apt-get install opengeo-suite</pre><p></p>
<h3 class="bar">Post installation</h3>
<p>Once the installation process is ended you can display the applications provided by the suite through an Apache Web Server.<br />
To do this, enable a proxy into Apache. First of all, create a suitable configuration for it:</p><pre class="crayon-plain-tag">$ sudo ln -s /etc/apache2/mods-available/proxy.conf /etc/apache2/mods-enabled/proxy.conf
$ sudo ln -s /etc/apache2/mods-available/proxy.load /etc/apache2/mods-enabled/proxy.load
$ sudo ln -s /etc/apache2/mods-available/proxy_http.load /etc/apache2/mods-enabled/proxy_http.load</pre><p></p>
<p>Then add a proxy-pass configuration for the local Tomcat container by setting:</p><pre class="crayon-plain-tag">$ sudo chmod 666 /etc/apache2/sites-available/default
$ sudo sed -i '$d'  /etc/apache2/sites-available/default
$ sudo sh -c &quot;echo ' ' &gt;&gt; /etc/apache2/sites-available/default&quot;
$ sudo sh -c &quot;echo 'ProxyRequests Off' &gt;&gt; /etc/apache2/sites-available/default&quot;
$ sudo sh -c &quot;echo '# Remember to turn the next line off if you are proxying to a NameVirtualHost' &gt;&gt; /etc/apache2/sites-available/default&quot;
$ sudo sh -c &quot;echo 'ProxyPreserveHost On' &gt;&gt; /etc/apache2/sites-available/default&quot;
$ sudo sh -c &quot;echo ' ' &gt;&gt; /etc/apache2/sites-available/default&quot;
$ sudo sh -c &quot;echo '&lt;Proxy *&gt;' &gt;&gt; /etc/apache2/sites-available/default&quot;
$ sudo sh -c &quot;echo '    Order deny,allow' &gt;&gt; /etc/apache2/sites-available/default&quot;
$ sudo sh -c &quot;echo '    Allow from all' &gt;&gt; /etc/apache2/sites-available/default&quot;
$ sudo sh -c &quot;echo '&lt;/Proxy&gt;' &gt;&gt; /etc/apache2/sites-available/default&quot;
$ sudo sh -c &quot;echo ' ' &gt;&gt; /etc/apache2/sites-available/default&quot;
$ sudo sh -c &quot;echo 'ProxyPass /geoserver http://localhost:8080/geoserver' &gt;&gt; /etc/apache2/sites-available/default&quot;
$ sudo sh -c &quot;echo 'ProxyPassReverse /geoserver http://localhost:8080/geoserver' &gt;&gt; /etc/apache2/sites-available/default&quot;
$ sudo sh -c &quot;echo 'ProxyPass /geoexplorer http://localhost:8080/geoexplorer' &gt;&gt; /etc/apache2/sites-available/default&quot;
$ sudo sh -c &quot;echo 'ProxyPassReverse /geoexplorer http://localhost:8080/geoexplorer' &gt;&gt; /etc/apache2/sites-available/default&quot;
$ sudo sh -c &quot;echo 'ProxyPass /geoeditor http://localhost:8080/geoeditor' &gt;&gt; /etc/apache2/sites-available/default&quot;
$ sudo sh -c &quot;echo 'ProxyPassReverse /geoeditor http://localhost:8080/geoeditor' &gt;&gt; /etc/apache2/sites-available/default&quot;
$ sudo sh -c &quot;echo 'ProxyPass /geowebcache http://localhost:8080/geowebcache' &gt;&gt; /etc/apache2/sites-available/default&quot;
$ sudo sh -c &quot;echo 'ProxyPassReverse /geowebcache http://localhost:8080/geowebcache' &gt;&gt; /etc/apache2/sites-available/default&quot;
$ sudo sh -c &quot;echo 'ProxyPass /dashboard http://localhost:8080/dashboard' &gt;&gt; /etc/apache2/sites-available/default&quot;
$ sudo sh -c &quot;echo 'ProxyPassReverse /dashboard http://localhost:8080/dashboard' &gt;&gt; /etc/apache2/sites-available/default&quot;
$ sudo sh -c &quot;echo 'ProxyPass /recipes http://localhost:8080/recipes' &gt;&gt; /etc/apache2/sites-available/default&quot;
$ sudo sh -c &quot;echo 'ProxyPassReverse /recipes http://localhost:8080/recipes' &gt;&gt; /etc/apache2/sites-available/default&quot;
$ sudo sh -c &quot;echo 'ProxyPass /opengeo-docs http://localhost:8080/opengeo-docs' &gt;&gt; /etc/apache2/sites-available/default&quot;
$ sudo sh -c &quot;echo 'ProxyPassReverse /opengeo-docs http://localhost:8080/opengeo-docs' &gt;&gt; /etc/apache2/sites-available/default&quot;
$ sudo sh -c &quot;echo ' ' &gt;&gt; /etc/apache2/sites-available/default&quot;
$ sudo sh -c &quot;echo '&lt;/VirtualHost&gt;' &gt;&gt; /etc/apache2/sites-available/default&quot;</pre><p></p>
<p>Alternatively, use the script at this location <a href="https://gist.github.com/gists/881944/download" title="Script" target="_blank">here</a>.</p>
<p>Finally, restart Apache by executing:</p><pre class="crayon-plain-tag">$ sudo service apache2 restart</pre><p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.geobeyond.it/opengeo-suite-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>POAT MiBAC &#8211; Ministry of Cultural Heritage</title>
		<link>http://www.geobeyond.it/network-governance-for-heritage-policies/</link>
		<comments>http://www.geobeyond.it/network-governance-for-heritage-policies/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 13:21:42 +0000</pubDate>
		<dc:creator>geobeyond</dc:creator>
				<category><![CDATA[Geospatial]]></category>
		<category><![CDATA[User Stories]]></category>
		<category><![CDATA[GIS]]></category>
		<category><![CDATA[OpenGeo Suite]]></category>

		<guid isPermaLink="false">http://www.geobeyond.it/?p=977</guid>
		<description><![CDATA[Network governance for heritage policies General design of the project was finalised in order to reach a common definition as well as to develop agreements on regional scale in terms of worth and benefit for the cultural heritage. The first step achieved an analytical study based on a catalog, rules and methods in order to [...]]]></description>
			<content:encoded><![CDATA[<h3 class="bar">Network governance for heritage policies</h3>
<p><a href="http://www.beniculturali.it/mibac/export/MiBAC/index.html" title="MiBAC link" target="_blank"><img alt="MiBAC" src="http://www.geobeyond.it/wp-content/uploads/2011/09/logo_portale.jpg" title="MiBAC" class="alignleft pad border round" width="89" height="72"/></a></p>
<p><a href="" title="PAOT MiBAC" target="_blank"><img alt="" src="http://www.geobeyond.it/wp-content/uploads/2011/09/1303896644122_loghi_pon_n-e1316525236954.jpg" title="MiBAC" class="alignright pad border round" width="400" height="72"/></a></p>
<p>General design of the project was finalised in order to reach a common definition as well as to develop agreements on regional scale in terms of worth and benefit for the cultural heritage.<br />
The first step achieved an analytical study based on a catalog, rules and methods in order to define a landscape geographical context. Areas of interest for this application model had to be those constrained by regulations: coastal bands and mountains.</p>
<p>The previous step ended with the definition of certain thematic layer related to the identified areas.<br />
We were engaged with the second step to meet the requirement of an effective WebGIS able to provide best practices useful to render thematic maps based on sustainable resources such as Open Source software. A further requisite was the need to merge these layers with the existing ones provided by an unknown GIS infrastructure of the relevant <a href="http://sitap.beniculturali.it/sitap/" title="SITAP GIS" target="_blank">SITAP</a> website. Then we discovered it was based on MapServer.</p>
<p>The last requirement was particularly unbalanced compared to the possibility to create an integration and to the wish to realize a new GIS platform compatible with OGC in terms of services offered.<br />
The reasonable choice for us was to deploy the <strong>OpenGeo Suite</strong> in the Debian Linux box (virtualized) provided by MiBAC as described in our installation and configuration procedures <a href="http://www.geobeyond.it/opengeo-suite-installation/" title="OpenGeo Suite Installation">here</a>.</p>
<p>This approach basically covers the requirements in order to pick up layers from heterogeneous sources, however it allows more flexibility and interoperability with reference to new data stores to be added. Indeed, just a few clicks are required to come up with new stuff or remove those no longer suitable for future purposes. As a result, we just added three new <a href="http://geoserver.org" title="GeoServer">GeoServer</a> datastores:<br />
</p>
<ul class="check-list" >
<li>Connections to institutional services distributing several national cartographic layers available through <strong>OGC OWS</strong> (i.e. PCN Portal, Civil Protection SDI, IGM Portal)</li>
<li><strong>OGC WMS</strong> available from SITAP whose capabilities URL is <em><a href="http://sitap.beniculturali.it/cgi-bin/sitap/wms?SERVICE=WMS&#038;VERSION=1.1.1&#038;REQUEST=GetCapabilities" title="SITAP WMS Capabilities">http://sitap.beniculturali.it/cgi-bin/sitap/wms?SERVICE=WMS&#038;VERSION=1.1.1&#038;REQUEST=GetCapabilities</a></em></li>
<li>Shapefiles resulting from the previous analysis step</li>
<p>
<br />
The selected layers were loaded as basic layers together with Bing imagery into <a href="https://github.com/opengeo/GeoExplorer" title="GeoExplorer GitHub">GeoExplorer</a> and exported to a WebGIS application embedded as iFrame into the CMS as follows at this <a href="http://151.12.58.75/pbaac/index.php/accesso-al-webgis" title="WebGIS Application PBAAC" target="_blank">link</a>.</p>
<p>Here below the final resulting mapping application:</p>
<p><img alt="" src="http://www.geobeyond.it/wp-content/uploads/2011/09/screenshot_01.jpg" title="WebGIS" class="aligncenter pad border round" width="500" height="242"/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.geobeyond.it/network-governance-for-heritage-policies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenGeo partnership</title>
		<link>http://www.geobeyond.it/opengeo-partnership/</link>
		<comments>http://www.geobeyond.it/opengeo-partnership/#comments</comments>
		<pubDate>Sun, 03 Jul 2011 16:16:11 +0000</pubDate>
		<dc:creator>geobeyond</dc:creator>
				<category><![CDATA[Geospatial]]></category>
		<category><![CDATA[Geospatial Architecture]]></category>
		<category><![CDATA[GIS]]></category>
		<category><![CDATA[OpenGeo Suite]]></category>
		<category><![CDATA[SDI]]></category>

		<guid isPermaLink="false">http://www.geobeyond.it/?p=895</guid>
		<description><![CDATA[GeoBeyond Srl have partnered with OpenGeo. This partnership will offer enhanced OpenGeo Suite Enterprise Edition resell and technical support, and integration services to the SME Italian and European markets. Check out this Press Release for more details. OpenGeo is a social enterprise working to build the best web-based geospatial technology. The company brings the best [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://opengeo.org/products/suite/" title="OpenGeo Suite link" target="_blank"><img alt="opengeo suite" src="http://www.geobeyond.it/wp-content/uploads/2011/08/opengeosuite-sm-2.jpg" title="opengeo suite" class="alignleft pad border round" width="218" height="90"/></a></p>
<p><strong>GeoBeyond Srl</strong> have partnered with <strong><a href="http://opengeo.org" title="OpenGeo Website" target="_blank">OpenGeo</a></strong>. This partnership will offer enhanced <em><strong>OpenGeo Suite Enterprise Edition</strong></em> resell and technical support, and integration services to the SME Italian and European markets.</p>
<p>Check out this <a href="http://www.directionsmag.com/pressreleases/geobeyond-to-provide-support-for-italian-opengeo-suite-users/163835" title="Press Release partnership" target="_blank">Press Release</a> for more details.</p>
<p><strong><a href="http://opengeo.org" title="OpenGeo Website" target="_blank">OpenGeo</a></strong> is a social enterprise working to build the best web-based geospatial technology. The company brings the best practices of open source software to geospatial organizations around the world by providing enterprises with supported, tested, and integrated open source solutions to build the Geospatial Web.</p>
<p><a href="http://opengeo.org/products/suite/" title="OpenGeo Suite link" target="_blank"><img alt="opengeo suite" src="http://www.geobeyond.it/wp-content/uploads/2011/08/Stack_Opengeo_Suite-e1313291110109.png" title="opengeo suite" class="alignleft pad border round" width="300" height="314"/></a><strong>GeoBeyond</strong> will take a lead role in the local expertise to provide robust, reliable and cost-effective open source geospatial solutions.</p>
<p>The OpenGeo Suite is the complete, OGC standards-compliant web mapping platform built on powerful, cutting-edge, open source geospatial components.<br />
It brings together all of them into a single, easy-to-install integrated software package. Being, each individual component, developed individually, we ensure that the Suite integrates with existing systems—proprietary or open source. It is the fastest way to get your geospatial information on the web, leveraging the power of best-of-breed open source geospatial software.</p>
<p>The full stack of OpenGeo Suite is composed by:</p>
</p>
<ul class="check-list" >
<li><a href="http://geoserver.org" title="GeoServer WebSite" target="_blank"><strong><em>GeoServer</em></strong></a> A map and feature server providing standardized web access to GIS data sources and cartographic quality maps. <a href="http://opengeo.org/technology/geoserver/" title="GeoServer page" target="_blank">More</a></li>
<li><a href="http://geowebcache.org" title="GeoWebCache WebSite" target="_blank"><strong><em>GeoWebCache</em></strong></a> A web map accelerator, intelligently caching and serving tiles to make maps scale. <a href="http://opengeo.org/technology/geowebcache/" title="GeoWebCache page" target="_blank">More</a></li>
<li><a href="http://postgis.org" title="PostGIS WebSite" target="_blank"><strong><em>PostGIS</em></strong></a> A Premier open source spatial relational database fast, robust and full-featured. <a href="http://opengeo.org/technology/postgis/" title="PostGIS page" target="_blank">More</a></li>
<li><a href="http://openlayers.org" title="OpenLayers WebSite" target="_blank"><strong><em>OpenLayers</em></strong></a> A Industry-standard Javascript map controls for viewing and editing data from multiple sources. <a href="http://opengeo.org/technology/openlayers/" title="OpenLayers page" target="_blank">More</a></li>
<li><a href="http://geoext.org" title="GeoExt WebSite" target="_blank"><strong><em>GeoExt</em></strong></a> A rich user interface controls for the geospatial web. <a href="http://opengeo.org/technology/geoext/" title="GeoExt page" target="_blank">More</a></li>
</ul>
<p>

<p><strong><em>We are glad to support you with it. Drop us an enquiry!</em></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.geobeyond.it/opengeo-partnership/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome on board</title>
		<link>http://www.geobeyond.it/welcome-on-board/</link>
		<comments>http://www.geobeyond.it/welcome-on-board/#comments</comments>
		<pubDate>Sat, 02 Jul 2011 09:13:54 +0000</pubDate>
		<dc:creator>geobeyond</dc:creator>
				<category><![CDATA[Geospatial]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Data Modelling & Representation]]></category>
		<category><![CDATA[Geomatics]]></category>
		<category><![CDATA[Geoprocessing]]></category>
		<category><![CDATA[Geosimulation]]></category>
		<category><![CDATA[Geospatial Analysis]]></category>
		<category><![CDATA[Geospatial Architecture]]></category>
		<category><![CDATA[Geospatial BI]]></category>
		<category><![CDATA[Geospatial Ontology]]></category>
		<category><![CDATA[GIS]]></category>
		<category><![CDATA[IAM]]></category>
		<category><![CDATA[IdM]]></category>
		<category><![CDATA[Location-Based Services]]></category>
		<category><![CDATA[Mobile GIS]]></category>
		<category><![CDATA[OGC Standards]]></category>
		<category><![CDATA[SDI]]></category>
		<category><![CDATA[Spatial Agent-Based Model]]></category>
		<category><![CDATA[SSO]]></category>

		<guid isPermaLink="false">http://www.geobeyond.it/?p=318</guid>
		<description><![CDATA[Why another start-up? Currently it is not clear where money is going and things do not go right for the business world. Furthermore, it seems that companies are reluctant to invest in the ICT world even if it has been a dominant sector for long, and this does not let us know if it lost [...]]]></description>
			<content:encoded><![CDATA[<p><em><strong>Why another start-up?</strong></em></p>
<p>Currently it is not clear where money is going and things do not go right for the business world. Furthermore, it seems that companies are reluctant to invest in the ICT world even if it has been a dominant sector for long, and this does not let us know if it lost its old splendour.</p>
<p>However, there are hints on how businesses might recover their ability to raise funds. So here we are.</p>
<p>Though ICT investments are risky, we want to support them with our decade-lasting professionalism that has been tracing the evolution of proprietary vs. open source in the security and geospatial market.<br />
Discovering how the majority of private and public organisations invested time and money in business models that are weak and keep generating losses prompt us to propose some changes.</p>
<p>Today, our challenge is to support them in generating essentially worth revenues.</p>
<blockquote class="pullquote-center" style="width:90%"></p>
<p class="large" style="text-align: center;">Making geospatial and security happen potentially in the most profitable way</p>
<p>
</blockquote>
<p>Wish us luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geobeyond.it/welcome-on-board/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
