radproc.arcgis.rastervalues_to_points¶
-
radproc.arcgis.
rastervalues_to_points
(inPointFC, inRasterList, newFieldNameList, outPointFC)¶ Extract values from a list of rasters to new fields in a point Feature Class.
Parameters: - inPointFC: String
- Path and name of ArcGIS Point Feature Class or Shapefile defining the point locations, e.g. rain gauges, wind energy plants. The input file is not altered by this function.
- inRasterList : List of Strings
- containing paths and names of all rasters to extract values from.
- newFieldNameList : List of Strings
- containing the names for the new fields which are created in the output Feature Class. Values from the rasters are written into the new fields in corresponding order.
- outPointFC : String
- Path and name of the output point Feature Class to be created.
Returns: - ResObj : arcpy Result Object
- of the output point Feature Class