Project

General

Profile

« Previous | Next » 

Revision 8711607d

Added by Jim Regetz over 13 years ago

  • ID 8711607dd85bbca5e4fa8988111a09e89ddc9c44

final minor edits before posting to the group

View differences:

terrain/boundary/boundary.Rnw
288 288
difference between ASTER and SRTM (i.e., considering
289 289
$\mbox{ASTER}_i-\mbox{SRTM}_i$ for all pixels $i$ where the two DEMs
290 290
co-occur) is \Sexpr{delta.median} meters, with a mean of
291
\Sexpr{round(delta.mean, 2)}, and this more or less holds (within a few
292
meters) across the observed range of elevations (Figure
291
\Sexpr{round(delta.mean, 2)} meters, and this more or less holds (within
292
a few meters) across the observed range of elevations (Figure
293 293
\ref{aster-srtm-bins}). However, while this average offset is broadly
294 294
consistent across latitudes and across elevation zones, additional
295 295
variation is evident at the pixel level. Again focusing on the
......
527 527
% Figure: Boundary analysis region
528 528
%
529 529
\begin{figure}[h]
530
  \caption{Focal area}
530
  \caption{Focal area used as the basis for boundary assessment. Note
531
  that for flow direction, analysis was restricted to a smaller
532
  longitudinal span (125\W to 100\W).}
531 533
  \centering
532 534
<<echo=FALSE,results=hide,fig=TRUE,height=5,width=7>>=
533 535
  par(omi=c(0,0,0,0))
......
652 654
  \subfloat[Pixel-wise plot of SRTM vs ASTER for all values in the 150
653 655
  latitudinal rows of overlap south of 60\N. Dashed blue line indicates
654 656
  the 1:1 diagonal, and the parallel red line is offset lower by the
655
  observed median difference between SRTM and ASTER (\Sexpr{delta.median}m).
657
  observed median difference between the two DEMs (\Sexpr{-delta.median}m).
656 658
  Inset histogram shows distribution of differences, excluding absolute
657
  differences >60.]{
659
  differences >60m.]{
658 660
    \includegraphics[width=\linewidth, trim=0 0 0 0.5in, clip=TRUE]{../dem/aster-srtm-scatter.png}
659 661
    \label{aster-srtm-scatter}
660 662
  }
......
812 814
\end{figure}
813 815

  
814 816

  
817
\clearpage
818
\appendix
815 819
%-----------------------------------------------------------------------
816 820
\section{Code listings}
817 821
%-----------------------------------------------------------------------
818 822

  
819
\clearpage
820
\appendix
821

  
822 823
\lstinputlisting[language=bash, caption={GDAL commands for assembling
823 824
    and resampling SRTM and ASTER tiles into GeoTIFFs for use as inputs
824 825
    to the boundary correction routines described in this document.},
terrain/dem/dem-assessment.R
268 268
text(10, 0.4*max(h$counts), labels=paste("Entire range:\n(",
269 269
    min(delta.vals), ", ", max(delta.vals), ")", sep=""), cex=0.6,
270 270
    adj=c(0,0))
271
mtext("SRTM-ASTER (m)", side=1, cex=0.5, line=0.6)
271
mtext("ASTER - SRTM (m)", side=1, cex=0.5, line=0.6)
272 272
dev.off()
273 273

  
274 274

  

Also available in: Unified diff