how to map your ringing data. three different methods google static maps kml in google earth r...

34
How to map your ringing data

Upload: mitchell-jackson

Post on 29-Dec-2015

241 views

Category:

Documents


3 download

TRANSCRIPT

Page 1: How to map your ringing data. Three different methods Google Static Maps KML in Google Earth R package maprec

How to map your ringing data

Page 2: How to map your ringing data. Three different methods Google Static Maps KML in Google Earth R package maprec

Three different methods

•Google Static Maps

•KML in Google Earth

•R package maprec

Page 3: How to map your ringing data. Three different methods Google Static Maps KML in Google Earth R package maprec

Three different methods

•Google Static Maps

•KML in Google Earth

•R package maprec

Page 4: How to map your ringing data. Three different methods Google Static Maps KML in Google Earth R package maprec

Google Static Maps

Page 5: How to map your ringing data. Three different methods Google Static Maps KML in Google Earth R package maprec

Google Static Maps

http://maps.google.com/maps/api/staticmap?size=640x640&maptype=terrain (roadmap, satellite, hybrid)

&markers=color:blue|57.283,-3.814&sensor=false

http://maps.google.com/maps/api/staticmap?size=640x640&maptype=terrain&markers=color:blue|57.283,-3.814&sensor=false

Page 6: How to map your ringing data. Three different methods Google Static Maps KML in Google Earth R package maprec

Google Static Maps

http://maps.google.com/maps/api/staticmap?size=640x640&maptype=terrain&markers=color:blue|51.483,0.183&visible=58,-2|50,-4&sensor=false

http://maps.google.com/maps/api/staticmap?size=640x640&maptype=terrain&markers=color:blue|51.483,0.183&visible=58,-2|50,-4&sensor=false

Page 7: How to map your ringing data. Three different methods Google Static Maps KML in Google Earth R package maprec

Google Static Maps

http://maps.google.com/maps/api/staticmap?size=640x640&maptype=terrain&markers=color:blue|51.483,0.183&markers=color:green|51.333,3.2 &visible=58,-2|50,-4&sensor=false

http://maps.google.com/maps/api/staticmap?size=640x640&maptype=terrain&markers=color:blue|51.483,0.183 &markers=color:green|51.333,3.2&visible=58,-2|50,-4&sensor=false

Page 8: How to map your ringing data. Three different methods Google Static Maps KML in Google Earth R package maprec

Google Static Maps

http://maps.google.com/maps/api/staticmap?size=640x640&maptype=terrain&markers=color:blue|51.483,0.183&markers=color:green|51.333,3.2 &path=color:red|weight:3|51.48,0.18|51.33,3.2&visible=58,-2|50,-4&sensor=false

http://maps.google.com/maps/api/staticmap?size=640x640&maptype=terrain&markers=color:blue|51.483,0.183 &markers=color:green|51.333,3.2 &path=color:red|weight:3|51.48,0.18|51.33,3.2 &visible=58,-2|50,-4&sensor=false

Page 9: How to map your ringing data. Three different methods Google Static Maps KML in Google Earth R package maprec

Google Static Mapshttp://maps.google.com/maps/api/staticmap?

size=640x640 &maptype=terrain&markers=color:blue|label:R|51.483,0.183&markers=color:green|label:1|51.333,3.2&path=color:0xff000055|weight:3|51.483,0.183|51.333,3.2&markers=color:green|label:2|57.583,9.95&path=color:0xff000055|weight:3|51.333,3.2|57.583,9.95&markers=color:green|label:3|57.7,10.583&path=color:0xff000055|weight:3|57.583,9.95|57.7,10.583…&visible=58,-2|50,-4&sensor=false

Page 10: How to map your ringing data. Three different methods Google Static Maps KML in Google Earth R package maprec

Google Static Maps

• Upsides– Relatively quick– Good for including in blogs etc

• Downsides– Can only do a one or a few individuals– Not that customisable

Page 11: How to map your ringing data. Three different methods Google Static Maps KML in Google Earth R package maprec

Three different methods

•Google Static Maps

•KML in Google Earth

•R package maprec

Page 12: How to map your ringing data. Three different methods Google Static Maps KML in Google Earth R package maprec

KML in Google Earth

http://www.earthpoint.us/ExcelToKml.aspx

Page 13: How to map your ringing data. Three different methods Google Static Maps KML in Google Earth R package maprec

KML in Google Earth

Page 14: How to map your ringing data. Three different methods Google Static Maps KML in Google Earth R package maprec

KML in Google Earth

Page 15: How to map your ringing data. Three different methods Google Static Maps KML in Google Earth R package maprec

KML in Google Earth

Page 16: How to map your ringing data. Three different methods Google Static Maps KML in Google Earth R package maprec

KML in Google Earth

Page 17: How to map your ringing data. Three different methods Google Static Maps KML in Google Earth R package maprec

KML in Google Earth

• Upsides– Quite easy to do– Interactive – eg zoom in, look at labels

• Downsides– Quite a bit of typing (though can copy and paste)

– Not so good for printing– Limit of 200 points (so fewer recoveries)

Page 18: How to map your ringing data. Three different methods Google Static Maps KML in Google Earth R package maprec

Three different methods

•Google Static Maps

•Google Maps/Google Earth

•R package maprec

Page 19: How to map your ringing data. Three different methods Google Static Maps KML in Google Earth R package maprec

Using maprec in R

Page 20: How to map your ringing data. Three different methods Google Static Maps KML in Google Earth R package maprec

Create a csv file in Excel

Page 21: How to map your ringing data. Three different methods Google Static Maps KML in Google Earth R package maprec

Exporting a csv file from IPMR

Page 22: How to map your ringing data. Three different methods Google Static Maps KML in Google Earth R package maprec

Exporting a csv file from IPMR

Page 23: How to map your ringing data. Three different methods Google Static Maps KML in Google Earth R package maprec

Exporting a csv file from IPMR

Page 24: How to map your ringing data. Three different methods Google Static Maps KML in Google Earth R package maprec

Using maprec in R

Page 25: How to map your ringing data. Three different methods Google Static Maps KML in Google Earth R package maprec

Using maprec in R

Page 26: How to map your ringing data. Three different methods Google Static Maps KML in Google Earth R package maprec

Using maprec in R

Page 27: How to map your ringing data. Three different methods Google Static Maps KML in Google Earth R package maprec

Using maprec in R

Page 28: How to map your ringing data. Three different methods Google Static Maps KML in Google Earth R package maprec

Using maprec in R

Page 29: How to map your ringing data. Three different methods Google Static Maps KML in Google Earth R package maprec

Using maprec in R

Page 30: How to map your ringing data. Three different methods Google Static Maps KML in Google Earth R package maprec

Using maprec in R

Page 31: How to map your ringing data. Three different methods Google Static Maps KML in Google Earth R package maprec

Using maprec in R

Page 32: How to map your ringing data. Three different methods Google Static Maps KML in Google Earth R package maprec

Using maprec in R

Page 33: How to map your ringing data. Three different methods Google Static Maps KML in Google Earth R package maprec

Using maprec in R

Page 34: How to map your ringing data. Three different methods Google Static Maps KML in Google Earth R package maprec

Using maprec in R

• Upsides– Very flexible and customisable– Good for printing

• Downsides– Need to install, set-up (and learn) R– Need a reasonably good computer and internet

connection