Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Node get_bounds method. #486

Merged
merged 4 commits into from
Aug 3, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update podpac/core/node.py
Co-authored-by: mpu-creare <mpu-creare@users.noreply.github.com>
  • Loading branch information
jmilloy and mpu-creare authored Aug 3, 2021
commit 538ed8c668f5a571c419904badb53e92ca95ae98
2 changes: 1 addition & 1 deletion podpac/core/node.py
Original file line number Diff line number Diff line change
@@ -365,7 +365,7 @@ def get_bounds(self, crs="default"):
Returns
-------
bounds : dict
Bounds for each dimension. Keys are dimension names and values are tuples (hi, lo).
Bounds for each dimension. Keys are dimension names and values are tuples (min, max).
crs : str
The CRS for the bounds.
"""