[QGIS Commit] r12942 - docs/branches/1.3.0/french/user_guide

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sun Feb 14 07:18:28 EST 2010


Author: jrm
Date: 2010-02-14 07:18:27 -0500 (Sun, 14 Feb 2010)
New Revision: 12942

Modified:
   docs/branches/1.3.0/french/user_guide/plugins_oracle_raster.tex
Log:
add yet another unreviewed chapter

Modified: docs/branches/1.3.0/french/user_guide/plugins_oracle_raster.tex
===================================================================
--- docs/branches/1.3.0/french/user_guide/plugins_oracle_raster.tex	2010-02-13 00:42:59 UTC (rev 12941)
+++ docs/branches/1.3.0/french/user_guide/plugins_oracle_raster.tex	2010-02-14 12:18:27 UTC (rev 12942)
@@ -1,98 +1,130 @@
-% vim: set textwidth=78 autoindent:
+\subsection{Extension de GeoRaster Oracle}
 
-\subsection{Oracle GeoRaster Plugin}
+%In Oracle databases, raster data can be stored in SDO\_GEORASTER objects available with the 
+%Oracle Spatial extension. In QGIS, the \toolbtntwo{oracle_raster}{Oracle GeoRaster Plugin} 
+%is supported by GDAL, and depends on Oracle's Database product being installed and working 
+%on your machine. While Oracle is proprietary software, they provide their software free for 
+%development and testing purposes. Here is one simple example of how to load raster images 
+%to GeoRaster:
 
-% when the revision of a section has been finalized, 
-% comment out the following line:
-% \updatedisclaimer
+Dans les bases de données Oracle, les informations rasters sont stockées au sein d'objets SDO\_GEORASTER disponibles avec l'extension Oracle Spatial. Dans QGIS, le support de \toolbtntwo{oracle_raster}{Oracle GeoRaster Plugin} est apporté par GDAL et nécessite l'installation et l'utilisation des produits Oracle sur votre machine. Bien que ces produits soient propriétaires, Oracle les fournit gratuitement dans un but de test ou de développement. Voici un exemple assez simple quant au chargement d'images rasters en GeoRaster :
 
-In Oracle databases, raster data can be stored in SDO\_GEORASTER objects available with the 
-Oracle Spatial extension. In QGIS, the \toolbtntwo{oracle_raster}{Oracle GeoRaster Plugin} 
-is supported by GDAL, and depends on Oracle's Database product being installed and working 
-on your machine. While Oracle is proprietary software, they provide their software free for 
-development and testing purposes. Here is one simple example of how to load raster images 
-to GeoRaster:
-
 \begin{verbatim} 
 $ gdal_translate -of georaster input_file.tif geor:scott/tiger at orcl
 \end{verbatim}
 
-This will load the raster into the default GDAL\_IMPORT table, as a column named RASTER.
+%This will load the raster into the default GDAL\_IMPORT table, as a column named RASTER.
+Le raster va être chargé dans la table par défaut, GDAL\_IMPORT, en tant que colonne nommée RASTER.
 
-\subsubsection{Managing connections}
+%\subsubsection{Managing connections}
+\subsubsection{Gérer les connexions}
 
-Firstly, the Oracle GeoRaster Plugin must be enabled using the Plugin Manager (see Section 
-\ref{sec:load_core_plugin}). The first time you load a GeoRaster in QGIS, you must create a 
-connection to the Oracle database that contains the data. To do this, begin by clicking on 
-the \toolbtntwo{oracle_raster}{Select GeoRaster} toolbar button, it will open the Select Oracle 
-Spatial GeoRaster dialog window. Click on \button{New} to open the dialog window, and specify 
-the connection parameters (See Figure \ref{fig:oracle_create}):
+%Firstly, the Oracle GeoRaster Plugin must be enabled using the Plugin Manager (see Section 
+%\ref{sec:load_core_plugin}). The first time you load a GeoRaster in QGIS, you must create a 
+%connection to the Oracle database that contains the data. To do this, begin by clicking on 
+%the \toolbtntwo{oracle_raster}{Select GeoRaster} toolbar button, it will open the Select Oracle 
+%Spatial GeoRaster dialog window. Click on \button{New} to open the dialog window, and specify 
+%the connection parameters (See Figure \ref{fig:oracle_create}):
 
+Tout d'abord, l'extension GeoRaster doit être activé dans le gestionnaire d'extension (voir setion \ref{sec:load_core_plugin}). Au premier chargement d'un GeoRaster dans QGIS, vous devrez instaurer une connexion vers la base de données Oracle contenant la donnée voulue. Pour ce faire commencez par cliquer sur le bouton \toolbtntwo{oracle_raster}{Sélection d'un GeoRaster} situé dans la barre d'outils, cela ouvrira la fenêtre de sélection Oracle Spatial GeoRaster. Cliquez sur \button{Nouveau} puis spécifiez les paramètres de connexion (voir figure \ref{fig:oracle_create}) :
+
+%\begin{itemize}
+%\item \textbf{Name}: Enter a name for the database connection.
+%\item \textbf{Database instance}: Enter the name of the database that you will connect to.
+%\item \textbf{Username}: Specify your own username that you will use to access the database.
+%\item \textbf{Password}: The password associated with your username that is required to access the database.
+%\end{itemize}
+
 \begin{itemize}
-\item \textbf{Name}: Enter a name for the database connection.
-\item \textbf{Database instance}: Enter the name of the database that you will connect to.
-\item \textbf{Username}: Specify your own username that you will use to access the database.
-\item \textbf{Password}: The password associated with your username that is required to access the database.
+\item \textbf{Nom}: Entrez un nom pour la connexion
+\item \textbf{Instance de base de données}: Entrez le nom de la base données à laquelle vous désirez vous connecter.
+\item \textbf{Nom d'utilisateur}: Spécifier votre nom utilisateur nécessaire pour accéder à la base de données.
+\item \textbf{Mot de passe}: Le mot de passe associé à votre compte utilisateur.
 \end{itemize}
 
+%\begin{figure}[ht]
+%   \begin{center}
+%   \caption{Create Oracle connection dialog \nixcaption}\label{fig:oracle_create}\smallskip
+%   \includegraphics[clip=true, width=9cm]{oracle_create_dialog}
+%\end{center}
+%\end{figure}
+
 \begin{figure}[ht]
    \begin{center}
-   \caption{Create Oracle connection dialog \nixcaption}\label{fig:oracle_create}\smallskip
+   \caption{Fenêtre de création de connexion Oracle \nixcaption}\label{fig:oracle_create}\smallskip
    \includegraphics[clip=true, width=9cm]{oracle_create_dialog}
 \end{center}
 \end{figure}
 
-Now, back on the main Oracle Spatial GeoRaster dialog window (See Figure \ref{fig:oracle_select}), use the 
-drop-down list to choose one connection, and use the \button{Connect} button to establish a connection. You 
-may also \button{Edit} the connection by opening the previous dialog and making changes to the connection 
-information, or use the \button{Delete} button to remove the connection from the drop-down list.
+%Now, back on the main Oracle Spatial GeoRaster dialog window (See Figure \ref{fig:oracle_select}), use the 
+%drop-down list to choose one connection, and use the \button{Connect} button to establish a connection. You 
+%may also \button{Edit} the connection by opening the previous dialog and making changes to the connection 
+%information, or use the \button{Delete} button to remove the connection from the drop-down list.
 
-\subsubsection{Selecting a GeoRaster}
+(See Figure \ref{fig:oracle_select})
+\button{Connecter} 
+\button{Editer}
+\button{Effacer}
 
-Once a connection has been established, the sub-datasets window will show the names of all the tables that 
-contains GeoRaster columns in that database in the format of a GDAL subdataset name.
+\subsubsection{Sélection d'un GeoRaster}
 
-Click on one of the listed subdatasets and then click on \button{Select} to choose the table name. Now another 
-list of subdatasets will show with the names of GeoRaster columns on that table. This is usually a short list, 
-since most users will not have more than one or two GeoRaster columns on the same table.
+%Once a connection has been established, the sub-datasets window will show the names of all the tables that 
+%contains GeoRaster columns in that database in the format of a GDAL subdataset name.
 
-Click on one of the listed subdatasets and then click on \button{Select} to choose one of the the table/column 
-combination. The dialog will now show all the rows that contains GeoRaster objects. Note that the subdataset 
-list will now show the Raster Data Table and Raster Id's pairs.
+Une fois que la connexion a été établie, la zone de sous-jeux de données affichera toutes les tables contenant une colonne GeoRaster dans un format compatible avec GDAL.
 
-At anytime the Selection entry can be edited in order to go directly to a known GeoRaster or to go back to the 
-beginning and select another table name.
+%Click on one of the listed subdatasets and then click on \button{Select} to choose the table name. Now another 
+%list of subdatasets will show with the names of GeoRaster columns on that table. This is usually a short list, 
+%since most users will not have more than one or two GeoRaster columns on the same table.
 
+Cliquez sur l'un de ces sous-jeux de données puis sur \button{Sélectionner} pour choisir la table. Une nouvelle liste affiche maintenant les noms des colonnes GeoRaster dans cette table, il s'agit généralement d'une courte liste car la plupart des utilisateurs n'ont pas plus d'une ou deux colonnes GeoRaster dans une même table.
+
+%Click on one of the listed subdatasets and then click on \button{Select} to choose one of the the table/column 
+%combination. The dialog will now show all the rows that contains GeoRaster objects. Note that the subdataset 
+%list will now show the Raster Data Table and Raster Id's pairs.
+
+Cliquez sur l'une des sous-jeux puis sur \button{Sélectionner} pour choisir une combinaison d'une table et d'une colonne La fenêtre montrera alors toutes les lignes contenant un objet GeoRaster Vous remarquerez que la liste affichera la table de données raster et les identifiants Raster
+
+%At anytime the Selection entry can be edited in order to go directly to a known GeoRaster or to go back to the 
+%beginning and select another table name.
+
+A tout moment la sélection peut être éditée manuellement pour pointer directement le Georaster voulu ou retourner au début pour prendre une autre table.
+
 \begin{figure}[ht]
    \begin{center}
-   \caption{Select Oracle GeoRaster dialog \nixcaption}\label{fig:oracle_select}\smallskip
+   \caption{Dialogue de sélection GeoRaster \nixcaption}\label{fig:oracle_select}\smallskip
    \includegraphics[clip=true, width=9cm]{oracle_select_dialog}
 \end{center}
 \end{figure}
 
-The Selection data entry can also be used to enter a Where clause at the end of the  identification string, e.g., 
-``geor:scott/tiger at orcl,gdal\_import,raster,geoid=''. See \url{http://www.gdal.org/frmt_georaster.html} for more information.
+%The Selection data entry can also be used to enter a Where clause at the end of the  identification string, e.g., 
+%``geor:scott/tiger at orcl,gdal\_import,raster,geoid=''. See \url{http://www.gdal.org/frmt_georaster.html} for more information.
 
-\subsubsection{Displaying GeoRaster}
+La zone de saisie de sélection peut servir à utilier une clause Where à la fin de la chaîne d'identification, p. ex. ``geor:scott/tiger at orcl,gdal\_import,raster,geoid=''. Voir \url{http://www.gdal.org/frmt_georaster.html} pour plus d'informations.
 
-Finally, by selecting a GeoRaster from the list of Raster Data Table and Raster Id's, the raster image will be 
-loaded into QGIS.
+%\subsubsection{Displaying GeoRaster}
+\subsubsection{Afficher un GeoRaster}
 
-The Select Oracle Spatial GeoRaster dialog window can be closed now and next time it opens it will keep the same 
-connection, and will show the same previous list of subdataset making it very easy to open up another image 
-from the same context.
+Pour finir, en sélectionnant un GeoRaster depuis la liste, cette image sera chargée dans QGIS.
 
-\textbf{Note:} GeoRasters that contains pyramids will display much faster but the pyramids need to be generated 
-outside of QGIS using Oracle PL/SQL or gdaladdo.
+%The Select Oracle Spatial GeoRaster dialog window can be closed now and next time it opens it will keep the same 
+%connection, and will show the same previous list of subdataset making it very easy to open up another image 
+%from the same context.
 
-The following is example using gdaladdo:
+La fenêtre de sélection de GeoRaster Oracle Spatial peut maintenant être close, la connnexion sera conservée pour une prochaine ouverture, la même liste de sous-jeux de donnéessera disponible ce qui facilite l'affichage de nouvelles images dans le même contexte.
 
+/%\textbf{Note:} GeoRasters that contains pyramids will display much faster but the pyramids need to be generated 
+%outside of QGIS using Oracle PL/SQL or gdaladdo.
+textbf{Note:} Les GeoRasters qui contiennent des tuiles/pyramides s'afficheront plus rapidement mais elles devront être générées hors de QGIS en utilisant Oracle PL/SQL ou gdaladdo.
+
+%The following is example using gdaladdo:
+L'exemple suivant utilise gdaladdo :
 \begin{verbatim}
 gdaladdo georaster:scott/tiger at orcl,georaster\_table,georaster,georid=6 -r 
 nearest 2 4 6 8 16 32
 \end{verbatim}
 
-This is an example using PL/SQL: 
+Cet exemple utilise PL/SQL: 
 cd ..
 \begin{verbatim}
 $ sqlplus scott/tiger
@@ -106,4 +138,3 @@
 END;
 /
 \end{verbatim}
-



More information about the QGIS-commit mailing list