For questions about the geodetic functionality of Mathematica, including the functions FromDMS, GeoPosition, GeoDistance, GeodesyData, and FindGeoLocation.

learn more… | top users | synonyms

4
votes
1answer
189 views

How to convert from and to UTM coordinates in Mathematica?

How to use the UTM coordinate system (northing, easting) in Mathematica using the built-in functions (GeoPositionENU, ...
9
votes
2answers
370 views

How do I map a Mollweide projection onto a sphere?

I have this Mollweide projection of the Earth circa 600 million years ago (http://jan.ucc.nau.edu/~rcb7/370moll.jpg).(1) I want to map this onto a sphere. My results have big black splotches in ...
23
votes
4answers
1k views

Need general assistance with plotting lat/long values

I'm attempting for the first time to create a map within Mathematica. In particular, I would like to take an output of points and plot them according to their lat/long values over a geographic map. I ...
7
votes
1answer
366 views

How can you use and convert Gauss-Krüger-Coordinates in Mathematica?

I am given geographic data in the form of Gauss-Krüger-Coordinates and would like to calculate distances with them and convert them to longitude/latitude coordinates in another system for plotting ...