Git Product home page Git Product logo

aircraft_nc_utils's Introduction

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

aircraft_nc_utils's People

Contributors

topher800 avatar janinea avatar tthomas88 avatar garyjg avatar mistermartin avatar isabels avatar maclean avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.