https://github.com/ncar/nidas
NCAR In-situ Data Acquisition Software
https://github.com/ncar/nidas
data-acquisition eol
Last synced: about 2 months ago
JSON representation
NCAR In-situ Data Acquisition Software
- Host: GitHub
- URL: https://github.com/ncar/nidas
- Owner: NCAR
- License: gpl-2.0
- Created: 2015-10-17T23:07:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-08-13T00:11:26.000Z (about 2 months ago)
- Last Synced: 2025-08-13T02:29:31.142Z (about 2 months ago)
- Topics: data-acquisition, eol
- Language: C++
- Homepage:
- Size: 18.9 MB
- Stars: 4
- Watchers: 17
- Forks: 2
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# NCAR Insitu Data Acqusition Software (NIDAS)
## Introduction
[Introduction.md](doc/Introduction.md) is an overview of NIDAS written by the
original author, Gordon Maclean.## Changelog
See the [Changelog](CHANGELOG.md) for recent changes.
## Building
See [BUILDING.md](BUILDING.md) for notes on building and developing NIDAS.
## Packages
See [Packages.md](doc/Packages.md) for installing NIDAS from RPM or Debian
packages.## API Documentation
The EOL web site hosts the [NIDAS API
documentation](https://www.eol.ucar.edu/software/nidas/doxygen/html) generated
with [Doxygen](https://doxygen.nl/), but it is not always updated.## Time tags
See [timetags.md](doc/timetags.md) for a disucssion of time tags in NIDAS.
## Future documentation
NIDAS needs more documentation and a clear plan for hosting it. Currently
most (and certainly the most current) documentation is in markdown files
within the source repository, some of it having been migrated from the wiki
and google docs.One possibility is to use a second github repository to host a static web
site, generated from the NIDAS source, so it includes both the markdown pages
and the Doxygen API documentation. Keep the generated documentation and
rendering artifacts out of the source repository, while the information can
still reside with the source.In particular, NIDAS is lacking documentation on the XML configuration, since
that is a fundamental part of the data acquisition, but it has many esoteric
settings and variations.