Advertisement
michaelreinhard

Untitled

Aug 30th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. with open('test/xml_file_small.xml', 'wb') as f:
  2. text = '''<?xml version="1.0" encoding="UTF-8"?>
  3. <osm version="0.6" generator="CGImap 0.3.3 (28791 thorn-03.openstreetmap.org)" copyright="OpenStreetMap and contributors" attribution="http://www.openstreetmap.org/copyright" license="http://opendatacommons.org/licenses/odbl/1-0/">
  4. <node id="261114299" visible="true" version="5" changeset="8581395" timestamp="2011-06-29T14:14:14Z" user="bbmiller" uid="451048" lat="41.9729565" lon="-87.6939548"/>
  5. </osm>
  6. '''
  7. f.write(text)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement