alxndrsh / fpf

Frame Processing Framework
MIT License
17 stars 4 forks source link

New IInputStream to read from NetCDF: CInputStream_NetCDF #3

Open 5tefan opened 5 years ago

5tefan commented 5 years ago

Hello,

Please consider this contribution which adds a new input stream node: CInputStream_NetCDF.

CInputStream_NetCDF takes the following parameters in the ini:

I've wrapped the functionality in a USE_NETCDF preprocessor directive, so (I think) it's possible to compile without the NetCDF-C dependency. I've made the default Makefile build the NetCDF version. I would be happy to extract this instead to a Makefile_netcdf or something if you would prefer not to require NetCDF to build the main Makefile.

Thanks, Stefan