| 1 | = Central African Republic = |
| 2 | [[TOR]] |
| 3 | |
| 4 | Looking to have a deployment to provide easy interactive access to Humanitarian Data. |
| 5 | |
| 6 | == Models == |
| 7 | Some data needs new models, and some models may need tweaking. |
| 8 | |
| 9 | To see the Data, suggest inspecting by opening the .dbf (in OpenOffice) & .xml files (for additional metadata where-provided). |
| 10 | * You can use QGIS to display the polygons if you like but there's no need for this to do the modelling. |
| 11 | |
| 12 | === Tasks === |
| 13 | * Add/modify the core models in {{{modules/s3db}}} |
| 14 | * Add REST controllers for new models |
| 15 | * Check basic operations using automatic CRUD interface |
| 16 | - tweak {{{list_fields}}} to the most-relevant fields perhaps |
| 17 | * Add menu entries ({{{modules/s3menus.py}}}) |
| 18 | * Develop XSLT & CSV templates ({{{static/formats/s3csv}}}) to bulk import the data |
| 19 | * Convert the data to these CSV templates |
| 20 | - use [wiki:UserGuidelines/GIS/Data#Shapefiles ogr2ogr] for this |
| 21 | * Add layers to the map ({{{private/templates/<TEMPLATE>/gis_layer_feature.csv}}}. Look at default for now) including Markers and tooltips ({{{popup_format}}}) |
| 22 | * Provide some {{{report_options}}} to make a meaningful report? (Don't worry too much about this) |
| 23 | |
| 24 | === Transport Module === |
| 25 | ==== Border Control Points ==== |
| 26 | Data here: |
| 27 | * http://geonode.wfp.org/layers/geonode:wld_poi_bcp_wfp |
| 28 | |
| 29 | ==== Roads ==== |
| 30 | Data here: |
| 31 | * http://www.humanitarianresponse.info/operations/central-african-republic/dataset/central-african-republic-roads |
| 32 | |
| 33 | Also look at OSM for data model ideas: |
| 34 | * http://wiki.openstreetmap.org/wiki/Highway_Tag_Africa |
| 35 | |
| 36 | ==== Routes ==== |
| 37 | Data here: |
| 38 | * http://geonode.wfp.org/layers/geonode:wld_trs_supplyroutes_wfp |
| 39 | & here: |
| 40 | * http://geonode.wfp.org/layers/geonode:wld_trs_unhasroutes_wfp |
| 41 | |
| 42 | ==== Airports ==== |
| 43 | Check our Airports model against this data: |
| 44 | * http://www.humanitarianresponse.info/operations/central-african-republic/dataset/central-african-republic-aerodromes-airports-airfields |
| 45 | |
| 46 | === Water Module === |
| 47 | ==== Water Bodies ==== |
| 48 | Data here: |
| 49 | * http://www.humanitarianresponse.info/operations/central-african-republic/dataset/central-african-republic-water-bodies |
| 50 | |
| 51 | Also look at OSM for data model ideas: |
| 52 | * http://wiki.openstreetmap.org/wiki/Key:water |
| 53 | |
| 54 | ==== Rivers ==== |
| 55 | Check our Rivers model against this data: |
| 56 | http://www.humanitarianresponse.info/operations/central-african-republic/dataset/central-african-republic-water-courses |
| 57 | |