radproc.arcgis.idTable_to_valueTable

radproc.arcgis.idTable_to_valueTable(idTable, dataSeries)

Selects the values defined in an ID Table from a data Series.

For further information see documentation of idTable_nineGrid().

Parameters:
idTable : pandas DataFrame
containing the cell IDs (as columns) for every point.
dataSeries : pandas Series
containing (precipitation) values to select depending on the IDs in the index.
Returns:
valueTable : pandas DataFrame
of the same format as idTable. IDs are replaced by the corresponding values from dataSeries.