diff --git a/doc/download_elevation_file.pdf b/doc/download_elevation_file.pdf index ee2859a2..ed631dd9 100644 Binary files a/doc/download_elevation_file.pdf and b/doc/download_elevation_file.pdf differ diff --git a/doc/download_elevation_file.tex b/doc/download_elevation_file.tex index 8760139c..ca1ac362 100644 --- a/doc/download_elevation_file.tex +++ b/doc/download_elevation_file.tex @@ -88,17 +88,14 @@ \subsection*{Defining Your Simulation Area} \subsection*{Elevation Data Source} -There are 4 possible on-line data sets to download elevation data from. These are listed in the \textit{Data Source} drop-down box at the top left of the graphics window. The main difference between these data sets is the spatial resolution and extent. The table below briefly describes these differences. You should be sure to choose a data set that covers your simulation area. +There are 3 possible on-line data sets to download elevation data from. These are listed in the \textit{Data Source} drop-down box at the top left of the graphics window. The main difference between these data sets is the spatial resolution and extent. The table below briefly describes these differences. You should be sure to choose a data set that covers your simulation area. \begin{center} \begin{tabular}{| l | l | p{1.75in} | p{1.8in} |} \hline Data set name & Resolution & Spatial Extent & Description \\ \hline - US SRTM & 30 meters & Contiguous US, Hawaii, PR, Southern Alaska & - Data from the Shuttle Radar Tomography Mission (SRTM) \\ \hline - - WORLD SRTM & 90 meters & Between approximately -60 and +60 latitude & + WORLD SRTM & 30 meters & Between approximately -60 and +60 latitude & Data from the Shuttle Radar Tomography Mission (SRTM) \\ \hline WORLD GMTED & 250 meters & Between approximately -60 and +85 latitude & @@ -114,4 +111,4 @@ \section*{Download The File} Once you have defined your download area and selected the elevation data source, click the \textit{Download File} button at the top left of the graphics window to download the elevation file. A window will open to allow you to specify a file name and location. The downloaded file will be a GeoTIFF file (*.tif) in best fit UTM projection using WGS84. After the file is successfully downloaded, you can close the Download elevation file window and the downloaded file will be automatically loaded into the main WindNinja window. -\end{document} \ No newline at end of file +\end{document} diff --git a/doc/fetch_dem_instructions.pdf b/doc/fetch_dem_instructions.pdf index 854b43a1..50741052 100644 Binary files a/doc/fetch_dem_instructions.pdf and b/doc/fetch_dem_instructions.pdf differ diff --git a/doc/fetch_dem_instructions.tex b/doc/fetch_dem_instructions.tex index 24a525d4..082fa0d6 100644 --- a/doc/fetch_dem_instructions.tex +++ b/doc/fetch_dem_instructions.tex @@ -54,8 +54,7 @@ \section{Introduction} \section{Available options} The available options with descriptions can be viewed by typing: \begin{verbatim}fetch_dem --help\end{verbatim} -A list of the available options should be shown and look similar to -this: +A list of the available options should be shown and look similar to: \begin{figure}[ht!] \centering \includegraphics[width=5in]{images/fetch_dem_1.png} @@ -82,7 +81,7 @@ \section{Required arguments} \noindent This example will download a DEM that falls within the bounds of the box provided.\\ -\texttt{fetch\_dem --bbox 47 -113.5 46.5 -113.75 --–src gmted my\_dem.tif}\\ +\texttt{fetch\_dem --bbox 47 -113.5 46.5 -113.75 --src gmted my\_dem.tif}\\ \noindent This example will download a 10x14 kilometer DEM with a center point at the @@ -117,8 +116,8 @@ \section{Required arguments} \texttt{--r} & near, bilinear & near & Method used to resample the original data \\ \hline \texttt{--src} & us, world, gmted & None & The data source to extract DEM - data from. The us and world are - 30 and 90m SRTM data, + data from. The world is 30 m resolution (the GL1 product) + SRTM data, respectively. GMTED is ~250m global data. \\ \hline