5.4.2.9.1. gemini_interface.blueprint.app_well_schematics.routes

Well Schematics Application Routes.


This module handles well schematic generation and CO2 corrosion analysis including caliper log processing and corrosion pattern analysis.

Functions

generate_schematic()

Proxy route to generate a well schematic image from external backend API.

get_log_list()

Return a list of uploaded LAS log files for the selected well.

get_saved_schematics()

Get list of saved schematics for the selected well.

get_well_list()

Get list of well names (Injection or Production) from the loaded plant.

load_plant()

Load a plant/project into the well schematics application instance.

load_schematic()

Load a specific schematic file for the selected well.

save_schematic()

Save a schematic for the selected well.

gemini_interface.blueprint.app_well_schematics.routes.generate_schematic()[source]

Proxy route to generate a well schematic image from external backend API.

gemini_interface.blueprint.app_well_schematics.routes.get_log_list()[source]

Return a list of uploaded LAS log files for the selected well.

gemini_interface.blueprint.app_well_schematics.routes.get_saved_schematics()[source]

Get list of saved schematics for the selected well.

gemini_interface.blueprint.app_well_schematics.routes.get_well_list()[source]

Get list of well names (Injection or Production) from the loaded plant.

gemini_interface.blueprint.app_well_schematics.routes.load_plant()[source]

Load a plant/project into the well schematics application instance.

gemini_interface.blueprint.app_well_schematics.routes.load_schematic()[source]

Load a specific schematic file for the selected well.

gemini_interface.blueprint.app_well_schematics.routes.save_schematic()[source]

Save a schematic for the selected well.