Difference between revisions of "Shallow Blue"

From mn/ifi/inf5750
Jump to: navigation, search
Line 1: Line 1:
 
=== Overview ===
 
=== Overview ===
Bla bla...
+
'''Project:''' D
 +
 
 +
'''Project description:'''
 +
 
 +
''Import events AND health facilities with coordinates linked to the organisational (''orgunit'') hierarchy using geography http://turfjs.org/ (earlier this text said events OR health facilities). For example, districts or chiefdoms are usually areas, and represented as (geojson) polygons in DHIS2. Together, one level or layer of such polygons will cover the whole country (e.g. Norwegian fylker or kommuner). This means that point coordinates representing an event (e.g. a case of malaria) or a health facility (e.g. a rural clinic) will fall within exactly one of the polygons and can thus be tied to that organisational unit. However, ideally an event point would rather be tied directly to a facility point - and it is mostly a sound assumption that it would be tied to the nearest facility.''
  
 
=== Group members ===
 
=== Group members ===

Revision as of 15:43, 28 October 2016

Overview

Project: D

Project description:

Import events AND health facilities with coordinates linked to the organisational (orgunit) hierarchy using geography http://turfjs.org/ (earlier this text said events OR health facilities). For example, districts or chiefdoms are usually areas, and represented as (geojson) polygons in DHIS2. Together, one level or layer of such polygons will cover the whole country (e.g. Norwegian fylker or kommuner). This means that point coordinates representing an event (e.g. a case of malaria) or a health facility (e.g. a rural clinic) will fall within exactly one of the polygons and can thus be tied to that organisational unit. However, ideally an event point would rather be tied directly to a facility point - and it is mostly a sound assumption that it would be tied to the nearest facility.

Group members

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

Milestones

  • Fetch JSON-data from DHIS2 api (with authentication)
  • Display map with geographical points (area, heatmap, etc.)

Requirements

Time schedule

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 manager: Nikolai Sverdrup

Developer: Lars Erik Storbukås

Developer: Jonas Sandbekk

Screenshots

Documented learning

Suggested improvements to APIs etc

Link to repository

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

Download link to sample web app