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.
project_all — a virtual collection that aggregates every project you have access to into one feature set. Connect once, see everything. Feature IDs are {projectId}:{pointId} so they stay globally unique.project_{GdmsId} — per-project collections now use the GDMS ID by default (e.g. project_DTB-7.02.0-si). Spaces and URL-unsafe characters are auto-sanitised. Numeric project_{ProjectId} still resolves as a fallback so existing connections keep working.project_locations — project office HQ addresses exposed as their own Features collection. Useful for a national portfolio view alongside the borehole data./items response includes a files[] array with download links for each attached PDF log or site photopointUnits map on every /items response — render values with the right metres / kPa / SPT-N units in QGIS field calculator or pop-ups/collections/{id} — project name, client, location, contractor, all the gINT PROJECT columns — without a second requestFor 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.
The same per-user API keys also power Datgel Leapfrog Sync, a Windows companion app for Seequent Leapfrog Works. It pulls your authorised boreholes from Datgel View's drillhole export API and writes Leapfrog-ready collar.csv, survey.csv and per-interval-table CSVs (e.g. lithology.csv) into a folder you choose, reprojected into your dataset's CRS. Map the columns once in Leapfrog; every refresh after that is "run Sync, click Reload Data". A command-line companion (datgel-leapfrog-sync) supports scripted and scheduled runs for an always-current model.
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.
You can also pin a key to a specific subset of projects when minting it. A pinned key always shows the intersection of the pinned set and the owner's live access — useful for handing a client a key scoped to their job only, or for a CI pipeline that should never widen beyond one project.