SouthAtlanticAnomaly¶
- class gdt.core.geomagnetic.SouthAtlanticAnomaly[source]¶
Bases:
objectA base class for a South Atlantic Anomaly (SAA) boundary in Earth latitude and longitude. This class should be further sub-classed with the following the class variables:
_latitude - A list or array of latitude points
_longitude - A list or array of longitude points
Attributes Summary
The latitude points of the boundary
The longitude points of the boundary
Number of vertices in polygon
Methods Summary
Test if the boundary represents a closed polygon.
Test if the boundary represents a convex polygon.
Attributes Documentation
- latitude¶
The latitude points of the boundary
- Type:
(np.array)
- longitude¶
The longitude points of the boundary
- Type:
(np.array)
- num_points¶
Number of vertices in polygon
- Type:
(int)
Methods Documentation