
Product
Introducing Data Exports
Export Socket alert data to your own cloud storage in JSON, CSV, or Parquet, with flexible snapshot or incremental delivery.
@ngageoint/geopackage-geojson-js
Advanced tools
This utility will convert between GeoJSON and GeoPackage using the NGA GeoPackage JS library.
$ npm install @ngageoint/geopackage-geojson-js
./cli /path/to/file/to/convert.json /path/to/file/to/create.gpkg
const { GeoJSONToGeoPackage } = require('@ngageoint/geopackage-geojson-js');
const geoJSONFile = './test.json';
const geoPackageFile = './test.gpkg';
const tableName = 'features';
// Convert GeoJSON to GeoPackage feature table
const converter = new GeoJSONToGeoPackage();
converter.convert({ geoJson: geoJSONFile, geoPackage: geoPackageFile, tableName: tableName }).then(() => {
console.log('File conversion complete');
console.log('Converted %s to %s', geoJSONFile, geoPackageFile);
});
// Extract GeoJSON from GeoPackage feature table
converter.extract(geoPackageFile, tableName).then(geoJSON => {
console.log('Extracted GeoJSON - %s features.', geoJSON.features.length);
})
The GeoPackage Libraries were developed at the National Geospatial-Intelligence Agency (NGA) in collaboration with BIT Systems. The government has "unlimited rights" and is releasing this software to increase the impact of government investments by providing developers with the opportunity to take things in new directions. The software use, modification, and distribution rights are stipulated within the MIT license.
If you'd like to contribute to this project, please make a pull request. We'll review the pull request and discuss the changes. All pull request contributions to this project will be released under the MIT license.
Software source code previously released under an open source license and then modified by NGA staff is considered a "joint work" (see 17 USC § 101); it is partially copyrighted, partially public domain, and as a whole is protected by the copyrights of the non-government authors and must be released according to the terms of the original open source license.
FAQs
GeoJSON to GeoPackage converter
The npm package @ngageoint/geopackage-geojson-js receives a total of 129 weekly downloads. As such, @ngageoint/geopackage-geojson-js popularity was classified as not popular.
We found that @ngageoint/geopackage-geojson-js demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Export Socket alert data to your own cloud storage in JSON, CSV, or Parquet, with flexible snapshot or incremental delivery.

Research
/Security News
Bitwarden CLI 2026.4.0 was compromised in the Checkmarx supply chain campaign after attackers abused a GitHub Action in Bitwarden’s CI/CD pipeline.

Research
/Security News
Docker and Socket have uncovered malicious Checkmarx KICS images and suspicious code extension releases in a broader supply chain compromise.