Web service for obtaining data from ArcGIS HUB open data catalogs. All the served data are parsed specifically for Geovisto library.
- install Python 3.9
- run
pip install -r requirements.txt
to get the Python dependencies. (In case of error install underlying libraries, the command commented in file requirements.txt) - to run the app execute
python -m uvicorn app.main:app --reload
- the documentation in the OpenAPI notation can be foud in file openapi.json.
- for interactive documentation launch the app and visit http://localhost:8000/docs.