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

Function step_ugc

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

Source from the content-addressed store, hash-verified

295
296
297def step_ugc(env: Env, country: AnyStr, **kwargs):
298 run_gen_tool_with_recovery_country(
299 env,
300 env.gen_tool,
301 out=env.get_subprocess_out(country),
302 err=env.get_subprocess_out(country),
303 data_path=env.paths.mwm_path,
304 intermediate_data_path=env.paths.intermediate_data_path,
305 cache_path=env.paths.cache_path,
306 user_resource_path=env.paths.user_resource_path,
307 ugc_data=env.paths.ugc_path,
308 output=country,
309 **kwargs,
310 )
311
312
313def step_popularity(env: Env, country: AnyStr, **kwargs):

Callers

nothing calls this directly

Calls 2

get_subprocess_outMethod · 0.80

Tested by

no test coverage detected