![]() |
![]() |
Back |
OldFordMan wrote: > > Check out John Banta's Coordinate Conversion Home Page > > http://www.connect.net/banta/ > Is the Address correct? It did not work!! -- -------------------------------------------------------- Dr. Eckart Bedbur Geologisches Institut, Universitaet Kiel, snail-mail: Olshausenstr. 40, D-24098 Kiel, Germany e-mail: eb@gpi.uni-kiel.de (or ngl24@rz.uni-kiel.d400.de) Tel.: +49-431-880-2693 FAX: +49-431-880-4376 --------------------------------------------------------Return to Top
OldFordMan wrote: > > eran wrote: > > > > Please, send me all available information about the GAUSS-KRUEGER > > coordinate system, especially how to translate coordinate values from > > UTM coordidate system to GAUSS-KRUEGER system ! > > Check out John Banta's Coordinate Conversion Home Page > > http://www.connect.net/banta/ > > -- > # Copyright (c) 1996 T. J. Cannon. Permission is granted to freely > quote this > # article in any newsgroup, mail-list, or archive on the internet, > however > # this article may NOT be quoted in any commercial magazine, newspaper, > # or newsletter without first obtaining written permission from the > author. The url given seems to be incorrect or out of date - has anyone got the correct link? DazReturn to Top
Eckart Bedbur wrote: > > OldFordMan wrote: > > > > Check out John Banta's Coordinate Conversion Home Page > > > > http://www.connect.net/banta/ > > > > Is the Address correct? It did not work!! After doing a search, I found the coorect URL to be: http://www.connect.net/jbanta/ ------------------------------------ Bill Rison \/ email: rison@ee.nmt.edu Electrical Engineering Dept. /\ URL: http://www.ee.nmt.edu/~rison New Mexico Tech \/ Voice : 505-835-5486 Socorro, NM 87801 /\ FAX : 505-835-5707Return to Top
>Please, send me all available information about the GAUSS-KRUEGER >coordinate system, especially how to translate coordinate values from >UTM coordidate system to GAUSS-KRUEGER system ! The UTM grid is a one kilometer grid with an orientation to true north called "Grid North" and has easting and northing values marked on the edges of printed maps. The gauss-krueger coordinate system also has a one kilometer grid with an orientation to true north called "Grid North" and has easting and northing values marked on the edges of printed maps. A transformation of the two grids should consist of translation and rotation matrices, with constants being a function of location. I have two sets of Berlin topographic maps. 1:25,000 and 1:10,000 dated 1986. The one-kilometer grid is not UTM. I found the angular orientation of the grid with respect to true north to be almost identical to that of t he UTM one-kilometer grid for this region. Applying a linear transform of 47 meters easting and -2430 meters northing I can convert back and forth between UTM and the grid used on these Berlin maps. The transform values vary about 5 meters from opposite sides of area covered in the Berlin map sets. Using an HP-48SX and placing the easting and northing values on the stack: UTM->GK << ->V2 [47 -2430] - V-> >> GK->UTM << ->V2 [47 -2430] + V-> >> However, all this is all unsatisfying.... I'm still seeking a definition of the GAUSS-KRUEGER system that will allow the relationship between it and UTM or LatLon or ECEF X, Y, Z. ___________________________________________________ Sam Wormley - http://www.cnde.iastate.edu/maps.htmlReturn to Top
eranReturn to Topwrote in article <32A6BC13.4C30@gold.net>... > Please, send me all available information about the GAUSS-KRUEGER > coordinate system, especially how to translate coordinate values from > UTM coordidate system to GAUSS-KRUEGER system ! > Attempted to send you a message re UTM to Gauss-Krueger system conversion -- don't know if it made it... I suggested that you may want to look into TNTproducts by MicroImages, Inc. as I believed they support that. Checked today and they do. Online documentation provides info on system conversion... The Map Calculator and other georeferencing processes do it. TNTlite is downloadable via web-page or they provide it on CD-ROM for ($25) cost / handling... http:// www.microimages.com. Professional products are available for larger scale products. Also since I had the reference on my desk @ work, you should also refer to "Map Projections -- a Working Manual by the USGS, Professional Paper 1395" (GA110.S577, 1987, 526.8, 87-600250 -- first printing 1987, second 1989). Good luck.