Skip to content
AcuGIS Cloud

Build geospatial applications on one connected platform

Publish maps, synchronize field data, manage spatial databases, deliver reports, and integrate cloud services through documented APIs.

One platform, specialized services

AcuGIS Cloud brings data storage, map publishing, synchronization, reporting, database services, and identity into a unified platform. Central provides the shared entry point while each component exposes focused workflows and APIs.

flowchart TB
  User[Developers and applications] --> Central[Central]
  Central --> Auth[Shared identity and access]
  Central --> Vault[GeoVault]
  Central --> QGIS[QGIS Publisher]
  Central --> Sync[GeoSync]
  Central --> Jasper[Jasper Publisher]
  Central --> PostGIS[PostGIS Service]
  Vault <--> PostGIS
  QGIS <--> PostGIS
  Sync <--> PostGIS
  Jasper <--> PostGIS

Quick start

  1. Review the platform guide.
  2. Learn how authentication works across services.
  3. Select a component and follow its installation and configuration guides.
  4. Open its ReDoc API reference when an OpenAPI specification is available.
python -m pip install -r requirements.txt
mkdocs serve

Components

Machine-readable APIs

Existing OpenAPI 3.1 specifications are rendered as interactive ReDoc references and remain available as YAML downloads from their component pages.