[R] geoghraphical coordinate
Frede Aakmann Tøgersen
frtog at vestas.com
Fri Mar 21 19:27:59 CET 2014
Hi Eliza
Try this:
library("maps")
library("mapdata")
map('worldHires')
map('worldHires', 'Ireland')
Don't know in which resolution the hires is. You need to find out yourself. If the resolution is to low please contribute ;-)
Otherwise there are geographical resources on the internet in different formats, e.g. ESRI shape files or others. Google for that:
https://www.google.dk/search?q=Ireland+shape+file&ie=utf-8&oe=utf-8&rls=org.mozilla:da:official&client=firefox-a&channel=sb&gws_rd=cr&ei=1YMsU4uUJcikkgXZ_4HwCQ
See the first hit:
http://www.arcgis.com/home/item.html?id=ae74a8497a1041669a9d2165a0f450b6
In most cases there are R packages dealing with the different formats. Just google the CRAN.
Yours sincerely / Med venlig hilsen
Frede Aakmann Tøgersen
Specialist, M.Sc., Ph.D.
Plant Performance & Modeling
Technology & Service Solutions
T +45 9730 5135
M +45 2547 6050
frtog at vestas.com
http://www.vestas.com
Company reg. name: Vestas Wind Systems A/S
This e-mail is subject to our e-mail disclaimer statement.
Please refer to www.vestas.com/legal/notice
If you have received this e-mail in error please contact the sender.
> -----Original Message-----
> From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org]
> On Behalf Of eliza botto
> Sent: 21. marts 2014 18:24
> To: r-help at r-project.org
> Subject: [R] geoghraphical coordinate
>
> Dear R-family,
> I want to draw a map of the world with 0.5 degree*0.5 degree resolution and
> then want to extract the geographical coordinates of my beloved country
> Ireland in the same resolution.
> I hope there is a way of doing it in R.
> Thank you very much in advance,
>
> Eliza
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-
> guide.html
> and provide commented, minimal, self-contained, reproducible code.
More information about the R-help
mailing list