-
Notifications
You must be signed in to change notification settings - Fork 295
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
satpy_cf_nc reader cannot read FCI file written with cf writer #2680
Comments
I don't have time to find it now but I could have sworn someone (@sfinkens) has a PR to fix this already. I don't think it is even specific to FCI, but rather any data with time_parameters. |
Doesn't ring a bell 🤔 |
So the CF reader needs to convert string-encoded |
I'll make a PR |
That seems to be the case 90% of the time I think you've participated in something in the past. 🤦♂️ Sorry. |
@djhoese Well that just hurts. I'm aware that humans, including me, keep forgetting things. So I'm giving my best making good PR descriptions and documenting issues, so that we can look it up in the future. Also I wonder what data your "90%" estimate is based on... |
I think this comment was unnecessary, especially for @sfinkens that always takes responsibility and fixes anything he might have broken. |
Just noticed that the same problem has also been reported in #2609 |
My apologies! I missed that one. Closing as duplicate. |
Oh no. I'm so sorry. This was taken completely the opposite way I meant it. Oh my gosh. I'm so sorry. I meant that I assume you've done everything because you've done so much. Not that you don't do enough. I meant that lately whenever I think "who was it that worked on this issue again" I think you and tagged you only to be reminded that you didn't work on this particular problem. It has happened at least 3 times in the last 6 months. I keep doing this because you do so much, not the opposite. I'm surprised that you both would think I'd say something so hurtful. |
To be clear my 90% was referring to how often I make a mistake. My whole comment was self-deprecation and was not trying to say anything bad about you. |
Ooooh, what a misunderstanding 🙈 Now that you've explained it, it's actually pretty clear and I wonder why I read it differently... Thanks for the clarification. All good 🤗
Probably because I feel bad since I would like to work more on Pytroll but don't have enough time. Sorry for not thinking twice what you might have meant. |
And please don't hesitate to ping me on anything :) |
Describe the bug
Loading FCI data and writing it to a NetCDF file with the cf writer, then trying to read this file with the satpy_cf_nc reader, results in ValueError.
To Reproduce
Expected behavior
I expect that
sc2
loads the dataset correctly.Actual results
Text output of actual results or error messages including full tracebacks if applicable.
I've skipped the verbose reading part in the log:
Environment Info:
The text was updated successfully, but these errors were encountered: