Skip to content
Novus Examples
shx140 B

Convert v2 Shapefile SHX Companion

Real SHX component from the five-town Kestrel Bay shapefile set, copied byte-for-byte into the Convert v2 reserve. Stable P8 artifact p8-convert-shapefile-shx.

Preview — schema + first 3 rowsshx
propertyexpected
records5
crsEPSG:4326
componentshx
Shapefile component contract.

Specifications

Records
5
Crs
WGS 84
Component
shx
Delivery Mode
download-only
Provider
converter-v2
Provenance
Synthetic deterministic P8 fixture generated by generation/p8_content.py; seed namespace 2026082300
Fixture Reserve
convert-v2

Testing contract

Reference control
Scenario
Load the SHX component together with the other three companions in group p8-convert-shapefile.
Expected result
The set resolves five point records in WGS 84; geometry, index, attributes, and projection agree without a missing-sidecar warning.

What is a .shx file?

The .shx file is the positional index of an Esri shapefile. It repeats the .shp header and then stores one fixed 8-byte record per feature, giving the byte offset and content length of that feature in the .shp file, so a reader can seek directly to feature N instead of scanning from the start.

How to use this file

Use an example .shx file to test shapefile readers and repair tools, verifying that offsets resolve to real records in the .shp file and that a reader detects a mismatch between the index and the geometry rather than reading past the end.

How to use this file for testing

“Convert v2 Shapefile SHX Companion” is a deterministic Novus Examples fixture for Conversion testing, Geospatial. The same content exported across many formats and linked as a group, so you can convert one and diff against the expected twin.

Documented properties for this file: 5 records. Compare results against paired or grouped companions on this page when present (clean↔damaged, searchable↔scanned, or format twins) so scores stay reproducible across runs.

Download the file once, keep the path stable in CI or local scripts, and treat the spec table as the contract: dimensions, seeds, field lists, and roles are intentional. Corrupt or invalid samples are labelled as such — expect parsers to fail loudly rather than silently accept them.

Geospatial fixtures publish one invented territory across formats, with the coordinate reference system and feature counts documented in specs. Convert or reproject and diff against the twin in the same group; edge-case geometries state exactly which assumption they are built to break.

Generated by generation/p8_content.py. Free for any use, no attribution required — license.