ArcticSnow / TopoPyScale

TopoPyScale: a Python library to perform simplistic climate downscaling at the hillslope scale
https://topopyscale.readthedocs.io
MIT License
39 stars 9 forks source link

svf edge effect #91

Open ArcticSnow opened 1 year ago

ArcticSnow commented 1 year ago

in the current implementation, there is sky view fraction (svf) is treated equally in middle of the spatial domain than on the edge. The current method relies on the funtion viewf from TopoCalc.

How to alleviate svf computation at the DEM edge:

  1. ask for a larger DEM extent (+20km each side) and crop it for the rest of the computation
  2. ask for two DEMs. One for svf and one for the ROI
  3. provide a large extent DEM of lower spatial resolution to estimate svf at the edge
  4. any other method

But first we'd need to quantify the error due to this potential edge effect!