Virtual Fleet - Recovery is a webapp to make predictions of Argo float positions The goal of this repository is to provide a website to make Argo floats trajectory predictions easy, in order to facilitate recovery. Installation mamba env create -f environment.yml from recovery_webapp import db, create_app app = create_app() with app.app_context(): db.create_all() flask --app webapp routes flask --app webapp run