Expand description
Detection loading & format dispatch (T011).
Public entry point: load_detections.
Functions§
- load_
detections - Load detections from a file. Format is inferred from the extension:
.csv→ CSV,.geojson/.json→ GeoJSON. Anything else returnsDetectionError::UnsupportedExtension.