dssg / land-bank

Analytics tool to help the Cook County Land Bank acquire vacant and abandoned properties strategically.
http://dssg.io/projects#landbank
8 stars 8 forks source link

Location field in the assessor table is null for all rows #26

Closed tplagge closed 11 years ago

tplagge commented 11 years ago

I filled it in the production database using the following command: update landbank_data_assessor set loc = st_transform(st_setsrid(st_point(long_x,lat_y),4326),3435);

But it should get filled by the load script.