Re: [R-sig-Geo] GeoJSON errors when reading/writing with rgdal

2014-08-05 Thread Josh London
t;ncGeoJson", sep="/")) > ogrInfo(paste(td, "ncGeoJson", sep="/"), "OGRGeoJSON") > > that is that the dsn is an arbitrary file name (may have a leading or > trailing dot, but no dot anywhere else). The layer is always "OGRGeoJSON" >

Re: [R-sig-Geo] GeoJSON errors when reading/writing with rgdal

2014-07-28 Thread Josh London
oJSON files. I also realized I was clear in my previous post that I am running OS X 10.9.4 cheers Josh On Fri, Jul 25, 2014 at 9:17 AM, Josh London wrote: > Hello > > I am trying to track down the source of an error that has crept up on me > in the last 3-4 months. I was suspicio

[R-sig-Geo] GeoJSON errors when reading/writing with rgdal

2014-07-25 Thread Josh London
Hello I am trying to track down the source of an error that has crept up on me in the last 3-4 months. I was suspicious the issues was related to the release of GDAL 1.11 in April, but it has taken me a while to confirm. Essentially, any time use readOGR(), writeOGR() or ogrInfo() on a GeoJSON fi

Re: [R-sig-Geo] plotting latlon axes of sp object of different projection

2011-07-06 Thread Josh London
tory > MS B258 > Los Alamos, New Mexico 87545 > > Instituto de Silvicultura > Universidad Austral de Chile > Valdivia, Chile > > ___ > R-sig-Geo mailing list > R-sig-Geo@r-project.org > https://stat.ethz.ch/mailman/lis

Re: [R-sig-Geo] graticules for projected data

2010-12-13 Thread Josh London
te: >> That really is a neat piece of code. Very interested - the result >> looks very much like a ggplot2 plot, which I'm a big fan. >> >> Cheers, >> >> Pierre >> >> 2010/12/9 Josh London : >>> Hello >>> >>> On

[R-sig-Geo] graticules for projected data

2010-12-08 Thread Josh London
Hello One of the features I often find myself wanting within spplot is the ability to produce graticules (with corresponding axis labels) that represent latitude/longitude lines for projected data. I often find myself searching the R archives and google for examples and methods for accomplishin