Landbruget.dk

Organizes data from 18+ Danish government sources into a single, queryable platform to collect, clean, and publish agricultural, environmental, and regulatory data so that journalists, researchers, and citizens can hold the industry accountable.
https://github.com/klimabevaegelsen/landbruget.dk

Category: Consumption
Sub Category: Agriculture and Nutrition

Last synced: about 2 hours ago
JSON representation

Repository metadata

Et projekt for at formidle data om dansk landbrug

README.md

Landbruget.dk

Making Danish agricultural data transparent and universally accessible.

Landbruget.dk organizes data from 18+ Danish government sources into a single, queryable platform. We collect, clean, and publish agricultural, environmental, and regulatory data so that journalists, researchers, and citizens can hold the industry accountable.

Project Structure

landbruget.dk/
├── frontend/               # Next.js 16 — interactive map + data visualization
├── frontend-pesticide/     # Next.js 16 — PFAS/pesticide exposure maps
├── data-explorer/          # Next.js 16 — browser-based SQL queries on Parquet files
├── backend/                # Python data pipelines (medallion architecture)
│   ├── pipelines/          # 12 data pipelines (CHR, unified, climate, etc.)
│   └── common/             # Shared utilities (DuckDB, R2, CRS)
├── supabase/               # PostgreSQL migrations + Edge Functions
├── schema/                 # Data catalog (183 datasets) + relationship docs
├── docs/                   # Pipeline index, data lineage, troubleshooting
├── scripts/                # Utility scripts (worktree setup)
└── .github/                # CI/CD workflows (30+ GitHub Actions)

Tech Stack

Layer Technology Purpose
Frontend Next.js 16, React 19, TypeScript, Tailwind CSS 4 Web applications
Maps MapLibre GL JS, PMTiles Geospatial visualization
Backend Python 3.11+, DuckDB, ibis-framework Data pipelines
Database Supabase (PostgreSQL 15 + PostGIS) Storage + API
Data Storage Cloudflare R2 Raw + processed data
CI/CD GitHub Actions Pipeline orchestration
Deployment Vercel Frontend hosting
Linting oxlint (frontend), ruff (backend) Code quality
Testing Playwright (frontend), pytest (backend) Quality assurance

Quick Start

Prerequisites

  • Node.js 18+
  • Python 3.11
  • uv
  • Supabase CLI

Workspace Setup

./scripts/setup-worktree.sh

This installs frontend dependencies, Playwright browsers, and the shared Python workspace via uv, pinned to Python 3.11 via .python-version, then verifies npm test, npm run lint, and uv run pytest can resolve their local tooling.

Frontend

cd frontend
cp .env.example .env.local    # Configure Supabase credentials
npm ci
npm run dev                   # http://localhost:3000

Data Explorer

cd data-explorer
cp .env.local.example .env.local  # Add Google API key for Gemini
npm install
npm run dev                       # http://localhost:3000

Backend Pipelines

uv sync --python 3.11 --all-packages --group dev

# Run a specific pipeline
cd backend/pipelines/unified_pipeline
uv run python -m unified_pipeline bronze --source cadastral

Data Architecture

Medallion Architecture

All data flows through three layers:

  • Bronze — Raw data preserved exactly as received from sources. No transformations.
  • Silver — Cleaned, validated, and standardized. Type coercion, deduplication, format normalization.
  • Gold — Analysis-ready. Joins across datasets on CVR/CHR/BFE identifiers, derived metrics.

Coordinate Reference System

All geospatial processing uses EPSG:25832 (UTM 32N, meters). Data is transformed to EPSG:4326 (WGS84) only at the final Supabase upload step.

Data Identifiers

All datasets join on one or more of:

Identifier Name Format Purpose
CVR Company Registration 8 digits Links to companies
CHR Central Herd Register 6 digits Links to livestock herds
BFE Cadastral ID Variable Links to land parcels

Data Sources

We collect from 18+ official Danish government sources including:

  • Landbrugsstyrelsen — Field boundaries, crop data, agricultural subsidies
  • Fødevarestyrelsen (FVM) — Livestock registry (CHR), veterinary data, pig movements
  • Miljøstyrelsen — Pesticide database (BMD), environmental company registry (DMA)
  • Geodatastyrelsen — Cadastral data, administrative boundaries
  • Danmarks Statistik — Agricultural statistics
  • DMI — Weather and climate data
  • Arbejdstilsynet — Workplace safety inspections
  • Datafordeleren — Property ownership data
  • GEUS — Borehole pesticide data (Dataverse)

See docs/PIPELINE_INDEX.md for the full pipeline documentation.

Pipelines

Pipeline Purpose Schedule
unified_pipeline 18+ government data sources Weekly (Mon 2 AM UTC)
chr_pipeline Livestock registry + veterinary data Weekly
svineflytning_pipeline Pig movement tracking Weekly (Wed 2 AM UTC)
climate Farm-level CO2e emissions On demand
bmd_scraper Pesticide database Monthly
dma_scraper Environmental company registry Monthly
drive_data_pipeline Google Drive regulatory docs On demand
bbr_buildings Building registry Monthly
arbejdstilsynet_inspections Workplace safety inspections On demand
h3_pfas_exposure_pipeline PFAS exposure mapping Weekly
property_owners_sftp Property ownership data Manual

Development

Running Tests

# Frontend
cd frontend && npm test         # Playwright E2E
cd frontend && npm run lint     # oxlint

# Backend
uv run --all-packages --group dev pytest   # pytest
uv run --all-packages --group dev ruff check backend
uv run --all-packages --group dev ruff format backend

Branch Naming

Format: <type>/<short-description> — e.g. feat/map-view, fix/chr-data-load

Types: feat, fix, docs, refactor, test, chore, ci, perf, build

Commit Messages

<type>(<scope>): <subject>

Examples: feat(frontend): add interactive map view, fix(pipeline): correct CHR transformation

Contributing

  1. Create a branch from main following the naming convention above
  2. Make your changes
  3. Run all tests (npm test + uv run --all-packages --group dev pytest)
  4. Run linters (npm run lint + uv run --all-packages --group dev ruff check backend)
  5. Open a pull request — all PRs require review before merge

License

Code

The source code in this repository is licensed under the MIT License.

Data

The MIT license does not cover the data. This includes both:

  • Upstream data ingested from Danish public-sector sources (Landbrugsstyrelsen, CHR Registry, Geodatastyrelsen, Miljøstyrelsen, Danmarks Statistik, DMI, and others — see docs/PIPELINE_INDEX.md), and
  • Derived datasets we publish to the Cloudflare R2 CDN (JSON, Parquet, PMTiles).

Each dataset retains the licensing terms of its original source — typically Danish government open-data terms or, where applicable, a Creative Commons license. Where the source is not openly licensed, the original copyright and conditions of the issuing public authority apply. Reusing data from this project requires complying with the upstream source's terms.

See /om-os for the project's overall data policy and /kilder for per-source attribution.

The data is provided "as is and as available" — no warranty is given as to completeness, accuracy, or timeliness.


Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: 5 days ago

Total Commits: 1,743
Total Committers: 9
Avg Commits per committer: 193.667
Development Distribution Score (DDS): 0.307

Commits in past year: 666
Committers in past year: 3
Avg Commits per committer in past year: 222.0
Development Distribution Score (DDS) in past year: 0.342

Name Email Commits
Martin Collignon 2****n 1208
dependabot[bot] 4****] 438
Alexander Lindkjær 3****r 50
Rahul Sahoo r****6@g****m 16
aleksanderbl29 g****b@a****k 14
Việt Hoàng 4****o 11
EdNg115 n****s@g****m 4
Jameleddine Amri 4****a 1
Claude Code n****y@a****m 1

Committer domains:


Issue and Pull Request metadata

Last synced: 1 day ago

Total issues: 81
Total pull requests: 336
Average time to close issues: about 1 month
Average time to close pull requests: 2 days
Total issue authors: 5
Total pull request authors: 11
Average comments per issue: 0.53
Average comments per pull request: 1.1
Merged pull request: 258
Bot issues: 0
Bot pull requests: 192

Past year issues: 25
Past year pull requests: 212
Past year average time to close issues: about 1 month
Past year average time to close pull requests: 1 day
Past year issue authors: 2
Past year pull request authors: 4
Past year average comments per issue: 0.36
Past year average comments per pull request: 1.4
Past year merged pull request: 174
Past year bot issues: 0
Past year bot pull requests: 192

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/klimabevaegelsen/landbruget.dk

Top Issue Authors

  • martincollignon (72)
  • AlexanderLindkjaer (5)
  • EdwardNgo (2)
  • LilMonk (1)
  • davor10105 (1)

Top Pull Request Authors

  • dependabot[bot] (192)
  • martincollignon (108)
  • aleksanderbl29 (11)
  • EdwardNgo (10)
  • AlexanderLindkjaer (6)
  • LilMonk (4)
  • gbrian (1)
  • Coppi1919 (1)
  • azafoura (1)
  • STAR-173 (1)
  • p-leena-reddy-111 (1)

Top Issue Labels

  • data (15)
  • v1 (9)
  • help wanted (6)
  • enhancement (6)
  • source (5)
  • ready for implementation (2)
  • good first issue (2)
  • api (1)
  • bug (1)
  • documentation (1)
  • question (1)

Top Pull Request Labels

  • dependencies (192)
  • python:uv (109)
  • javascript (82)
  • github_actions (1)

Dependencies

.github/workflows/backend-merge-pipeline-dispatch.yml actions
  • actions/checkout v7 composite
.github/workflows/pesticide_disaggregation_matrix.yml actions
  • actions/checkout v7 composite
  • actions/setup-python v7 composite
.github/workflows/svineflytning_pipeline.yml actions
  • actions/checkout v7 composite
  • actions/setup-python v7 composite
  • actions/upload-artifact v7 composite
.github/workflows/dma_pipeline.yml actions
  • actions/checkout v7 composite
  • google-github-actions/auth v3 composite
  • google-github-actions/setup-gcloud v3 composite
.github/workflows/field_area_analysis_multi_stage.yml actions
  • actions/checkout v7 composite
  • actions/setup-python v7 composite
.github/workflows/frontend-quality.yml actions
  • actions/checkout v7 composite
  • actions/setup-node v6 composite
.github/workflows/unified_pipeline_monthly.yml actions
  • actions/checkout v7 composite
  • actions/setup-python v7 composite
.github/workflows/unified_pipeline_weekly.yml actions
  • actions/checkout v7 composite
  • actions/setup-python v7 composite
backend/pipelines/arbejdstilsynet_inspections/Dockerfile docker
  • python 3.11-slim build
.github/workflows/bbr_buildings_pipeline.yml actions
  • actions/checkout v7 composite
  • actions/download-artifact v8 composite
  • actions/setup-python v7 composite
  • actions/upload-artifact v7 composite
.github/workflows/bmd_monthly_pipeline.yml actions
  • actions/checkout v7 composite
  • actions/setup-python v7 composite
  • actions/upload-artifact v7 composite
.github/workflows/data-quality-validation.yml actions
  • actions/checkout v7 composite
  • actions/download-artifact v8 composite
  • actions/github-script v9 composite
  • actions/setup-python v7 composite
  • actions/upload-artifact v7 composite
backend/pipelines/arbejdstilsynet_inspections/docker-compose.yml docker
backend/pipelines/bbr_buildings/Dockerfile docker
  • python 3.11-slim build
backend/pipelines/drive_data_pipeline/Dockerfile docker
  • python 3.11-slim build
backend/pipelines/h3_pfas_exposure_pipeline/Dockerfile docker
  • python 3.11-slim build
backend/pipelines/h3_pfas_exposure_pipeline/docker-compose.yml docker
frontend/package.json npm
  • @axe-core/playwright ^4.12.1 development
  • @eslint/eslintrc ^3.3.6 development
  • @tailwindcss/postcss ^4.3.3 development
  • @types/mapbox-gl ^3.5.0 development
  • @types/node ^26 development
  • @types/react ^19.2.18 development
  • @types/react-dom ^19.2.4 development
  • axe-core ^4.13.0 development
  • eslint ^10.8.0 development
  • eslint-config-next ^16.3.0 development
  • oxfmt ^0.62.0 development
  • oxlint ^1.77.0 development
  • tailwindcss ^4 development
  • tw-animate-css ^1.4.0 development
  • typescript ^7.0.2 development
  • vite-tsconfig-paths ^6.1.1 development
  • vitest ^4.1.10 development
  • @headlessui/react ^2.2.10
  • @heroicons/react ^2.2.0
  • @hookform/resolvers ^5.5.7
  • @mdx-js/loader ^3.1.1
  • @mdx-js/react ^3.1.1
  • @next/mdx ^16.2.12
  • @number-flow/react ^0.6.2
  • @observablehq/plot ^0.6.17
  • @playwright/test ^1.61.1
  • @radix-ui/react-accordion ^1.2.17
  • @radix-ui/react-alert-dialog ^1.1.18
  • @radix-ui/react-aspect-ratio ^1.1.15
  • @radix-ui/react-avatar ^1.2.6
  • @radix-ui/react-checkbox ^1.3.11
  • @radix-ui/react-dialog ^1.1.23
  • @radix-ui/react-dropdown-menu ^2.1.21
  • @radix-ui/react-hover-card ^1.1.17
  • @radix-ui/react-label ^2.1.15
  • @radix-ui/react-menubar ^1.1.24
  • @radix-ui/react-popover ^1.1.15
  • @radix-ui/react-progress ^1.1.10
  • @radix-ui/react-radio-group ^1.4.7
  • @radix-ui/react-select ^2.3.4
  • @radix-ui/react-separator ^1.1.15
  • @radix-ui/react-slider ^1.4.4
  • @radix-ui/react-slot ^1.3.0
  • @radix-ui/react-switch ^1.3.7
  • @radix-ui/react-tabs ^1.1.21
  • @radix-ui/react-toggle ^1.1.12
  • @radix-ui/react-toggle-group ^1.1.15
  • @radix-ui/react-tooltip ^1.2.13
  • @tailwindcss/typography ^0.5.20
  • @tanstack/react-table ^8.21.3
  • @types/lodash ^4.17.25
  • @types/react-vertical-timeline-component ^3.3.6
  • @vis.gl/react-maplibre ^8.1.2
  • class-variance-authority ^0.7.1
  • clsx ^2.1.1
  • cmdk ^1.1.1
  • codehike ^1.1.0
  • date-fns ^4.4.0
  • lodash ^4.17.23
  • lucide-react ^1.24.0
  • maplibre-gl ^6.2.0
  • motion ^13.0.0
  • next ^16.3.0
  • next-themes ^0.4.6
  • playwright-core ^1.61.0
  • pmtiles ^4.4.1
  • react ^19.2.8
  • react-day-picker ^10.0.1
  • react-dom ^19.2.8
  • react-hook-form ^7.81.0
  • react-resizable-panels ^4.12.2
  • react-scrollama ^2.4.2
  • react-vertical-timeline-component ^3.6.0
  • recharts ^3.10.1
  • redux ^5.0.1
  • remark ^15.0.1
  • remark-html ^16.0.1
  • sonner ^2.0.7
  • tailwind-merge ^3.6.0
  • zod ^4.4.3
  • zustand ^5.0.14
backend/pipelines/bmd_scraper/pyproject.toml pypi
  • beautifulsoup4 >=4.15.0
  • duckdb *
  • landbruget-common *
  • pyarrow >=25.0.0
  • python-dotenv >=1.0.0
  • requests >=2.34.2
  • s3fs *
  • simple-singleton >=2.0.0
backend/pipelines/chr_pipeline/pyproject.toml pypi
backend/pipelines/unified_pipeline/pyproject.toml pypi
pyproject.toml pypi
uv.lock pypi
  • 170 dependencies
.github/workflows/arbejdstilsynet_inspections_pipeline.yml actions
  • actions/checkout v7 composite
  • actions/setup-python v7 composite
  • actions/upload-artifact v7 composite
backend/pipelines/chr_pipeline/Dockerfile docker
  • ghcr.io/osgeo/gdal ubuntu-small-latest build
backend/pipelines/chr_pipeline/docker-compose.yml docker
backend/pipelines/unified_pipeline/Dockerfile docker
  • python 3.12-slim build
backend/pipelines/dma_scraper/pyproject.toml pypi
  • aiohttp >=3.14.3
  • beautifulsoup4 >=4.15.0
  • certifi *
  • click >=8.4.2
  • duckdb *
  • ipywidgets >=8.1.8
  • landbruget-common *
  • nest-asyncio >=1.6.0
  • pandas >=3.0.5
  • pyarrow >=25.0.0
  • python-dotenv >=1.0.0
  • requests >=2.34.2
  • s3fs *
backend/pipelines/drive_data_pipeline/pyproject.toml pypi
  • duckdb *
  • google-api-python-client >=2.198.0
  • google-auth >=2.56.3
  • google-auth-httplib2 >=0.4.1
  • google-auth-oauthlib >=1.3.1
  • jpype1 >=1.4.1
  • landbruget-common *
  • loguru >=0.7.3
  • openpyxl >=3.1.5
  • pdf2image >=1.17.0
  • pdfplumber >=0.11.9
  • pyarrow >=25.0.0
  • pydantic *
  • pypdf >=6.14.2
  • pytesseract >=0.3.13
  • python-dotenv >=1.0.0
  • s3fs *
  • shapely >=2.0.0
  • tabula-py >=2.10.0
  • tenacity >=9.1.4
  • xlrd >=2.0.2
.github/workflows/code-quality.yml actions
  • actions/checkout v7 composite
  • actions/setup-node v4 composite
  • actions/setup-python v7 composite
.github/workflows/cvr_enrichment_pipeline.yml actions
  • actions/checkout v7 composite
  • actions/download-artifact v8 composite
  • actions/setup-python v7 composite
  • actions/upload-artifact v7 composite
.github/workflows/field_production_matrix.yml actions
  • actions/checkout v7 composite
  • actions/setup-python v7 composite
.github/workflows/pfas-sensitivity-analysis.yml actions
  • actions/checkout v7 composite
  • actions/setup-python v7 composite
  • actions/upload-artifact v7 composite
  • astral-sh/setup-uv v7 composite
.github/workflows/pipeline_cascade.yml actions
.github/workflows/property_owners_sftp_transfer_pipeline.yml actions
  • actions/checkout v7 composite
  • google-github-actions/auth v3 composite
  • google-github-actions/setup-gcloud v3 composite
.github/workflows/run_field_uuid_migration.yml actions
  • actions/checkout v7 composite
  • actions/setup-python v7 composite
backend/pipelines/bmd_scraper/Dockerfile docker
  • python 3.11-slim build
backend/pipelines/bmd_scraper/docker-compose.yml docker
backend/pipelines/unified_pipeline/docker-compose.yml docker
frontend/package-lock.json npm
  • 967 dependencies
backend/pipelines/svineflytning_pipeline/pyproject.toml pypi
  • certifi ~=2026.7.22
  • cryptography >=50.0.0
  • duckdb *
  • ijson ~=3.5.1
  • landbruget-common *
  • lxml ~=6.1.1
  • python-dotenv ~=1.1.1
  • s3fs *
  • tenacity >=9.1.4
  • tqdm ~=4.70.0
  • xmlsec ==1.3.17
  • xmltodict ~=1.0.4
  • zeep ~=4.3.3
.github/workflows/api_export_pipeline.yml actions
  • actions/checkout v7 composite
  • actions/setup-python v7 composite
backend/pipelines/bbr_buildings/docker-compose.yml docker
backend/pipelines/dma_scraper/Dockerfile docker
  • python 3.11-slim build
backend/pipelines/drive_data_pipeline/docker-compose.yml docker
backend/pipelines/svineflytning_pipeline/Dockerfile docker
  • landbruget-pipeline-base latest build
backend/pipelines/svineflytning_pipeline/docker-compose.yml docker
data-explorer/package.json npm
  • @tailwindcss/postcss ^4 development
  • @types/node ^20 development
  • @types/react ^19 development
  • @types/react-dom ^19 development
  • eslint ^9 development
  • eslint-config-next 16.1.1 development
  • oxfmt ^0.40.0 development
  • oxlint ^1.56.0 development
  • tailwindcss ^4 development
  • typescript ^5 development
  • @codemirror/lang-sql ^6.10.0
  • @codemirror/state ^6.5.3
  • @codemirror/theme-one-dark ^6.1.3
  • @codemirror/view ^6.39.9
  • @duckdb/duckdb-wasm ^1.29.0
  • @google/generative-ai ^0.24.1
  • @json-render/core ^0.14.0
  • @json-render/react ^0.14.0
  • @json-render/shadcn ^0.14.0
  • @tanstack/react-table ^8.21.3
  • class-variance-authority ^0.7.1
  • clsx ^2.1.1
  • codemirror ^6.0.2
  • lucide-react ^0.562.0
  • maplibre-gl ^5.20.1
  • next 16.1.1
  • react 19.2.3
  • react-dom 19.2.3
  • recharts ^3.8.0
  • tailwind-merge ^3.4.0
  • zod ^4.3.6
frontend/oxlint-plugin-landbruget/package.json npm
frontend-pesticide/package-lock.json npm
  • 567 dependencies
.github/workflows/agent-lint.yml actions
  • actions/checkout v7 composite
  • actions/setup-node v4 composite
.github/workflows/fvm_wfs_matrix_download.yml actions
  • actions/checkout v7 composite
  • actions/setup-python v7 composite
.github/workflows/generate-pmtiles.yml actions
  • actions/checkout v7 composite
  • actions/setup-python v7 composite
.github/workflows/h3-pfas-analysis.yml actions
  • actions/cache v6 composite
  • actions/checkout v7 composite
  • actions/download-artifact v8 composite
  • actions/setup-python v7 composite
  • actions/upload-artifact v7 composite
  • astral-sh/setup-uv v7 composite
.github/workflows/pesticide_compliance_matrix.yml actions
  • actions/checkout v7 composite
  • actions/setup-python v7 composite
.github/workflows/pmtiles-cache-warmup.yml actions
  • actions/checkout v7 composite
  • actions/setup-node v6 composite
backend/pipelines/property_owners_sftp/pyproject.toml pypi
  • duckdb *
  • google-cloud-secret-manager >=2.30.0
  • google-cloud-storage >=3.13.1
  • ijson >=3.5.1
  • landbruget-common *
  • pyarrow >=25.0.0
  • pyproj >=3.7.2
  • python-dotenv >=1.0.0
  • s3fs *
  • shapely >=2.0.0
.github/workflows/chr_pipeline.yml actions
  • actions/checkout v7 composite
  • actions/download-artifact v8 composite
  • actions/setup-python v7 composite
  • actions/upload-artifact v7 composite
.github/workflows/climate_pipeline.yml actions
  • actions/checkout v7 composite
  • actions/setup-python v7 composite
.github/workflows/coordinate-verification.yml actions
  • actions/checkout v7 composite
  • actions/setup-python v7 composite
.github/workflows/dependabot-auto-merge.yml actions
  • dependabot/fetch-metadata v3 composite
.github/workflows/drive_pipeline.yml actions
  • actions/checkout v7 composite
  • actions/setup-python v7 composite
  • google-github-actions/auth v3 composite
.github/workflows/unified_pipeline.yml actions
  • actions/checkout v7 composite
  • actions/setup-python v7 composite
backend/Dockerfile docker
  • ghcr.io/osgeo/gdal ubuntu-small-3.10.0 build
backend/pipelines/base/Dockerfile docker
  • python 3.11-slim build
data-explorer/package-lock.json npm
  • 650 dependencies
frontend-pesticide/package.json npm
  • @types/node ^22.0.0 development
  • @types/react ^19.0.0 development
  • @types/react-dom ^19.0.0 development
  • @typescript-eslint/eslint-plugin ^8.0.0 development
  • eslint ^9.0.0 development
  • eslint-config-next ^16.1.6 development
  • oxfmt ^0.40.0 development
  • oxlint ^1.55.0 development
  • postcss ^8.4.47 development
  • @radix-ui/react-popover ^1.1.0
  • @radix-ui/react-slider ^1.2.0
  • @radix-ui/react-slot ^1.1.0
  • @radix-ui/react-switch ^1.1.0
  • @radix-ui/react-tooltip ^1.1.0
  • @tailwindcss/postcss ^4.1.11
  • @types/chroma-js ^2.4.4
  • chroma-js ^3.1.0
  • class-variance-authority ^0.7.0
  • clsx ^2.1.0
  • framer-motion ^11.11.0
  • lucide-react ^0.460.0
  • maplibre-gl ^5.6.1
  • next ^16.1.6
  • next-themes ^0.4.4
  • pmtiles ^3.2.1
  • react ^19.0.0
  • react-dom ^19.0.0
  • react-error-boundary ^4.0.13
  • tailwind-merge ^2.5.0
  • tailwindcss ^4.0.0
  • typescript ^5.6.0
  • zustand ^5.0.0
backend/common/pyproject.toml pypi
  • duckdb *
  • google-cloud-secret-manager >=2.30.0
  • pydantic *
  • s3fs *
  • tenacity *
backend/pipelines/api_export/pyproject.toml pypi
backend/pipelines/arbejdstilsynet_inspections/pyproject.toml pypi
  • duckdb *
  • landbruget-common *
  • loguru >=0.7.3
  • numpy >=2.4.6
  • playwright >=1.62.0
  • pyarrow >=25.0.0
  • pydantic *
  • python-dotenv >=1.0.0
  • s3fs *
  • simple-singleton >=2.0.0
backend/pipelines/bbr_buildings/pyproject.toml pypi
  • beautifulsoup4 >=4.15.0
  • duckdb *
  • landbruget-common *
  • lxml >=6.1.1,<6.2
  • pyarrow >=25.0.0
  • pydantic *
  • pyogrio >=0.13.0
  • python-dotenv >=1.0.0
  • requests >=2.34.2
  • s3fs *
  • shapely >=2.0.0
  • tqdm >=4.70.0
backend/pipelines/dyrenesdetektiv_scraper/pyproject.toml pypi
  • beautifulsoup4 >=4.14.0
  • click >=8.0.0
  • duckdb *
  • landbruget-common *
  • lxml >=5.0.0
  • pandas >=2.0.0
  • pyarrow >=14.0.0
  • python-dotenv >=1.0.0
  • requests >=2.32.0
  • s3fs *
backend/pipelines/h3_pfas_exposure_pipeline/pyproject.toml pypi
  • duckdb *
  • fsspec >=2026.7.0
  • landbruget-common *
  • loguru >=0.7.3
  • psutil >=7.2.2
  • python-dotenv >=1.0.0
  • s3fs *
  • simple-singleton >=2.0.0
  • tqdm >=4.70.0

Score: 6.566672429803241