Bienvenue sur PostGIS.fr

Bienvenue sur PostGIS.fr , le site de la communauté des utilisateurs francophones de PostGIS.

PostGIS ajoute le support d'objets géographique à la base de données PostgreSQL. En effet, PostGIS "spatialise" le serverur PostgreSQL, ce qui permet de l'utiliser comme une base de données SIG.

Maintenu à jour, en fonction de nos disponibilités et des diverses sorties des outils que nous testons, nous vous proposons l'ensemble de nos travaux publiés en langue française.

source: trunk/workshop-foss4g/welcome.rst @ 1

Revision 1, 3.5 KB checked in by djay, 13 years ago (diff)

Initial import of the svn tree

Bienvenu

About OpenGeo

OpenGeo is bringing the best practices of open source software to governments and other organizations around the world.

  • We provide enterprises with supported, tested, and integrated open source solutions to help open government.
  • We support open source communities by employing key developers for PostGIS, GeoServer, GeoWebCache, GeoExt, and OpenLayers.
  • We have an eight year history of providing successful consulting services and products to clients like MassGIS, Tri-Met, Landgate, Google, The Work Bank, and the Open Geospatial Consortium.
  • We believe open and accessible information empowers people to effect real change. OpenGeo's goal is to make geospatial information more open: publicly available, accessible on compelling platforms that people want to use.
  • We strive to build software that meets and exceeds the desires of clients, because our market success proves the value of our work.

OpenGeo is the geospatial division of OpenPlans, a New York-based 501(c)(3) non-profit which informs and engages communities through journalism and open source software.

Conventions

Cette section présente les différentes conventions qui seront utilisées dans ce document afin d'en faciliter la lecture.

Indications

Les indications pour vous, lecteurs de ce document, seront noté en gras.

Par exemple:

Cliquez sur Suivant pour continuer.

Code

Les exemples de requêtes SQL seront affichées de la maniÚre suivante

SELECT postgis_full_version();

Cette exemple peut être saisi dans la fenêtre de requêtage ou depuis l'interface en ligne de commande.

Notes

Les notes sont utilisées pour fournir une information utile mais non critique pour la compréhension globale du sujet traité.

Note

Si vous n'avez pas manger une pomme aujourd'hui, le docteur devrait se mettre en route.

Fonctions

Lorsque les noms de fonctions seront contenu dans une phrase, ils seront affiché en :command:`gras`.

System Message: ERROR/3 (<string>, line 55); backlink

Unknown interpreted text role "command".

Par exemple:

:command:`ST_Touches(geometry A, geometry B)` retourne vrai si un des contours des géométries s'interectent

System Message: ERROR/3 (<string>, line 59); backlink

Unknown interpreted text role "command".

Fichiers, Tables et nom de colonne

Les nom de fichier, les chemin, le noms de tables et les noms de colones seront affiché comme suit

Select the name column in the nyc_streets table.

Workflow

Les différentes sections de ce document permette d'évoluer progressivement. Chaque section suppose que vous avez terminé et compris les section précédente

Sections are designed to be progressive. Each section will start with the assumption that you have completed and understood the previous section in the series and will build on that knowledge. A single section will progress through a handful of ideas and provide working examples wherever possible. At the end of a section, where appropriate, we have included a handful of exercises to allow you to try out the ideas we've presented. In some cases the section will include "Things To Try". These tasks contain more complex problems than the exercises and is designed to challenge participants with advanced knowledge.

Note: See TracBrowser for help on using the repository browser.