Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 828 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 828 Bytes

Geovisto ArcGIS Connector

Web service for obtaining data from ArcGIS HUB open data catalogs. All the served data are parsed specifically for Geovisto library.

Installation

  1. install Python 3.9
  2. 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)
  3. to run the app execute python -m uvicorn app.main:app --reload

API documentation