• Revisiting coordinate systems

    There are basically two types of grid in Grid Framework: 3D grids and layered grids. 3D grids use all three dimensions, these are rectangular and spherical grids, while layered grids are 2D grids stacked on top of each other for a third dimension. In this post I will explain how the coordinate systems of layered girds will change in version 2.0.

    Continue reading…

  • Official extension methods

    If you have been following my updates in regards to version 2.0 you will have noticed that one of the themes has been slimming down the API. Some things, such as the renderGrid flag are easy to replace with something more general or trivial to replicate with one or two lines of code. Other methods however are non-trivial to implement, useful to have and general enough to included in the framework.

    Continue reading…