-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
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:
@classmethod fromfilewrite- I think it could be a good idea to have just a singlewritemethod on each grid type to write the grid nc file(s), with kwargs specifying options for a specific grid type (e.g. whether or not to write a mask file also). This would mean the interface for writing grids would be the same for all files, which is currently not the case (e.g.OasisGridhaswrite_grids,write_areasandwrite_masksmethods).
Also:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels