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.
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.