Code Monkey home page Code Monkey logo

ingestion-csvs's Introduction

ingestion-csvs

A definitive collection of calibration and ingestion parameter data for all platforms.

The repository is organized by platform. Each platform directory contains two types of data files.

  • Calibration sheets in Excel format.
  • Ingestion parameter sheets in CSV format.

Filenames adhere to the following conventions:

  • Calibration sheets are named Omaha_Cal_Info_PLATFORM_XXXXX.xlsx, where:
    • PLATFORM is the platform name (e.g. CP02PMCI).
    • XXXXX is the five digit deployment number (e.g. 00001).
  • Ingestion parameter sheets are named PLATFORM_SXXXXX_ingest.csv, where:
    • PLATFORM is the platform name.
    • S is the source of data (e.g. D for telemetered, R for recovered).
    • XXXXX is the five-digit deployment number (e.g. 00001).

A Platform Parameters Checklist Excel spreadsheet is also included in the repository to help keep track of the sheets that are available and the sheets that still need to be created.

Ingestion Parameter Sheets (CSV Files)

The ingestion parameter sheets require 4 columns of data:

Column Name Description
uframe_route The name of the ingestion queue that the EDEX application will pull the files from.
filename_mask A filename mask that points to the files to be ingested. Can include UNIX style wildcards (*, ?).
reference_designator The reference designator associated with the files to be ingested.
data_source An indication of whether the data is telemetered or recovered.

Lines can be commented out in the CSV file by placing a pound sign # at the beginning of the line, or at the beginning of any cell in the line. It's recommended to place the pound sign # in the uframe_route column. When a line in the CSV file is commented out, the ingestion script will ignore that line completely.

Extra columns, such as "notes" or "status," can be included in the CSV files. The ingestion script will ignore these columns completely. Feel free to annotate CSV files with extra columns of data as necessary.

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.