barronh / pseudonetcdf

PseudoNetCDF like NetCDF except for many scientific format backends
GNU Lesser General Public License v3.0
77 stars 35 forks source link

pncmap.py - Can I take more than one input file and combine? #33

Closed jaegunjung closed 6 years ago

jaegunjung commented 6 years ago

Hi Barron,

I am also interested in comparing two different files for the same species. Is it possible to do this through pncmap.py? If so, can you present an example for me?

Thanks - Jaegun

barronh commented 6 years ago

Look at the --op-typ option.

pncmap.py -v O3 --op-typ=“-“ inpath1 inpath2 outpath 
barronh commented 6 years ago

p.s., pncmap.py -h Will show lots of options and instructions.