Riverscapes / QRAVEPlugin

QGIS Plugin for viewing Riverscapes projects
0 stars 0 forks source link

Implement TIN Rendering type #73

Open MattReimer opened 2 years ago

MattReimer commented 2 years ago

In discussions about upgrading to the new warehouse this week with @kunztr we noticed that tin types are not loadable in QRave.

  1. Can QGIS render tins in any kind of way?
  2. Can we implement a TIN renderer for QRave to support project types like topo
joewheaton commented 1 year ago

@MattReimer assuming you've seen this: https://gis.stackexchange.com/questions/349069/opening-tins-in-qgis

This tutorial suggests using some GRASS functionality to create TINs and I'm not sure what format they are stored as, but they're almost certainly different then the ESRI TIN format.

joewheaton commented 1 year ago

See also: https://github.com/lutraconsulting/MDAL/pull/164