The ga-worldwind-suite
is a collection of tools created by the Geoscience Australia (GA) Movies and 3D Visualisation (M3DV) team. The tools are built around the NASA World Wind Java SDK, an open-source virtual globe toolkit.
The suite consists of a number of tools, found in the project subfolders. These tools are:
Viewer
- A virtual globe tool supporting display of raster, vector, surface and volume data as well as digital elevation models (DEMs).Animator
- A keyframe animation tool designed for the production of flythrough style animations of geoscience and geospatial data.Common
- A general-purpose library that underpins theViewer
andAnimator
tools.Tiler
- Used to prepare tilesets for use in theViewer
andAnimator
tools.TileServer
- A simple JSP application that can be used to serve World Wind tilesets.
For more information on the project, see the project wiki.
Update: March 2013
The GA-M3DV team is no longer actively maintaining this project. We have moved our development effort to the EarthSci platform.
This platform is an open source project that will fill the same niche as the ga-worldwind-suite
, but has been redesigned from the ground-up to be a flexible earth science visualisation platform. It is built on Eclipse E4AP and has a powerful plugin architecture that makes it easier to add new functionality without having to change the core codebase.
Feel free to continue using the ga-worldwind-suite
if it meets your needs, but if you want to leverage the ongoing development of new features we recommend you consider the EarthSci
platform.
We have created a separate repository containing webstart versions of some of the tools in this repository. To run these applications, use the following links:
We will update these builds periodically to reflect the latest changes in the codebase.
As of Java 7 update 51, Oracle changed the security policy to disable self-signed webstart apps by default. Both of the webstart links above contain self-signed JARs, so you will need to either change the Java security level to Medium, or add the URL to the list of exception sites (see the Security tab in the Java Control Panel).
We are striving to ensure the ga-worldwind-suite
is a high-quality and usable suite of tools. If you find any bugs/issues with the tools, or would like to see new features added, please report them via the issue tracker. Better yet, implement the changes yourself and then open a pull request.
Please note that your bug/issue/feature may already be registered in the issue tracker. Please take a quick look before you raise a ticket to make sure you aren't duplicating an existing issue. For a good guide on writing effective issue reports, see Allan McRae's blog post "How to file a bug report".
The ga-worldwind-suite
is being managed using a "fork+pull" method described here and we encourage developers to contribute in any way they can. To contribute patches to the codebase:
- Fork the repository
- Make your changes
- Submit a pull request
Some ideas for how to contribute include:
- Find a bug/issue in the issue tracker and fix it!
- Implement a feature you would like to see
- Add some unit tests to the test suite
- Help create technical documentation and developer guides to make it easier for future developers to get involved
The ga-worldwind-suite
is released under the Apache 2.0 license and is distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and limitations under the License.
For more information on the ga-worldwind-suite
project, please email m3dv:at:ga.gov.au.