-
Notifications
You must be signed in to change notification settings - Fork 142
Raster data collections #8
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
Conversation
|
@kotfic LGTM! I love the prev() and next(). One thing is, I think next should go to the beginning of the list when it reaches the end. Same with prev. |
|
I think it would be better to keep it like a standard iterator if you are using the |
|
@jbeezley You are right. It makes sense now. |
|
@dorukozturk PTAL, thanks! |
|
@kotfic LGTM! |
GeoPySpark Renames
@dorukozturk PTAL - There is a TIme Series.ipynb notebook that should let you test the functionality. You just need the NBAR data converted to GeoTIFFs and to change the DATA_DIR variable in cell 3.