Changeset 3712
- Timestamp:
- Oct 9, 2006, 3:37:37 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/geospatial_data/geospatial_data.py
r3702 r3712 212 212 213 213 def clip(self, polygon, closed=True): 214 """Clip geospatial dat eby a polygon214 """Clip geospatial data by a polygon 215 215 216 216 Input … … 222 222 223 223 Output 224 Geospatial data object representing point inside specified polygon 224 New geospatial data object representing points inside 225 specified polygon. 225 226 226 227 """
Note: See TracChangeset
for help on using the changeset viewer.