-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add itslive #72
Add itslive #72
Conversation
Python client for ITSLIVE glacier velocity data! Repo at https://github.com/nasa-jpl/itslive-py
/condalock |
The itslive=0.2.0 package requires earthaccess>=0.5.2 and pandas=1.5.1.
/condalock |
@@ -48,7 +48,7 @@ dependencies: | |||
- networkx==2.8.8 | |||
- numba==0.56.4 # high-performance numerics | |||
- numpy==1.23.5 | |||
- pandas==1.5.2 | |||
- pandas~=1.5.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@betolink, there's a strict pinning on itslive to pandas==1.5.1
at https://github.com/nasa-jpl/itslive-py/blob/2672896a1c09b21c00a11b587c0d558372b6aaf9/pyproject.toml#L20. Is that intended, or should it be pandas>=1.5.1
instead?
/condalock |
Will merge this in once the tests pass, let me know @betolink once you've updated itslive-py to a new version and I can push a patch update. |
Thanks @weiji14 ! I think the pining was just to keep the dependencies in sync but yes it should be |
Python client for ITSLIVE glacier velocity data! Repo at https://github.com/nasa-jpl/itslive-py
Closes #71, cc @betolink