|
|
Visualize your own biological records in Google Earth
GBIF is providing this application to readily upload point coordinates of biological records to the Google Earth client for data visualization and data cleaning (e.g. checking for suspicious outliers). Upload your longitude and latitude coordinates in decimal degrees (see below) and a file will be created for download into the Google Earth client. You can also associate a web address with each coordinate and add a meaningful description to each coordinate.
You can:
Converting coordinates from Degrees, minutes, seconds into decimal degress follows a simple formula:
Degrees + [(minute/60) + (second/3600)]
- Place a minus (-) sign in front of latitudes south of the equator or longitudes west of the zero meridian,
For example to convert -96° 45' 36" into decimal degrees:
- 96 + [(45/60) + (36/3600)]
- = 96 + [(0.75) + (0.01)]
- = -96.76 (add the minus sign)
These scripts have been contributed by Derek Munro of the Canadian Biodiversity Information Facility (CBIF) to GBIF beginning on 2005-09-28. More...
|