User:Pieren

From OpenStreetMap Wiki
Jump to: navigation, search

I participate to this project since Nov 2007. I'm software engineer. I use a Garmin 60CSx with a 1GB microSD card. I'm mapping areas in French region Alsace and Paris (and a bit everywhere sporadically). I'm also involved in the wiki editions and translations (e.g. the drawings and examples in [Bicycle]). I created the Map Features wiki templates for i18n. I developed the Josm plugin cadastre-fr for the French cadastre WMS, implemented the Lambert Zone projections and various DOM-TOM projections and fixed related issues in JOSM core. I was also involved in the contacts with the French administration for the permissions requests of the cadastre and the Corine Land Cover France 2006. I also participated to the import of this land cover datasource for France end of 2009. I'm also involved in edit reverts requested by other contributors.

I'm also the local contact for announcements translations (see Local Contacts).

I'm also the real owner of the account User:PierenBot created for automated editions.
http://yosmhm.neis-one.org/?zoom=6&lat=46.91789&lon=3.69862&layers=BT&u=PierenBot "Where did you contribute", OSM heatmap

Some personnal statistics: http://hdyc.neis-one.org/?Pieren

Contents

Contributeurs à mettre sous surveillance (vandalisme)

En cours d'édition

A surveiller/refaire/traduire

Mapping

Tools

Links

Intern:

Extern:

Video, tutorial, screencast

Blogs, posts

Imports

Citations

Build plugin cadastre-fr

Faire un "svn update" dans le répertoire /cadastre-fr/ depuis un command shell sinon 'ant' ne voit pas la bonne révision si l'update est fait depuis turtoise (ant exécute 'ant info')

Stats

FranceXXL-090513.osm.bz2: Node(24467k) Way(2510k) Relation(28k)
FranceLarge-090518.osm.bz2: Node(10129k) Way(739k) Relation(13k)
FranceSmall-090518.osm.bz2: Node(9153k) Way(647k) Relation(12k)

Projections/géoréférencement

Lambert93:

Reprojeter un shapefile RGF93 en WGS84(OSM) :
ogr2ogr -s_srs EPSG:2154 -t_srs EPSG:4326 CLC06_4326.shp CLC06_D67_RGF.shp

Ubuntu

Mapnik/pgsql

Osm2pgsql

 UPDATE planet_osm_line SET name = "name:fr" where "name:fr" is not null;
 UPDATE planet_osm_point SET name = "name:fr" where "name:fr" is not null;
 UPDATE planet_osm_polygon SET name = "name:fr" where "name:fr" is not null;
 UPDATE planet_osm_roads SET name = "name:fr" where "name:fr" is not null;
   <Rule>
     <Filter>[wall] = 'no'</Filter>
     &maxscale_zoom10;
     <PolygonSymbolizer>
        <CssParameter name="fill">#d7cbcb</CssParameter>
     </PolygonSymbolizer>
   </Rule>
 :
   <Rule>
     <Filter>[building] <> 'station' and [building] <> 'supermarket' and [building] <> '' and (not([wall] = 'no')) ../..
 :
 <Layer name="buildings" status="on" srs="&osm2pgsql_projection;">
     (select way,../..wall from &prefix;_p$

Mod_tile

Apache2

Configuration du path des tuiles

Pour un schéma de sauvegarde du type /tiles/france/default/0/0/0/0/0/0.meta (mode hash tiles activé) pour une URL http://localhost/france/0/0/0.png, il faut

cleanplanet.sh

 #!/bin/bash -xe
 
 #
 # Remove all planet files older than 30 days
 #
 find /var/www/planet/ -type f -name "*.osm.bz2" -mtime +30 -exec rm -f {} \;
 find /var/www/planet/ -type f -name "*.osc.gz" -mtime +30 -exec rm -f {} \;
 find /var/www/planet/ -type f -name "*.osm.bz2.md5" -mtime +30 -exec rm -f {} \;

munin

bulk_upload.py

Ce script a besoin du module python httplib2:

Openlayers

Géoréférencement

Fondation

OpenStreetMap Foundation 16 Oakfield Glade Weybridge KT13 9DP United Kingdom

Cadastre(s)

GR, FFRP, rando

Examples for an howto

List of crazy tags

JOSM plugin

After updating any JOSM plugin in SVN, be sure to compile it*, and commit the resulting .jar file to SVN as well. Afterwards update the version number on the JOSM plugins Wiki page to reflect your newly commited version number so that the update mechanism will find it. (F.Ramm)

Current Validator rev. is 11974

Trucs, astuces

En français dans le texte

J'ai commencé à m'intéresser à ce projet depuis Novembre 2007. Je suis informaticien. J'utilise un Garmin 60CSx pour cartographier l'Alsace (Bas-Rhin, Haut-Rhin). Parce que je crois que le manque de participants en France est en partie due au fait que l'essentiel était en anglais et que cela peut rebuter certains, je participe aussi à la traduction des pages wiki en français.

Personal tools
Namespaces
Variants
Actions
site
Toolbox