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

Function step_preprocess

tools/python/maps_generator/generator/steps.py:106–120  ·  view source on GitHub ↗
(env: Env, **kwargs)

Source from the content-addressed store, hash-verified

104
105
106def step_preprocess(env: Env, **kwargs):
107 run_gen_tool(
108 env.gen_tool,
109 out=env.get_subprocess_out(),
110 err=env.get_subprocess_out(),
111 data_path=env.paths.data_path,
112 intermediate_data_path=env.paths.intermediate_data_path,
113 cache_path=env.paths.cache_path,
114 osm_file_type="o5m",
115 osm_file_name=env.paths.planet_o5m,
116 node_storage=env.node_storage,
117 user_resource_path=env.paths.user_resource_path,
118 preprocess=True,
119 **kwargs,
120 )
121
122
123def step_features(env: Env, **kwargs):

Callers

nothing calls this directly

Calls 2

run_gen_toolFunction · 0.90
get_subprocess_outMethod · 0.80

Tested by

no test coverage detected