Updated convert script to get netcdf files from daily (_DD_) Ameriflu…#92
Open
EliasMassoud1 wants to merge 1 commit intorubisco-sfa:masterfrom
Open
Updated convert script to get netcdf files from daily (_DD_) Ameriflu…#92EliasMassoud1 wants to merge 1 commit intorubisco-sfa:masterfrom
EliasMassoud1 wants to merge 1 commit intorubisco-sfa:masterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…x csv files
Thank you for contributing to ILAMB-Data. Use this template when submitting a pull request.
🛠 Summary of changes
✨Include a reference to the issue # in this section
Summarize the changes you are making to the repo. Are you fixing a bug? Adding a dataset? Describe what you did in a few sentences or bullet points:
🧪 NetCDF Validation
✨Add an
xbetween the brackets to indicate basic testing was completedILAMB-DATA/GFED5/)ILAMB-DATA/GFED5/convert.py)ILAMB-DATA/GFED5/burntFractionAll_mon_GFED5_199701-202012.nc)python3 validate_dataset.py ILAMB-DATA/GFED5/burntFractionAll_mon_GFED5_199701-202012.ncin command line and resolved any errorsncdump -h ILAMB-DATA/GFED5/burntFractionAll_mon_GFED5_199701-202012.ncto visually inspect the netCDF header informationncview ILAMB-DATA/GFED5/burntFractionAll_mon_GFED5_199701-202012.ncto visually inspect the map (where applicable)🧪 (Optional) Preview
✨Attach an image of your dataset here
🏎 (Optional) Quality Checklist
✨Add an
xbetween the brackets to indicate script quality adherence*There are ways the script reads the file name that are semi-hardcoded (e.g. to get Site information from filename)