Test filesGeospatial › malformed-coords.geojson

Corrupt GeoJSON file

GeoJSON that parses as JSON but violates the spec: a latitude of std 999 and a Polygon whose ring is not closed.

↓ Download malformed-coords.geojson
Filenamemalformed-coords.geojson
FormatGeoJSON
Size682 bytes (682 bytes)
MIME typeapplication/octet-stream
SHA-2562690623c7de41f9f981408447b5c589bf067c1635bb4fe7d8e29af7af5c057c8
What this file catchesValidation beyond "is it JSON". A latitude above 90 and an unclosed polygon ring are both invalid per RFC 7946; a robust importer rejects or repairs them rather than plotting a point off the globe.

Download & verify

curl -fsSL -o "malformed-coords.geojson" "https://files.hexaqa.com/geo/malformed-coords.geojson"
curl -fsSL "https://files.hexaqa.com/geo/malformed-coords.geojson" | sha256sum # expect: 2690623c7de41f9f981408447b5c589bf067c1635bb4fe7d8e29af7af5c057c8

More geospatial test files

antimeridian.geojsonplacemarks.kmlpoints.geojsontrack.gpx

← All Geospatial files