Skip to content
Novus Examples
zip1.1 KB

Shapefile Bundle — Kestrel Bay Towns (zipped component set)

A zipped shapefile containing the full five-file point set — .shp, .shx, .dbf, .prj and .cpg. Zipping is how shapefiles are actually exchanged, because a bare .shp is meaningless without its sidecars — and it is the upload format most web GIS tools accept.

Archive contents — 5 entrieszip
  • kestrel-bay-towns.shp
  • kestrel-bay-towns.shx
  • kestrel-bay-towns.dbf
  • kestrel-bay-towns.prj
  • kestrel-bay-towns.cpg

Specifications

Format
zipped Esri shapefile
Crs
WGS 84 (EPSG:4326)
Byte Order
mixed — big-endian headers, little-endian records
Sidecar Set
.shp/.shx/.dbf/.prj/.cpg
Members
5
Member Extensions
cpg, dbf, prj, shp, shx
Compression
deflate
Zip Timestamps
fixed 2026-01-01T00:00:00 for reproducibility

Testing contract

Expected to pass
Scenario
Upload or open the archive as a single shapefile rather than extracting it first.
Expected result
All five members extract; the point layer opens with attributes, a declared CRS and UTF-8 attribute text.

What is a .zip file?

ZIP is a widely supported archive format that bundles multiple files and directories into one container, typically with per-file DEFLATE compression and a central directory index. It supports random access to individual entries without decompressing the whole archive. It underlies many document formats such as DOCX and EPUB.

How to use this file

Use an example ZIP to test archive extraction, central-directory parsing, per-entry decompression, and protection against path-traversal (zip-slip) during unpacking.

How to use this file for testing

“Shapefile Bundle — Kestrel Bay Towns (zipped component set)” is a deterministic Novus Examples fixture for Geospatial, Conversion testing, Data import. GeoJSON, GPX, and KML files with points, lines, polygons, and tracks — for testing map tools, route parsers, and geo importers.

Documented properties for this file: zipped Esri shapefile. 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.

Code examples

unzip -l kestrel-bay-towns-shapefile.zip     # list members
unzip kestrel-bay-towns-shapefile.zip -d out/  # extract

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