Changeset 4255
- Timestamp:
- Feb 14, 2007, 11:48:33 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/geospatial_data/geospatial_data.py
r4254 r4255 248 248 else: 249 249 msg = 'Illegal value: %s' %str(verbose) 250 250 raise Exception, msg 251 251 252 252 def clip(self, polygon, closed=True): … … 381 381 # above line takes the first one from keys 382 382 383 384 385 383 if self.verbose is True: 384 print 'Using attribute %s' %attribute_name 385 print 'Available attributes: %s' %(self.attributes.keys()) 386 386 387 387 msg = 'Attribute name %s does not exist in data set' %attribute_name … … 1329 1329 Inputed formats are; 1330 1330 points: List or numeric array of coordinate pairs [xi, eta] of 1331 1331 points or geospatial object or points file name 1332 1332 1333 1333 mesh_origin: A geo_reference object or 3-tuples consisting of … … 1369 1369 Inputed formats are; 1370 1370 points: List or numeric array of coordinate pairs [xi, eta] of 1371 1371 points or geospatial object 1372 1372 1373 1373 mesh_origin: A geo_reference object or 3-tuples consisting of
Note: See TracChangeset
for help on using the changeset viewer.