Skip to content

Commit

Permalink
Update fetch_dem_instructions.tex
Browse files Browse the repository at this point in the history
  • Loading branch information
RuiZhang-kwf8 authored Jun 5, 2024
1 parent a87e574 commit c757fc0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions doc/fetch_dem_instructions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c757fc0

Please sign in to comment.