GeoRSS

GeoRSS

GeoRSS es un conjunto de estándares para representar información geográfica mediante el uso de capas y está construido dentro de la familia de estándares RSS.[1]

En las GeoRSS, el contenido consiste en puntos de interés georreferenciados y otras anotaciones y las fuentes se diseñan para generar mapas.

GeoRSS puede utilizarse como RSS 1.0, 2.0 y Atom, el último estándar IETF.

Contenido

Ejemplo

Aquí es un ejemplo GeoRSS Simple usando Atom.

 <?xml version="1.0" encoding="utf-8"?>
 <feed xmlns="http://www.w3.org/2005/Atom" 
       xmlns:georss="http://www.georss.org/georss">
   <title>Earthquakes</title>
   <subtitle>International earthquake observation labs</subtitle>
   <link href="http://example.org/"/>
   <updated>2005-12-13T18:30:02Z</updated>
   <author>
      <name>Dr. Thaddeus Remor</name>
      <email>tremor@quakelab.edu</email>
   </author>
   <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
   <entry>
      <title>M 3.2, Mona Passage</title>
      <link href="http://example.org/2005/09/09/atom01"/>
      <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
      <updated>2005-08-17T07:02:32Z</updated>
      <summary>We just had a big one.</summary>
      <georss:point>45.256 -71.92</georss:point>
    </entry>
 </feed>

Aquí es un fragmento de un esquema para un GML GeoRSS codificación para RSS 2.0

  <?xml version="1.0" encoding="UTF-8"?>
  <rss version="2.0" 
       xmlns:georss="http://www.georss.org/georss" 
       xmlns:gml="http://www.opengis.net/gml">
    <channel>
    <link>http://maps.google.com</link>
    <title>Cambridge Neighborhoods</title>
    <description>One guy's view of Cambridge, MA</description>
    <item>
      <guid isPermaLink="false">00000111c36421c1321d3</guid>
      <pubDate>Thu, 05 Apr 2007 20:16:31 +0000</pubDate>
      <title>Central Square</title>
      <description>The heart and soul of the "old" Cambridge. Depending on where you 
               stand, you can feel like you're in the 1970s or 2020.</description>
      <author>rajrsingh</author>
      <gml:Polygon>
        <gml:exterior>
          <gml:LinearRing>
            <gml:posList>
              -71.106216 42.366661
              -71.105576 42.367104
              -71.104378 42.367134
              -71.103729 42.366249
              -71.098793 42.363331
              -71.101028 42.362541
              -71.106865 42.366123
              -71.106216 42.366661
            </gml:posList>
          </gml:LinearRing>
        </gml:exterior>
      </gml:Polygon>
    </item>
    <item>
      <guid isPermaLink="false">00000111c365564928974</guid>
      <pubDate>Thu, 05 Apr 2007 20:17:50 +0000</pubDate>
      <title>MIT</title>
      <description>Massachusetts Institute of Technology</description>
      <author>rajrsingh</author>
      <gml:Polygon>
      <Snip and end fragment>

Aquí es ejemplo de W3C geo GeoRSS

 <?xml version="1.0"?>
 <?xml-stylesheet href="/eqcenter/catalogs/rssxsl.php?feed=eqs7day-M5.xml" type="text/xsl" 
                  media="screen"?>
 <rss version="2.0" 
      xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" 
      xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
     <title>USGS M5+ Earthquakes</title>
     <description>Real-time, worldwide earthquake list for the past 7 days</description>
     <link>http://earthquake.usgs.gov/eqcenter/</link>
     <dc:publisher>U.S. Geological Survey</dc:publisher>
     <pubDate>Thu, 27 Dec 2007 23:56:15 PST</pubDate>
     <item>
       <pubDate>Fri, 28 Dec 2007 05:24:17 GMT</pubDate>
         <title>M 5.3, northern Sumatra, Indonesia</title>
         <description>December 28, 2007 05:24:17 GMT</description>
         <link>http://earthquake.usgs.gov/eqcenter/recenteqsww/Quakes/us2007llai.php</link>
         <geo:lat>5.5319</geo:lat>
         <geo:long>95.8972</geo:long>
       </item>
     </channel>
   </rss>

Este es un pequeño ejemplo de fichero GeoRSS adaptado desde el Yahoo! Maps Web Services.

<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
  xmlns:ymaps="http://api.maps.yahoo.com/Maps/V2/AnnotatedMaps.xsd">
  <channel>
    <title>Sample GeoRSS feed</title>
    <description>Sample GeoRSS feed</description>
    <item>
      <title>Yahoo! Sunnyvale</title>
      <link><![CDATA[1]]></link>
      <description>Sunnyvale Campus</description>
      <geo:lat>37.416384</geo:lat>
      <geo:long>-122.024853</geo:long>
    </item>
  </channel>
</rss>

Ejemplos o GeoRSS implementaciones

Ejemplo feeds


Uso y aplicación

Proyectos de código abierto

  • OpenLayers Demo using the OpenLayers GeoRSS parser. GeoRSS geo and simple are supported.
  • Worldkit Both GeoRSS Simple and GeoRSS GML are supported.
  • GeoServer
  • The OGR Library provides support for read and write access to GeoRSS data.


Productos

  • Cadcorp GeoRSS built into Cadcorp SIS.
  • CubeWerx WFS The new release of the CubeWerx OGC Web Feature Service product supports GeoRSS GML.
  • Ionic/Leica Geosystems The use of GeoRSS in Ionic redSpider products
  • Bay of Islands Contains GeoRSS information about local accommodation

Fun Sites Based en GeoRSS

Nota

    1. RSS es un formato XML utilizado para describir canales de contenido como artículos de noticias, listas de mp3 y entradas de blogs. La alimentación RSS es renderizada por programas como agregadores o navegadores web.

Véase también

Enlaces externos


Wikimedia foundation. 2010.

Игры ⚽ Нужен реферат?

Mira otros diccionarios:

  • GeoRSS — is an emerging standard for encoding location as part of an RSS feed. (RSS is an XML format used to describe feeds ( channels ) of content, such as news articles, MP3 play lists, and blog entries. These RSS feeds are rendered by programs such as… …   Wikipedia

  • GeoRSS — est un nouveau standard destiné à inclure les coordonnées géographiques dans un flux RSS. (RSS est un format XML utilisé pour décrire les flux ( channels ) de contenu, tels que des articles, des listes de fichiers MP3, de billets de blog,... Dans …   Wikipédia en Français

  • GeoRSS — Расширение .rss, .xml MIME application/rss+xml (в процессе подготовки к регистрации)[1] Расширен из XML GeoRSS  развивающийся стандарт для встраивания информации о местоположении в новостные ленты. Название стандарта происходит от… …   Википедия

  • Geography Markup Language — Vorlage:Infobox Dateiformat/Wartung/MIME fehltVorlage:Infobox Dateiformat/Wartung/MagischeZahl fehltVorlage:Infobox Dateiformat/Wartung/Standard fehlt Geography Markup Language Dateiendung: .gml Entwickelt von …   Deutsch Wikipedia

  • Comparison of geographic information systems software — This is a comparison of notable GIS software. To be included on this list, the software must either have a linked existing article or include references to independent sources verifying notability. Contents 1 License, source, operating system… …   Wikipedia

  • Geography Markup Language — A vector map, with points, polylines and polygons. Filename extension .gml or .xml Internet media type application/gml+xml[1 …   Wikipedia

  • Yahoo! Maps — Infobox Website name = Yahoo! Maps caption = url = http://maps.yahoo.com/ commercial =No type =Web mapping registration =No owner = Yahoo! author =Yahoo! developer =Yahoo! language = Multilingual operating system = Cross platform launch date =… …   Wikipedia

  • EventRSS — is a Web syndication format for creating social event feed.It is created basing on RSS and GeoRSS specifications.During the research on information management for social events, Fei Wang came up with the first version of EventRSS specification in …   Wikipedia

  • Yahoo! Maps — URL: http://maps.yahoo.com/ Тип сайта: картографический сервис Регистрация: Необязательная …   Википедия

  • NEXRAD — Radar at the WSR 88D Radar Operations Center NEXRAD or Nexrad (Next Generation Radar) is a network of 159 high resolution Doppler weather radars operated by the National Weather Service, an agency of the National Oceanic and Atmospheric… …   Wikipedia

Compartir el artículo y extractos

Link directo
Do a right-click on the link above
and select “Copy Link”