MCPcopy Create free account
hub / github.com/comaps/comaps / step_index_world

Function step_index_world

tools/python/maps_generator/generator/steps.py:190–198  ·  view source on GitHub ↗
(env: Env, country: AnyStr, **kwargs)

Source from the content-addressed store, hash-verified

188
189
190def step_index_world(env: Env, country: AnyStr, **kwargs):
191 _generate_common_index(
192 env,
193 country,
194 generate_search_index=True,
195 cities_boundaries_data=env.paths.cities_boundaries_path,
196 generate_cities_boundaries=True,
197 **kwargs,
198 )
199
200
201def step_cities_ids_world(env: Env, country: AnyStr, **kwargs):

Callers

nothing calls this directly

Calls 1

_generate_common_indexFunction · 0.85

Tested by

no test coverage detected