![]() |
|
|
#1 |
|
Guest
Posts: n/a
|
I followed a NASA news release here because it said there was a program for users to view the moon in 3D. What I found was a set of files that had no clear explanation how to load, launch, and view the moon.
http://www.nasa.gov/centers/ames/new...5/05_56AR.html I've downloaded the zip file, unbundled the files, now what?? Trying to run from Ubuntu, but even the run-demo.bash won't run. Where is the moon viewing program and how do I get it to launch? |
|
|
|
#2 | |
|
Senior Member
Join Date: Feb 2008
Location: Melbourne, FL, USA
Posts: 675
![]() |
http://goworldwind.org/
http://worldwind.arc.nasa.gov/java/index.html NASA World Wind is an API for building your own spatial applications. It did at one point have the capability to present the Moon(and Mars), but that capability slowly faded since it's a small development team and they couldn't focus on maintaining the code to support it. You can still find tools that use old versions of World Wind. they may still have a moon viewer, like World Wind Geo. Also you can get a copy of the old C# app:http://worldwindcentral.com/wiki/NAS..._Wind_Download that still has this capability i believe.
__________________
Senior Member
Join Date: Apr 2008
Location: Boise ID
Posts: 446
![]() |
Hi,
Rolling Thunder currently supports view the Moon and Mars. I have not added other planets yet. I am currently in process of adding support for planets for filters, measure distances ect and making some GUI updates this week. Below is a link to a screen capture I just did a few minutes ago. To see the moon or mars just click the map button on the main toolbar and select the list tab and select the moon from the location dropdown control. http://www.myuniportal.com/moon.jpg Regards, Tony Anecito Founder/CEO MyUniPortal |
|
|
|
|
|
#4 |
|
Senior Member
Join Date: Oct 2007
Location: Pau, France
Posts: 116
![]() |
can you please tell what WMS servers you use to display Moon and Mars ?
I tried to restore the Moon and Mars examples, attached, with no luck. |
|
|
|
|
|
#5 |
|
Senior Member
Join Date: Oct 2007
Location: Pau, France
Posts: 116
![]() |
Hi Martians !
I finally got Mars demo running with the official NASA WMS link (http://OnMars.jpl.nasa.gov/wms.cgi), using old implementation (txs Pat!) and a bit of cooking on my own... Code attached for those interested. Works BUT i probably miss something with the Elevation part...(pressing the strechs buttons has no good effect..). Any help from WW gurus ? Cheers |
|
|
|
|
|
#6 |
|
Senior Member
Join Date: Oct 2007
Location: Pau, France
Posts: 116
![]() |
Hi,
I did almost the same for the Moon example (using http://OnMoon.jpl.nasa.gov/wms.cgi), but cannot download much tiles from it (one or two tiles per layer and per level...) Seem that the server is very slow, or crashes quite often...Has anyone got info on that ? I figure out my posts should be in the 'Dev' part...it is possible to move them ? Txs |
|
|
|
|
|
#7 |
|
Super Moderator
Join Date: Nov 2006
Location: Mojave & Oxnard California
Posts: 2,615
![]() |
You can use this to see if a tile request is valid:
layers/BasicTiledImageLayer.java just below url = tile.getResourceURL(); System.out.println("#567\n" + url); Then in an IDE or dos box you can copy the request string into the address bar of a browser. The thread was started here so that is OK. When the "New Posts" is clicked it will find all unread posts in all of the forum. Or you could do a "Search" in the forum to see if the topic is covered elsewhere. Or you could start a new thread in Development Help. The "Search" is very helpful. |
|
|
|
|
|
#8 |
|
Senior Member
Join Date: Oct 2007
Location: Pau, France
Posts: 116
![]() |
Yes I did that and controlled URLs through a browser. Some tiles come up, some others don't and send back a wms.cgi file (?).
But though my app, surfing around the moon, tiles don't come up at all, or very few. I tried to extend the TIMEOUT variables, with no luck. |
|
|
|
|
|
#9 |
|
Senior Member
Join Date: Oct 2007
Location: Pau, France
Posts: 116
![]() |
Okay, i got it working replacing the former worlwind24 server call, by a onmoon server call... All moon layers come up, all but the Apollo ones, which are said to be special (in the capabilities xml)
Btw, i have the same problem for elevations, as for mars, it seems that necessary files/resources/server calls are absent. I can send code to people interested, if any. Cheers |
|
|
|
![]() |
| Tags |
| None |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Moon Crater names(placenames on Moon Globe)??? | Gopinath Avuku | Development Help | 1 | 01-21-2010 08:38 AM |
| About WW Moon Images | DarkPhoenix | WorldWind General | 15 | 11-25-2009 11:28 AM |
| Strange Program Behavior Involving Mouse | Mark S | Technical Support | 12 | 06-01-2005 07:46 AM |
| Why not the moon? | JamminR | Suggestion Box | 6 | 11-27-2004 04:56 PM |