Re: [OSM-talk] Python API

2009-05-05 Thread Eddy Petrișor
Eddy Petrișor a scris: > Etienne Chové a scris: >> Etienne Chové a écrit : >>> Dears, >>> >>> I wrote a python class to communicate with OSM API (read, write, >>> update). For interested users, informations are here [1]. >>> >>> May I put sources on the dev server ? >> This is now hosted on the ma

Re: [OSM-talk] Python API

2009-05-05 Thread Eddy Petrișor
Etienne Chové a scris: > Etienne Chové a écrit : >> Dears, >> >> I wrote a python class to communicate with OSM API (read, write, >> update). For interested users, informations are here [1]. >> >> May I put sources on the dev server ? > > This is now hosted on the main osm svn repositrory. I appo

Re: [OSM-talk] Python API

2009-05-04 Thread Etienne Chové
Etienne Chové a écrit : > Dears, > > I wrote a python class to communicate with OSM API (read, write, > update). For interested users, informations are here [1]. > > May I put sources on the dev server ? This is now hosted on the main osm svn repositrory. I appologize for people wanting it on

Re: [OSM-talk] Python API

2009-04-30 Thread Etienne Chové
Etienne Chové a écrit : > Dears, > > I wrote a python class to communicate with OSM API (read, write, > update). For interested users, informations are here [1]. > > May I put sources on the dev server ? Here it is : http://osmose.openstreetmap.fr/src/modules/OsmApi.py -- Etienne _

Re: [OSM-talk] Python API

2009-04-29 Thread Eddy Petrișor
On Wed, Apr 29, 2009 at 8:10 PM, Etienne Chové wrote: > Eddy Petrișor a écrit : >> >> 2009/4/29 Etienne Chové : >>> >>> [1] http://wiki.openstreetmap.org/wiki/PythonOsmApi >> >> BTW, under which license are publishing your changes? May I suggest >> one of 'LGPL', 'GPL v2 or later' or 'GPL v3 or la

Re: [OSM-talk] Python API

2009-04-29 Thread Etienne Chové
Eddy Petrișor a écrit : > 2009/4/29 Etienne Chové : >> [1] http://wiki.openstreetmap.org/wiki/PythonOsmApi > > BTW, under which license are publishing your changes? May I suggest > one of 'LGPL', 'GPL v2 or later' or 'GPL v3 or later'? I would be fine > with either of those, but I think LGPL would

Re: [OSM-talk] Python API

2009-04-29 Thread Thomas Wood
2009/4/29 Etienne Chové : > Eddy Petrișor a écrit : >> 2009/4/29 Etienne Chové : >>> Dears, >>> >>> I wrote a python class to communicate with OSM API (read, write, >>> update). For interested users, informations are here [1]. >> >> COOL! I was thinking of writing such a class myself, but it's grea

Re: [OSM-talk] Python API

2009-04-29 Thread Eddy Petrișor
2009/4/29 Etienne Chové : > Dears, > > I wrote a python class to communicate with OSM API (read, write, > update). For interested users, informations are here [1]. > > May I put sources on the dev server ? > [1] http://wiki.openstreetmap.org/wiki/PythonOsmApi BTW, under which license are publishi

Re: [OSM-talk] Python API

2009-04-29 Thread Eddy Petrișor
On Wed, Apr 29, 2009 at 7:37 PM, Etienne Chové wrote: > Eddy Petrișor a écrit : >> >> 2009/4/29 Etienne Chové : >>> >>> Dears, >>> >>> I wrote a python class to communicate with OSM API (read, write, >>> update). For interested users, informations are here [1]. >> >> COOL! I was thinking of writin

Re: [OSM-talk] Python API

2009-04-29 Thread Etienne Chové
Thomas Wood a écrit : > See also the osmparser.py class, that may also be useful. > http://trac.openstreetmap.org/browser/applications/editors/django/osmeditor/lib/osmparser.py Interesting... does it work with API 0.6 and changesets ? (see 0.5 inside). -- Etienne ___

Re: [OSM-talk] Python API

2009-04-29 Thread Etienne Chové
Eddy Petrișor a écrit : > 2009/4/29 Etienne Chové : >> Dears, >> >> I wrote a python class to communicate with OSM API (read, write, >> update). For interested users, informations are here [1]. > > COOL! I was thinking of writing such a class myself, but it's great > you did it :) . > >> May I pu

Re: [OSM-talk] Python API

2009-04-29 Thread Thomas Wood
2009/4/29 Etienne Chové : > Thomas Wood a écrit : >> >> See also the osmparser.py class, that may also be useful. >> >> http://trac.openstreetmap.org/browser/applications/editors/django/osmeditor/lib/osmparser.py > > Interesting... does it work with API 0.6 and changesets ? (see 0.5 inside). Not y

Re: [OSM-talk] Python API

2009-04-29 Thread Eddy Petrișor
2009/4/29 Etienne Chové : > Dears, > > I wrote a python class to communicate with OSM API (read, write, > update). For interested users, informations are here [1]. COOL! I was thinking of writing such a class myself, but it's great you did it :) . > May I put sources on the dev server ? May I su

Re: [OSM-talk] Python API

2009-04-29 Thread Thomas Wood
See also the osmparser.py class, that may also be useful. http://trac.openstreetmap.org/browser/applications/editors/django/osmeditor/lib/osmparser.py 2009/4/29 Etienne Chové : > Dears, > > I wrote a python class to communicate with OSM API (read, write, > update). For interested users, informatio

Re: [OSM-talk] Python API

2009-04-29 Thread Etienne Chové
Shaun McDonald a écrit : > > On 29 Apr 2009, at 17:00, Etienne Chové wrote: > >> Dears, >> >> I wrote a python class to communicate with OSM API (read, write, >> update). For interested users, informations are here [1]. >> >> May I put sources on the dev server ? >> > > Wouldn't it be better to

Re: [OSM-talk] Python API

2009-04-29 Thread Shaun McDonald
On 29 Apr 2009, at 17:00, Etienne Chové wrote: > Dears, > > I wrote a python class to communicate with OSM API (read, write, > update). For interested users, informations are here [1]. > > May I put sources on the dev server ? > Wouldn't it be better to put them into SVN? Shaun __

[OSM-talk] Python API

2009-04-29 Thread Etienne Chové
Dears, I wrote a python class to communicate with OSM API (read, write, update). For interested users, informations are here [1]. May I put sources on the dev server ? -- Etienne [1] http://wiki.openstreetmap.org/wiki/PythonOsmApi ___ talk mailing