Changeset 10 for trunk/tutorial
- Timestamp:
- 02/19/13 15:17:35 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tutorial/model_tutorial.tex
r9 r10 10 10 \usepackage{upquote} %to force Latex not substitute ' by ` 11 11 \usepackage{tocbibind} 12 \usepackage{mdwlist} 12 13 %\usepackage{natbib} 13 14 … … 19 20 \section{Introduction} 20 21 This tutorial explains how to create a project ToolMap manually. This approach has the following advantages: 21 \begin{enumerate }22 \begin{enumerate*} 22 23 \item It ensures the IDs used 23 24 \item It generates a multilingual model 24 25 \item It allows better monitoring of model changes 25 \end{enumerate }26 \end{enumerate*} 26 27 The main disadvantage of this approach is the lack of user interface as well as the need for the user to have some knowledge of SQL. Finally, this approach has been developed to meet the need for rigor in the management of the geological data model. 27 28 … … 29 30 \section{Conceptual Workflow} 30 31 The diagram shown in figure~\ref{fig:conceptual-workflow} illustrates the proposed workflow. User edits the user\_structure.sql and user\_content.txt files. These files as well as base\_structure.sql are used by the software TmDmCreator to produces either: 31 \begin{enumerate }32 \begin{enumerate*} 32 33 \item a SQL file defining the project (output 1) 33 34 \item a ToolMap project (output 2) 34 \end{enumerate }35 \end{enumerate*} 35 36 36 37 \begin{figure} [htbp] … … 44 45 45 46 \section{Data needed} 47 In order to produce a ToolMap project, TmDmCreator needs the following files: 48 %\begin{itemize} 49 \begin{description*} 50 \item[base\_structure.sql]\hfill \\ contains the necessary SQL code base for all ToolMap projects. This file should normally not be edited by users 51 \item[user\_structure.sql]\hfill \\ contains the SQL structure describing the layers attributes 52 \item[user\_content.txt]\hfill \\ Is a tabular file (editable in Excel for example) containing the definition of layers, objects, and attribute values. 53 \end{description*} 54 %\end{itemize} 55 The recommended way to work with user\_structure.sql and user\_content.txt is described below 56 46 57 47 58 \section{Preparing user data}
Note: See TracChangeset
for help on using the changeset viewer.