agmission/Development/server/docs/DATA_FORMAT_NOTES.md

15 lines
1.3 KiB
Markdown

# RECORDED DATA FORMATS AND NORMALIZATION
## Normalized application metadata fields:
- Applied to all AgNav jobs/data files and partner log files from SatLoc systems.
- For AGNAV files, extracted from q*t file content. SatLoc logs, from different records and filename.
- Stored in `ApplicationFile.meta` field as a JSON object
| Normalized Name | Data Type | AGNAV | SATLOC | Sample | Description |
|-----------------|---------- |------------------------|---------------------------- |-----------------------|------------------------------|
| type | string | inferred | inferred (log) | 'agnav', 'satloc' | Data type for which company |
| matType | string | appRateUnitStr (qfile) | flowControlStatus.dry (140) | 'wet', 'dry' | Material type (wet/dry) |
| | | Job appRateUnit | | | |
| operator | string | OPERATOR | pilotName (100) | 'Michael Jackson' | Pilot Name |
| fcName | string | FC TYPE | controllerType (46) | 'Satloc Constant Rate'| Flow Controller Name |