exeter-creww / SFM_Precision

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

Precision Raster Resolution #11

Closed h-a-graham closed 4 years ago

h-a-graham commented 4 years ago

Get user to provide a desired raster resolution.

retireve the mean + std values of both X and Y error. select the maximum of these two values to use as minimum acceptable resolution.

If the user defined value is lower than this value then rescale the raster resolution to this value.

h-a-graham commented 4 years ago

added