GeoJSON to GeoPackage Converter
Convert a GeoJSON file into a GeoPackage file.
Easily translate lightweight, single-file web-oriented GeoJSON properties into an optimized, SQLite-based GeoPackage container. This provides built-in spatial indexes and fast indexing for large-scale spatial queries.
Drag file here to convert, or select file
Supported file extension: .geojson, .json • Max 50MB
Specification Rules
- Bring crowdsourced web features into professional desktop environments like ArcGIS
- Save heavy web vectors into compact, indexable SQLite database structures
- Speed up geospatial queries on nested property datasets
- Mixed geometric layers might represent under different schema rules in SQLite
- Deeply nested JSON metadata properties will flatten to horizontal strings
- Does not automatically assign a spatial projection if undefined in source
GDAL Direct Equivalent Terminal Command
Frequently Asked Queries
How are JSON objects mapped to properties in the GeoPackage?
GDAL parses the 'properties' node from each feature and writes them as columns in a standard relational table inside the output SQLite container.
Can I bundle multiple GeoJSON files inside a single GeoPackage?
Our automated online converter generates a single-layer table. To append multiple files as distinct tables, use the ogr2ogr CLI tool with appending flags.
Are coordinates reprojected during this translation?
By default, the converter retains WGS84 coordinates (EPSG:4326). No coordinate reference modifications occur unless specified.