Conferences World Map
Crawling the IEEE Conference Search and displays a map
What is it for?
You can use the iEEE Conference Search (Institute of Electrical and Electronics Engineers), but it is a list. I think it is much more interesting to see a map, where conferences happening.
How to use it?
python iEEECrawler.py
Probably it is better to use the .ipynb (iPython Notebook), because I am using it and probably I forgot to update the .py
What is it doin'?
- search iEEE Conference Database
- extract all infos from website
- ask Google for location of the adress (Geoencoding)
- save .kml file (for Google Earth)
- create World map, US Map and Europe Map
Dependencies
- Matplotlib (for Rendering)
- Basemap (for Map)
- Requests (for URL requests)
- BeatuifulSoup (for HTML parsing)
- numpy (for array)
- time (for timeout for Google API)
- simplekml (for kml)