-
Notifications
You must be signed in to change notification settings - Fork 2
StoryMapJS in QI
Shufan Xia edited this page Aug 1, 2018
·
1 revision
This page is helpful in explaining how to go about embedding your own StoryMap in your own web page: https://storymap.knightlab.com/advanced/
Full details on how we create the StoryMapJS is in ds-cookbook
- xml.etree.ElementTree:
Parser xml files, get content from xml files
https://docs.python.org/3.7/library/xml.etree.elementtree.html - xlrd:
Reading data and formatting information from Excel files
http://xlrd.readthedocs.io/en/latest/ - Beautiful Soup:
Parsing HTML and XML documents.
https://www.crummy.com/software/BeautifulSoup/bs4/doc/