npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@geoalgeria/agriculture

v1.0.0

Published

Agriculture-sector institutions of Algeria — agricultural-services directorates (DSA), forest conservations, technical & research institutes, training centres, chambers of agriculture, public offices and groups from the Ministry of Agriculture (MADR), bil

Readme

English | Français | العربية

@geoalgeria/agriculture

Algeria's agriculture-sector institutions — as data you can install.

npm npm downloads License: MIT

Overview

196 agriculture-sector institutions from the Ministry of Agriculture, Rural Development and Fisheries (MADR) institutional directory — agricultural-services directorates, forest conservations, technical & research institutes, training centres, chambers of agriculture, public offices and groups — bilingual (FR/AR), typed, with wilaya/commune linkage and coordinates.

Installation

npm install @geoalgeria/agriculture

Quick start

import {
  agriculture,
  institutionById,
  institutionsByWilaya,
  institutionsByType,
  metadata,
} from "@geoalgeria/agriculture";

agriculture().length; // 196

// All agricultural-services directorates (one per wilaya)
institutionsByType("dsa").length; // 58

// Everything in Alger (code 16)
institutionsByWilaya(16).map((r) => r.name);

// A single record, and dataset metadata
institutionById("16-office_public-01")?.abbreviation; // "OAIC"
metadata().wilayas_covered; // 58

What you can build

  • A directory/locator for agricultural institutions by wilaya
  • A contact book of the national institutes, offices and groups (phone/fax)
  • A map layer of the agriculture sector's administrative footprint

What's inside

| Dataset | Count | Coordinates | Notes | | --- | --- | --- | --- | | agriculture | 196 | all 196 | MADR directory, geocoded to commune/wilaya centroid |

By network (type)

| Type | Count | Meaning | | --- | --- | --- | | dsa | 58 | Directions des Services Agricoles (one per wilaya) | | conservation_forets | 48 | Conservations des Forêts | | chambre_agriculture | 49 | Chambres d'Agriculture (+ national chamber) | | institut_recherche | 16 | Technical & research institutes (INRAA, INRF, ITGC, ITDAS…) | | centre_formation | 11 | Training institutes & centres (ITMAS/CFATSF/CFVA) | | groupe_public | 10 | Public groups (GVAPRO, AGROLOG, GIPLAIT…) | | office_public | 4 | Public offices (OAIC, ONIL, ONILEV, ONTA) |

By coordinate precision (geo_precision)

| Value | Count | Meaning | | --- | --- | --- | | commune_centroid | 89 | Address matched a commune; centroid of that commune | | wilaya_centroid | 107 | No commune in the address; centroid of the wilaya chief town |

DSA covers all 58 wilayas. Conservations des Forêts (48) and Chambres d'Agriculture (49) use the pre-2019 48-wilaya division — the southern wilayas fold into their parents there.

Formats

  • data/agriculture.json — full array (typed by types/index.d.ts)
  • data/csv/agriculture.csv — flat CSV
  • data/geojson/agriculture.geojsonFeatureCollection (all records)
  • data/metadata.json — counts, sources, generated date
import data from "@geoalgeria/agriculture/data/agriculture.json" with { type: "json" };
import type { AgricultureInstitution } from "@geoalgeria/agriculture";

How the data is built

Extracted from the MADR directory (madr.gov.dz/contact/دليل-الهاتف/, Arabic — the up-to-date side; fr.madr.gov.dz/contact/annuaire/ for the bilingual category labels), normalized to official wilaya codes, then geocoded against the geoalgeria commune set. See research/agriculture/ in the monorepo for the full pipeline (parse.pynormalize.pygeocode.py).

On accuracy

Names, wilaya, address and phone/fax are official (from the MADR directory). The directory carries no coordinates: each record is placed at the centroid of the commune named in its address, or — when the address has no recognizable commune — at the centroid of the wilaya chief town (see geo_precision). These are approximate locations for the wilaya/commune, not surveyed building points. Some source rows have minor typos that have been normalized.

Source & license

Data from the Ministry of Agriculture, Rural Development and Fisheries (MADR) — a factual public-sector listing, redistributed for reference. Wilaya/commune linkage uses the geoalgeria base dataset. Package code under MIT (see LICENSE).

Questions?

Open an issue: https://github.com/yasserstudio/geoalgeria/issues