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

r.external: read "nan" as nan #338

Merged
merged 1 commit into from
Feb 9, 2020
Merged

r.external: read "nan" as nan #338

merged 1 commit into from
Feb 9, 2020

Conversation

metzm
Copy link
Contributor

@metzm metzm commented Feb 9, 2020

atof() on windows can not read "nan" and returns 0 (zero) instead. Using Rast_set_d_null_value() in this case to set nan directly.

atof() on windows can not read "nan" and returns 0 (zero) instead. Using Rast_set_d_null_value() in this case to set nan directly.
@metzm metzm merged commit 87c5295 into OSGeo:master Feb 9, 2020
@metzm metzm deleted the r_external_nan branch February 9, 2020 17:05
metzm added a commit that referenced this pull request Feb 9, 2020
Fixes #329. atof() on windows can not read "nan" and returns 0 (zero) instead. Using Rast_set_d_null_value() in this case to set nan directly.
@neteler neteler added this to the 7.8.3 milestone Feb 11, 2020
petrasovaa pushed a commit to petrasovaa/grass that referenced this pull request Feb 18, 2020
Fixes OSGeo#329. atof() on windows can not read "nan" and returns 0 (zero) instead. Using Rast_set_d_null_value() in this case to set nan directly.
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.

2 participants