rename `grid` to `space` and change `UnstructuredGrid`
Datseris opened this issue · 1 comments
Datseris commented
It is incorrect to call spatial structure as "grid", and the name "unstructured grid" is missleading. There is structure. The point we care about is orthogonality.
So, UnstructuredGrid
-> NonOrthogonal
and LonLatGrid
-> Orthogonal
. This makes it clear.
Datseris commented
actually best names are OrthogonalSpace
and CoordinateSpace
.