Re: [R] Reshaping geographic data

2016-10-17 Thread MacQueen, Don
I suggest you simplify your computing task by making this into three distinct tasks: 1. get copies of the shapefiles on your computer. Do this outside of R. Since this has two parts, i.e., downloading and unzipping, it will be easier at first to do it outside of r. Then later you can figure out ho

[R] Reshaping geographic data

2016-10-17 Thread G . Maubach
Hi All, I need to reshape an ESRI shape file: http://arnulf.us/PLZ and resp http://www.metaspatial.net/download/plz.tar.gz I found an instruction for T-SQL Server: https://blog.oraylis.de/2010/05/german-map-spatial-data-for-plz-postal-code-regions/ How can I do this using R? Kind regards Geo