Skip to main content

Geographic Reference

The Geographic Reference module allows you to manage all spatial data used in the Bemba system: administrative divisions, infrastructure, and points of interest.

Objectives

  • Structure the administrative hierarchy (regions, sectors, localities)
  • Map infrastructure (schools, health centers, water points)
  • Geolocate entities with GPS coordinates
  • Analyze territorial service coverage

Module Organization

The module is divided into two main categories:

Geographic Reference
├── Administrative hierarchy
│ ├── Regions
│ ├── Sectors
│ └── Localities (villages/neighborhoods)

└── Infrastructure
├── Health centers
├── Schools
├── Water points
└── Police stations

Module Access

From the main menu

  1. Click on Geographic Reference in the sidebar
  2. Select the desired section

Required Permissions

SectionRead PermissionWrite Permission
Regionsregions.viewregions.edit
Sectorssecteurs.viewsecteurs.edit
Localitieslocalites.viewlocalites.edit
Health centerscentres_sante.viewcentres_sante.edit
Schoolsecoles.viewecoles.edit
Water pointspoints_eau.viewpoints_eau.edit
Police stationspolices.viewpolices.edit

Common Interface

All geographic reference pages share a unified interface:

Header Bar

ElementDescription
TitleSection name with subtitle
ExportDropdown menu (CSV, Excel, PDF)
AddButton to create a new element

Statistics

Each page displays indicators:

  • Total: Number of elements
  • With GPS: Geolocated elements
  • Specific indicators: Depending on section

Filters

Depending on the section, cascading filters are available:

  • Region → Sector → Locality
  • Infrastructure type
  • Status (functional/non-functional)

A search field allows filtering by:

  • Name
  • Code
  • Other text fields

Data Table

FeatureDescription
SortingClick on column headers
PaginationNavigation between pages
ActionsEdit / Delete each row
GPSBadge with coordinates if available

Form (modal)

The creation/edit form appears in a modal window:

  • Required fields marked with an asterisk (*)
  • Automatic validation
  • Cancel / Save buttons

GPS Coordinates

GPS coordinates are essential for:

  • Visualization on the GIS map
  • Distance calculation
  • Coverage analysis

Format

FieldFormatExample
LatitudeDecimal12.3456
LongitudeDecimal-14.6789

Visual Indicator

In tables, a GPS badge indicates:

  • With coordinates: Location icon + abbreviated coordinates
  • Without coordinates: Dash (—)

Data Export

Three export formats are available:

FormatDescriptionUsage
CSVComma-separated valuesImport into Excel/spreadsheet
ExcelFormatted .xlsx fileReports and analyses
PDFPrintable documentArchiving and distribution

Integration with GIS Map

Geographic data feeds the GIS Map:

  1. Regions/sectors define administrative boundaries
  2. Infrastructure is displayed as markers
  3. Localities allow household grouping

Next Sections