Three datasets in one update — sports, youth establishments, and a bigger higher-education registry #67
yasserstudio
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Three GeoAlgeria datasets shipped together, all sourced from official Algerian ministries.
@geoalgeria/sports — new (v1.0.0)
5,141 sports facilities across 58 wilayas, from the Ministère de la Jeunesse et des Sports GIS (sig.mjs.gov.dz). 27 facility types: proximity fields, stadiums, swimming pools, halls, athletics tracks, tennis courts, equestrian centres, nautical bases and more. Each facility carries name, type, address, commune / daïra / wilaya, capacity, year of reception, operational status, PMR accessibility, built and land area, and GPS coordinates.
npm: https://www.npmjs.com/package/@geoalgeria/sports
@geoalgeria/jeunesse — rebuilt (v2.0.0)
Rebuilt from that same official GIS. 2,334 youth establishments (up from 2,076), spanning 58 wilayas.
name_ar(Arabic name, backfilled by a type-checked nearest-neighbour geo-match), plus address, capacity, year of reception, operational status, PMR accessibility, and built / land area on every record.MJ,CSP,SPA,AJ,CJ,CLS,FJ,CC,BA) and sequential integer ids.name(now French — readname_arfor the Arabic name) and the legacy source; old type codes and ids. Joinwilaya_codeagainstgeoalgeriafor French commune / wilaya names.Release: https://github.com/yasserstudio/geoalgeria/releases/tag/%40geoalgeria%2Fjeunesse%402.0.0
@geoalgeria/enseignement-superieur — expanded (v1.1.0)
110 → 177 institutions. Added the 19 licensed private institutions and the 48 establishments under other ministries (Santé 25, Défense 16, Culture 4, Poste 2, Travail 1) that MESRS supervises pedagogically, sourced from the ministry's Arabic listing (the English page omits them).
name_ar(also backfilled for the public network via website join),sector(public/private) andsupervisory_ministry, and a newinstitutionsBySector()helper.nameis now nullable so the Arabic-only institutions ship withname_ar(usename ?? name_arfor a display label).Release: https://github.com/yasserstudio/geoalgeria/releases/tag/%40geoalgeria%2Fenseignement-superieur%401.1.0
All three ship JSON, CSV, GeoJSON and TypeScript types, and every record joins the rest of GeoAlgeria on one
wilaya_code. These are snapshots for reference, not live availability — verify against the source ministry for authoritative, real-time information.All reactions