Changes between Version 15 and Version 16 of ModellingQuestions
- Timestamp:
- Oct 20, 2008, 4:05:41 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ModellingQuestions
v15 v16 149 149 assess the boundaries of each data set and whether they overlap. For example, consider 150 150 if the 10m DEM is describing by {{{poly1}}} and the 25m DEM is described by {{{poly2}}} 151 with {{{poly1}}} completely enclosed in {{{poly2}}} as shown here :151 with {{{poly1}}} completely enclosed in {{{poly2}}} as shown here 152 152 {{{ 153 153 #!html 154 < img src="http://datamining.anu.edu.au/anuga/attachment/wiki/TmpTmp/polyanddata.jpg">154 <bold>Here</bold> 155 155 }}} 156 156 To combine the data sets, the geospatial addition is updated to … … 178 178 {{{ 179 179 #!html 180 < img src="https://datamining.anu.edu.au/svn/ga/anuga_core/documentation/user_manual/graphics/polyanddata2.jpg">180 <bold>Here</bold> 181 181 }}} 182 182 {{{poly3}}} describes the … … 195 195 verbose = True) 196 196 }}} 197