You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.
and running p2g with a very large search radius and resolution, one would expect a single output point with a min, mean, and max of 10. This works. But what is the definition of north, south, east, and west in this case?
The output file says they are all 10, but I would expect them to be the cell edges [0,10] or cell center 5.
The text was updated successfully, but these errors were encountered:
I'm not sure if the cell edges should be [0, 10] in this case — if you're specifying a very large resolution (you used 1e4 in other issues, e.g. #5), shouldn't the cell edges be controlled by that resolution?
However, I'm going to keep this issue open, since the definition of proper behavior for your example is poorly defined. I agree that it probably should be something sane (centered on the centroid of the points? using the min point as the lower left?), and right now it's very arbitrary how this is handled.
Given a small sample input file like:
and running p2g with a very large search radius and resolution, one would expect a single output point with a min, mean, and max of 10. This works. But what is the definition of north, south, east, and west in this case?
The output file says they are all
10
, but I would expect them to be the cell edges[0,10]
or cell center5
.The text was updated successfully, but these errors were encountered: