JuliaClimate / ClimateBase.jl

Tools to analyze and manipulate climate (spatiotemporal) data. Also used by ClimateTools and ClimatePlots
https://juliaclimate.github.io/ClimateBase.jl/dev/
Other
39 stars 3 forks source link

rename `grid` to `space` and change `UnstructuredGrid` #79

Closed Datseris closed 2 years ago

Datseris commented 2 years ago

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 2 years ago

actually best names are OrthogonalSpace and CoordinateSpace.