[GRASS-SVN] r55905 - grass-promo/grasslecture/20130416_Trento_G7

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Apr 18 20:58:20 PDT 2013


Author: ychemin
Date: 2013-04-18 20:58:20 -0700 (Thu, 18 Apr 2013)
New Revision: 55905

Added:
   grass-promo/grasslecture/20130416_Trento_G7/architecture_implementation.png
   grass-promo/grasslecture/20130416_Trento_G7/chain1.png
   grass-promo/grasslecture/20130416_Trento_G7/chain2.png
   grass-promo/grasslecture/20130416_Trento_G7/sltemporaletb.png
Modified:
   grass-promo/grasslecture/20130416_Trento_G7/Makefile
   grass-promo/grasslecture/20130416_Trento_G7/crowdsourceET.tex
Log:
Final version from the FEM talk

Modified: grass-promo/grasslecture/20130416_Trento_G7/Makefile
===================================================================
--- grass-promo/grasslecture/20130416_Trento_G7/Makefile	2013-04-19 00:31:57 UTC (rev 55904)
+++ grass-promo/grasslecture/20130416_Trento_G7/Makefile	2013-04-19 03:58:20 UTC (rev 55905)
@@ -3,8 +3,8 @@
 
 FILE=crowdsourceET
 
-SVGFILES = $(shell ls *.svg)
-SVGPDF = $(patsubst %.svg, %.pdf, $(SVGFILES))
+#SVGFILES = $(shell ls *.svg)
+#SVGPDF = $(patsubst %.svg, %.pdf, $(SVGFILES))
 
 all: $(FILE).pdf
 

Added: grass-promo/grasslecture/20130416_Trento_G7/architecture_implementation.png
===================================================================
(Binary files differ)


Property changes on: grass-promo/grasslecture/20130416_Trento_G7/architecture_implementation.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: grass-promo/grasslecture/20130416_Trento_G7/chain1.png
===================================================================
(Binary files differ)


Property changes on: grass-promo/grasslecture/20130416_Trento_G7/chain1.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: grass-promo/grasslecture/20130416_Trento_G7/chain2.png
===================================================================
(Binary files differ)


Property changes on: grass-promo/grasslecture/20130416_Trento_G7/chain2.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Modified: grass-promo/grasslecture/20130416_Trento_G7/crowdsourceET.tex
===================================================================
--- grass-promo/grasslecture/20130416_Trento_G7/crowdsourceET.tex	2013-04-19 00:31:57 UTC (rev 55904)
+++ grass-promo/grasslecture/20130416_Trento_G7/crowdsourceET.tex	2013-04-19 03:58:20 UTC (rev 55905)
@@ -279,7 +279,59 @@
 \end{block}
 
 \end{frame}
+
+\subsection{Blueprint}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\begin{frame}[fragile]{Blueprint}
+
+\begin{center}
+ \includegraphics[width=8cm]{chain0}
+\end{center}
+
+\begin{itemize}
+ \item GDAL+[C+OpenMP]
+ \item GRASSGIS+pyGRASS+[C+OpenMP]
+\end{itemize}
+
+\end{frame}
+
+\subsection{GDAL}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\begin{frame}[fragile]{HPC GDAL framework}
+
+\begin{columns}[l]
+\column[t]{0.6\textwidth}
+\begin{center}
+ GDAL+[C+OpenMP]
+ \includegraphics[width=7.5cm]{chain2}
+\end{center}
+\column[t]{0.4\textwidth}
+\begin{center}
+ OpenMP distribution
+ \includegraphics[width=5cm]{chain1}
+\end{center}
+\end{columns}
+\end{frame}
+
+
+\subsection{GRASS GIS}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\begin{frame}[fragile]{GRASS GIS framework}
+
+\begin{center}
+ \includegraphics[width=7.5cm]{architecture_implementation}
+\end{center}
+
+\begin{block}{metaModule concept}
+{\bf pyGRASS:} vertical integration of GRASS GIS modules\\
+{\bf GRASS GIS modules:} [C+OpenMP] any multi-core PC \\
+{\bf GRASS GIS modules:} [C+MPIch?] in FEM - GISCluster \\
+{\bf GRASS GIS modules:} [C+CUDA/GPGPU?] in FEM - Tesla
+\end{block}
+
+\end{frame}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \begin{frame}[fragile]{Chain processing}
 
 The development of pyGRASS is maturing,\\
@@ -291,6 +343,25 @@
 
 \end{frame}
 
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\begin{frame}[fragile]{Initial results of ET Models comparison}
+
+\begin{center}
+ Average ET for Sri Lanka, Daily 2000-2012 (mm/d, daily, 12.3 years)
+ \includegraphics[width=12cm]{sltemporaletb}
+\end{center}
+
+\begin{block}{Comparison}
+\begin{itemize}
+ \item ETo \& ETpot (rad) are similar, expected.
+ \item ETa models are not so similar, expected.
+ \item ETo \& ETpot (rad) are higher than ETa models, expected.
+\end{itemize}
+
+\end{block}
+
+\end{frame}
+
 \subsection{MOD 16}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \begin{frame}[fragile]{MOD16 MODIS product}
@@ -334,7 +405,6 @@
 
 \end{frame}
 
-\subsection{Year 1}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \begin{frame}[fragile]{set up for year 1: Kick the geek}
 
@@ -355,7 +425,6 @@
 
 \end{frame}
 
-\subsection{Year 2}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \begin{frame}[fragile]{set up for year 2: Bring the bee}
 
@@ -377,7 +446,6 @@
 
 \end{frame}
 
-\subsection{Year 3}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \begin{frame}[fragile]{set up for year 3: Ubergeek upgrade}
 

Added: grass-promo/grasslecture/20130416_Trento_G7/sltemporaletb.png
===================================================================
(Binary files differ)


Property changes on: grass-promo/grasslecture/20130416_Trento_G7/sltemporaletb.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream



More information about the grass-commit mailing list