We currently assume in [`GridAtPoints`](https://github.com/OpenSenseAction/poligrain/blob/7c02afd0974a5bd183d8dc3092ba867d42bd907b/src/poligrain/spatial.py#L306) that the grid coordinates are the centroids, which e.g. for the RADOLAN grid there are not. Similar to what is done in [`GridAtLines`](https://github.com/OpenSenseAction/poligrain/blob/7c02afd0974a5bd183d8dc3092ba867d42bd907b/src/poligrain/spatial.py#L233) we need to pass `grid_point_location` as argument.