Opened 18 years ago
Closed 18 years ago
#96 closed defect (fixed)
exporting points file from clipped datasets
Reported by: | sexton | Owned by: | ole |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Functionality and features | Version: | 1.0 |
Severity: | normal | Keywords: | |
Cc: |
Description
New functionality to clip data by arbitrary polygon then add up works. Now we need to be able to export the added data set to a pts file. Error log below. Test name is no_test_clip1_inside_outside in test_geospatial_data.py
====================================================================== ERROR: test_clip1_inside_outside(self):
Traceback (most recent call last):
File "test_geospatial_data.py", line 510, in test_clip1_inside_outside
G.export_points_file(FN)
File "T:\sandpits\jsexton\ANUGA\anuga_core\source\anuga\geospatial_data\geospa
tial_data.py", line 523, in export_points_file
self.get_all_attributes())
File "T:\sandpits\jsexton\ANUGA\anuga_core\source\anuga\geospatial_data\geospa
tial_data.py", line 675, in _write_pts_file
for key in write_attributes.keys():
AttributeError?: 'NoneType?' object has no attribute 'keys'
Change History (4)
comment:1 Changed 18 years ago by anonymous
- Component changed from Appearance and visualisation to Functionality and features
comment:2 Changed 18 years ago by ole
- Owner changed from someone to ole
comment:3 Changed 18 years ago by ole
comment:4 Changed 18 years ago by ole
- Resolution set to fixed
- Status changed from new to closed
Fixed in changeset:3735