e3tools / participatory-tool

Digital tool to support participatory processes such as participatory budgeting, PCRA, PVCA etc
0 stars 0 forks source link

Map diagnostics page #14

Open stevenyaga opened 10 months ago

stevenyaga commented 10 months ago

This page will provide a diagnostics interface where different datasets can be consulted. See email trail for download of TOR https://mail.google.com/mail/u/0/#search/west/FMfcgzGtwMVVsVRhrJTJhQmDKwhjcfdM.

The link to a sample tool is here https://hydrosolutions.users.earthengine.app/view/cropmapper-georgia-9531039933

@TODO:

This feature will support map diagnostics to allow querying of climatic data. Two types of data will be queried i.e vector and raster data. Different types of diagnostics will be performed e.g temperature, rainfall etc.

Resources

See #17

stevenyaga commented 8 months ago

The features will be split into majorly 2 functions:

  1. Upload feature
  2. Technical analysis configuration. This will enable different types of analysis to be configured against the uploaded data

1. Upload data

  1. Tabular. This is data that is organized into rows and columns
  2. Vector. This is data represented as points, polygons or lines
  3. Raster. This is data represented as pixel values

    • The user needs to specify the lowest level of organization for the supplied data
Tabular data
  1. Ward. The user will specify which columns stores the values for ward, sub-county and county
  2. Sub-County. The user will specify which columns stores the values for sub-county and county
  3. County. The user will specify which column specifies the values for county
Raster data
Vector data

2. Technical Analysis

  1. Raster analysis
  2. Vector analysis
  3. Tabular analysis
Raster analysis
Vector analysis
Tabular analysis