0162 NumpyRollRaster ERA5 climate (projects)
project ERA5 climate data to 180 W
The json command file 0162-NumpyRollRaster-ERA5-climate.json is part of Karttur’s GeoImagine project SwedenWetlands. For details on the commands see the blog on Framework Processes.
{
"userproject": {
"userid": "karttur",
"projectid": "karttur",
"tractid": "karttur",
"siteid": "*",
"plotid": "*",
"system": "ancillary"
},
"period": {
"timestep": "M",
"startyear": 1950,
"startmonth": 1,
"startday": 1,
"endyear": 2021,
"endmonth": 12,
"endday": 31
},
"process": [
{
"processid": "NumpyRollRaster",
"overwrite": false,
"parameters": {
"rollcolumns": true,
"rollrows": false,
"minx": -180.05,
"maxy": 90.05
},
"srcpath": {
"volume": "sewetland",
"hdr": "tif"
},
"dstpath": {
"volume": "sewetland",
"hdr": "tif"
},
"srccomp": [
{
"precip": {
"source": "c3s",
"product": "era5",
"content": "precip",
"layerid": "tot-precip-m-m",
"prefix": "tot-precip-m-m",
"suffix": "v2022"
}
}
],
"dstcopy": [
{
"precip": {
"srccomp": "precip_tot-precip-m-m",
"suffix": "v2022-r"
}
}
]
},
{
"processid": "NumpyRollRaster",
"overwrite": false,
"parameters": {
"rollcolumns": true,
"rollrows": false,
"minx": -180.05,
"maxy": 90.05
},
"srcpath": {
"volume": "sewetland",
"hdr": "tif"
},
"dstpath": {
"volume": "sewetland",
"hdr": "tif"
},
"srccomp": [
{
"temp": {
"source": "c3s",
"product": "era5",
"content": "airtemp",
"layerid": "temperature@2m",
"prefix": "temperature@2m",
"suffix": "v2022"
}
}
],
"dstcopy": [
{
"temp": {
"srccomp": "airtemp_temperature@2m",
"suffix": "v2022-r"
}
}
]
}
]
}