-
Notifications
You must be signed in to change notification settings - Fork 6
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
GreenIT coding guidelines tutorial #9
base: main
Are you sure you want to change the base?
Conversation
Some comments
|
In compute RIOXarray cells, you don't define phr_product_lzw / _cog... |
They are defined in the work directories as "input_greenit/phr_product_lzw/cog.tif" , I generated them by hand using the code in the cell "compression", but maybe I could modify the code in this cell to take phr_product.tif as input and produce phr_product_lzw and cog instead of generating them outside the notebook |
This tutorial's goal is to show good practices to develop an image processing chain in python, how to optimize the code, the size of the data, and monitor your application to find the bottlenecks and speed up your processing