I'm currently working on a project where I need to showcase the results of a numerical model I am operating. My goal is to gather user input in the form of latitude/longitude coordinates, utilize php (or a similar tool) to trigger a python script that generates a png image based on these coordinates, and then present this resulting png back to the user.
Are there any frameworks or resources available for achieving this task? Specifically, I need guidance on how to effectively display the generated image to the user.