Getting Started
Understanding marEx
Advanced Usage
API Reference
create_coordinate_error()
marEx.detect
marEx.track
marEx.plotX
marEx.helper
Create CoordinateError with coordinate context.
message (str) – Error message
coordinate_ranges (dict, optional) – Dictionary with coordinate ranges (e.g., {‘lat’: (-90, 90), ‘lon’: (0, 360)})
detected_system (str, optional) – Auto-detected coordinate system
**kwargs – Additional arguments passed to CoordinateError
Configured exception with coordinate context
CoordinateError