@geoalgeria/poste 2.0.0 → 2.1.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/README.ar.md +14 -13
- package/README.fr.md +14 -13
- package/README.md +15 -13
- package/data/csv/postoffices.csv +3909 -3909
- package/data/geojson/postoffices.geojson +642 -321
- package/data/postoffices.json +642 -321
- package/package.json +1 -1
- package/types/index.d.ts +3 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@geoalgeria/poste",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Algeria post offices (3908) and ATMs (2026) — real postal codes, bilingual names, coordinates, commune/wilaya linkage. Sourced from Algérie Poste (baridimap.poste.dz). JSON, CSV, GeoJSON.",
|
|
6
6
|
"main": "index.js",
|
package/types/index.d.ts
CHANGED
|
@@ -31,6 +31,9 @@ export interface PostOffice {
|
|
|
31
31
|
wilaya_code: string;
|
|
32
32
|
/** Commune (ONS) code as a 4-digit string. */
|
|
33
33
|
commune_code: string;
|
|
34
|
+
/** Algérie Poste's provider-native commune code when it differs from the
|
|
35
|
+
* normalized ONS join. Omitted when both values agree. */
|
|
36
|
+
source_commune_code?: string;
|
|
34
37
|
/** Commune name (French). */
|
|
35
38
|
commune: string;
|
|
36
39
|
/** Commune name in Arabic. */
|