Contains Python Code used in GIS Project which
- [Scraps the websites to get lists of rugby clubs in Munster] (https://github.com/mobcdi/gis/blob/master/GISClubs.py) using BeautifulSoup and exports the contents to csv (;) delimited. It also attempts to get the long, lat coordinates for the address from Google using
geopy.geocoders
- Creates a json file of tweets from a number of accounts using tweepy. Also creates a csv file with just
['MinedAccount', 'CreatedDate', 'Coordinates','userLocation','id', 'retweetCount','text']
- Creates a json and csv file of tweets using twitter search also using tweepy. Search strings are hard coded
Also used MMQGIS plugin for QGIS to convert addresses to long, lat using csv data compiled above