Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Incorrect file sizes displayed for OPERA RTC files #1940

Open
asjohnston-asf opened this issue Jul 23, 2024 · 0 comments
Open

[Bug] Incorrect file sizes displayed for OPERA RTC files #1940

asjohnston-asf opened this issue Jul 23, 2024 · 0 comments

Comments

@asjohnston-asf
Copy link
Member

Vertex is incorrectly displaying the size of the first file as the sum of all file sizes, and not displaying any size for the remaining files.

For example, for OPERA_L2_RTC-S1_T043-090661-IW3_20240723T152837Z_20240723T174349Z_S1A_30_v1.0, Vertex displays the size of the VH file as 12.29 MB (actual size 6,365,805 bytes), and does not display sizes for the VV, HDF5, Mask, or Metadata files:

Screenshot from 2024-07-23 10-38-24

The file sizes listed in CMR match the actual size of the files once downloaded: https://cmr.earthdata.nasa.gov/search/granules.umm_json?short_name=OPERA_L2_RTC-S1_V1&producer_granule_id=OPERA_L2_RTC-S1_T043-090661-IW3_20240723T152837Z_20240723T174349Z_S1A_30_v1.0

            {
              "Name": "OPERA_L2_RTC-S1_T043-090661-IW3_20240723T152837Z_20240723T174349Z_S1A_30_v1.0.h5",
              "SizeInBytes": 99352,
              ...
            },
            {
              "Name": "OPERA_L2_RTC-S1_T043-090661-IW3_20240723T152837Z_20240723T174349Z_S1A_30_v1.0_VH.tif",
              "SizeInBytes": 6365804,
              ...
            },
            {
              "Name": "OPERA_L2_RTC-S1_T043-090661-IW3_20240723T152837Z_20240723T174349Z_S1A_30_v1.0_VV.tif",
              "SizeInBytes": 6216392,
              ...
            },
            {
              "Name": "OPERA_L2_RTC-S1_T043-090661-IW3_20240723T152837Z_20240723T174349Z_S1A_30_v1.0_mask.tif",
              "SizeInBytes": 45088,
              ...
            },
            {
              "Name": "OPERA_L2_RTC-S1_T043-090661-IW3_20240723T152837Z_20240723T174349Z_S1A_30_v1.0.iso.xml",
              "SizeInBytes": 161537,
              ...
            }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant