Changeset 7193 for branches/numpy/anuga/coordinate_transforms
- Timestamp:
- Jun 12, 2009, 10:28:57 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/numpy/anuga/coordinate_transforms/geo_reference.py
r7176 r7193 232 232 # @note If 'points' is a list then a changed list is returned. 233 233 def change_points_geo_ref(self, points, points_geo_ref=None): 234 """Change the geo reference of a list or Numeric array of points to234 """Change the geo reference of a list or numeric array of points to 235 235 be this reference.(The reference used for this object) 236 236 If the points do not have a geo ref, assume 'absolute' values
Note: See TracChangeset
for help on using the changeset viewer.