Changes between Version 25 and Version 26 of Geo_reference
- Timestamp:
- Feb 27, 2009, 4:10:48 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Geo_reference
v25 v26 35 35 || '''get_absolute(self, points)''' || Given a list (or array) of Points geo-referenced to this '''Geo_reference''', return a list (or array) of Points with absolute coordinates (ie, relative to the UTM origin). Note: also changes the input Point list! The inverse of '''get_relative()'''. || 36 36 || '''get_relative(self, points)''' || Given a list (or array) of Points geo-referenced to this '''Geo_reference''', return a list (or array) of Points with relative coordinates (ie, relative to the '''Geo_reference''' origin). Note: also changes the input Point list! The inverse of '''get_absolute()'''. || 37 || ''' methodname(self, P)''' ||||37 || '''reconcile_zones(self, other)''' || Compare two '''Geo_reference''' instances and reconcile the '''.zone''' attributes. If either instance (but not both) have a '''.zone''' of DEFAULT_ZONE then copy the '''.zone''' attribute fron the instance with a real zone. Note: if `other` is None then assume a default '''Geo_reference '' instance. || 38 38 || '''methodname(self, P)''' || || 39 39 || '''methodname(self, P)''' || ||