Skip to content
Prev 3769 / 29559 Next

[OT] Coordinates and pojection problems

On Thu, 19 Jun 2008, Paul Hiemstra wrote:

            
Right. In addition, do some digging into the history of coordinate 
reference systems for your country of interest, for example:

http://www.asprs.org/resources/grids/

has France on January 2001. I think that you may be in Nouvelle 
Triangulation Fran?aise, which has a Paris meridian:

EPSG <- make_EPSG()
EPSG[grep("NTF", EPSG$note), 1:2]

But that is guesswork. For enthusiasts, once you have a guess, use 
spTransform to geographical coordinates (CRS("+longlat +datum=WGS84")), 
and do writeOGR(obj, "obj.kml", "obj", driver="KML") of (a subset of) your 
object and see where it lands in Google Earth.

Roger