extract data from kml and associate with respective image in a report
41 views
Skip to first unread message
Andrew
unread,
Apr 12, 2012, 3:28:45 PM4/12/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to beautifulsoup
Hi I was wondering if beautiful soup can help me. I have a kmz file
(I've extracted the files and now have a kml and images) with several
hundred locations with one image and description per location. I want
to make a PDF or Word report which contains the image, description,
and coordinates on each page of the PDF.
Thank you.
leonardr
unread,
Apr 13, 2012, 8:54:21 AM4/13/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to beautifulsoup
You can use Beautiful Soup to extract data from the KML file. Then you
can use a different library such as ReportLab (http://
www.reportlab.com/software/opensource/) to create a PDF file using
that data.