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

HRV Coordinate Data variables are mostly NaN #174

Open
jacobbieker opened this issue Mar 31, 2023 · 1 comment
Open

HRV Coordinate Data variables are mostly NaN #174

jacobbieker opened this issue Mar 31, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@jacobbieker
Copy link
Member

Describe the bug

For the HRV Zarrs, we save out each timestep's x_geostationary and y_geostationary coordinates to their own data variables, as the HRV image gets moved throughout the day. In at least some of the zarrs on GCP, those data variables are mostly all NaNs. The coordinates are there, based off the first timestep of the year, but the coordinate data variables are mostly NaNs.

Not sure why, as the only work done is copying the values to new data arrays and adding them to the dataset, and they've been kept in float64 the whole time and not compressed either. Luckily its not a lot of data, although if it does need to be recomputed, that would still take awhile to download the datasets, open them, and save out the coordinates. The actual image data seems fine for all of them, so should only really come into effect for ones on the edges of the images.

To Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

A clear and concise description of what you expected to happen.

Additional context

Add any other context about the problem here.

@jacobbieker jacobbieker added the bug Something isn't working label Mar 31, 2023
@jacobbieker
Copy link
Member Author

We could just download a day's worth of data for a few random days throughout the year, but should be able to calculate the updated coordinates for each of them. The times and dates that HRV changes is fairly well documented, so we could calculate what the coordinates are for each timestep and add those.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant