Hi R users,
I want to calculate Thiessen weights to compute areal rainfall from number
of point measurements. I am using R and thanks to some previous question in
the same topic, I got to know that I can usedeldir. But the problem is my
boundary polygon is not a rectangle; it's an irregular polygon (it's a
catchment boundary derived using ArcGIS). But in deldir the boundary can
only be a rectangle. Are there any other packages where I can calculate
Thiessen weights of an area covered by an irregular boundary?
Given below are my measurement points (meas_points) and coordinates of a
(simplified) boundary polygon(boundary)