Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(1) | Derive(0) | Import(0)
src/m/a/mainbrace-HEAD/src/spike_convert_buoy/convert_s57_to_osm.py mainbrace(Download)
MyApi = OsmApi.OsmApi(username="mainbrace", password=password, changesetauto=True) node_init = {u'lat': lat, u'lon': lon, u'tag': tags} node_data = MyApi.NodeCreate(node_init) MyApi.flush() return True