Difference between revisions of "Shallow Blue"

From mn/ifi/inf5750
Jump to: navigation, search
Line 6: Line 6:
 
''Import events AND health facilities with coordinates linked to the organisational (''orgunit'') hierarchy using geography ''
 
''Import events AND health facilities with coordinates linked to the organisational (''orgunit'') hierarchy using geography ''
  
We are using dhis2 data to do spatial analysis and displaying 2d vector graphics using turf.js  
+
We are using dhis2 data to do spatial analysis and displaying 2d vector graphics using turf.js  
  
 
We are building the project with Angular 2.  
 
We are building the project with Angular 2.  
Line 20: Line 20:
 
* Display map with geographical points (area, heatmap, etc.)
 
* Display map with geographical points (area, heatmap, etc.)
 
* Build a Triangulated irregular network
 
* Build a Triangulated irregular network
TODO
 
 
* Link our Triangulated irregular network with Dhis2 data
 
* Link our Triangulated irregular network with Dhis2 data
* Create a great looking UI
 
* Cool features such as day/night cycle
 
 
 
=== Time schedule ===
 
=== Time schedule ===
 
* Spatial analysis with dhis2 data - week 46
 
* Spatial analysis with dhis2 data - week 46
Line 48: Line 44:
  
 
Jonas and Nikolai are doing most of the map and geospatial stuff and Lars Erik handles most of the DHIS2 data.
 
Jonas and Nikolai are doing most of the map and geospatial stuff and Lars Erik handles most of the DHIS2 data.
 +
 +
=== Features ===
 +
* Spatial analysis of dhis 2 events with turf.js
 +
* Selectable event area with event value pop-up
 +
* Display of dhis2 organizational units
 +
* Selectable organizational units with name pop-up
 +
* Display of dhis2 districts. Level 2 and 3
 +
* Selectable districts with name pop-up
 +
* Different maps can be selected
 +
* A overlay of the earth's land surface temperature courtesy of NASA
 +
* Map zoom
  
 
=== Screenshots ===
 
=== Screenshots ===

Revision as of 22:20, 1 December 2016

Overview

Project: D

Project description:

Import events AND health facilities with coordinates linked to the organisational (orgunit) hierarchy using geography

We are using dhis2 data to do spatial analysis and displaying 2d vector graphics using turf.js

We are building the project with Angular 2.

Group members

  • Nikolai Sverdrup njsverdr
  • Lars Erik Storbukås lestorbu
  • Jonas Sandbekk jonsandb

Milestones

Done

  • Fetch JSON-data from DHIS2 api (with authentication)
  • Display map with geographical points (area, heatmap, etc.)
  • Build a Triangulated irregular network
  • Link our Triangulated irregular network with Dhis2 data

Time schedule

  • Spatial analysis with dhis2 data - week 46
  • Other cool features and UI stuff . week 47

Weekly meetings:

Tuesday: 10:15 - 12:00

Wednesday: 10:15 - 14:00

Friday: 12:15 - 16:00

In addition we use Slack as a way of collaboration. We discuss milestones, task division, problem solving, etc.

Task division

Project master: Nikolai Sverdrup

Developer: Lars Erik Storbukås

Developer: Jonas Sandbekk

Our feature team format does not allow for set responsibilities. However

Jonas and Nikolai are doing most of the map and geospatial stuff and Lars Erik handles most of the DHIS2 data.

Features

  • Spatial analysis of dhis 2 events with turf.js
  • Selectable event area with event value pop-up
  • Display of dhis2 organizational units
  • Selectable organizational units with name pop-up
  • Display of dhis2 districts. Level 2 and 3
  • Selectable districts with name pop-up
  • Different maps can be selected
  • A overlay of the earth's land surface temperature courtesy of NASA
  • Map zoom

Screenshots

GeoViz.png
Early prototype:

Documented learning

Suggested improvements to APIs etc

Link to repository

https://github.uio.no/njsverdr/shallowblue

Download link to sample web app