Difference between revisions of "Main Page/Research/MSB/Scripts"

From phurvitz
< Main Page‎ | Research‎ | MSB
Jump to: navigation, search
Line 1: Line 1:
 
__FORCETOC__
 
__FORCETOC__
 
==Scripts to push and pull MSB data==
 
==Scripts to push and pull MSB data==
* Raw MSB data are downloaded from the device onto a local PC.  This script pushes data to my storage server '''[[/msb_push_data.pl|msb_push_data.pl]]'''.
+
* Raw MSB data are downloaded from the device onto a local PC.  This script pushes data to my storage server '''''[[/msb_push_data.pl|msb_push_data.pl]]'''''.
* Data are sucked from my server to Jonathan's server and then the parse and classify routines are run.  Data are retrieved from Jonathan's server using '''[[/msb_get_data.pl|msb_get_data.pl]]'''.
+
* Data are sucked from my server to Jonathan's server and then the parse and classify routines are run.  Data are retrieved from Jonathan's server using '''''[[/msb.get.data.R|msb.get.data.R]]'''''.
  
 
==Scripts to parse the MSB data on the receiving Linux server==
 
==Scripts to parse the MSB data on the receiving Linux server==
 +
* parsing SMS files (for old format, 6-field files: '''''[[/read_sms_6.R | read_sms_6.R]]'''''; for new format, 8-field files: '''''[[/read_sms_8.R | read_sms_8.R]]''''')
 +
* joining MSB and GPS data, calculates distance to previous and next points, makes WASPN83 coordinates: '''''[[/join_data.R|join_data.R]]'''''

Revision as of 02:56, 14 January 2009

Scripts to push and pull MSB data

  • Raw MSB data are downloaded from the device onto a local PC. This script pushes data to my storage server msb_push_data.pl.
  • Data are sucked from my server to Jonathan's server and then the parse and classify routines are run. Data are retrieved from Jonathan's server using msb.get.data.R.

Scripts to parse the MSB data on the receiving Linux server

  • parsing SMS files (for old format, 6-field files: read_sms_6.R; for new format, 8-field files: read_sms_8.R)
  • joining MSB and GPS data, calculates distance to previous and next points, makes WASPN83 coordinates: join_data.R