Datgel View for QGIS and ArcGIS users. Connect your gINT borehole data to QGIS and ArcGIS Pro through the modern OGC API — tiles for fast pan and zoom, and live vector features for analysis. No plugins, no data exports.
Every Datgel View deployment exposes its authorised projects through the modern OGC API standard. Two complementary endpoints — raster tiles and vector features — covering both the "show me a fast basemap of every borehole" workflow and the "give me the actual points so I can run analysis" workflow.
Tiles : https://your-deployment/api/ogc/tiles/WebMercatorQuad/{z}/{y}/{x}?apikey=YOUR_KEY
Features: https://your-deployment/api/ogc/features/collections/project_{GintProjectId}/items?apikey=YOUR_KEYTiles render as 256×256 PNGs in WebMercatorQuad (EPSG:3857). Features return GeoJSON in WGS84 (EPSG:4326) with full attributes (PointID, Type, Elevation, Project) per RFC 7946.
For tiles (fast basemap):
/account/api-keys. Choose the tiles scope. The plaintext is shown once at creation; copy it immediately.https://your-deployment/api/ogc/tiles/WebMercatorQuad/{z}/{y}/{x}?apikey=YOUR_KEYFor features (analysis):
https://your-deployment/api/ogc/features?apikey=YOUR_KEYFor tiles:
?apikey=... query parameter.For features:
https://your-deployment/api/ogc/features?apikey=YOUR_KEY and add the project collections to your map.The OGC API standard is supported by GDAL/OGR, FME, MapInfo Pro 2023+, Global Mapper, and any other modern GIS client. The same per-user API keys work everywhere.
Every signed-in user can mint their own API keys at /account/api-keys — no admin involvement needed. OrgAdmins can manage keys for any user in their organisation at /admin/apikeys. Keys are scoped (tiles only, features only, or both), can be set to expire, and can be revoked instantly.