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
The “High level science goals” are not really science goals, they are better classified as “Techniques”.
I suggest using os.path.join instead of string addition when constructing file paths.
Under “Create VRT Objects”, when opening the .txt and .vrt files, I suggest defining the directory path as a variable instead of repeating it in each file path string.
A bit more guidance on how users should structure their own file paths would be useful. Using pre-defined variables would make it easier for users to define their own file paths and directories.
The function “extract_metadata_attrs” is inflexible, it only works if your data directory path has the same number of characters as the author’s. Instead of defining vv_fb = inputfname[108:], the function should use os.path.basename to isolate the file name from the directory path.
The order of the granule_id and product_id values in my version of vrt_full does not match the order of the values I can see on the webpage notebook. I’m not sure why, but this causes further issues down the line.
I suggest you debug this issue using a version of the data freshly downloaded from Zenodo, since it might have to do with how the files are sorted in the zip archive.
The text was updated successfully, but these errors were encountered:
mikemorris12
changed the title
MM JOSE Review -
MM JOSE Review - ASF GDAL VRT Approach
Jan 24, 2025
The text was updated successfully, but these errors were encountered: