API Overview
Module Structure
graph TD
U[ununennium]
U --> Core[core]
U --> IO[io]
U --> Models[models]
U --> Train[training]
U --> Metric[metrics]
Models --> GAN[gan]
Models --> PINN[pinn]
Models --> Arch[architectures]
Quick Reference
| Component | Import | Description |
|---|---|---|
| GeoTensor | from ununennium.core import GeoTensor |
Geospatial tensor wrapper |
| Trainer | from ununennium.training import Trainer |
Training loop manager |
| U-Net | from ununennium.models import UNet |
Segmentation model |
| IoU | from ununennium.metrics import IoU |
Evaluation metric |
Type Definitions
Coordinate systems are defined using EPSG codes (integers) or WKT strings.