Dear Rivergis, I experienced error when trying to create table or importing layers in the DB. I have this error both with my own project and with the Bald Eagle example you have provided.
When hit RAS 1D Create River Database Tabel I got
Running Create RAS Layers and Tables...
ProgrammingError("ERREUR: le type \xc2\xab geometry \xc2\xbb n'existe pas\nLINE 3: geom geometry(LINESTRING, 2154),\n ^\n",)
Process aborted!
Stream Centerlines - failure!
None
Before I got this error I had managed to import successfully some data untill I ran through an error concerning unicode ASCII / UTF-8 issue. I tried to fix running some Pyton command like this one :
for layer in QgsMapLayerRegistry.instance().mapLayers().values():
layer.setProviderEncoding(u'UTF-8')
layer.dataProvider().setEncoding(u'UTF-8')
Unsuccessfully and I have to admint I am no Python neither PostGreSQL expert. I run Qgis 2.16 on Win7 64bts. My PostGreSQL database I run is encoded UTF8. So far I removed every accent from my data and path.
Thanks for your help