{"id":26055887,"url":"https://github.com/ncar/aircraft_oap","last_synced_at":"2025-10-08T06:42:38.629Z","repository":{"id":41117488,"uuid":"86385871","full_name":"NCAR/aircraft_oap","owner":"NCAR","description":"EOL/RAF Optical Array Probe translator, processing, and display programs.","archived":false,"fork":false,"pushed_at":"2025-09-03T21:32:48.000Z","size":2245,"stargazers_count":2,"open_issues_count":2,"forks_count":3,"subscribers_count":23,"default_branch":"master","last_synced_at":"2025-09-03T23:25:23.910Z","etag":null,"topics":["aircraft","pms2d","processing","visualization","xpms2d"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NCAR.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-03-27T21:31:14.000Z","updated_at":"2025-09-03T20:54:40.000Z","dependencies_parsed_at":"2024-03-22T00:25:22.673Z","dependency_job_id":"77c9dce2-b395-4a1f-b563-264d8d864859","html_url":"https://github.com/NCAR/aircraft_oap","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/NCAR/aircraft_oap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NCAR%2Faircraft_oap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NCAR%2Faircraft_oap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NCAR%2Faircraft_oap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NCAR%2Faircraft_oap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NCAR","download_url":"https://codeload.github.com/NCAR/aircraft_oap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NCAR%2Faircraft_oap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278903017,"owners_count":26065786,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aircraft","pms2d","processing","visualization","xpms2d"],"created_at":"2025-03-08T10:24:37.683Z","updated_at":"2025-10-08T06:42:38.608Z","avatar_url":"https://github.com/NCAR.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aircraft_oap\nA collection of programs for manipulating Optical Array Probe data.  Consists of several translators to convert native probe data into a common OAP file format, a processor, and a display program. \n\nDirectories:\n\n| Directory | Description |\n| ----------- | ----------------------------------------------------------------------------------------- |\n| cip | DMT CIP and PIP data translators. |\n| doc | Documentation. |\n| hvpsdiag | Old Qt3 program for SPEC HVPS diagnostics. |\n| oapinfo | Program to give some information from OAP files. |\n| process2d | 2D Processor to process 2D image data into size-distributions and other quantitative data. |\n| translate2ds | SPEC 2DS data translator. |\n| usb2diag | |\n| xpms2d | X Windows / Motif program for viewing image data from most OAP probes. |\n\n### Documentation ###\n\nDocumentation is available on a per-program basis.\n\n[xpms2d User's Guide](http://www.eol.ucar.edu/raf/software/xpms2d.html)\\\n[The OAP File Format](http://www.eol.ucar.edu/raf/software/OAPfiles.html)\\\nSee doc/procfd2c.doc for description of processing algorithms.\n\n### Environment ###\nThe aircraft OAP utilities are written in C/C++.  The utilities build and run on any Unix/Linux operating system, including Mac OS X.\n\n### MacOS\n\naircraft_oap is available via [MacPorts](https://www.macports.org/) or follow the [MacOS build environment](https://github.com/ncar/aircraft_oap/wiki/MacOS-Build-Environment) directions to build from source.\n\n### Dependencies ###\n\nTo install these programs on your computer, ensure the following packages (and the corresponding -devel versions for Linux) are installed:\n```\n openmotif (starting to show up as just \"motif\" on RHEL8 \u0026 Fedora).\n netcdf, netcdf-cxx4\n python (needed by vardb)\n log4cpp (needed by vardb)\n xerces-c (needed by vardb)\n boost (needed by vardb)\n xorg-x11-fonts-ISO8859-1-75dpi\n xorg-x11-fonts-ISO8859-1-100dpi\n```\n \n Ubuntu Focal (20.04)\n```\nlibxt-dev\nlibmotif-dev\nlibnetcdf-dev\nlibnetcdf-cxx4-dev\nliblog4cpp5-dev\nlibxerces-c-dev\nlibboost-regex-dev\n```\n\n If you are still getting compile errors, you can look here for other things you may need (like Xcode)\n https://github.com/ncar/aircraft_oap/wiki/MacOS-Build-Environment\n\n### Installation ###\n```\n git clone --recursive https://github.com/ncar/aircraft_oap\n cd aircraft_oap\n scons\n scons install\n ```\nAll programs will be installed in /usr/local on MacOS, otherwise /opt/local.  You may override the install directory, e.g. \"scons INSTALL_DIRECTORY=/home/local install\" and the binaries will be place in /home/local/bin.\n\nIf you just want xpms2d, you can type '**scons xpms2d**'.  The only dependencies for xpms2d are the openmotif and fonts listed above.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fncar%2Faircraft_oap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fncar%2Faircraft_oap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fncar%2Faircraft_oap/lists"}