Re: [OSM-talk] [HOT] Re : [Talk-ht] (sans objet)

2011-03-12 Thread nicolas chavent
Salut Nixon-


Pour poursuivre tes apprentissages avec les materiaux concus par HOT,
reporte toi au systeme de fichier 00_OSM_KIT s'il t'a ete communique dans le
temps de la formation, si ce n'est pas le cas, mets toi en contacts avec les
mappers de l'equioe de cartographie de l'unite de communication d'IOM bases
a Leogane (Dario et Souvenise) qui t'y donneront acces.

Sur les volet collecte de donnees et telechargements de tes tracks &
waypoints avvec le logiciel GPS Babel
* utilise le Guide de terrain - Techniques de collecte de
donnéesegalement
accessible dans le OO_OSM_KIT au chemin d'acces suivant :
00_OSM_Kit\02_MateriauxAppuiFormation_SupportDoc\Guides

Sur le volet edition
Pour des raisons d'acces a internet, HOT travaille sur Haiti avec le
logiciel JOSM
* reporte toi au Guide terrain d'utilisation de l'editeur
JOSMet
aux ressources OSM mentionnes en annexe egalement accessible dans le
OO_OSM_KIT au chemin d'acces suivant :
00_OSM_Kit\02_MateriauxAppuiFormation_SupportDoc\Guides
L'editeur Potlatch mentionne par Jean Guilhem est une ressource interessante
que tu peux decouvrir par ailleurs si ta connexion internet te le permet.
Note que ne sont pas encore disponible les masques d'entree de donnees
thematiques (balises humanitaires/ "humanitarian presets") qui guident
l'edition des attributs (revetement d'une route par exemple) des objets que
tu aurais prealablement releves au moyen des questionnaires .

Mets toi aussi en contact avec Dario et Souvenise a Leogane pour
d'eventuelles seance d'approfondissement si leurs emplois du temps le
permettent.

Bonne continuation a toi
N'hesite pas a relancer la liste si tu as d'autres questions

Nicolas


2011/3/11 Jean-Guilhem Cailton 

>  Bonsoir Nelson
>
> Voici deux documents sur les deux principaux éditeurs d'OpenStreetMap. (Je
> ne sais pas lequel vous a été présenté dans le séminaire)
>
> Sur Potlatch 1, qui est sans doute le plus facile pour commencer :
> http://wiki.openstreetmap.org/wiki/FR:Potlatch/Introduction
>
> Sur JOSM :
> http://wiki.openstreetmap.org/wiki/FR:JOSM/Fr:JOSM_Guide_du_d%C3%A9butant
>
> (Les versions décrites peuvent dater un peu, mais cela devrait vous
> permettre de vous familiariser avec l'essentiel).
>
> Plus généralement, le Wiki est le principal centre de documentation pour
> OSM :
> http://wiki.openstreetmap.org/wiki/FR:Main_Page
>
> N'hésitez pas à poser toute question qui pourrait se présenter.
>
> Bien cordialement,
>
> Jean-Guilhem
>
> (Je mets la liste en copie au cas où d'autres auraient d'autres
> suggestions).
>
>
> Le 11/03/2011 22:28, Nixon Seme a écrit :
>
>  bah,J'aimerais bien avoir plus de training sur la facon de mieux
> editer.En fait dans le seminaire on a pas eu assez de temps pour traiter les
> points GPS qu'on a ete prendre sur le terrain.maintenant j'aimerais
> approfondir mes connaissances dessus.Du coup ,si vous pouvez bien m'envoyer
> des documents je serai super content.Merci
> Respectueusement Nixon SEME
>
>  --
> *De :* Jean-Guilhem Cailton  
> *À :* Nixon Seme  
> *Cc :* talk...@openstreetmap.org
> *Envoyé le :* Jeu 10 mars 2011, 16h 59min 32s
> *Objet :* Re: [Talk-ht] (sans objet)
>
> Le 10/03/2011 22:06, Nixon Seme a écrit :
>
>  Je suis Nixon,G particité a un seminaire de formation à OCHA
> Leogane.J'aimerais echanger des mails avec vous ;
>
>
> ___
>
>
>
>
> Bonjour Nixon, et, de tout coeur, bienvenue !
>
> Ca fait bien plaisir de voir enfin quelqu'un qui parle français sur cette
> liste de discussion. ;-)
>
> Sur quoi voudriez-vous échanger ?
>
> Chaleureuses salutations depuis Toulouse,
>
> Jean-Guilhem
>
>
>
>
> --
> pgp 0x5939EAE2
>
>
> ___
> HOT mailing list
> h...@openstreetmap.org
> http://lists.openstreetmap.org/listinfo/hot
>
>


-- 
Nicolas Chavent
Humanitarian OpenStreetMap Team
http://wiki.openstreetmap.org/wiki/WikiProject_Haiti
Mobile (Haiti): +509 389 583 05
Mobile (France): +33 6 89 45 54 58
Landline (FRA): +33 2 97 26 23 08
Email: nicolas.chav...@gmail.com
Skype: c_nicolas
Twitter: nicolas_chavent
___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk


Re: [OSM-talk] Extracting a BBOX from an osm change file

2011-03-12 Thread Robert Scott
On Friday 11 March 2011, Rodolphe Quiedeville wrote:
> Hi,
> 
> With osmosis-0.38 it's possible to extract data contains in a bbox from
> ans osm data file. But it appears that it's not work for an osm change
> file.
> I want to know if changes files from
> planet.openstreetmap.org/hourly-replicate/ are useful for a BBOX. My
> first idea wass to to this with osmosis, if someone give me a hint.

There is no way of doing this "properly", because of reasons that other posters 
have mentioned. But it is possible to do it in a "lossy" way that accepts the 
fact that transitions across the borders are going to cause slight wrongness. 
For some bounding boxes, like islands (I do this for the british isles), this 
can work quite well, as movements of objects across the borders will be minimal.

I don't think there's any general off-the-shelf solution for doing this though. 
I developed my own code ( 
https://bitbucket.org/ris/oslmusicalchairs/src/e4c27e849345/planet.py ) to 
import changefiles into my project, cherrypicking the pieces of information 
that my app is interested in.


robert.

___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk


Re: [OSM-talk] Extracting a BBOX from an osm change file

2011-03-12 Thread hbogner

On 03/11/2011 01:39 PM, Rodolphe Quiedeville wrote:

Hi,

With osmosis-0.38 it's possible to extract data contains in a bbox from
ans osm data file. But it appears that it's not work for an osm change
file.
I want to know if changes files from
planet.openstreetmap.org/hourly-replicate/ are useful for a BBOX. My
first idea wass to to this with osmosis, if someone give me a hint.

Regards



If you want to apply daily diff to an osm file you can do it and write 
only new file in some bbox or boundary, thats how I use it:


osmosis  --read-xml-change file="daily.osc" --read-xml file="base.osm" 
--apply-change --bounding-polygon clipIncompleteEntities="true" 
file="border.poly" --write-xml file="new.osm"


I use bounding polygon but bbox should work as well

If you want only changes you use osmosis to get change.osc from base.osm 
to new.osm




___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk


Re: [OSM-talk] Cost of tolls

2011-03-12 Thread Diego Woitasen
On Fri, Mar 11, 2011 at 7:21 PM, David Murn  wrote:

> On Fri, 2011-03-11 at 12:34 -0300, Diego Woitasen wrote:
> > Hi,
> >  Mapping the tolls of a highway a found that there is no tag to assign
> > the cost of the toll. I haven't found examples in taginfo or tagwatch.
> > Are you using something for this?
> >
> >  I know this is a little complex because the cost of the toll is
> > different and depends in the size of the vehicle, the time of the day,
> > etc. but may be we could do something.
>
> Here in Australia, we have many toll-roads where another part to the
> equation (time, size, etc) is how far you travel along the road.  If you
> join the road at toll-point A and continue to toll-point B, its a
> different toll than A to C, or B to C.
>
> There are a couple of short roads which have a fixed value toll, but
> most toll-roads vary the toll depending on how far you travel.
>
> This is the matrix showing how the tolls are calculated:
>
> http://www.westlinkm7.com.au/cmsAdmin/uploads/Tollmatrix_Janto_Mar2011.pdf
>
> David
>
>
>
What do you think about something like:

cost:car_2axle = $X
cost:car_3axle = $X
cost:motorbike = $X
cost:truck_2axle = $X
.
.
.
cost:truck_Naxle = $X

And we can use something like $X/$Y is the price is different in the rush
hours.

Regards,
 Diego

-- 
Diego Woitasen
___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk


Re: [OSM-talk] Cost of tolls

2011-03-12 Thread David Murn
On Sat, 2011-03-12 at 20:52 -0300, Diego Woitasen wrote:

> This is the matrix showing how the tolls are calculated:
> 
> 
> http://www.westlinkm7.com.au/cmsAdmin/uploads/Tollmatrix_Janto_Mar2011.pdf

> 
> What do you think about something like:
> 
> 
> cost:car_2axle = $X
> cost:car_3axle = $X
> cost:motorbike = $X
> cost:truck_2axle = $X
> .
> .
> .
> cost:truck_Naxle = $X

So, what value do you put into there?  The price per km/mile, the
maximum price, the minimum price?

As pointed out in the pdf above, in our case depending on what roads you
use to enter/leave the tollway and depending on how close you are to the
city, the toll varies per kilometre travelled.

David



___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk


Re: [OSM-talk] Cost of tolls

2011-03-12 Thread Elizabeth Dodd
On Sun, 13 Mar 2011 11:00:13 +1100
David Murn  wrote:

> On Sat, 2011-03-12 at 20:52 -0300, Diego Woitasen wrote:
> 
> > This is the matrix showing how the tolls are calculated:
> > 
> > 
> > http://www.westlinkm7.com.au/cmsAdmin/uploads/Tollmatrix_Janto_Mar2011.pdf
> 
> > 
> > What do you think about something like:
> > 
> > 
> > cost:car_2axle = $X
> > cost:car_3axle = $X
> > cost:motorbike = $X
> > cost:truck_2axle = $X
> > .
> > .
> > .
> > cost:truck_Naxle = $X
> 
> So, what value do you put into there?  The price per km/mile, the
> maximum price, the minimum price?
> 
> As pointed out in the pdf above, in our case depending on what roads
> you use to enter/leave the tollway and depending on how close you are
> to the city, the toll varies per kilometre travelled.
> 
> David
> 
and a date for the costings
because they always are going up
then which electronic tags can be used instead (for example E-tag)

This information is not best stored in the OSM database. A link to the
current information or not at all.

___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk


Re: [OSM-talk] Cost of tolls

2011-03-12 Thread Nathan Edgars II

Diego Woitasen wrote:
> 
> Hi,
>  Mapping the tolls of a highway a found that there is no tag to assign the
> cost of the toll. I haven't found examples in taginfo or tagwatch. Are you
> using something for this?
> 
>  I know this is a little complex because the cost of the toll is different
> and depends in the size of the vehicle, the time of the day, etc. but may
> be
> we could do something.
> 
Before electronic toll collection, there were two major types of toll
collection - barrier and ticket. On a barrier toll road, you would pay a set
amount at each mainline or ramp toll plaza, meaning one could put the
default 2-axle amount on the barrier=toll_booth node. On a ticket toll road
you'd get a ticket when you enter that lists tolls to each exit; when you
exit you would hand in the ticket and pay that amount. This can't really be
mapped. (A slight variation would have a standard barrier, but if you enter
midway between the beginning and the barrier you'd get a ticket that
entitles you to pay less at the barrier.)

These two systems are still in use on toll roads that accept cash, and the
former can be mapped as such. Electronic-only toll roads may mimic a barrier
system, but will more likely make it more "fair" by charging based on
distance (and thus working like a ticket toll road).

--
View this message in context: 
http://gis.638310.n2.nabble.com/Cost-of-tolls-tp6161832p6165536.html
Sent from the General Discussion mailing list archive at Nabble.com.

___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk