Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stepankuzmin/to-postgis
Loads files in different spatial formats into PostGIS using ogr2ogr
https://github.com/stepankuzmin/to-postgis
geojson ogr2ogr postgis utility
Last synced: 23 days ago
JSON representation
Loads files in different spatial formats into PostGIS using ogr2ogr
- Host: GitHub
- URL: https://github.com/stepankuzmin/to-postgis
- Owner: stepankuzmin
- License: mit
- Created: 2018-04-04T11:43:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T20:05:37.000Z (over 1 year ago)
- Last Synced: 2024-10-10T21:39:21.915Z (28 days ago)
- Topics: geojson, ogr2ogr, postgis, utility
- Language: JavaScript
- Size: 193 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# to-postgis
Loads files in different spatial formats into PostGIS using ogr2ogr.
## Install
**NOTE**: `to-postgis` depends on `ogr2ogr` from GDAL package.
```shell
npm i -g to-postgis
```## Usage
```shell
to-postgis input.geojson postgres://postgres@localhost:5432/db
```