read_ASI | R Documentation |
Read platform data (truth data) from an ASI file. Only reads in lat, lon, alt, and heading (no speed, velocity, etc.). Only works on very SIMDIS files written in an LLA coordinate system. If you export your SIMDIS file (from the File menu), it will save it in a way that this can read
read_ASI(ASIFilePath, timeFormat = "%j %Y %H:%M:%OS", timeZone = NULL)
ASIFilePath |
path to ASI file |
timeFormat |
(default="%j %Y %H:%M:%OS") the format the time information is written in - if it's just seconds, use "%OS%" |
timeZone |
(default=NULL) specify string of time zone. If no argument supplied, will actually default to UTC, but will warn the user |
truth data dataframe
## Not run: read_ASI("C:/myFile.asi",timeZone="US/Pacific")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.