Clearview Geographic — Proprietary Spatial Data Infrastructure — Authorized Access Only
CVG Spatial Data Services

Raster Data Services Portal

GeoServer 2.28.3 — Proprietary raster tile & grid coverage services. WMS · WCS · WMTS · GeoWebCache. Cloud-optimized GeoTIFF & ImageMosaic.

🖥 raster.cleargeo.tech 📡 GeoServer 2.28.3 ⚙ VM 454 — 10.10.10.203 🔒 TLS 1.3 via Caddy

Service Health
Live endpoint status — refreshed every 60 seconds
Service Status
WMS · WCS
Active OGC Services
WMTS · GWC
Tile Caching Services
COG · Mosaic
Raster Formats
Admin UI & REST API are restricted to the CVG LAN (10.10.10.0/24). OGC service endpoints (WMS, WCS, WMTS, GWC) are available externally to authorized clients. Contact azelenski@clearviewgeographic.com for access provisioning.

Available Raster Services
Click a service row to expand endpoint details and GetCapabilities links
WMS Web Map Service — rendered map tile images (PNG, JPEG, GIF, TIFF)
1.1.1 1.3.0

OGC Web Map Service — request georeferenced map images rendered from raster coverage layers. Supports GetCapabilities, GetMap, and GetFeatureInfo. Ideal for QGIS, ArcGIS, Leaflet, OpenLayers.

Service Base URL
https://raster.cleargeo.tech/geoserver/ows
GetCapabilities (v1.3.0)
https://raster.cleargeo.tech/geoserver/wms?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities
GetMap Example (workspace: cgps)
https://raster.cleargeo.tech/geoserver/cgps/wms?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap
&LAYERS=workspace:layer_name&BBOX=minx,miny,maxx,maxy
&WIDTH=768&HEIGHT=384&CRS=EPSG:4326&FORMAT=image/png
WCS Web Coverage Service — raw raster grid coverage downloads (GeoTIFF, NetCDF)
1.1.1 2.0.1

OGC Web Coverage Service — download raw raster coverage data with full radiometric resolution. Supports spatial subsetting, reprojection, and format conversion (GeoTIFF, GML+coverage). Ideal for analysis workflows in QGIS, ArcPy, GDAL, and Python/R.

Service Base URL
https://raster.cleargeo.tech/geoserver/wcs
GetCapabilities (v2.0.1)
https://raster.cleargeo.tech/geoserver/wcs?SERVICE=WCS&VERSION=2.0.1&REQUEST=GetCapabilities
GetCoverage Example
https://raster.cleargeo.tech/geoserver/wcs?SERVICE=WCS&VERSION=2.0.1
&REQUEST=GetCoverage&COVERAGEID=workspace:coverage_name
&FORMAT=image/tiff&SUBSETTINGCRS=EPSG:4326
WMTS Web Map Tile Service — pre-rendered tile pyramid (REST + KVP)
1.0.0

OGC Web Map Tile Service — serves pre-rendered, cached tiles from GeoWebCache. Dramatically faster than WMS for basemap/background layer use. Supports REST and KVP request styles. Tile sets are pre-seeded by workspace.

WMTS REST Base (GWC)
https://raster.cleargeo.tech/geoserver/gwc/service/wmts
GetCapabilities
https://raster.cleargeo.tech/geoserver/gwc/service/wmts?REQUEST=GetCapabilities
Tile REST Template (GridSet: EPSG:4326)
https://raster.cleargeo.tech/geoserver/gwc/service/wmts/rest/
{workspace}:{layer}/default/EPSG:4326/{z}/{y}/{x}?format=image/png
TMS / XYZ GeoWebCache Tile Map Service — slippy map XYZ tiles for web applications
GWC

GeoWebCache TMS/XYZ tile endpoint for Leaflet, OpenLayers, and MapboxGL. Uses standard Z/X/Y tile addressing. Tiles are browser-cacheable for 24h.

XYZ/TMS Tile Template
https://raster.cleargeo.tech/geoserver/gwc/service/tms/1.0.0/
{workspace}:{layer}@EPSG:900913@png/{z}/{x}/{y}.png
GWC Service List
https://raster.cleargeo.tech/geoserver/gwc/service/tms/1.0.0

Quick Connect
Step-by-step connection guides for common GIS clients
1
Open QGIS → Layer → Add Layer → Add WMS/WMTS Layer
Or press Ctrl+Shift+W
2
Click "New" and enter connection details
Name: CVG Raster — WMS URL: https://raster.cleargeo.tech/geoserver/ows
3
Connect, select layer, choose CRS → Add to map
QGIS will enumerate all published raster layers from GetCapabilities.
4
For raw data download via WCS
Layer → Add Layer → Add WCS Layer
URL: https://raster.cleargeo.tech/geoserver/wcs
1
Insert → Connections → New WMS Server
2
Enter the server URL
https://raster.cleargeo.tech/geoserver/ows
3
WCS in ArcGIS — Insert → Connections → New WCS Server
https://raster.cleargeo.tech/geoserver/wcs
4
Verify version: WCS 2.0.1 recommended for ArcGIS Pro 3.x
Leaflet — WMS Tile Layer
L.tileLayer.wms('https://raster.cleargeo.tech/geoserver/ows', { layers: 'workspace:layer_name', format: 'image/png', version: '1.3.0', transparent: true, attribution: '© Clearview Geographic LLC' }).addTo(map);
OpenLayers — WMS Image Layer
new ol.layer.Image({ source: new ol.source.ImageWMS({ url: 'https://raster.cleargeo.tech/geoserver/ows', params: { 'LAYERS': 'workspace:layer_name', 'VERSION': '1.3.0', 'FORMAT': 'image/png' }, serverType: 'geoserver' }) });
GDAL — WCS GetCoverage via command line
# List coverages gdal_translate "WCS:https://raster.cleargeo.tech/geoserver/wcs?version=2.0.1" \ out.tif --format GTiff # Download specific coverage with spatial subset gdalwarp "WCS:https://raster.cleargeo.tech/geoserver/wcs?version=2.0.1&coverage=workspace:layer" \ output.tif -t_srs EPSG:4326
Python — owslib WMS/WCS
from owslib.wms import WebMapService from owslib.wcs import WebCoverageService # WMS wms = WebMapService('https://raster.cleargeo.tech/geoserver/ows', version='1.3.0') print(list(wms.contents)) # list layers # WCS — download coverage wcs = WebCoverageService('https://raster.cleargeo.tech/geoserver/wcs', version='2.0.1') response = wcs.getCoverage( identifier=['workspace:coverage_name'], format='image/tiff', subsets=[('x', -80, -70), ('y', 35, 45)] ) with open('output.tif', 'wb') as f: f.write(response.read())

Raster Data & Formats
Supported raster data formats, protocols, and processing capabilities
🗺
Cloud-Optimized GeoTIFF
COG-optimized raster data with internal tiling and overviews for fast HTTP range-request streaming.
COGGeoTIFF
📐
ImageMosaic
Mosaic stores for large multi-tile raster datasets: aerial imagery, DEMs, multispectral imagery.
MosaicTemporal
🌐
GDAL Sources
GDAL-backed raster formats: ECW, JPEG2000, HDF4/5, NetCDF, ASCII Grid, ArcGrid, MrSID.
GDALJP2
🔲
GeoWebCache
Tile cache seeding, management, and serving. Disk-based tile store with WMTS/TMS/XYZ output.
GWCWMTS
🔄
On-the-fly Reprojection
GDAL/GeoTools reprojection pipeline. Any CRS on output: EPSG:4326, 3857, 3395, custom PROJ4.
EPSG:4326EPSG:3857
🎨
SLD / CSS Styling
Styled Layer Descriptor (SLD 1.0/1.1) and CSS cartographic styling for raster colormap rendering.
SLDCSS

Data Access & Licensing
Usage terms, access requirements, and data licensing for CVG Raster Services
Proprietary Data Infrastructure. This service hosts proprietary spatial data assets owned by or licensed to Clearview Geographic LLC. Unauthorized access, scraping, bulk download, or redistribution of data is prohibited under applicable copyright and licensing agreements.
🔑
Authentication
OGC service endpoints do not require authentication for publicly published layers. Admin UI and REST API require LAN-origin credentials.
📋
Authorized Use
Services are provisioned for CVG project work, authorized client integrations, and internal CVG applications only.
📦
Data Ownership
Raster datasets may originate from CVG field acquisition, processed deliverables, or licensed third-party sources. All rights reserved.
Rate Limits
Large-scale tile seeding or bulk WCS downloads must be coordinated with CVG GIS operations. Automated scraping will be blocked.
🛡
Network Security
All traffic is TLS 1.3 encrypted via Caddy. Admin UI restricted to CVG LAN (10.10.10.0/24). REST API requires LAN access.
📧
Access Requests
For access provisioning, layer inquiries, or licensing questions contact: azelenski@clearviewgeographic.com

GeoServer Management
Internal administration endpoints — LAN access required
🔒
LAN-only access required. The following links require access from the CVG internal network (10.10.10.0/24). They are blocked by Caddy for external requests.
🖥
GeoServer Admin UI
Full layer, workspace, store, and style management interface.
Open Admin UI ↗
REST API
Programmatic workspace, layer, and style management via GeoServer REST.
Open REST API ↗
🗃
GeoWebCache Admin
Tile cache seeding, truncation, and disk quota management.
GWC Admin ↗