Skip to content
Prev 20014 / 29559 Next

how to create maps from topojson files and csv data?

The geoJSON driver in gdal/ogr will read it from version 2 of OGR:

http://www.gdal.org/ogr/drv_geojson.html

but I think that's very leading-edge (I seem to have v 1.10  on my system).

So the solution would seem to be to convert your topojson to something
that your gdal/ogr can handle, and then read it into R using the rgdal
package readOGR function. I'm having trouble finding a utility that
will do the conversion that way, since most people start from
something and convert it _to_ topojson for fast rendering! I think it
might be necessary to cruft something  together from various python or
javascript modules lying around the web,
Barry

On Sun, Dec 15, 2013 at 10:49 PM, Miguel Fiandor Guti?rrez
<mfiandor at gmail.com> wrote: