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
Proxy route to generate a well schematic image from external backend API. |
|
Return a list of uploaded LAS log files for the selected well. |
|
Get list of saved schematics for the selected well. |
|
Get list of well names (Injection or Production) from the loaded plant. |
|
Load a plant/project into the well schematics application instance. |
|
Load a specific schematic file for the selected well. |
|
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.