bird-house / flyingpigeon

WPS processes for climate model data, indices and extreme events
http://flyingpigeon.readthedocs.io/en/latest/
Apache License 2.0
19 stars 15 forks source link

Dedicated regridding process #217

Closed huard closed 6 years ago

huard commented 6 years ago

I think it would be useful to have a dedicated regridding process.

nilshempelmann commented 6 years ago

Thats in hummingbird the remap process: https://bovec.dkrz.de/processes/execute?wps=hummingbird&process=cdo_inter_mpi But could be included in flyingpigeon as well. hummingbird is running with cdo, flyingpigoen could do it with ocgis

nkadygrov commented 6 years ago

And we need to add there output of first netcdf regridded file (not only tar). I will also write simple process from that one with further subsetting: we have regrid process and subset process, not sure how to chain them...

huard commented 6 years ago

Aha ! Thanks, missed that. Not so familiar with hummingbird. So let's do it with ocgis then.

bekozi commented 6 years ago

Definitely keep me in the loop as this progresses.

nkadygrov commented 6 years ago

Also there is no option to regrid to another netCDF file. I also tried to use ocgis, like here: http://ocgis.readthedocs.io/en/latest/examples.html#regridding but had some troubles with import ESMF. But definitely it will be useful and again, independent from cdo.