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

NoData value in neerslagdata van Meteobase #171

Closed
JRalling opened this issue May 2, 2023 · 1 comment
Closed

NoData value in neerslagdata van Meteobase #171

JRalling opened this issue May 2, 2023 · 1 comment
Assignees

Comments

@JRalling
Copy link

JRalling commented May 2, 2023

De code voor het inlezen van data van Meteobase is erop gemaakt dat er een NoData value aanwezig moet zijn bij de neerslag data. Dit is echter niet elke keer het geval. Zie het verschil in de bijlages.
No_Data niet aanwezig zelf opgevraagde data
No_Data value test bestand

@martinvonk martinvonk self-assigned this May 2, 2023
martinvonk added a commit that referenced this issue May 2, 2023
fix #171
header reading is now fine if not all ascii keys:
        "ncols",
        "nrows",
        "nodata_value",
        "xllcorner",
        "yllcorner",
        "cellsize",
        "xllcenter",
        "yllcenter",
    are in the header
@martinvonk
Copy link
Collaborator

Fixed by commit 77970e8. I checked it locally so should be fine when some header entries are not listed in the ascii file.

dbrakenhoff pushed a commit that referenced this issue May 9, 2023
fix #171
header reading is now fine if not all ascii keys:
        "ncols",
        "nrows",
        "nodata_value",
        "xllcorner",
        "yllcorner",
        "cellsize",
        "xllcenter",
        "yllcenter",
    are in the header
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

2 participants