Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```