Data Catalogue & Dataset Explorer

The Data Catalogue & Dataset Explorer is Landuse Analyst’s spatial repository. It provides access to georeferenced elevation models (DEMs), pedological soil maps, land-cover classifications, wildfire fuels, and archaeological site inventories.

I built the catalogue to ensure that every spatial raster and vector layer consumed by Landuse Analyst carries a receipt — documenting spatial resolution, projection system, coverage extent, and an automated compatibility score relative to our computational pipelines.

Access: The Data Catalogue is open to all visitors at /catalogue.

When to use it


Anatomy of the interface

The Catalogue interface consists of a top Search & Filter Bar, a left Dataset Directory, and a right Metadata & Inspector Panel.

Data Catalogue interface with reference tags A1 to A5
Figure 1 — The Data Catalogue & Dataset Inspector workspace.
TagControlWhat it does
A1Global Search BarReal-time text search across dataset titles, tags, regions (e.g. Levant, Jordan Valley), and file formats.
A2Dataset Directory ListBrowsable list of available spatial datasets with category badges and active workspace status pills.
A3Dataset Metadata PanelDetailed inspector panel displaying format (GeoTIFF, GeoJSON), bounding box coordinates, projection, and data provider.
A4Compatibility Score GaugeAutomated compatibility score (0–100%) indicating how cleanly the layer integrates into the Catchment Model pipeline.
A5Download & Export ButtonsExport options for downloading raw spatial data as Cloud-Optimised GeoTIFF (.tif) or GeoJSON (.json).

Key spatial datasets

Dataset TitleCategoryResolutionExtent / CoveragePrimary Use Case
Levant High-Res DEMElevation$30\text{ m}$ pitch$31.0^\circ\text{N} - 33.5^\circ\text{N}$Catchment slope costing & Tobler hiking function.
FAO/UNESCO Soil MapPedology$250\text{ m}$ / VectorGlobal (Levant slice)Soil fertility rating & arable land productivity.
LANDFIRE FBFM40 Fuel GridVegetation$30\text{ m}$ pitchUS / CrosswalkedWildfire spread simulation & rate-of-spread modelling.
Dead Sea Palaeo-CoastlinesHydrographyVector PolygonsDead Sea BasinDeep-time Lake Lisan shoreline reconstruction.
Southern Levant EB SitesArchaeologyGeoreferenced PointsSouthern LevantBenchmark settlement catalogue for catchment analysis.

Automated compatibility evaluation

Doing it this way allowed me to prevent silent pipeline failures. The Data Catalogue automatically evaluates each layer against four operational criteria:

  1. Resolution Fit (25%): Evaluates cell pitch ($30\text{ m}$ optimal for terrain modelling).
  2. Spatial Projection (25%): Checks CRS compatibility (WGS 84 / EPSG:4326 preferred).
  3. Data Completeness (25%): Measures void frequency and nodata values.
  4. Attribute Schema Alignment (25%): Validates required attribute fields (e.g., elevation in metres, pedology class).

A dataset scoring $\ge 90%$ earns an Operational Grade badge (A4), confirming instant ingestibility into model runs.