↓ 1 callersFunctiongenerate_dark_mode_tile Generate a dark mode version for a 2x2 tile at the specified coordinates. The tile consists of 4 quadrants: (x,y), (x+1,y), (x,y+1), (x+1,y+1).
src/isometric_nyc/generation/generate_dark_mode.py:225
↓ 1 callersFunctiongenerate_plan(
name,
start_lat,
start_lon,
rows,
cols,
view_height_meters,
azimuth,
elevation,
width_px=1
src/isometric_nyc/plan_tiles.py:89
↓ 1 callersFunctiongenerate_snow_tile Generate a snowy version for a 2x2 tile at the specified coordinates. The tile consists of 4 quadrants: (x,y), (x+1,y), (x,y+1), (x+1,y+1). T
src/isometric_nyc/generation/generate_layer_snow.py:207
↓ 1 callersFunctiongenerate_water_mask_tile Generate a water mask for a 2x2 tile at the specified coordinates. The tile consists of 4 quadrants: (x,y), (x+1,y), (x,y+1), (x+1,y+1). This
src/isometric_nyc/generation/generate_water_mask_tile.py:191