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

Function step_popularity_world

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

Source from the content-addressed store, hash-verified

324 )
325
326def step_popularity_world(env: Env, country: AnyStr, **kwargs):
327 run_gen_tool_with_recovery_country(
328 env,
329 env.gen_tool,
330 out=env.get_subprocess_out(country),
331 err=env.get_subprocess_out(country),
332 data_path=env.paths.mwm_path,
333 user_resource_path=env.paths.user_resource_path,
334 wikipedia_pages=env.paths.descriptions_path,
335 idToWikidata=env.paths.id_to_wikidata_path,
336 generate_popular_places=True,
337 output=country,
338 **kwargs,
339 )
340
341
342def step_srtm(env: Env, country: AnyStr, **kwargs):

Callers

nothing calls this directly

Calls 2

get_subprocess_outMethod · 0.80

Tested by

no test coverage detected