pywfm.IWFMModel._get_hydrograph_coordinates#

IWFMModel._get_hydrograph_coordinates(location_type_id)#

private method returning the hydrograph coordinates for a provided feature type

Parameters:

location_type_id (int) – integer id used internally to IWFM for location types

Returns:

tuple – index 0: np.array of x-coordinates of hydrographs index 1: np.array of y-coordinates of hydrographs

Return type:

length 2

Notes

this method only works with location_type_ids - 9 (groundwater hydrographs) - 10 (subsidence hydrographs) - 12 (stream hydrographs) - 13 (tile drains)