Skip to content

Conversation

@ram-from-tvl
Copy link

@ram-from-tvl ram-from-tvl commented Sep 5, 2025

Fixes #268

1. Updating as_zeroed_dataarray() in coordinates.py to create float32 dask arrays
2. Updating dummy_adaptors.py to generate float32 test data
3. Converting all repository implementations to save data as float32:
   - ceda.py: Both global and UKV conversion methods
   - mo_datahub.py: Both global and UKV conversion methods
   - noaa_s3.py: Main conversion method
   - ecmwf_realtime.py: Main conversion method
   - ecmwf_mars.py: Main conversion method
4. Adding test cases to verify float32 dtype is maintained
5. Ensuring all code passes linting and formatting checks
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

Successfully merging this pull request may close these issues.

Save data as float32

1 participant