jmadison wrote:Is it possible to plug this version of earth:
http://jan.ucc.nau.edu/~rcb7/300_Penn_2globes.jpg into the Celestia program so that it looks just as nice at the current earth? I would be pretty cool to reverse time in Celestia and watch the continents start moving. I'm not a programmer or do any sort of code, so this is beyond me.
Writing an addon that uses that image for earth texture (image) in a certain period of time is reasonably simple.
The only thing is with this approach, the change to current earth is going to be instant, not gradious.
The continents won't move, the image just gets replaced when the next image has to appear.
The earth will suddenly look different, that's it.
No moving continents possible.
For moving continents, there would be a huge amount of images that gets switched, this isn't practical, not possible at all.
There for another approach must be taken.
For fluently moving stuff on the time scales Celestia can handle, we need interpolation.
First, for interpolation, we need a vector based file format to start with.
Most image formats are bitmap based and do not support animation, e.g. png, jpeg, gif, jpeg2000...
SVG is vector-based and the specification has animation.
Second, the software has to support that file format.
Support for making animations is not present in current applications.
e.g. Inkscape, it's on the roadmap but it won't be available in the near future.
Celestia has to support svg for using this.
Unfortunately, Celestia does not support svg currently. (september 2009) And probably won't in the (near?) future.