Wiki

Clone wiki

NWW_Player / Home

Welcome

Welcome to the NWW Player application. This application is a technical demonstrator for the production of a custom NASA WorldWind Java component that allows easy presentation of GeoSpatial entities, to be bolted on to an existing GeoSpatial GIS-like application.

Once the application/codebase has matured within this project it is intended that the code will be moved over to the GME project ( https://bitbucket.org/ianmayo/geomonkeyengine )

The first target implementation of this application is to view a series of maritime vehicle tracks (surface and sub-surface).

Sample data

A sample datafile containing two vehicle tracks is provided at: https://bitbucket.org/ianmayo/nww_player/src/22acf820f898/geo-worldwind/assets/TwoTracksBumpy.csv

The columns in this datafiles are yymmdd, hhMMss, ship_name, lat-degs, long-degs, heading-degs, speed-knots, depth-m

Updated