You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When loading CBS data, the streets names are taken from CBS dictionary that comes with the CBS data.
For consistency we should use the streets table that's loaded from data-gov streets table.
Update cbs executor.py code: when creating a marker, load the following fields from streets table: street1_hebrew, street2_hebrew, main_street, secondary_street, address, description
Only if street is not found in the data-gov streets table, use the given table that the CBS adds in given files
atalyaalon
changed the title
In CBS Dataflow, update tables with streets and data from cities and streets tables
In CBS Dataflow, update tables with streets and data from streets tables
Dec 29, 2024
atalyaalon
changed the title
In CBS Dataflow, update tables with streets and data from streets tables
In CBS executor, update markers table with streets and data from streets tables
Dec 29, 2024
When loading CBS data, the streets names are taken from CBS dictionary that comes with the CBS data.
For consistency we should use the streets table that's loaded from data-gov streets table.
Only if street is not found in the data-gov streets table, use the given table that the CBS adds in given files
The text was updated successfully, but these errors were encountered: