tiburcio wrote:Hi,
I am happy to be here.
I downloaded this app after researching about the different map projections. I don't know how far I can use Celestia in order to make some advancements in my project but my first impression of the application is very positive due to its sophisticated visuality.
I believe finding some people here who have much special knowledge about the projection topic in general so here's my question: How can I transform images from NASA's blue marble project into different projections (robinson, mollwide, aitoff, winkel tripel etc)?
What I found myself is NASA's G.Projector and an application for Mathematica. NASA's G.Projector deosn't give me sufficient resolution and "World Map Projections", well I cannot handle Mathematica sufficiently welll
![Smile :)](./images/smilies/icon_smile.gif)
I am looking forward to a reply and hopefully a good advice.
Cheers, tiburcio
Welcome!
It is not entirely clear to me, what exactly you are looking for? Further suggestions of easy-to-handle projection software that is free of charge? Or rather professional style software that is powerful but typically less intuitive to handle?
Most importantly, you didn't specify the operating systems you can use.
Since I am often concerned with reprojections of textures for celestial bodies, I use a good but less intuitive command-line program, called 'mmps', mostly under Linux. It's written in C++, and I can thus easily modify the code, if necessary. It compiles well also under the CYGWIN layer that many of us use together with WINDOWS.
It does these projections:
latlong | equalarea | sinusoidal | sinusoidal2 | mollweide | mercator | cylindrical | azimuthal |
rectilinear |orthographic | stereographic | gnomonic | perspective| bonne | hammer
It's essentially a pixel-to-pixel transformation without fancy resampling and anti-alias features. But that's precisely what I need.
Fridger