Skip to content

mapping data to a geographic map of Europe

5 messages · Adams, Jean, Bert Gunter, paladini at trustindata.de +1 more

#
Hi Jean,
thanks again for your response. As I told you  I did the downloads and  
double checked if I selected the right directory.
But I noticed right now what happend:
The command in the example is :
eurMap <- readShapePoly(fn="NUTS_2010_60M_SH/Shape/data/NUTS_RG_60M_2010")

But it should be :
eurMap <- readShapePoly(fn="NUTS_2010_60M_SH/data/ggg/NUTS_RG_60M_2010")

Because if you do the downloads and unzip these data there is no such  
think as a "Shape" directory.

Now eurMap <- readShapePoly(fn="NUTS_2010_60M_SH/data/NUTS_RG_60M_2010")
works.


What happens now is that after typing:
eurEduMapDf <- merge(eurMapDf, eurEdu, by.x="id", by.y="GEO")
I get another error message because "eurMapDf" is unknown.

So I supposed it should be:
eurEduMapDf <- merge(eurMap, eurEdu, by.x="id", by.y="GEO")

But this doesn't work either.The error message this time is: undefined  
column selected.

Did I do something wrong?


Best regards

Claudia








Zitat von "Adams, Jean" <jvadams at usgs.gov>:
#
... but you may be interested in this:

http://andywoodruff.com/blog/why-are-choropleth-mercator-maps-bad-because-we-said-so/

Cheers,
Bert
On Fri, Nov 1, 2013 at 12:18 PM, Adams, Jean <jvadams at usgs.gov> wrote:

  
    
#
Hi Jean,
nevertheless this page "R-bloggers" looks realy interesting so I'll  
work through the tutorial.
Thanks again for recommanding this web-site.

Best regards

Claudia


Zitat von "Adams, Jean" <jvadams at usgs.gov>: