Ooredoo Retail Network

@geoalgeria/ooredoo

572 Ooredoo stores across 63 wilayas, Espaces Ooredoo, City Shops and Espaces Services with real coordinates and addresses, geocoded from the operator's public locator and linked to the geoalgeria commune set.

572 Ooredoo storesView on mapnpm

Source: Ooredoo Algérie, public store locator (ooredoo.dz)

Install

npm install @geoalgeria/ooredoo

Quick example

import ooredoo from "@geoalgeria/ooredoo";

const all = ooredoo.stores();              // 572 stores
const eo = ooredoo.storesByType("EO");     // Espaces Ooredoo
const alger = ooredoo.storesByWilaya(16);  // Alger

API reference

NameSignatureDescription
storesstores(): OoredooStore[]All 572 Ooredoo stores.
storeByIdstoreById(id): OoredooStore | nullA single store by id.
storesByWilayastoresByWilaya(code): OoredooStore[]Stores in a wilaya (numeric or zero-padded code).
storesByTypestoresByType(type): OoredooStore[]Stores of a type ("EO" | "CSO" | "ESO").
metadatametadata(): MetadataPackage metadata (counts, sources, licenses).

Record shape

FieldTypeNullableDescription
idstringnoRecord id (e.g. "16-004").
namestringnoStore name / code (e.g. "EO ROUIBA").
wilaya_codestringnoZero-padded wilaya code ("01".."69").
commune_codestringnoCommune code (geoalgeria code_commune).
communestringnoCommune name (French), nearest-centroid match.
latnumbernoLatitude (real API point).
lngnumbernoLongitude (real API point).
geo_precision"exact" | "approximate"noHow precisely the point is placed.
geo_methodGeoMethodnoHow the coordinates were derived.
source"ooredoo"noProvenance, the ooredoo.dz locator.
refsRefsnoExternal identifiers (Ooredoo store id).
typeOoredooTypenoStore type (Espace / City Shop / Espace Services).
type_label_frstringnoFrench label for the type.
type_label_arstringnoArabic label for the type.
addressstringnoStreet address as listed.
operator_wilayastringnoOperator's own declared wilaya (legacy 48-scheme).

Formats

JSONCSVGEOJSONTS

The npm package ships JSON. Other formats are available in each GitHub Release.

Related packages