exeter-creww / SFM_Precision

A workflow to create precision maps in python
GNU General Public License v3.0
3 stars 1 forks source link

Plot Module #47

Closed h-a-graham closed 4 years ago

h-a-graham commented 4 years ago

Need to add some kind of plotting module...

This shouldn't be an exaustive or high quality plotting module. This is beyond the scope of this package.

These are the functions that I have in mind: plot dsm(save = path.) plot roughness() plot precision(handle_gaps=True) plot dem_o_diff() plot_hist()

These will just be wrappers for rasterio/matplotlib plotting - nothing fancy...

piabenaud commented 4 years ago

Building on my other comment, maybe a LoD plot if the LoD is calculated as a raster? No worries if not as limited brain power should be able to visualise the addition of the roughness and precision plots

h-a-graham commented 4 years ago

It's not made into a raster but it wouldn't be a major pain to add it as another band so we could definitely add this...

h-a-graham commented 4 years ago

Module now exists and contains the above plus a histogram plot option for all products - I'll close this and then we can have more specific issues relating to the plot module.