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: Data Collection Ensemble 10 Lat Lon Precision #144

Open
ntlhui opened this issue Nov 22, 2024 · 0 comments
Open

bug: Data Collection Ensemble 10 Lat Lon Precision #144

ntlhui opened this issue Nov 22, 2024 · 0 comments

Comments

@ntlhui
Copy link
Contributor

ntlhui commented Nov 22, 2024

Currently, lat/lon in Ensemble 10 is stored as int32 decimal degrees, which reduces precision to unacceptable levels.

int32_t location[2];

lat = point.latitude;

lat = pData->location[0];

pData->location[0] += lat;

ensData.data.ens11.location[0] = N_TO_B_ENDIAN_4(pData->location[0]) ;

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