Changes between Version 20 and Version 21 of Geo_reference
- Timestamp:
- Feb 27, 2009, 4:00:28 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Geo_reference
v20 v21 31 31 || '''write_ASCII(self, fd)''' || Write '''Geo_reference''' attributes to an open ASCII file at `fd`. The attributes written are '''.zone''', '''.xllcorner''' and '''.yllcorner'''. || 32 32 || '''read_ASCII(self, fd, read_title=None)''' || Read '''Geo_reference''' attributes from an open ASCII file at `fd`. The attributes read are '''.zone''', '''.xllcorner''' and '''.yllcorner'''. If `read_title` is `None` then we expect the title line in the data file to match the standard title in the first two characters. Otherwise `read_title` is the __assumed__ title in the file which must match the standard title in the first two characters, and the title line is not read from the file. || 33 || ''' methodname(self, P)''' ||||33 || '''change_points_geo_ref(self, points, points_geo_ref=None)''' || Change the coordinates of the Point to be relative to a new '''Geo_reference'''. The new Point data is returned. Note that the input Point is __also__ changed. If `points_geo_ref` is None then the Point coordinates are changed to be absolute with respect to the current '''Geo_reference''. || 34 34 || '''methodname(self, P)''' || || 35 35 || '''methodname(self, P)''' || ||