---------------------------------------
Features
- Add new initialization argument ``area`` to `TriGrid`, `RectGrid` and `HexGrid` for specifying the cell area of the grid
- Add new property `BaseGrid.area`
- Add ``shape`` to `RectGrid` to further unify the class API between the three grid types
Fixes
- Prevent passing rotation argument to Bounded grids, which were not designed with rotation in mind because that breaks the tiling.
Documentation
- Update example `resampling.py`
- Improve docstrings about initialization of `TriGrid`, `RectGrid` and `HexGrid`