Skip to content

Python wrapper for the RGIS (River GIS) framework and data structure

Notifications You must be signed in to change notification settings

fabio1299/rgis_wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RGIS_wrapper

Python wrapper for the RGIS (River GIS) framework and data structure

The rgis folder contains the code that implements the wrapper classes

The two other files are sample files

Installation

python >= 3.9 required

RGIS required

git clone https://github.com/bmfekete/RGIS /tmp/RGIS \
 && /tmp/RGIS/install.sh /usr/local/share \
 && rm -rf /tmp/RGIS

The easiest way to get going is with conda to circumvent any gdal dependency issues.

conda create -n rgis python=3.10 gdal

pip install git+https://github.com/fabio1299/rgis_wrapper.git

About

Python wrapper for the RGIS (River GIS) framework and data structure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages