Skip to content
Prev 20080 / 29559 Next

how to create maps from topojson files and csv data?

On Sat, Dec 21, 2013 at 4:18 AM, Tom Buckley <buckley.tom at gmail.com> wrote:
Yes, it might be nice to have a standard way to store objects with
topology in R, since they take up less memory and its easier to
compute things like adjacency using them. However they must be a bit
slower to draw since you need to reassemble the polygons (at least
when drawing filled polygons) and you still then draw every outline
twice.

 SpatialTopoPolygonsDataFrame anyone? It would be coerceable to a
SpatialPolygonsDataFrame with as(x,"SpatialPolygonsDataFrame") but
also have some specific methods that would take advantage of the
topological structure.

 Subsetting is an interesting problem - unless you keep all the
geometry so the arc numbers don't change, you have to change all the
arc numbers... Hmmm....

Barry


Barry
Message-ID: <CANVKczMty8io0aMYc8rfaaEG2uZOOPsHLCze+8TxVtFbqdyX=Q@mail.gmail.com>
In-Reply-To: <16529d6e4f3e4320bcb891dcc3fcff2a@EX-1-HT0.lancs.local>