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