Skip to content

Commit

Permalink
todo comments added per my review
Browse files Browse the repository at this point in the history
  • Loading branch information
aradhakrishnanGFDL committed Oct 31, 2024
1 parent 6e2dd99 commit 9db4d7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions catalogbuilder/intakebuilder/gfdlcrawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ def crawlLocal(projectdir, dictFilter,dictFilterIgnore,logger,configyaml,slow):
#here, we will see if there are missing header values and compare with file attributes if slow option is turned on
# TODO: Possibly use slow option if lookup table can't find standard_name
if (slow == True) & (bool(dictInfo) == True):
#TODO Possibly improvement: get a list of all files to be opened, dmget the files at once or in logical batches before examining with xarray
#print("Slow option turned on.. lets open some files using xarray and lookup atts")

#todo we could look at var attributes, but right now we stick to those that are necessary. scope to extend this easily to missngcols or if header info is not in config yaml
Expand Down

0 comments on commit 9db4d7f

Please sign in to comment.