GSoC 2017 - 3D OSM Plugin API for ESA-NASA Web World Wind

From OSGeo
Revision as of 06:58, 12 May 2017 by Kilsedar (talk | contribs) (Created page with "== Introduction == The goal of this project is to create a plugin API to display OpenStreetMap (OSM) data on NASA Web World Wind virtual globe in three dimensions. The OSM da...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

The goal of this project is to create a plugin API to display OpenStreetMap (OSM) data on NASA Web World Wind virtual globe in three dimensions. The OSM data is going to be fetched in real time based on a bounding box or a URL for OSM data and some keywords. The adapter will offer a function to extrude the polygons present in the fetched data using an arbitrary height value. Additionally the project may extract the real heights of buildings using DSM data and apply these heights to extrusion, improve performance via various caching techniques, and tile the data. In case the tiling will be implemented, a new adapter may be created to tile any GeoJSON data.

Schedule

Time frame Task
May 30 - June 8 2017 OSM data retrieval and filtering
1 – 10 June 2016 Sample grid and data importing
11 - 17 June 2016 Sample visualization on voxel
18 – 25 June 2016 Matching voxels with real data
26 June - 2 July 2016 Advanced filtering functionalities
3 - 17 July 2016 Time slider (4th dimension) implementation
18 – 31 July 2016 Sample database implementation
1 – 15 August 2016 Importing of diverse datasets
16 – 23 August 2016 User interface implementation