You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an ABOUT.md or an ABOUT.ipynb file, describing the impetus for this project, specifically starting with the ORNL DAAC code in sections 4b and 4c of the 2_gedi_l4a_subsets.ipynb notebook.
To aid in comparing our code with the original notebook code, we should refer to the corresponding parts in our code, particularly the H5DataFrame class and the subset_hdf5 function (to avoid requiring the reader to sift through the code that's not relevant for comparison, such as our CLI code), and ideally this "about" file should include code snippets using our code (not necessarily via submitting a DPS) to achieve the same results (or very nearly so) as shown in the original notebook.
If an ABOUT.ipynb is created, that might be the best way to construct a "side-by-side" comparison between the code in this repo and the ORNL DAAC notebook.
The text was updated successfully, but these errors were encountered:
Add an
ABOUT.md
or anABOUT.ipynb
file, describing the impetus for this project, specifically starting with the ORNL DAAC code in sections 4b and 4c of the2_gedi_l4a_subsets.ipynb
notebook.To aid in comparing our code with the original notebook code, we should refer to the corresponding parts in our code, particularly the
H5DataFrame
class and thesubset_hdf5
function (to avoid requiring the reader to sift through the code that's not relevant for comparison, such as our CLI code), and ideally this "about" file should include code snippets using our code (not necessarily via submitting a DPS) to achieve the same results (or very nearly so) as shown in the original notebook.If an
ABOUT.ipynb
is created, that might be the best way to construct a "side-by-side" comparison between the code in this repo and the ORNL DAAC notebook.The text was updated successfully, but these errors were encountered: