Changeset 10


Ignore:
Timestamp:
02/19/13 15:17:35 (11 years ago)
Author:
lucsch
Message:

Updating tutorial (preliminary text)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tutorial/model_tutorial.tex

    r9 r10  
    1010\usepackage{upquote} %to force Latex not substitute ' by ` 
    1111\usepackage{tocbibind} 
     12\usepackage{mdwlist} 
    1213%\usepackage{natbib} 
    1314 
     
    1920\section{Introduction} 
    2021This tutorial explains how to create a project ToolMap manually. This approach has the following advantages: 
    21 \begin{enumerate} 
     22\begin{enumerate*} 
    2223  \item It ensures the IDs used 
    2324  \item It generates a multilingual model 
    2425  \item It allows better monitoring of model changes 
    25 \end{enumerate} 
     26\end{enumerate*} 
    2627The 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. 
    2728 
     
    2930\section{Conceptual Workflow} 
    3031The 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*} 
    3233  \item a SQL file defining the project (output 1) 
    3334  \item a ToolMap project (output 2) 
    34 \end{enumerate} 
     35\end{enumerate*} 
    3536 
    3637\begin{figure} [htbp] 
     
    4445 
    4546\section{Data needed} 
     47In 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} 
     55The recommended way to work with user\_structure.sql and user\_content.txt is described below 
     56 
    4657 
    4758\section{Preparing user data} 
Note: See TracChangeset for help on using the changeset viewer.