73 lines
2.3 KiB
TeX
73 lines
2.3 KiB
TeX
\documentclass[paper=a3,fontsize=12pt,DIV=classic,BCOR=0mm,twoside,headings=normal,index=totoc,listof=totoc,headings=twolinechapter]{scrbook}
|
|
|
|
\usepackage{OCI}
|
|
|
|
\author{Vincent Guyot}
|
|
|
|
\title{Parcs de la Chaux-de-Fonds}
|
|
|
|
\begin{document}
|
|
\maketitle
|
|
\tableofcontents
|
|
|
|
\section{Introduction}
|
|
Le travail présenté ici est un exemple de réflexion sur un projet d'enseignement de l'informatique à travers la cartographie. Il s'agit d'illustrer ce qui pourrait être réalisé au lycée en deuxième année de Discipline Obligatoire d'informatique dans le canton de Neuchâtel.
|
|
|
|
|
|
%\begin{figure}
|
|
%\centering
|
|
%\includegraphics[width=13cm]{images/SwissTopoCHXFDS.eps}
|
|
%\caption[Qgis]{Les données fournies par Swisstopo}\label{swisstopochxfds}
|
|
%\end{figure}
|
|
|
|
|
|
%\begin{figure}[t]
|
|
%\centering
|
|
%\begin{subfigure}{\textwidth}
|
|
%\centering
|
|
%\includegraphics[width=10cm]{images/Khartis2.eps}
|
|
%\caption[Réflexions]{Une première discrétisation}\label{khartis2}
|
|
%\end{subfigure}
|
|
%\begin{subfigure}{\textwidth}
|
|
%\centering
|
|
%\includegraphics[width=10cm]{images/Khartis3.eps}
|
|
%\caption[Réflexions]{Une première discrétisation}\label{khartis3}
|
|
%\end{subfigure}
|
|
%\caption[Cartes]{Traitement des données dans Khartis}\label{khartisdonnees}
|
|
%\end{figure}
|
|
|
|
|
|
%\nocite{*}
|
|
%\printbibliography[heading=bibintoc]{geographie-informatique}
|
|
|
|
\newpage
|
|
\appendix
|
|
|
|
\section{Construction de cartes}
|
|
|
|
|
|
%\begin{lstlisting}[float,language=xml,caption={Le format osm},label={listing:formatosm},numbers=right,numberstyle=\tiny,numbersep=6pt]
|
|
%<node id="8108491590" visible="true" version="1" changeset="93933826" timestamp="2020-11-11T14:21:48Z" user="guyotv" uid="3731325" lat="47.0957466" lon="6.8269104">
|
|
% <tag k="natural" v="tree"/>
|
|
% <tag k="species" v="Sequoia pleureur"/>
|
|
%</node>
|
|
%
|
|
%<way id="556506855" visible="true" version="5" changeset="93349833" timestamp="2020-10-31T19:26:46Z" user="guyotv" uid="3731325">
|
|
% <nd ref="8005863896"/>
|
|
% <nd ref="648243604"/>
|
|
% <tag k="highway" v="path"/>
|
|
%</way>
|
|
%
|
|
%<relation id="11815711" visible="true" version="1" changeset="93327746" timestamp="2020-10-31T08:56:57Z" user="guyotv" uid="3731325">
|
|
% <member type="way" ref="864290676" role="inner"/>
|
|
% <member type="way" ref="864290677" role="outer"/>
|
|
% <tag k="building" v="yes"/>
|
|
% <tag k="informal" v="yes"/>
|
|
% <tag k="surface" v="compacted"/>
|
|
% <tag k="type" v="multipolygon"/>
|
|
%</relation>
|
|
%\end{lstlisting}
|
|
|
|
|
|
\end{document}
|