Skip to content

Discovering and Exploring Data Sources

The Explorer view lets you discover, browse, and evaluate geospatial data catalogs, data sources, and datasets before setting up ingestion.

Discovering Data Sources

Select Explorer from the main menu. Enter an OGC web service endpoint URL and click EXPLORE to discover and connect to the service.

OGC CSW URL Format

As an example of an OGC CSW service, the typical CSW URL format is:

https://<server-domain>/<path>?service=CSW&request=GetCapabilities

You can omit the query parameters (everything after the question mark) and enter just the base URL:

https://<server-domain>/<path>

The Connector will automatically detect the full endpoint format and test connectivity to the service.

Authenticated Services

If a data source requires credentials (such as an API key or password), do not include them in the URL. Instead:

  1. Enter the base service URL without credentials and explore the service
  2. Go to the Connections view and configure authentication for the saved connection (see Managing Connections)
  3. Return to the Explorer to access the authenticated service

The Connector will reject URLs that contain authentication parameters such as apikey, token, or password in the query string. This protects your credentials from being stored in logs and monitoring systems.

Explorer ViewExplorer View

Explorer view with URL input and discovery helper cards

Using Discovery Helpers

Below the URL input field, three helper cards provide resources for getting started:

HelperDescription
Left cardBackground information about OGC services and URL formatting
Middle cardTips for discovering new data sources and links to well-known data catalogs
Right cardSample OGC endpoint URLs you can try immediately

Exploring Discovery Findings

After clicking EXPLORE, the Connector discovers data sources at the URL, verifies connectivity, retrieves metadata, and displays the results in the Discovery Findings view.

Discovery Findings Metadata

ColumnDescription
#Sequential number for each data source
TitleTitle of the data source (if available)
DescriptionDescription of the data source (if available)
TypeService type: WFS (vector features), WMS (map images), WMTS (tiled maps), WCS (raster coverages), WPS (processing services), CSW (catalog of additional data sources), or their OGC API equivalents — OGC API Features, OGC API Maps, OGC API Tiles, OGC API Coverages, OGC API Records (catalog), and OGC API Processes
HealthA colored indicator showing the connectivity status of the data source (see below)
ProviderName of the service provider (if available)
SourcesNumber of additional data sources in a catalog-type source
DatasetsNumber of datasets in the data source
URLEndpoint URL of the data source

Note: The Provider and URL columns only appear when at least one data source has that information available.

Discovery FindingsDiscovery Findings

Discovery Findings view showing discovered data sources

Note: Some data services respond slowly, so discovery may take a few minutes. The Connector shows progress during discovery. If the process takes too long, it is interrupted — but discovery continues in the background and caches partial results. Retry after a few minutes to see the completed results.

Service Health Indicators

The Connector checks data source availability automatically at regular intervals. A colored health indicator appears throughout the application to show the current status:

IndicatorMeaning
Green dotThe data source is responding normally
Orange dotThe data source is responding slowly
Red dotThe data source is currently unreachable
Gray dotThe data source has not been checked yet
Blue dotThe data source is being re-checked after a previous failure (HALF_OPEN)

Hover over any health indicator to see additional details including the time of the last check, 7-day uptime percentage, and average response time.

Note: Health checks run automatically at regular intervals. The health indicator reflects the most recent check and may not represent the data source's current state at the exact moment you are viewing it.

Searching Within CSW Catalogs

When exploring a CSW (Catalog Service for the Web) data source, a search field appears above the results table. This lets you filter catalog records by keyword instead of browsing through all pages manually.

Note: The search field only appears for catalog-type data sources (CSW, OGC API Records) that support text filtering. Other service types do not show a search field.

  1. Type your search query into the field labeled "Search within catalog..."
  2. Press Enter or click the magnifying glass icon to submit
  3. The results table updates to show only matching records
  4. A summary appears below the search field showing the number of matches (e.g., "15 results for 'population'")

The search query must be at least 2 characters long. Shorter queries are ignored.

Click the X button in the search field to clear the filter and restore the full catalog listing.

Search and Pagination

When a search is active, pagination applies to the filtered results. Navigating between pages preserves your search query — you do not need to re-enter it.

BehaviorDescription
Minimum query length2 characters
PaginationSearch query persists across page changes
ClearingClick the X button to restore all records
AvailabilityCSW catalogs with text search support only

Exploring Data Sources

Click a data source in the Discovery Findings view to open the Data Source Information view with metadata and available datasets.

Data Source Metadata

FieldDescription
TypeService type (e.g., OGC Web Feature Service)
URLEndpoint URL of the data source
HealthConnectivity status of this data source, shown as a colored dot. See Service Health Indicators for color meanings and hover details.
TitleTitle of the data source
DescriptionDescription of the data source
Number of DatasetsHow many datasets, layers, or collections are available
Keywords / TagsKeywords assigned to the data source for discovery and context
Default and Available CRSsThe default coordinate reference system and all supported CRSs (e.g., EPSG:4326, EPSG:3857)
Data Formats AvailableOutput formats supported by the data source. During ingestion, the Connector converts all geographic data to a standardized format regardless of the source format.
FeesAny costs or licensing fees associated with the data source. Fee arrangements must be handled directly with the data provider.
Access RestrictionsAuthentication requirements, licensing agreements, and usage constraints. It is the user's responsibility to evaluate and fulfill any restrictions before ingestion.
Datasets ListAll datasets, layers, or feature collections available from the data source

For data sources containing many datasets, the list is paginated, displaying ten datasets per page. Clicking on a dataset row in the list opens the Dataset Information view, where you can see detailed metadata for the selected dataset.

Data Source InformationData Source Information

Data Source Information view with metadata and dataset list

Exploring Dataset Information

The Dataset Information view provides detailed metadata of each geospatial dataset accessible through a data source.

Dataset Metadata

ColumnDescription
NumberSequence number of the dataset within the data source
NameInternal identifier of the dataset (often a table or collection name)
TitleHuman-readable title describing the dataset. A health indicator next to the title shows the connectivity status of the parent data source — see Service Health Indicators for details.
DescriptionSummary of the dataset's purpose and content
ColumnsNumber of columns or attributes in the dataset schema
RowsNumber of records or features in the dataset. For raster datasets, the row count is an upper-bound estimate and is displayed with a ~ prefix (e.g., "~1,200,000").
CRSEPSG code and name of the default coordinate reference system (e.g., "EPSG:4326 — WGS 84")
IngestibleWhether the dataset can be ingested into Snowflake, shown as a green check (yes) or red X (no)

Geographic Extent

Next to the metadata cards, a Geographic Extent map displays the dataset's geographic area on an interactive world map. The area is shown as a highlighted rectangle, and the map supports panning and zooming to explore the surrounding area. Below the map, a coordinate summary shows the exact extent in degrees (e.g., "Extent: 24.0°E to 32.0°E, 59.0°N to 71.0°N").

The map automatically adapts to the application's light or dark theme.

Note: Geographic extent is available when the data source provides geographic area information for the dataset. If this information is not available, the map card displays a "Geographic extent not available" message instead.

WMS Dataset with Geographic Extent MapWMS Dataset with Geographic Extent Map

WMS dataset showing the Geographic Extent map with highlighted area rectangle

Dataset Columns

Below the dataset metadata cards, the Dataset Columns section displays the schema of the dataset in a tabular format.

FieldDescription
NumberPosition of the column within the dataset
NameColumn name (e.g., id, geometry)
DescriptionDescription of the column's purpose (if provided by the source)
Data TypeData format (e.g., string, integer, decimal, datetime)
Content TypeThe role of the column within the dataset (see table below)

Content Type Categories

Each column is classified by its role in the dataset:

Content TypeIconDescription
StructuralGearInternal columns that support the data structure (e.g., _row_number, pixel_id, row, col)
FeatureTableSource data values — attribute columns for vector data, band columns for raster data
GeometryMap markerGeoJSON spatial representation (geom_geojson)
GeographyCrosshairsGeographic coordinates (x, y) — appears only for raster datasets (WMS, WMTS, WCS, OGC API Maps, OGC API Coverages)

Vector datasets (WFS, OGC API Features, OGC API Tiles) typically contain Structural, Feature, and Geometry columns. Raster datasets (WMS, WMTS, WCS, OGC API Maps, OGC API Coverages) additionally include Geography columns for the pixel coordinates.

Raster Dataset Tabs

When viewing a raster dataset from a WMS, WMTS, WCS, OGC API Maps, or OGC API Coverages data source, the Dataset Columns section includes two tabs:

  • Data Table: Shows the pixel data columns that will be created in the ingestion target table. These include spatial coordinates (x, y), pixel position (row, col), a GeoJSON geometry point (geom_geojson), and one column per raster band (band_1, band_2, etc.).
  • Image Properties: Shows the raster metadata properties that will be stored in a companion metadata table. These describe the image characteristics such as coordinate reference system, pixel dimensions, band information, and geographic extent.

For vector datasets (WFS, OGC API Features), only the Data Table tab is shown, as there is no separate metadata table.

WMS Dataset with Image Properties TabWMS Dataset with Image Properties Tab

WMS dataset showing the Image Properties tab with raster metadata columns

Use the Previous Dataset and Next Dataset buttons at the top to navigate between datasets.

The INGESTION toggle and interval selector let you configure automated ingestion directly from this view. See Ingesting Datasets for details.

Dataset InformationDataset Information

Dataset Information view with metadata cards, ingestion controls, and column schema

© 2016-2026 Smart Data Hub Ltd.