Previous: Issues in Writing Generic NetCDF Software Next: Lessons learned from developing nccopy Table of contents Frames 2012 Unidata NetCDF Workshop > Developing generic netCDF software

25.1 Of what use is a utility to copy netCDF files?
There are already utility programs to copy files, for example the Unix "cp" command.

Are there good reasons to develop a copy command that only uses the netCDF APIs rather than POSIX I/O?

An interesting question is: How much more code is needed to copy any enhanced-model netCDF-4 file than any classic model netCDF-3 file? This would be one measure of the relative complexity of the data models.

 


Previous: Issues in Writing Generic NetCDF Software Next: Lessons learned from developing nccopy Table of contents Frames 2012 Unidata NetCDF Workshop > Developing generic netCDF software