Riverscapes / NetworkProfiler

QGIS Plugin: Scrape ShapeFile Attributees From a River Network ShapeFile
https://riverscapes.github.io/NetworkProfiler/
1 stars 1 forks source link

Network Profiler Graphic #7

Closed philipbaileynar closed 7 years ago

philipbaileynar commented 7 years ago

We know that we need some kind of network profilder graphical output. These are typically long profile plots. Distance along the X axis and attribute value along the y axis. These could get very complicated with all variables on one plot and using different symbologies for different variables.

2017-06-16_150612

A first version could just be a subfolder next to the CSV called Figs that contains a separate MatPlot lib XY line plot for each ShapeFile attribute that is in the CSV. This is crude, but would enable rapid review of the values:

Other enhancement ideas:

MattReimer commented 7 years ago

@philipbaileynar more research needed. I think we should avoid doing this in Q and instead ship an R script that does this

philipbaileynar commented 7 years ago

FYI I checked with Gary and he said that the graphic attached to this card was generated in Excel and then polished in Adobe Illustrator.

joewheaton commented 7 years ago

I think we should make a Riverscapes project for the network profiler prep and output.

MattReimer commented 7 years ago

@joewheaton so I think that's not quite what we want for 2 reasons:

  1. The Network Profiler, as it currently stands, is a generic tool that exists independent of any riverscapes context. It parses any kind of shapefile you throw at it. The minute we force people to use it in a riverscapes way we exclude anyone who might find it useful for any other reason.
  2. The tool doesn't "do" or manipulate anything. It only zooms in and visualizes an aspect what you already have as an output of another tool. In that way, I don't really understand what a NetworkProfiler project "is" or represents.

It could be that we need to invent a kind of project that uses the network profiler tool as part of its process to derive an output that is part of Riverscapes but I see this as being a separate tool and not the profiler itself.

Thoughts?

philipbaileynar commented 7 years ago

The goal is the fastest, simplest XY plots. One for each attribute. Save them to PNG in same folder as the CSV output.