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

Short-term Forecast Data issue #186

Open
danangmassandy opened this issue Oct 11, 2024 · 1 comment
Open

Short-term Forecast Data issue #186

danangmassandy opened this issue Oct 11, 2024 · 1 comment
Assignees

Comments

@danangmassandy
Copy link
Collaborator

There is a weird data of short-term forecast from zarr as below:
csv:
image

json:

{
    "metadata": {
        "start_date": "2024-10-15T00:00:00+00:00",
        "end_date": "2024-10-15T23:59:59+00:00",
        "dataset": [
            {
                "provider": "Tomorrow.io",
                "attributes": {
                    "total_rainfall": {
                        "units": "mm",
                        "longname": "Total Rainfall"
                    },
                    "max_temperature": {
                        "units": "°C",
                        "longname": "Max Temperature"
                    },
                    "min_temperature": {
                        "units": "°C",
                        "longname": "Min Temperature"
                    },
                    "precipitation_probability": {
                        "units": "%",
                        "longname": "Precipitation Probability"
                    }
                }
            }
        ]
    },
    "results": [
        {
            "geometry": {
                "type": "Point",
                "coordinates": [
                    34.4635,
                    2.7018
                ]
            },
            "data": [
                {
                    "datetime": "2024-10-15T00:00:00Z",
                    "values": {
                        "total_rainfall": 1.3992289326878734e+306,
                        "max_temperature": null,
                        "min_temperature": null,
                        "precipitation_probability": null
                    }
                }
            ]
        }
    ]
}
@danangmassandy danangmassandy self-assigned this Oct 11, 2024
@danangmassandy
Copy link
Collaborator Author

danangmassandy commented Oct 11, 2024

We should also check whether empty data is correctly stored in zarr, not as zero. The empty data can come from lat/lon pair that does not belong to any Grid.

2024-10-14,3.5625,33.4093,0.0000,0.0000,0.0000
2024-10-14,3.5625,33.4456,0.0000,0.0000,0.0000
2024-10-14,3.5625,33.4820,0.0000,0.0000,0.0000
2024-10-14,3.5625,33.5184,0.0000,0.0000,0.0000
2024-10-14,3.5625,33.5547,0.0000,0.0000,0.0000
2024-10-14,3.5625,33.5911,0.0000,0.0000,0.0000
2024-10-14,3.5625,33.6274,0.0000,0.0000,0.0000
2024-10-14,3.5625,33.6638,0.0000,0.0000,0.0000
2024-10-14,3.5625,33.7001,0.0000,0.0000,0.0000
2024-10-14,3.5625,33.7365,0.0000,0.0000,0.0000
2024-10-14,3.5625,33.7728,0.0000,0.0000,0.0000
2024-10-14,3.5625,33.8092,0.0000,0.0000,0.0000
2024-10-14,3.5625,33.8455,0.0000,0.0000,0.0000
2024-10-14,3.5625,33.8819,0.0000,0.0000,0.0000

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