Changeset 4194 for anuga_core/source/anuga
- Timestamp:
- Jan 24, 2007, 4:26:19 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/geospatial_data/geospatial_data.py
r4181 r4194 335 335 """Get coordinates for all data points as an Nx2 array 336 336 337 If absolute is True absolute UTM coordinates are returned otherwise338 returned coordinates are relative to the internal georeference's339 xll and yll corners.337 If absolute is False returned coordinates are relative to the 338 internal georeference's xll and yll corners, otherwise 339 absolute UTM coordinates are returned. 340 340 341 341 If a geo_reference is passed the points are returned relative
Note: See TracChangeset
for help on using the changeset viewer.