Previously we would geocode all records from NOW and BIS, but most of those records never make it past the INIT step. Geocoding records from _INIT_devdb is more time efficient.
Geocoding will instead be called in the build step after sql/_init.sql is called, and sql/_geo.sql will be modified to accomodate the new process
Previously we would geocode all records from NOW and BIS, but most of those records never make it past the INIT step. Geocoding records from
_INIT_devdb
is more time efficient. Geocoding will instead be called in the build step aftersql/_init.sql
is called, andsql/_geo.sql
will be modified to accomodate the new process