COSIMA / esmgrids

Python representation of Earth System Model grids.
Apache License 2.0
4 stars 7 forks source link

Add methods to `BaseGrid` #13

Open dougiesquire opened 5 months ago

dougiesquire commented 5 months ago

There are a number of commonly implemented methods that are not in the BaseGrid. Adding these as NotImplemeted methods in BaseGrid will make it clearer what can/should be added to grid types:

Also: