Renier Botha

Results 14 comments of Renier Botha

Hey @zsiegel92, I've found that by adding autojump to the list of plugins in the .zshrc file fixes this issue for me. For example, now my .zshrc has this line:...

Hey, I've had a similar issue and I think it's because the tensorflow port of Keras has a slightly different callback API than the original Keras. To fix this, just...

Hi, I've found this data source which includes all points of interest in SA - i believe it contains the information we are looking for. https://data.humdata.org/dataset/hotosm_zaf_buildings I'm busy mining this...

I found that much of the data in that dataset was missing vital information. So I went and created [this query](http://overpass-turbo.eu/s/SAz) for getting food / shops data from OpenStreetMap directly....

Hey @anelda , thanks for picking that up. Yeah, I'm looking into expanding the query right now. But to be honest, I doubt we will find any data source containing...

I did a [quick and dirty](http://overpass-turbo.eu/s/SAC) - please check if it passes the "Kleinmond Test" ;) (PS - my test is called the "Hermanus Test" -- we are basically neighbours)

Aaaah, looking at the data a bit closer I see that a high lever query of "shops" includes everything from pets to funerals. That's not what we want. I'll refine...

Hmm, those you mentioned are still missing. I'm gonna look at the Google Places API, because a quick search showed those shops are listed on Google.

Google Places API specifically blocks scraping like this.

I suggest we use the OpenStreetMap data to build the rest of the pipeline / methods and work on improving the datasource as we go along? We would also launch...