.:AIMMS Winds:USB: Difference between revisions

From ADPAA
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== AIMMS Winds: USB - combine_aimms, convert_aimmstonasa, convert2kml ==
= AIMMS Winds: USB =
 
== aimmsprocessing_saudi ==
 
'''Purpose'''
 
To:
  1. Convert ".adp.txt" and ".aim.txt" files generated from the AIMMS probe and uploaded via USB flash drive to ADPAA-formatted files
  2. Use aventech_winds module to calculate winds data from AIMMS probe data (from newly converted USB AIMMS data)
 
'''Syntax'''
aimmsprocessing_saudi
 
 
== - combine_aimms, convert_aimmstonasa, convert2kml ==


'''Purpose'''
'''Purpose'''
Line 8: Line 22:


Concatenate all ".A??" files into one ".aim" file.
Concatenate all ".A??" files into one ".aim" file.
* Example:  "combine_aimms file=12091440.A00" give combine file "12091440.aim".
* Example:  "combine_aimms file=12091440.A00" gives the combined file "12091440.aim".
* Example: "cat 12091440.A00 12091440.A01 > 12091440.aim" give combine file "12091440.aim".
* Example: "cat 12091440.A00 12091440.A01 > 12091440.aim" gives the combined file "12091440.aim".


Convert the ".aim" file from step 1 into a file of the correct format using ADPAA command "convert_aimmstonasa file=*inputfile*.aim".
Convert the ".aim" file from step 1 into a file of the correct format using the ADPAA command "convert_aimmstonasa file=*inputfile*.aim".
* Example: "convert_aimmstonasa file=12091440.aim" produces the file "97_12_09_14_40_07.aimms.realtime_usb.raw".
* Example: "convert_aimmstonasa file=12091440.aim" produces the file "97_12_09_14_40_07.aimms.realtime_usb.raw".


Convert file generated in step 2 into kml format using ADPAA command "convert2kml < *inputfile* > *outputfile*".
Convert the file generated in step 2 into kml format using the ADPAA command "convert2kml < *inputfile* > *outputfile*".
* Example: "convert2kml < 97_12_09_14_40_07.aimms.realtime_usb.raw > 97_12_09_14_40_07.aimms.realtime_usb.kml" produces the file "97_12_09_14_40_07.aimms.realtime_usb.kml".
* Example: "convert2kml < 97_12_09_14_40_07.aimms.realtime_usb.raw > 97_12_09_14_40_07.aimms.realtime_usb.kml" produces the file "97_12_09_14_40_07.aimms.realtime_usb.kml".
The kml file may be loaded into Google Earth.
The kml file may now be loaded into Google Earth.

Latest revision as of 11:56, 8 August 2024

AIMMS Winds: USB

aimmsprocessing_saudi

Purpose

To:

 1. Convert ".adp.txt" and ".aim.txt" files generated from the AIMMS probe and uploaded via USB flash drive to ADPAA-formatted files
 2. Use aventech_winds module to calculate winds data from AIMMS probe data (from newly converted USB AIMMS data)

Syntax aimmsprocessing_saudi


- combine_aimms, convert_aimmstonasa, convert2kml

Purpose

To process and generate Google Earth flight paths from USB AIMMS Probe data files.

Combine Files

Concatenate all ".A??" files into one ".aim" file.

  • Example: "combine_aimms file=12091440.A00" gives the combined file "12091440.aim".
  • Example: "cat 12091440.A00 12091440.A01 > 12091440.aim" gives the combined file "12091440.aim".

Convert the ".aim" file from step 1 into a file of the correct format using the ADPAA command "convert_aimmstonasa file=*inputfile*.aim".

  • Example: "convert_aimmstonasa file=12091440.aim" produces the file "97_12_09_14_40_07.aimms.realtime_usb.raw".

Convert the file generated in step 2 into kml format using the ADPAA command "convert2kml < *inputfile* > *outputfile*".

  • Example: "convert2kml < 97_12_09_14_40_07.aimms.realtime_usb.raw > 97_12_09_14_40_07.aimms.realtime_usb.kml" produces the file "97_12_09_14_40_07.aimms.realtime_usb.kml".

The kml file may now be loaded into Google Earth.