CottageLabs / uniboard

UniBoard project
0 stars 0 forks source link

store the actual lat/lon of the institution in the data file #34

Closed richard-jones closed 10 years ago

richard-jones commented 10 years ago

rather than storing the name and geolocating it every time

Nimphal commented 10 years ago

Is this supposed to be some sort of automated process? Currently the lookup file with the addresses is manually updated. I can just run pygeocode on the addresses we have so far and update it in the file. However, if this is supposed to be automated, then the file itself needs to be filled by a script or a function.

richard-jones commented 10 years ago

I would just do it manually - so the file should be hard-coded with the lat/lon. You could just get those lat/lons by running pygeocode and then sticking the results in the file, yes. No need for automation.

On 9 July 2014 15:01, Nimphal notifications@github.com wrote:

Is this supposed to be some sort of automated process? Currently the lookup file with the addresses is manually updated. I can just run pygeocode on the addresses we have so far and update it in the file. However, if this is supposed to be automated, then the file itself needs to be filled by a script or a function.

— Reply to this email directly or view it on GitHub https://github.com/CottageLabs/uniboard/issues/34#issuecomment-48474681.

Richard Jones,

Founder, Cottage Labs t: @richard_d_jones, @cottagelabs w: http://cottagelabs.com

richard-jones commented 10 years ago

Complete

richard-jones commented 10 years ago

There seems to be a problem when using this data when creating an advert. I get an error trying to create an advert against the uni's location, and it's probably just not updated to use the latest code here.

Nimphal commented 10 years ago

This is now fixed.