-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow gridders to pass kwargs to coord generators (#144)
Gridder methods `grid`, `scatter`, and `profile` now take in `**kwargs` and pass them along to the coordinate generation functions. This will allow extra flexibility for passing in arguments, like a grid height or configuration, without needing to keep the methods in sync with the functions. Removed the `coordinate_system` mechanics from `profile` because it wasn't implemented and is probably gonna take a while. Will introduce it back when we finally have a geographic coordinate gridder. This simplifies the coordinate naming schemes and other functions. This is a step towards #138
- Loading branch information
Showing
4 changed files
with
85 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.