Checker for soil unit data CSV files | Read-only mirror of https://github.com/sogis/csvchecker — Kanton Solothurn. Issues & pull requests at the source.
  • Python 71%
  • PLpgSQL 21.8%
  • Shell 5.4%
  • Dockerfile 1.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-03-24 07:58:15 +01:00
.github/workflows Disable scheduled workflow run 2024-08-23 16:31:02 +02:00
python Update csv_checker.py 2026-01-09 09:15:05 +01:00
.gitignore Initial commit 2023-04-04 10:58:03 +02:00
csvchecker.conf Rename WSGIScriptAlias 2023-06-19 11:37:02 +02:00
docker-compose.yml Rename DB user 2023-06-05 14:42:58 +02:00
Dockerfile Add CSV Checker (#1) 2023-06-02 16:58:15 +02:00
initialize-database.sh Give some more time for the DB to create the DB user 2023-06-19 11:37:02 +02:00
LICENSE Initial commit 2023-04-04 10:58:03 +02:00
README.md Describe how to acess the app 2023-06-19 11:37:02 +02:00
setup.sql fix typo 2026-03-24 07:58:15 +01:00
wait-for-it.sh Add CSV Checker (#1) 2023-06-02 16:58:15 +02:00

CSV Checker

Checker for soil unit data CSV files

Build image

docker build -t sogis/csvchecker:latest .

Run image

docker run --rm --name csvchecker -e APACHE_ACCESS_LOG_ENABLED=true -p 8282:8080 sogis/csvchecker:latest

Build and run image with Docker Compose

As the image requires a database, it is recommended to run it using Docker Compose:

docker compose up

The application is then available at http://localhost:8282/csvchecker