capturegraph.data.load.types
#
Load Types - Data type containers for CaptureGraph data.#
Contains dataclasses for structured data loaded from CaptureGraph captures: - ImageFile: Image path with EXIF metadata - VideoFile: Video path with metadata (duration, dimensions) - Location: GPS coordinates - SolarPosition: Sun altitude and azimuth - Weather: Weather conditions from WeatherKit
Modules:
| Name | Description |
|---|---|
image |
ImageFile - Simple container for image path with EXIF metadata |
location |
Location - Geographic coordinate container for CaptureGraph data. |
solar |
Solar Position - Calculate sun altitude and azimuth from datetime and location. |
video |
VideoFile - Simple container for video path with metadata |
weather |
Weather - Weather data container for CaptureGraph data. |