Coder Social home page Coder Social logo

aircraft_vardb's Introduction

aircraft_vardb

A library and collection of programs for manipulating the variable database. The variable database is a master list of all variables for netCDF output, their units, titles, and other miscellaneous metadata. The variable database does not use an actual databae, but is rather an XML file.

The OAP file format can be found at http://www.eol.ucar.edu/raf/software/OAPfiles.html

Documentation

Directories in the aircraft_vardb library.

Directory Description
lib Library routines to open and manipulate a variable database.
editor This is a Motif based editor for editing variables in a specific file.
vdbdump Utility to produce an ASCII dump of a variable database.
vdb2xml Utility to convert an style binary VarDB to new style vardb.xml.
vdb2ncml Utility to convert an style binary VarDB to netCDF NCML output.

Environment

The aircraft_vardb libraries are written in C. The utilities build and run on any Unix/Linux operating system, including Mac OS X.

Dependencies

To install these programs on your computer, ensure the following libraries are installed:

  • python-devel
  • log4cpp-devel
  • xerces-c-devel
  • boost-devel

These programs depend on libraf, domx, logx, and site_scons, which are included as submodules to this repo. They are automatically downloaded by using --recursive on the command line.

Installation

The aircraft_vardb libraries can either be installed in the local directory, or redirected to install in a common area (such as /opt/local in a linux system).

To install everything locally in the current working directory:

To install in a common area, first download and install site_scons, libraf, domx, and logx in a common area. Then use to --prefix option to point to that area and install libvardb under that same area.

  • scons install --prefix=<path_to_install_dir> <- Install under a dir of your choosing

These libraries may be used by placing a "-lVarDB" in your compile statement.

aircraft_vardb's People

Contributors

anstett999 avatar catdewey avatar garyjg avatar janinea avatar topher800 avatar tthomas88 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.