source:
trunk/workshop-foss4g/index.rst
@
15
Revision 2, 2.3 KB checked in by djay, 13 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[1] | 1 | .. Introduction to PostGIS master file. |
2 | ||
3 | Introduction à PostGIS | |
4 | ======================= | |
5 | ||
6 | Tennez vous prêt | |
7 | --------------- | |
8 | ||
9 | * Ce document utilise une archive contenant des applications et des données : http://s3.opengeo.org/postgisintro-2010-2.zip | |
10 | * Télécharger l'archive et décompressez-le dans le répetoire de votre choix. | |
11 | ||
12 | Contenu de l'archive | |
13 | ------------------ | |
14 | ||
15 | Dans l'archive liée à ce document, vous trouverez: | |
16 | ||
17 | **workshop/** | |
18 | un répertoire contenant ce document au format HTML | |
19 | ||
20 | **software/** | |
21 | un répertoire contenant tout les logiciels que nous installerons | |
22 | ||
23 | **data/** | |
24 | un répertoire contenant les fichier au format Shapefiles que nous utiliserons | |
25 | ||
26 | L'ensemble des données présentes dans cette archive sont du domaine publique et | |
27 | librement redistribuables. Toute les applications de l'archive sont des logiciels libres, et | |
28 | librement redistribuables. The document est publié sous licence Creative Commons | |
29 | "`share alike with attribution <http://creativecommons.org/licenses/by-sa/3.0/us/>`_", | |
30 | et est librement redisctribuable en respectant les termes de cette license. | |
31 | ||
32 | Table des matiÚres | |
33 | ---------------- | |
34 | ||
35 | .. toctree:: | |
36 | :maxdepth: 1 | |
37 | ||
38 | welcome | |
39 | introduction | |
40 | installation | |
41 | creating_db | |
42 | loading_data | |
43 | about_data | |
44 | simple_sql | |
45 | simple_sql_exercises | |
46 | geometries | |
47 | geometries_exercises | |
48 | spatial_relationships | |
49 | spatial_relationships_exercises | |
50 | joins | |
51 | joins_exercises | |
52 | indexing | |
53 | projection | |
54 | projection_exercises | |
55 | geography | |
56 | geometry_returning | |
57 | joins_advanced | |
58 | validity | |
59 | tuning | |
60 | equality | |
61 | postgis-functions | |
62 | glossary | |
63 | license | |
64 | ||
65 | ||
[2] | 66 | Les liens à garder sous la main |
67 | ------------------------------- | |
[1] | 68 | |
69 | * PostGIS - http://postgis.org/ | |
70 | ||
[2] | 71 | - Documentation - http://postgis.org/docs/ |
[1] | 72 | |
73 | * PostgreSQL - http://www.postgresl.org/ | |
74 | ||
[2] | 75 | - Téléchargement - http://www.postgresql.org/download/ |
76 | - Documentation - http://www.postgresql.org/docs/ | |
[1] | 77 | - JDBC Driver - http://jdbc.postgresql.org/ |
78 | - .Net Driver - http://npgsql.projects.postgresql.org/ | |
79 | - Python Driver - http://www.pygresql.org/ | |
80 | - C/C++ Driver - http://www.postgresql.org/docs/8.4/static/libpq.html | |
81 | ||
82 | * PgAdmin III - http://www.pgadmin.org/ | |
83 | ||
[2] | 84 | * Clients bureautiques Open Source |
[1] | 85 | |
86 | - uDig - http://udig.refractions.net/ | |
87 | - QGIS - http://qgis.org/ | |
88 | - OpenJUMP - http://openjump.org/ | |
89 |
Note: See TracBrowser
for help on using the repository browser.