Skip to content

The NASA WorldWind Java SDK for Android (WWA) includes the library, examples and tutorials for building 3D virtual globe applications for phones and tablets.

License

Notifications You must be signed in to change notification settings

shaharhi/WorldWindAndroid

 
 

Repository files navigation

WorldWind Android

Currently WorldWind is undergoing system evaluation. We will not be able to accept any software 
update requests. WorldWind users can continue to access the NASA servers and SDKs, available on 
Github. More information will be provided in the near future. If you have questions and/or 
concerns, please feel free to email at:

[email protected]

Build Status Download

3D virtual globe API for Android, developed by NASA. Provides a geographic context with high-resolution terrain, for visualizing geographic or geo-located information in 3D and 2D. Developers can customize the globe's terrain and imagery. Provides a collection of shapes for displaying and interacting with geographic data and representing a range of geometric objects.

Download

Download the latest release or grab via Gradle:

compile 'gov.nasa.worldwind.android:worldwind:0.8.0'

Snapshots

Get development build snapshots with the latest features and bug fixes from oss.jfrog.org:

repositories {
    maven {
        url 'https://oss.jfrog.org/artifactory/oss-snapshot-local'
    }
}

...

compile 'gov.nasa.worldwind.android:worldwind:0.9.0-SNAPSHOT'

Releases and Roadmap

Official WorldWind Android releases have the latest stable features, enhancements and bug fixes ready for production use.

  • GitHub Releases documents official releases
  • GitHub Milestones documents upcoming releases and the development roadmap
  • Bintray contains official release binaries and Maven artifacts
  • Travis CI provides continuous integration and release automation

License

NASA WORLDWIND

Copyright (C) 2001 United States Government
as represented by the Administrator of the
National Aeronautics and Space Administration.
All Rights Reserved.

NASA OPEN SOURCE AGREEMENT VERSION 1.3

This open source agreement ("agreement") defines the rights of use, reproduction,
distribution, modification and redistribution of certain computer software originally
released by the United States Government as represented by the Government Agency
listed below ("Government Agency"). The United States Government, as represented by
Government Agency, is an intended third-party beneficiary of all subsequent
distributions or redistributions of the subject software. Anyone who uses, reproduces,
distributes, modifies or redistributes the subject software, as defined herein, or any
part thereof, is, by that action, accepting in full the responsibilities and obligations 
contained in this agreement.

Government Agency: National Aeronautics and Space Administration (NASA)
Government Agency Original Software Designation: ARC-15166-1
Government Agency Original Software Title: NASA WorldWind
User Registration Requested. Please send email with your contact information to [email protected]
Government Agency Point of Contact for Original Software: [email protected]

You may obtain a full copy of the license at:

    https://worldwind.arc.nasa.gov/LICENSE.html

About

The NASA WorldWind Java SDK for Android (WWA) includes the library, examples and tutorials for building 3D virtual globe applications for phones and tablets.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 82.0%
  • JavaScript 12.7%
  • HTML 4.5%
  • Other 0.8%