Published in
Engineering, Simulation, Space, Technology
I’m a big fan of the acronyms NASA and SL and was really interested to read the article on NASA’s SecondLife Presentation of their work on Synthetic Worlds. (via Slashdot)
The details are fairly light, but it seems as though NASA is building a VR game on space exploration (remember Microsoft’s Space Simulator, or the free and open-source Orbiter?). I wonder why NASA is rebuilding their own engine rather then picking up and using existing simulators (like Open-SESSAME) on top of the Unreal graphics/physics engine.
I also wonder if, given their presentation venue in SL, if they are considering integration of their space simulator with SecondLife itself. Apparently right now it is possible in SL to have some sort of orbital platform. But imagine if they actually opened up Space Stations, or other planets/moons for exploration/colonization.
Published in
GeoRSS, Maps, Project, Space
All the emerging standards for simple markup and syndication of location are Earth-centric (and sometimes just US/North American-centric). Granted, most people are probably only interested in locations that they can actually go to anytime soon.
However, with the increasing number of interplanetary rovers, observations of moons, and perhaps future excursions, it is still useful to define how to properly handle these other reference frames. Luna and Mars are two suggested Microformats that are starting the discussion on how one might mark locations on the two bodies. Additionally, the OGC is working now on determining standards for scientists and developers to publish and share data sources of planets, moons, asteroids, comets, ‘oh my’.
And why does the Earth have to be the only one with cool, “slippy maps”. I quickly put together a map of Mars. It uses the powerful OpenLayers Javascript mapping library to display the tiles from a NASA WMS server.

To produce the locations for the map, I put up a Space Blog, using WordPress and a slightly modified GeoPress to publish Mars lander locations and landing dates. I altered the published Microformats produced by GeoPress to make the class “geo mars” as a suggested way to markup Mars coordinates. The published GeoRSS feeds from the Space Blog then produce the locations and layers automatically on the OpenLayers Mars Map.
To Do: CRS and You
So this is all very neat, and in the end, really easy to setup. However, this is just a demonstration and in no way should be construed as “the way to do it”. Specifically, there are these questions left unanswered:
- How to define the Microformat and GeoRSS for non-Earth (and non-WGS84) reference frames
- How to define the Microformats and GeoRSS/Geonames location for non-Earth locations (like “Ares Vallis”)
- More sources for interplanetary map servers
- Ways to syndicate, and subscribe to, specific bodies
- Support for publishing, consuming, and drawing lines - in order to plot out mission profiles
- Support for publishing, consuming, and drawing areas - in order to plot out mission profiles, landing sites, and expected areas of “mission failures”
I’m sure there are more issues, so please speak up. You know who you space geeks are.
Published in
Environment, Society, Space
Andri Snaer talks about how last night, all the lights were turned off in INSERT_ADDRESS. Then a famous astronomer talked about the night sky over the radio for people to enjoy the natural beauty of the cosmos.
I think this is a simply marvelous idea. I’ve been in several European cities when they’ve had “Car Free days”, most recently in Brussels during EuroOSCON. The idea is one day of the week that everyone will go car free, and enjoy the relative quiet and easy biking/strolling about town.
Overall, I am an idealistic technocrat. I really enjoy technology, gadgets, programming, etc. However, I also enjoy natural beauty and the environment as it is. I hope that towns here in the US start promoting these sorts of activities. I mean, what’s the worse that can happen, people actually think its a good idea and turn off their lights at night? 
Published in
Javascript, Space
For your Friday Enjoyment: CSS Solar System (is that CSS again as a recursive Acronym?)
This was done with the increasingly popular jQuery, an up-and-coming javascript framework/library. (via Dr. Nic)