Skip to content

isabella232/aircraft_nc_utils

 
 

Repository files navigation

aircraft_nc_utils

Collection of utilities that can operate on the RAF aircraft netCDF files. See the Wiki page associated with this GitHub repo for dependencies and installation instructions.

The RAF netCDF file conventions can be found here: http://www.eol.ucar.edu/raf/software/netCDF.html

Program Description
asc2cdf ASCII to netCDF uploader. Can read a plain file, NASA Ames, BADC, or ICARTT
flt_time Scan a netCDF flight and report take-off and landing times. Based on ground speed.
g2n GENPRO to netCDF translator.
mkcdf Cheezy utility to make small test netCDF file.
nc2asc Newer Java based netCDF to ASCII translator. Plain CSV or ICARTT output.
nc2iwg1 Python based program to read netCDF file and produce an ASCII file conforming to the IWG1. Has UDP output options as well. http://www.eol.ucar.edu/raf/software/iwgadts/IWG1_Def.html
ncReorder Reorder unlimited time dimension to fixed length.
nc_compare Compare two netCDF files. Useful for differing runs of the same flight.
nc_dips Count number of dips aircraft made in a flight.
nc_gap Report time gaps from flight.
nc_sane Perform some sanity checks, esp with regard to time.
ncav Average data even slower than default 1hz
ncextr Extract subset and place in new netCDF file.
ncfillvar Utility to add/create a new variable and fill with missing value (_FillValue).
ncmerge Merge two netCDF files. Must have overalpping time segments. Useful for over-writing data or adding new variables.
ncstat Provide statitistics from variables in file.
ncvarlist ASCII output of variable list. Var name, title, units.
repair
skel
deprecated/n2asc Old C X11/Motif based netCDF to ASCII translator. Plain CSV or Ames DEF output.
deprecated/nc2iwg1 Old C program to read netCDF file and produce an ASCII file conforming to the IWG1.

Documentation

Documentation is available on a per-program basis.

asc2cdf - The users manual can be found online at https://www.eol.ucar.edu/raf/Software/asc2cdf.html.

Environment

The aircraft NC utilities are a mix of C programs and python scripts. Newer programs are in python for ease of portability.

The C utilities build and run on any Unix/Linux operating system, including Mac OS X. asc2cdf has no GUI, so it should compile anywhere.

Dependencies

  • netcdf-cxx-devel (on linux, will pull in netcdf-cxx, netcdf-devel, and netcdf; may just need "brew install netcdf" on a mac)
  • log4cpp (needed by vardb)
  • xerces-c (needed by vardb)
  • asciidoc (needed by nc_compare to generate man pages)
  • numpy (needed by ncstat)
  • netcdf4 (needed by ncstat; on mac, "pip install netCDF4")
  • JDK (needed for nc2asc)

As long as master runs against qt4:

  • brew tap cartr/qt4
  • brew tap-pin cartr/qt4
  • brew install qt@4

The tests for nc_compare require gtest. (On linux you can just yum install gtest-devel.) If you want to be able to run the tests on a MAC, install gtest by performing the following as root:

Installation

To compile this code for your platform:

Tools will be installed in aircraft_nc_utils/bin

About

Collection of utilities that can operate on the EOL/RAF aircraft netCDF files.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 38.7%
  • Python 21.9%
  • C 18.4%
  • Java 15.7%
  • HTML 1.7%
  • Roff 1.5%
  • Other 2.1%