Changes between Version 9 and Version 10 of ModellingQuestions
- Timestamp:
- Oct 20, 2008, 1:59:51 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ModellingQuestions
v9 v10 144 144 G2 = Geospatial_data(file_name = 25m_dem_name + '.pts') 145 145 G = G1 + G2 146 G.export_points_file(combined_dem_name + �.pts�)146 G.export_points_file(combined_dem_name + '.pts') 147 147 }}} 148 148 This is the basic way of combining data sets, however, the user will need to