In the previous post I demonstrated how to web scrape data from a website with the intention of using the data as part of a geographic information system (GIS) data analysis pipeline. The data that we scraped are the addresses of all CVS pharmacies in the US. Now that we have the data we need … Continue reading Geocoding & Proximity Analysis with PostGIS
Month: February 2022
Web Scraping CVS Pharmacy addresses with Go Colly
The web is a treasure trove of information. However, while we can easily read the information displayed on a website, scrapping the very same information algorithmically for data analysis is not so simple. Thus for this blog post I am going to demonstrate a web scraping example using the Go programming language and an excellent … Continue reading Web Scraping CVS Pharmacy addresses with Go Colly