@geoalgeria/sante 1.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 +21 -0
- package/README.ar.md +187 -0
- package/README.fr.md +198 -0
- package/README.md +194 -0
- package/data/csv/sante.csv +696 -0
- package/data/geojson/sante.geojson +18605 -0
- package/data/metadata.json +30 -0
- package/data/sante.json +15987 -0
- package/index.js +12 -0
- package/package.json +61 -0
- package/types/index.d.ts +98 -0
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"source": "Ministère de la Santé (sante.gov.dz) health-establishment registry, geocoded via OpenStreetMap (ODbL) + Wikidata (CC0)",
|
|
3
|
+
"origin": "https://sante.gov.dz, https://www.openstreetmap.org, https://www.wikidata.org",
|
|
4
|
+
"license": "MSP registry: factual public-sector listing. OpenStreetMap data © OpenStreetMap contributors, ODbL 1.0; Wikidata data is CC0. See README for attribution.",
|
|
5
|
+
"sante": 695,
|
|
6
|
+
"by_type": {
|
|
7
|
+
"eph": 270,
|
|
8
|
+
"epsp": 292,
|
|
9
|
+
"ehs": 108,
|
|
10
|
+
"chu": 20,
|
|
11
|
+
"clinique": 0,
|
|
12
|
+
"hopital": 5
|
|
13
|
+
},
|
|
14
|
+
"by_sector": {
|
|
15
|
+
"public": 695,
|
|
16
|
+
"private": 0
|
|
17
|
+
},
|
|
18
|
+
"by_geo_precision": {
|
|
19
|
+
"osm_point": 121,
|
|
20
|
+
"wikidata_point": 3,
|
|
21
|
+
"commune_centroid": 476,
|
|
22
|
+
"none": 95
|
|
23
|
+
},
|
|
24
|
+
"wilayas_covered": 58,
|
|
25
|
+
"geocoded": 600,
|
|
26
|
+
"bilingual": 563,
|
|
27
|
+
"linkage_note": "Establishment names + type + wilaya are from the MSP registry; the MSP carries no coordinates. Commune is derived by matching the establishment locality to the geoalgeria commune set within the wilaya; coordinates are that commune's centroid, upgraded to a precise OSM/Wikidata point where one sits in the same commune (see geo_precision).",
|
|
28
|
+
"coverage_note": "695 public health establishments from the Ministère de la Santé — 600 geocoded (124 to a precise OSM/Wikidata point, the rest to commune centroid). Names + type + wilaya are official; coordinates are best-effort.",
|
|
29
|
+
"generated_at": "2026-06-27"
|
|
30
|
+
}
|