Spatial

class LatLonCell[source]

Holds a Latitude and Longitude.

TODO: we should allow an address to be ‘coerced’ into a LatLonCell via a special Geocoding operation, and then stored in ‘to_addresscell’

haversine(other)[source]

Calculate the great circle distance between two points on the earth (specified in decimal degrees)

class AddressCell[source]

Holds an Address

TODO: coerce to LatLonCell via inverse geocoding operation

Previous topic

Posets

Next topic

Strings

This Page