<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>GeoBliki's Blog: Tag GEOSS</title>
    <link>http://geobliki.com/articles/tag/geoss?tag=geoss</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Sensor Web Enabled (SWE) Data Node </description>
    <item>
      <title>San Diego Wild Fires</title>
      <description>&lt;p&gt;&lt;img src='/files/Witch_Fire_Tasking.jpg' width='300'/&gt;&lt;/p&gt;

&lt;p&gt;NASA support has been requested in for a state of emergency so we are all trying to help as we can.  We have modified our &lt;a href='http://www.ogcnetwork.net/AIPdemos'&gt;GEOSS&lt;/a&gt; workflows to monitor the situation in the San Diego area.  Fire threats are being detected based on &lt;a href='http://maps.geog.umd.edu/firms/kml/'&gt;MODIS&lt;/a&gt; data and &lt;a href='http://eo1.gsfc.nasa.gov/'&gt;EO-1&lt;/a&gt; is being tasked twice a day to image the area.&lt;/p&gt;

&lt;p&gt;RESTful workflows implemented using &lt;a href='http://openwferu.rubyforge.org/'&gt;OpenWFERu&lt;/a&gt; are being used to process the imagery to deliver the  data to the first responders. &lt;a href='http://eo1.geobliki.com/hyperion/thermal/73/png'&gt;First thermal imagery&lt;/a&gt; processed onboard the  satellite has been downlinked and is available on &lt;a href='http://eo1.geobliki.com'&gt;http://eo1.geobliki.com&lt;/a&gt;.  Higher resolution data will be available as soon as possible.&lt;/p&gt;

&lt;p&gt;As more than 500,000 people are being evacuated and many are loosing their homes, our prayers and thoughts are with you.&lt;/p&gt;</description>
      <pubDate>Wed, 24 Oct 2007 00:22:00 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:ecb61085-a143-45c9-9723-8d985510cce4</guid>
      <author>Patrice Cappelaere</author>
      <link>http://geobliki.com/articles/2007/10/24/san-diego-wild-fires</link>
      <category>Wild</category>
      <category>fires</category>
      <category>San Diego</category>
      <category>GEOSS</category>
      <enclosure length="473302" type="image/jpeg" url="http://geobliki.com/files/Witch_Fire_Tasking.jpg"/>
    </item>
    <item>
      <title>GEOSS Wild Fires Scenario on YouTube</title>
      <description>&lt;p&gt;&lt;object width="225" height="150"&gt;&lt;param name="movie" value="http://www.youtube.com/v/3uh3cpULBQY"&gt;&lt;/param&gt;&lt;param name="wmode" value="transparent"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/3uh3cpULBQY" type="application/x-shockwave-flash" wmode="transparent" width="225" height="150"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href='http://www.youtube.com/v/3uh3cpULBQY'&gt;Our latest video&lt;/a&gt; on our GEOSS use-case finally made it to YouTube.&lt;/p&gt;

&lt;p&gt;With Many thanks to Ingo Simonis!&lt;/p&gt;</description>
      <pubDate>Fri, 21 Sep 2007 13:51:00 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:109ac6cd-411e-4dd0-9074-07c7684ef3a0</guid>
      <author>Patrice Cappelaere</author>
      <link>http://geobliki.com/articles/2007/09/21/geoss-wild-fires-scenario-on-youtube</link>
      <category>GEOSS</category>
      <category>ogc</category>
    </item>
    <item>
      <title>A WFS-Basic as a Geo-Atom Store</title>
      <description>&lt;p&gt;Here is the plan for a demo:&lt;/p&gt;

&lt;p&gt;A Web Feature Server (WFS) in its basic incantation is really a store of geospatial collections that can be accessed using RESTful services.&lt;/p&gt;

&lt;p&gt;Building Web Services the REST way has been a very hot topic in the Rails Community.&lt;/p&gt;

&lt;p&gt;Rails 1.2 can quickly allow you to build such services and return xml or html on-demand.  JSON or [Geo]-rss/atom could be returned as easily in a similar manner.&lt;/p&gt;

&lt;p&gt;The idea here is to return a GeoAtom Feed that could follow a similar structure as &lt;a href='http://code.google.com/apis/base/starting-out.html#datafeeds'&gt;GData&lt;/a&gt; with a namespace specific to that WFS and an additional extension for the &lt;a href='http://georss.org/'&gt;geospatial component&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Discovering the meta-data should be feasible using a &lt;a href='http://code.google.com/apis/base/starting-out.html#metadata'&gt;meta-data feed&lt;/a&gt; and probing a specific url.&lt;/p&gt;

&lt;p&gt;This would give us many services to access the various collections and the meta-data.  The whole package could be described using a service document as proposed in the Atom Publishing Protocol (&lt;a href='http://exist.sourceforge.net/atompub.html'&gt;APP&lt;/a&gt;) that would describe all the available services.  This document itself would be available at a specific url.&lt;/p&gt;

&lt;p&gt;Searching the WFS would be done via &lt;a href='http://www.opensearch.org/Specifications/OpenSearch/Extensions/Geo/1.0/Draft_1'&gt;OpenSearch-Geo&lt;/a&gt;
 which is another REST service returning atom or KML feeds.&lt;/p&gt;

&lt;p&gt;The goal is to implement this for the upcoming ESTO/AIST Fire Management demo this summer and  support the &lt;a href='http://www.epa.gov/geoss/'&gt;GEOSS&lt;/a&gt; Pilot effort this fall.  This is also in line with our participation into the &lt;a href='http://www.opengeospatial.org/standards/requests/40'&gt;OWS-5&lt;/a&gt; Agile Geography testbed.&lt;/p&gt;

&lt;p&gt;A Few Links:&lt;/p&gt;

&lt;p&gt;&lt;a href='http://www.ibm.com/developerworks/library/x-atompp1/'&gt;Get to know APP&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href='http://www.xml.com/pub/a/2005/09/21/atom-store-web-database.html'&gt;Dreaming of An Atom Store&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 06 Aug 2007 01:45:00 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:8f3db722-28ab-44fc-9086-20ffa3f88615</guid>
      <author>Patrice Cappelaere</author>
      <link>http://geobliki.com/articles/2007/08/06/a-wfs-basic-as-a-geo-atom-store</link>
      <category>atom</category>
      <category>WFS</category>
      <category>GEOSS</category>
      <category>APP</category>
    </item>
    <item>
      <title> A Global Search Engine For Geospatial Data</title>
      <description>&lt;p&gt;&lt;img src='http://www.geobliki.com/files/GEOSS_Buoy.jpg' width=200/&gt;&lt;/p&gt;

&lt;p&gt;Great &lt;a href='http://www.spectrum.ieee.org/aug07/5392'&gt;article&lt;/a&gt; From Sandra Upson in Spectrum Magazine.&lt;/p&gt;

&lt;p&gt;&amp;#8220;Making such work as simple as a Web search is the central objective of the Global Earth Observation System of Systems (GEOSS), an endeavor taking its first baby steps this summer&amp;#8230;.Scientists inch toward a standardized, universal system&amp;#8230;&amp;#8221;&lt;/p&gt;

&lt;p&gt;It is all about interoperability and working together :)&lt;/p&gt;</description>
      <pubDate>Fri, 03 Aug 2007 23:17:00 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:828e6bcd-004c-42ff-81c3-cf948401e09f</guid>
      <author>Patrice Cappelaere</author>
      <link>http://geobliki.com/articles/2007/08/03/a-global-search-engine-for-geospatial-data</link>
      <category>GEOSS</category>
      <enclosure length="29787" type="image/jpeg" url="http://geobliki.com/files/GEOSS_Buoy.jpg"/>
    </item>
    <item>
      <title>Goddard Tech Trends Aug 2007</title>
      <description>&lt;p&gt;&lt;img src='http://www.geobliki.com/files/fire.jpg' width = 200/&gt;&lt;/p&gt;

&lt;p&gt;Great &lt;a href='/files/DMandlAug7.pdf'&gt;article&lt;/a&gt; in Goddard Tech Trends this month.
&amp;#8220;Using the Internet to cross-link and Task Earth-Observing Sensors&amp;#8221;.
This is a wonderful follow-up to our interoperability effort with OWS-5 and  our GEOSS Pilot Program.&lt;/p&gt;</description>
      <pubDate>Fri, 03 Aug 2007 21:59:00 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:33a88477-d5de-40c0-9ccf-6432b5494156</guid>
      <author>Patrice Cappelaere</author>
      <link>http://geobliki.com/articles/2007/08/03/goddard-tech-trends-aug-2007</link>
      <category>GEOSS</category>
      <category>SensorWeb</category>
      <enclosure length="255087" type="application/pdf" url="http://geobliki.com/files/DMandlAug7.pdf"/>
    </item>
  </channel>
</rss>
