wradlib.zonalstats.ZonalDataPoint¶
-
class
wradlib.zonalstats.ZonalDataPoint(src, trg=None, buf=0.0, srs=None, **kwargs)¶ ZonalData object for source points
- Parameters
src (sequence of source points (shape Nx2) or) – ESRI Shapefile filename containing source points
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 |