Skip to content
Prev 11644 / 29559 Next

Help with GeoRSS

On Sun, May 8, 2011 at 8:43 PM, Michael Denslow
<michael.denslow at gmail.com> wrote:
My rgdal doesnt have geoRSS, but my command line ogrinfo says there's
one layer in the file, called 'georss', and if I get that layer info
it seems to work (note I've downloaded the XML file to my working
directory - maybe this fails as a URL...):

$ ogrinfo  eqs7day-M5.xml
Had to open data source read-only.
INFO: Open of `eqs7day-M5.xml'
      using driver `GeoRSS' successful.
1: georss (Point)


$ ogrinfo  eqs7day-M5.xml georss
Had to open data source read-only.
INFO: Open of `eqs7day-M5.xml'
      using driver `GeoRSS' successful.

Layer name: georss
Geometry: Point
Feature Count: 35

[here come the features]


So try layer="georss" in your ogrInfo (and hence readOGR) call...

Barry