@geoalgeria/poste 1.0.2 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.ar.md +147 -0
- package/README.fr.md +148 -0
- package/README.md +37 -14
- package/data/atms.json +26602 -22550
- package/data/csv/atms.csv +2027 -0
- package/data/csv/postoffices.csv +3909 -0
- package/data/geojson/atms.geojson +54572 -0
- package/data/geojson/postoffices.geojson +108981 -0
- package/data/metadata.json +45 -7
- package/data/postoffices.json +57324 -53416
- package/dataset-metadata.json +68 -0
- package/package.json +12 -3
- package/types/index.d.ts +153 -0
package/data/metadata.json
CHANGED
|
@@ -1,9 +1,47 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
2
|
+
"package": "@geoalgeria/poste",
|
|
3
|
+
"schema_version": "2.0.0",
|
|
4
|
+
"title_fr": "Bureaux de poste et GAB d'Algérie",
|
|
5
|
+
"title_ar": "مكاتب البريد والصرافات الآلية الجزائرية",
|
|
6
|
+
"title_en": "Algeria post offices & ATMs",
|
|
7
|
+
"record_count": 5934,
|
|
8
|
+
"geocoded_count": 5913,
|
|
9
|
+
"geocoded_pct": 99.6,
|
|
10
|
+
"precision": {
|
|
11
|
+
"exact": 5913,
|
|
12
|
+
"approximate": 0
|
|
13
|
+
},
|
|
14
|
+
"estimated_universe": null,
|
|
15
|
+
"coverage_pct": null,
|
|
16
|
+
"coverage_note": "Post offices and Baridi Mob ATMs from Algérie Poste's baridimap portal.",
|
|
17
|
+
"wilayas_covered": 58,
|
|
18
|
+
"bbox": [
|
|
19
|
+
-8.165285,
|
|
20
|
+
19.562719,
|
|
21
|
+
10.195022,
|
|
22
|
+
37.067213
|
|
23
|
+
],
|
|
24
|
+
"entities": [
|
|
25
|
+
{
|
|
26
|
+
"file": "postoffices.json",
|
|
27
|
+
"count": 3908
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"file": "atms.json",
|
|
31
|
+
"count": 2026
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"sources": [
|
|
35
|
+
{
|
|
36
|
+
"key": "baridimap",
|
|
37
|
+
"name": "Algérie Poste — baridimap.poste.dz",
|
|
38
|
+
"url": "https://baridimap.poste.dz",
|
|
39
|
+
"license": "Data © Algérie Poste; redistributed for reference",
|
|
40
|
+
"retrieved": "2026-06-08",
|
|
41
|
+
"evidence_type": "official"
|
|
42
|
+
}
|
|
43
|
+
],
|
|
44
|
+
"license": "Data © Algérie Poste; redistributed for reference",
|
|
45
|
+
"updated": "2026-06-08",
|
|
46
|
+
"distinct_postal_codes": 4000
|
|
9
47
|
}
|