Open Source Dependencies
All major open source packages used in Nagelfluh, organized by layer.
Frontend (npm)
Core Framework
Data Fetching & State
UI Components
Layout & Drag-and-Drop
Visualization
| Package |
Purpose |
| gladly-plot |
WebGL-based scientific plotting (primary plot library) |
| regl |
WebGL abstraction (used by gladly-plot and custom layers) |
| d3 |
Data utilities and scales |
| reactflow |
Interactive node graph for process flow view |
| leaflet |
Slippy map (tile layers) |
| react-leaflet |
React bindings for Leaflet |
Geo / Projection
| Package |
Purpose |
| proj4 |
Coordinate reference system transformations |
| projnames |
EPSG code → proj4 string lookup |
Utilities
| Package |
Purpose |
| uuid |
UUID generation |
Backend (Python / pip)
Web Framework
Database & Migrations
| Package |
Purpose |
| sqlalchemy |
ORM and SQL toolkit (async via asyncio extra) |
| alembic |
Schema migrations |
| aiosqlite |
Async SQLite driver (development) |
| asyncpg |
Async PostgreSQL driver (production) |
| psycopg2-binary |
Sync PostgreSQL driver (Alembic offline mode) |
Security & Auth
| Package |
Purpose |
| python-jose |
JWT encoding / decoding |
| passlib |
Password hashing abstraction |
| bcrypt |
bcrypt hashing algorithm for passlib |
| PyJWT |
Lightweight JWT library |
Storage
| Package |
Purpose |
| fsspec |
Unified filesystem abstraction |
| s3fs |
S3-compatible fsspec backend (MinIO / AWS S3 / GCS via S3 compat) |
| minio |
MinIO Python client (bucket/policy management) |
Kubernetes
| Package |
Purpose |
| libaarhusxyz |
AEM (airborne EM) XYZ/MagData format handling |
| msgpack-numpy |
NumPy array MessagePack codec |
| projnames |
EPSG code → proj4 string lookup (shared with frontend) |
Configuration & Utilities
Infrastructure
| Component |
Purpose |
| Kubernetes |
Container orchestration — runs process jobs |
| Kueue |
Job queuing and resource quota management |
| Minikube |
Local Kubernetes cluster for development |
| Docker |
Container image builds |
| MinIO |
S3-compatible object storage (development) |
| PostgreSQL |
Production relational database |