-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Create a geoparquet dataset in a world readable bucket that can be used by researchers outside of CLIMAS to study effects of weather.
Current properties are:
┌─────────────────────────┬──────────────┬─────────┬─────────┬─────────┬─────────┐
│ column_name │ column_type │ null │ key │ default │ extra │
│ varchar │ varchar │ varchar │ varchar │ varchar │ varchar │
├─────────────────────────┼──────────────┼─────────┼─────────┼─────────┼─────────┤
│ time │ TIMESTAMP_NS │ YES │ NULL │ NULL │ NULL │
│ 2m_temperature │ FLOAT │ YES │ NULL │ NULL │ NULL │
│ surface_pressure │ FLOAT │ YES │ NULL │ NULL │ NULL │
│ 10m_u_component_of_wind │ FLOAT │ YES │ NULL │ NULL │ NULL │
│ total_precipitation │ FLOAT │ YES │ NULL │ NULL │ NULL │
│ 10m_v_component_of_wind │ FLOAT │ YES │ NULL │ NULL │ NULL │
│ 2m_dewpoint_temperature │ FLOAT │ YES │ NULL │ NULL │ NULL │
│ sfcWind │ FLOAT │ YES │ NULL │ NULL │ NULL │
│ vapor_pressure │ FLOAT │ YES │ NULL │ NULL │ NULL │
│ geometry │ GEOMETRY │ YES │ NULL │ NULL │ NULL │
│ __null_dask_index__ │ BIGINT │ YES │ NULL │ NULL │ NULL │
│ year │ BIGINT │ YES │ NULL │ NULL │ NULL │
├─────────────────────────┴──────────────┴─────────┴─────────┴─────────┴─────────┤
│ 12 rows 6 columns │
└────────────────────────────────────────────────────────────────────────────────┘
Review these and add new properties as required. Full set of available properties in the source dataset can be found on the ERA5 dataset page
Metadata
Metadata
Assignees
Labels
No labels