rgis icon indicating copy to clipboard operation
rgis copied to clipboard

Performant, cross-platform (web, desktop) GIS app written in Rust

rgis

Geospatial data viewer written in Rust. Availble on the web (rgis.app) or natively on desktop.

License

rgis is released under The Anti-Capitalist Software License (version 1.4).

Install

Install proj (e.g. brew intall proj).

cargo install --git https://github.com/frewsxcv/rgis

Usage

Render GeoJSON files:

rgis file1.geojson file2.geojson

Read GeoJSON files from standard in:

cat file1.geojson | rgis

Print help information:

rgis --help

Screenshots

Screen Shot 2021-06-13 at 9 56 42 PM