Changeset 2472
- Timestamp:
- Mar 3, 2006, 10:36:26 AM (19 years ago)
- Location:
- inundation
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/geospatial_data/geospatial_data.py
r2471 r2472 96 96 def get_geo_reference(self): 97 97 return self.geo_reference 98 98 99 99 def get_data_points(self, absolute = True): 100 100 if absolute is True: … … 105 105 else: 106 106 return self.data_points 107 107 108 108 def get_attributes(self, attribute_name = None): 109 109 """Return values for one named attribute. -
inundation/pyvolution/quantity.py
r2447 r2472 586 586 #FIXME: Use this function for the time being. Later move code in here 587 587 588 points = geospatial_data.get_data_points( )588 points = geospatial_data.get_data_points(absolute = False) 589 589 values = geospatial_data.get_attributes() 590 590 data_georef = geospatial_data.get_geo_reference()
Note: See TracChangeset
for help on using the changeset viewer.