Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cannoneyed/isometric-nyc
/ functions
Functions
1,260 in github.com/cannoneyed/isometric-nyc
⨍
Functions
1,260
◇
Types & classes
113
↳
Endpoints
54
↓ 1 callers
Function
get_bounds_from_generation_dir
Get the bounds of existing quadrants from the generation directory. Args: generation_dir: Path to the generation directory source_la
src/isometric_nyc/generation/init_layer.py:82
↓ 1 callers
Function
get_bounds_path
Get the path to the bounds.json.
src/isometric_nyc/oxen_sync/export_to_oxen.py:38
↓ 1 callers
Function
get_building_data
(address: str)
src/notebooks/test.py:77
↓ 1 callers
Method
get_building_footprint
Find the building footprint that contains the given point. Returns the first match found.
src/isometric_nyc/data/nyc_opendata.py:13
↓ 1 callers
Function
get_cache_stats
Get statistics about the reference upload cache.
src/isometric_nyc/generation/generate_tile_nano_banana.py:94
↓ 1 callers
Function
get_cached_tile
Try to load a tile from cache.
src/isometric_nyc/whitebox.py:96
↓ 1 callers
Function
get_database_center
Get the center point of tiles in the database.
src/isometric_nyc/generation/test_dzi_export.py:78
↓ 1 callers
Function
get_db_connection
()
src/isometric_nyc/whitebox.py:83
↓ 1 callers
Function
get_db_path
Get the path to the quadrants database.
src/isometric_nyc/oxen_sync/import_from_oxen.py:23
↓ 1 callers
Function
get_db_path
Get the path to the quadrants database.
src/isometric_nyc/oxen_sync/export_to_oxen.py:28
↓ 1 callers
Function
get_default_config
Get the default configuration with legacy Oxen models. This is used when no app_config.json exists.
src/isometric_nyc/generation/model_config.py:175
↓ 1 callers
Method
get_default_model
Get the default model, or the first model if no default is set.
src/isometric_nyc/generation/model_config.py:111
↓ 1 callers
Function
get_existing_hashes
Get hashes of existing files in the output directory. Returns: Dict mapping (x, y) -> hash
src/isometric_nyc/oxen_sync/export_to_oxen.py:43
↓ 1 callers
Function
get_existing_quadrants
Get the set of quadrant coordinates that have source data. Args: generation_dir: Path to the generation directory source_layer: Eith
src/isometric_nyc/generation/init_layer.py:134
↓ 1 callers
Method
get_generation
Get generation for a quadrant, with render fallback for context quadrants.
src/isometric_nyc/generation/shared.py:919
↓ 1 callers
Function
get_generation_config
Get the generation config from the metadata table.
src/isometric_nyc/generation/debug_generate_full_map_layer.py:31
↓ 1 callers
Function
get_generation_from_db
Create a function to get generation image from database.
src/isometric_nyc/generation/generate_template.py:132
↓ 1 callers
Function
get_generation_plan
Load all items from the generation plan.
src/isometric_nyc/generation/debug_generate_full_map_layer.py:50
↓ 1 callers
Function
get_generations_config_path
Get the path to the generation_config.json.
src/isometric_nyc/oxen_sync/export_to_oxen.py:33
↓ 1 callers
Function
get_html_content
(script_content: str)
src/isometric_nyc/web_view.py:7
↓ 1 callers
Function
get_image_pairs
Get all matching generation/render image pairs. Returns: List of (image_number, generation_path, render_path) tuples.
src/isometric_nyc/synthetic_data/create_inpainting_examples.py:374
↓ 1 callers
Function
get_image_pairs
Get all matching generation/input image pairs. Returns: List of (image_number, generation_path, input_path) tuples.
src/isometric_nyc/synthetic_data/create_omni_dataset.py:351
↓ 1 callers
Function
get_input_regions
Get the regions that should contain input pixels for a given generation type. Returns a list of (x1, y1, x2, y2) boxes.
src/isometric_nyc/synthetic_data/create_omni_dataset.py:190
↓ 1 callers
Function
get_lat_lng
(address: str)
src/notebooks/test.py:73
↓ 1 callers
Function
get_local_hashes
Compute hashes for all quadrants in the local database. Returns: Dict mapping (x, y) -> generation_hash
src/isometric_nyc/oxen_sync/import_from_oxen.py:75
↓ 1 callers
Function
get_neighboring_generated_quadrants
Get generated quadrant images from neighboring tiles. For a tile at (x, y), the neighbors are: - left: quadrants at (x-1, y) and (x-1, y+1)
src/isometric_nyc/generation/shared.py:759
↓ 1 callers
Function
get_next_pending_item_for_available_model
Get the next pending item for a model that isn't currently busy. This enables parallel processing of different models' queues. Args: conn
src/isometric_nyc/generation/queue_db.py:229
↓ 1 callers
Method
get_path
(self, id: str)
src/notebooks/tile.py:93
↓ 1 callers
Method
get_path
(self, id: str)
src/notebooks/few-shot-checks.py:92
↓ 1 callers
Function
get_pending_items
Get all pending items for a specific step.
src/isometric_nyc/generation/generate_full_map_layer.py:89
↓ 1 callers
Method
get_pending_steps
Get all steps that are still pending.
src/isometric_nyc/generation/automatic_generation.py:217
↓ 1 callers
Function
get_processing_item
Get the currently processing item, if any. Returns the item currently being processed, or None.
src/isometric_nyc/generation/queue_db.py:268
↓ 1 callers
Function
get_quadrant_bounds
Get the bounding box of all quadrants in the database. Returns: (min_x, min_y, max_x, max_y) or None if no quadrants exist.
src/isometric_nyc/generation/export_tiles_for_app.py:147
↓ 1 callers
Function
get_quadrant_bounds
Get the bounding box of all quadrants in the database.
src/isometric_nyc/generation/export_pmtiles.py:135
↓ 1 callers
Function
get_quadrant_bounds
Get the bounding box of all quadrants in the database.
src/isometric_nyc/generation/export_dzi.py:80
↓ 1 callers
Function
get_quadrant_dark_mode
Get the dark_mode bytes for a quadrant at position (x, y).
src/isometric_nyc/generation/shared.py:315
↓ 1 callers
Function
get_quadrant_dark_mode
Get the dark_mode bytes for a quadrant.
src/isometric_nyc/generation/app.py:290
↓ 1 callers
Function
get_quadrant_data
Get the image bytes for a quadrant at position (x, y). Args: db_path: Path to the quadrants.db file. x: X coordinate of the quadrant
src/isometric_nyc/generation/export_tiles_for_app.py:118
↓ 1 callers
Function
get_quadrant_data
Get the image bytes for a quadrant at position (x, y). Args: db_path: Path to the quadrants.db file. x: X coordinate of the quadrant
src/isometric_nyc/generation/export_import_generation_tile.py:44
↓ 1 callers
Function
get_quadrant_data
Get the image bytes for a quadrant at position (x, y). Args: db_path: Path to the quadrants.db file. x: X coordinate of the quadrant
src/isometric_nyc/generation/export_starred_from_db.py:84
↓ 1 callers
Function
get_quadrant_data
Get tile data for a quadrant based on tile_type. Args: x: Quadrant x coordinate y: Quadrant y coordinate tile_type: One of "generati
src/isometric_nyc/generation/app.py:306
↓ 1 callers
Function
get_quadrant_data
Get the image bytes for a quadrant at position (x, y). Args: db_path: Path to the quadrants.db file. x: X coordinate of the quadrant
src/isometric_nyc/generation/export_tile.py:32
↓ 1 callers
Function
get_quadrant_generation
Get the generation bytes for a quadrant at position (x, y).
src/layers/water_shader/app/server.py:28
↓ 1 callers
Function
get_quadrant_generation
Get the generation bytes for a quadrant.
src/isometric_nyc/generation/view_generations.py:90
↓ 1 callers
Function
get_quadrant_image
Get a quadrant image from the specified source layer.
inference/test_server.py:49
↓ 1 callers
Function
get_quadrant_info
Get info about a quadrant.
src/isometric_nyc/generation/import_generation.py:55
↓ 1 callers
Function
get_quadrant_info
Get info about a quadrant.
src/isometric_nyc/generation/export_import_generation_tile.py:163
↓ 1 callers
Function
get_quadrant_info
Get info about a quadrant.
src/isometric_nyc/generation/clear_generations.py:23
↓ 1 callers
Function
get_quadrant_info
Get info about a quadrant including whether it has data, is flagged, starred, and water status. Water status values: -1: Explicitly NOT wate
src/isometric_nyc/generation/app.py:327
↓ 1 callers
Function
get_quadrant_render
Get the render bytes for a quadrant.
src/isometric_nyc/generation/view_generations.py:105
↓ 1 callers
Function
get_quadrant_water_mask
Get the water_mask bytes for a quadrant.
src/isometric_nyc/generation/app.py:274
↓ 1 callers
Function
get_queue_position_for_model
Get the position of an item within its model's queue. Returns 0 if the item is currently processing, 1 if it's first in the pending queue for
src/isometric_nyc/generation/queue_db.py:491
↓ 1 callers
Function
get_queue_status
Get a summary of the current queue status. Returns a dictionary with: - is_processing: bool - current_item: dict | None - pending_co
src/isometric_nyc/generation/queue_db.py:388
↓ 1 callers
Function
get_queue_status_by_model
Get queue status grouped by model. Returns a dictionary with: - by_model: dict mapping model_id -> { is_processing: bool, cu
src/isometric_nyc/generation/queue_db.py:426
↓ 1 callers
Function
get_region_description
Get a human-readable description of the rendered region(s). Args: rendered_indices: List of quadrant indices (0=TL, 1=TR, 2=BL, 3=BR).
src/isometric_nyc/generate_tile_oxen_infill.py:107
↓ 1 callers
Function
get_render_from_db
Create a function to get render image from database (rendering if needed).
src/isometric_nyc/generation/generate_template.py:106
↓ 1 callers
Method
get_render_with_fallback
Get render for a quadrant, rendering on-demand if needed.
src/isometric_nyc/generation/shared.py:900
↓ 1 callers
Function
get_source_quadrants
Get source quadrant images for the generation item. Returns dict mapping (dx, dy) offset to PIL Image, or None if any quadrant is missing.
src/isometric_nyc/generation/generate_full_map_layer.py:225
↓ 1 callers
Function
get_starred_quadrants
Get all starred quadrants from the database. Returns a list of dicts with x, y coordinates and data availability info.
src/isometric_nyc/generation/export_starred_from_db.py:40
↓ 1 callers
Method
get_state
Get the state of a quadrant.
src/isometric_nyc/generation/automatic_generation.py:250
↓ 1 callers
Method
get_street_view_image_url
Generate a Street View static API URL.
src/isometric_nyc/data/google_maps.py:31
↓ 1 callers
Method
get_template_bounds
Get the optimal template bounds (anchor position) for the selection. DEPRECATED: Use get_infill_position() and get_infill_bounds() instead.
src/isometric_nyc/generation/generate_template_test.py:604
↓ 1 callers
Function
get_tile_images
Get the stitched render and generation images for a 2x2 tile. Args: conn: Database connection x: Top-left quadrant x coordinate y: T
src/isometric_nyc/generation/get_tile_data.py:34
↓ 1 callers
Function
get_tile_subset
Get a small subset of tiles around a center point. Args: db_path: Path to quadrants.db center_x: Center quadrant x coordinat
src/isometric_nyc/generation/test_dzi_export.py:30
↓ 1 callers
Function
get_variants_for_tile
Determine which infill variants to use for a given tile. Recipe 2: - First half of tiles: L/R halves - Second half of tiles: T/B halves -
src/isometric_nyc/synthetic_data/copy_infill_dataset.py:45
↓ 1 callers
Function
goToNextStarred
()
src/isometric_nyc/generation/static/viewer.js:1956
↓ 1 callers
Function
goToPrevStarred
()
src/isometric_nyc/generation/static/viewer.js:1981
↓ 1 callers
Function
handleBlur
()
src/layers/water_shader/app/src/components/ControlPanel.tsx:77
↓ 1 callers
Function
handleFixWaterClick
(tileEl, e)
src/isometric_nyc/generation/static/viewer.js:830
↓ 1 callers
Function
handleGoToCoords
()
src/layers/snow/app/src/App.tsx:185
↓ 1 callers
Function
handleGoToCoords
()
src/layers/dark_mode/app/src/App.tsx:142
↓ 1 callers
Function
handleMouseMove
(event: any)
src/app/src/components/IsometricMap.tsx:273
↓ 1 callers
Function
handleQuickNav
(x: number, y: number)
src/layers/water_shader/app/src/components/ControlPanel.tsx:141
↓ 1 callers
Function
handleWaterFillClick
(tileEl)
src/isometric_nyc/generation/static/viewer.js:1175
↓ 1 callers
Function
handleWaterSelectClick
(tileEl)
src/isometric_nyc/generation/static/viewer.js:1071
↓ 1 callers
Function
has_gen
(qx, qy)
src/isometric_nyc/generation/infill_template.py:1103
↓ 1 callers
Function
hideNegativePromptDialog
()
src/isometric_nyc/generation/static/viewer.js:2154
↓ 1 callers
Function
hidePromptDialog
()
src/isometric_nyc/generation/static/viewer.js:2102
↓ 1 callers
Function
hideStarredDialog
()
src/isometric_nyc/generation/static/viewer.js:1854
↓ 1 callers
Function
identify_classes
(conn)
src/isometric_nyc/citydb/check_db.py:35
↓ 1 callers
Function
image_to_png_bytes
Convert a PIL Image to PNG bytes.
src/layers/water_shader/app/server.py:44
↓ 1 callers
Function
image_to_png_bytes
Convert a PIL Image to PNG bytes.
src/isometric_nyc/generation/import_generation.py:22
↓ 1 callers
Function
image_to_png_bytes
Convert a PIL Image to PNG bytes.
src/isometric_nyc/generation/export_import_generation_tile.py:96
↓ 1 callers
Function
import_bounds
Import bounds.json from oxen directory to local generations directory. Args: oxen_dir: Path to the oxen directory generations_dir_path:
src/isometric_nyc/oxen_sync/import_from_oxen.py:143
↓ 1 callers
Function
import_from_oxen
Import quadrants from a locally synced oxen dataset to the local database. Only imports files that have changed (based on content hash compariso
src/isometric_nyc/oxen_sync/import_from_oxen.py:232
↓ 1 callers
Function
import_generation
Import a generation image into the database. Args: generation_dir: Path to the generation directory image_path: Path to the PNG image to
src/isometric_nyc/generation/import_generation.py:96
↓ 1 callers
Function
import_generation_config
Import generation_config.json from oxen directory to local database. Copies the config file and stores it in the metadata table. Args: co
src/isometric_nyc/oxen_sync/import_from_oxen.py:171
↓ 1 callers
Function
init
()
src/web_render/main.js:115
↓ 1 callers
Function
init
()
src/web_render/example.js:99
↓ 1 callers
Function
initFromHash
()
src/web_render/example.js:249
↓ 1 callers
Function
initLabels
()
src/isometric_nyc/generation/static/viewer.js:596
↓ 1 callers
Function
initModelSelector
()
src/isometric_nyc/generation/static/viewer.js:174
↓ 1 callers
Function
initNycOutline
()
src/isometric_nyc/generation/static/viewer.js:3120
↓ 1 callers
Function
initWaterHighlight
()
src/isometric_nyc/generation/static/viewer.js:566
↓ 1 callers
Function
initWebGL
(canvas: HTMLCanvasElement)
src/layers/water_shader/app/src/shaders/water.ts:180
↓ 1 callers
Function
initWebGL
(canvas: HTMLCanvasElement)
src/app/src/shaders/water.ts:238
↓ 1 callers
Function
init_database
Initialize the SQLite database with the quadrants schema.
src/isometric_nyc/generation/seed_tiles.py:173
↓ 1 callers
Function
init_layer
Initialize a new layer directory. Args: name: Name of the layer generation_dir: Path to the source generation directory source
src/isometric_nyc/generation/init_layer.py:396
↓ 1 callers
Function
init_queue_table
Initialize the generation_queue table if it doesn't exist.
src/isometric_nyc/generation/queue_db.py:99
↓ 1 callers
Function
inspect
()
src/isometric_nyc/citydb/inspect_columns.py:20
← previous
next →
501–600 of 1,260, ranked by callers