Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
|
|
@Jeanne-le-Roux I have concerns with the Copyright selected. Is there a reason they can't use something like CC--BY-NC As is the licensing makes it unclear that anyone can use the code or modify it. I'll also note the Quarto cite is CC-BY, and Code repo is currently Apache 2.0 |
|
View / edit / reply to this conversation on ReviewNB wildintellect commented on 2025-04-24T17:31:54Z No mention of which compute environment or minimum/suggested size is needed to execute this on the hub. Guessing we want Pangeo, but unclear on Ram selection. |
|
View / edit / reply to this conversation on ReviewNB wildintellect commented on 2025-04-24T17:31:55Z Can we suggest a reference at least which field of study this is. I'm guessing this is Inverse Modeling in statistics https://www.sciencedirect.com/science/article/pii/S0168169924000152 based on mention in https://dus.jpl.nasa.gov/projects/flux-inversion/
More background https://www.sciencedirect.com/topics/earth-and-planetary-sciences/atmospheric-inversion |
|
View / edit / reply to this conversation on ReviewNB wildintellect commented on 2025-04-24T17:31:55Z Line #9. from inventory_evaluation_helper import * # Import all functions from the inventory evaluation helper module This should be the last import as it's local.
Reminds me that we should enable nbqa https://github.com/nbQA-dev/nbQA like VEDA-docs does to fix general python linting issues.
Linting will also catch the use of Wildcard imports * which are always discouraged due to security concerns. |
|
View / edit / reply to this conversation on ReviewNB wildintellect commented on 2025-04-24T17:31:56Z Eliminate the cause of this error "Country United States not found in the shapefile." |
|
View / edit / reply to this conversation on ReviewNB wildintellect commented on 2025-04-24T17:31:57Z Consider applying a Projection more appropriate to the display of US data. Is Equal Area or Shape Distortion more important? |
|
I reviewed the general text and code, comments above. To be reviewed:
|
…nd add engine to helper file
|
Bringing @sudshu in as well for collaboration and to track progress. I added a cell to bring in the data files from Zenodo (I think it can be optimized which other members of Science Support can weigh in on, but I was able to run the entire notebook with it), and also added |
|
Only notebooks can be reviewed on ReviewNB so just pasting all the comments for
2.In 3.In give
apart form the code looks really good @smk0033 . Thank you |
|
View / edit / reply to this conversation on ReviewNB HarshiniGirish commented on 2025-11-18T22:02:58Z Add a simple check at the start of the cell to skip the download when
|
|
@smk0033 I've run the notebook in the ghg hub too, apart from the above the code looks good to me. Thank you |
Hi @sudshu! I've made a few updates to pull in the Zenodo data. Our Science Support team aided in reviewing, and I've addressed comment 2 here. Would you like to weigh in on comments 1, 3, and 4 and have me address those as well? You are also more than welcome to push updates to this branch if you wish at any time! I think this is about ready to send to Emily for her review. |
|
@smk0033 your suggestions look good to me. Feel free to implement those. |
HarshiniGirish
left a comment
There was a problem hiding this comment.
Thanks @smk0033. I ended up overlooking this bit
-
EPA scrollable maps issue : Under # EPA inventory, the code cell that starts “Create a GeoPandas DataFrame … for the "epa" inventory” (gdf_epa = ...). It does not use with out: and the for-loop indentation is off, so the out widget ends up empty and nothing is actually scrollable.
-
add imports Output
HarshiniGirish
left a comment
There was a problem hiding this comment.
Thanks @smk0033. I ended up overlooking this bit
-
EPA scrollable maps issue : Under # EPA inventory, the code cell that starts “Create a GeoPandas DataFrame … for the "epa" inventory” (gdf_epa = ...). It does not use with out: and the for-loop indentation is off, so the out widget ends up empty and nothing is actually scrollable.
-
add imports Output
Adding the JPL notebook and supporting submodule file for Science Support Team to review. Github ticket