Skip to content

A CLI tool to load GIS files to PostGIS

License

Notifications You must be signed in to change notification settings

kyoh-dev/sherpa

Repository files navigation

sherpa

CI sherpa

A simple CLI tool for loading GIS files to a PostGIS database.

sherpa aims to be a simpler alternative to GDAL's ogr2ogr, focusing purely on loading data to a PostGIS instance.

Installation

It is recommended to install sherpa in a Python virtual environment so there's no dependency conflicts.

Installation requires an up-to-date version of pip:

pip install -U pip

For a regular, non-development install:

pip install git+https://github.com/kyoh-dev/sherpa.git#egg=sherpa

Usage

$ sherpa

 Usage: sherpa [OPTIONS] COMMAND [ARGS]...

 A CLI tool for loading GIS files to a PostGIS database

╭─ Commands ──────────────────────────────────────────────────────────╮
│ dsn                Manage your DSN profile                          │
│ load               Load a file to a PostGIS table                   │
│ tables             Get info about tables in your PostGIS instance   │
╰─────────────────────────────────────────────────────────────────────╯

Releases

No releases published