LIWO Backend Services
- Free software: GNU General Public License v3
- Documentation: https://liwo-services.readthedocs.io.
Install from requirements: pip install --upgrade -r requirements.txt
Update requirements.txt: pip list --format=freeze > requirements.txt
- Start the services using FLASK_APP=liwo_services.app:app flask run.
- Or using a wsgi host using the app liwo_services.app:app.
- Or after running pip install -e . in the source directory, using the cli liwo_services run.
The following url's are available:
- home: /
- download_zip: /liwo.ws/Maps.asmx/DownloadZipFileDataLayers
- getFeatureIdByScenarioId: /liwo.ws/Maps.asmx/GetBreachLocationId
- loadBreachLayer: /liwo.ws/Tools/FloodImage.asmx/GetScenariosPerBreachGeneric
- loadLayerSetById: /liwo.ws/Maps.asmx/GetLayerSet
- loadLayerSets: /liwo.ws/Authentication.asmx/Login
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.