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

Function generate_coasts

tools/python/maps_generator/maps_generator.py:45–54  ·  view source on GitHub ↗

Runs coasts generation.

(env: Env, from_stage: Optional[AnyStr] = None)

Source from the content-addressed store, hash-verified

43
44
45def generate_coasts(env: Env, from_stage: Optional[AnyStr] = None):
46 """Runs coasts generation."""
47 stages = (
48 sd.StageDownloadAndConvertPlanet(),
49 sd.StageUpdatePlanet(),
50 sd.StageCoastline(use_old_if_fail=False),
51 sd.StageCleanup(),
52 )
53
54 run_generation(env, stages, from_stage)

Callers 1

mainFunction · 0.90

Calls 1

run_generationFunction · 0.85

Tested by

no test coverage detected