Closed kanglcn closed 2 years ago
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
Sorry I forget to remove several code cells that I used to test the pickle file interface for Adrian. I will make a new commit to remove them.
The *.ipynb file naming is currently not consistent between different requirements. I like the one from Adrian as NISAR_SES_Secular_Requirement_Validation.ipynb
, shall we enforce all three requirements notebook having the same naming convention? @kanglcn @EJFielding @dbekaert
I thought that the first part of the notebook name NISAR_SES_
was redundant with the location in the Solid Earth part of the GitLab. I also found that I could not see the useful part of the notebook name in a narrow column with the long name. Once we have the final versions, then the end of the notebook file name is not so important.
Shorter names sound even better.
Shorter names sound even better.
Yeah i agree. Lets make them consistent with a short name.
All, I have made an update according to your comments. Please check if it solves the problems you mentioned. Thanks for your effort. @yunjunz @EJFielding @dbekaert
Thank you @kanglcn for the updates. I put a few more minor comments, for the last round I think. Could you also check the style issues flagged by Codacy?
Thank you @kanglcn for the updates. I put a few more minor comments, for the last round I think. Could you also check the style issues flagged by Codacy?
Thanks @yunjunz . I will look into them. Thanks for pointing out the Codacy problem. I haven't used it before but I think this shouldn't be a big problem.
I have updated under @yunjunz 's suggestions. Please check.
Thanks, @yunjunz for helping me fix more codacy issues. I can't find them even with their hints.
I have moved the sampling code to
ATBD/solid_utils/sampling.py
. It includes several functions to calculate local coordinates for products, make sampling, and pair them up. The detailed usage is written in the docstrings.Also, I decrease the number of products downloaded by using
--daysless
and--daysmore
options inariaDownload.py
. And I am using three years of products now.