wradlib.zonalstats.ZonalDataPoly¶
-
class
wradlib.zonalstats.ZonalDataPoly(src, trg=None, buf=0.0, srs=None, **kwargs)¶ ZonalData object for source polygons
- Parameters
src (sequence of source polygons (shape NxMx2) or) – ESRI Shapefile filename containing source polygons
trg (sequence of target polygons (shape Nx2, num vertices x 2) or) – ESRI Shapefile filename containing target polygons
- Keyword Arguments
Examples
See ZonalData.
|
Output source/target grid points/polygons to ESRI_Shapefile |
|
Returns intersections |
|
Returns source indices referring to target polygon idx |
|
Load source/target grid points/polygons into in-memory Shapefile |
Returns number of intersections |
|
Returns intersections |
|
Returns SpatialReferenceSystem object |