geo 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. #------------------------------------------------------------------------------
  2. # $File: geo,v 1.10 2022/10/31 13:22:26 christos Exp $
  3. # Geo- files from Kurt Schwehr <schwehr@ccom.unh.edu>
  4. ######################################################################
  5. #
  6. # Acoustic Doppler Current Profilers (ADCP)
  7. #
  8. ######################################################################
  9. 0 beshort 0x7f7f RDI Acoustic Doppler Current Profiler (ADCP)
  10. ######################################################################
  11. #
  12. # Metadata
  13. #
  14. ######################################################################
  15. 0 string Identification_Information FGDC ASCII metadata
  16. ######################################################################
  17. #
  18. # Seimsic / Subbottom
  19. #
  20. ######################################################################
  21. # Knudsen subbottom chirp profiler - Binary File Format: B9
  22. # KEB D409-03167 V1.75 Huffman
  23. 0 string KEB\ Knudsen seismic KEL binary (KEB) -
  24. >4 regex [-A-Z0-9]+ Software: %s
  25. >>&1 regex V[0-9]+\\.[0-9]+ version %s
  26. ######################################################################
  27. #
  28. # LIDAR - Laser altimetry or bathy
  29. #
  30. ######################################################################
  31. # Caris LIDAR format for LADS comes as two parts... ascii location file and binary waveform data
  32. 0 string HCA LADS Caris Ascii Format (CAF) bathymetric lidar
  33. >4 regex [0-9]+\\.[0-9]+ version %s
  34. 0 string HCB LADS Caris Binary Format (CBF) bathymetric lidar waveform data
  35. >3 byte x version %d .
  36. >4 byte x %d
  37. ######################################################################
  38. #
  39. # MULTIBEAM SONARS https://www.ldeo.columbia.edu/res/pi/MB-System/formatdoc/
  40. #
  41. ######################################################################
  42. # GeoAcoustics - GeoSwath Plus
  43. # Update: Joerg Jenderek
  44. # URL: https://www.mbari.org/products/research-software/mb-system/
  45. # Reference: http://ccom.unh.edu/sites/default/files/news-and-events/conferences/auv-bootcamp/
  46. # GS%2B-6063-BB-GS%2B-Broadcast-Raw-Data-File-Format-Command-Specification.pdf
  47. # Note: All data is written using Intel 80x86 byte ordering (LSB to MSB)
  48. # raw_header_siz; file header size is 544 bytes
  49. 4 beshort 0x2002
  50. # GRR: line above is too general as it matches also some Microsoft Event Trace Logs *.ETL
  51. # skip many (63/753) Microsoft Event Trace Logs (AMSITrace.etl lxcore_kernel.etl NotificationUxBroker.052.etl WindowsBackup.4.etl) with invalid "low" ping header size 0
  52. >6 leshort >0 GeoSwath RDF
  53. # skip foo samples with invalid "high" spare bytes
  54. #>>536 ulequad =0 OK_THIS_IS_GeoSwath_RDF
  55. #!:mime application/octet-stream
  56. !:mime application/x-geoswath-rdf
  57. # http://ccom.unh.edu/sites/default/files/news-and-events/conferences/auv-bootcamp/060116342.rdf
  58. !:ext rdf
  59. # filename; original file name like: "C:\GS+\Projects\Default\Raw Data Files\060116342.rdf"
  60. >>8 string x "%-.512s"
  61. # version[8]; recording software version number like: 3.16c
  62. >>527 string x \b, version %-.8s
  63. # creation; unsigned int file creation time; WHAT time format is this?
  64. >>0 ulelong x \b, creation time %#8.8x
  65. # raw_ping_header_size; size of ping header in bytes like: 64
  66. >>6 leshort !64 \b, ping header size %d
  67. # frequency; system frequency in hertz like: 500000
  68. >>520 lelong x \b, frequency %d
  69. # echo_type; Echosounder type index like: 1
  70. >>524 leshort x \b, echo type %#x
  71. # file_mode; file mode mask (0x00 bathy & sidescan, 0x80 bathy, 0x40 sidescan, 0x20 seismic)
  72. >>526 ubyte !0 \b, file mode %#2.2x
  73. # pps_mode; PPS synch mode like: 2
  74. >>535 byte x \b, pps mode %#x
  75. # char spare[8]; apparently zeroed
  76. >>536 ubequad !0 \b, spare %#16.16llx
  77. # Ping_number; 1st ping number like: 4944
  78. >>544 lelong x \b, 1st ping number %d
  79. 0 string Start:- GeoSwatch auf text file
  80. # Seabeam 2100
  81. # mbsystem code mb41
  82. 0 string SB2100 SeaBeam 2100 multibeam sonar
  83. 0 string SB2100DR SeaBeam 2100 DR multibeam sonar
  84. 0 string SB2100PR SeaBeam 2100 PR multibeam sonar
  85. # This corresponds to MB-System format 94, L-3/ELAC/SeaBeam XSE vendor
  86. # format. It is the format of our upgraded SeaBeam 2112 on R/V KNORR.
  87. 0 string $HSF XSE multibeam
  88. # mb121 https://www.saic.com/maritime/gsf/
  89. 8 string GSF-v SAIC generic sensor format (GSF) sonar data,
  90. >&0 regex [0-9]+\\.[0-9]+ version %s
  91. # MGD77 - https://www.ngdc.noaa.gov/mgg/dat/geodas/docs/mgd77.htm
  92. # mb161
  93. 9 string MGD77 MGD77 Header, Marine Geophysical Data Exchange Format
  94. # MBSystem processing caches the mbinfo output
  95. 1 string Swath\ Data\ File: mbsystem info cache
  96. # Caris John Hughes Clark format
  97. 0 string HDCS Caris multibeam sonar related data
  98. 1 string Start/Stop\ parameter\ header: Caris ASCII project summary
  99. ######################################################################
  100. #
  101. # Visualization and 3D modeling
  102. #
  103. ######################################################################
  104. # IVS - IVS3d.com Tagged Data Representation
  105. 0 string %%\ TDR\ 2.0 IVS Fledermaus TDR file
  106. # http://www.ecma-international.org/publications/standards/Ecma-363.htm
  107. # 3D in PDFs
  108. 0 string U3D ECMA-363, Universal 3D
  109. ######################################################################
  110. #
  111. # Support files
  112. #
  113. ######################################################################
  114. # https://midas.psi.ch/elog/
  115. 0 string $@MID@$ elog journal entry
  116. # Geospatial Designs https://www.geospatialdesigns.com/surfer6_format.htm
  117. 0 string DSBB Surfer 6 binary grid file
  118. >4 leshort x \b, %d
  119. >6 leshort x \bx%d
  120. >8 ledouble x \b, minx=%g
  121. >16 ledouble x \b, maxx=%g
  122. >24 ledouble x \b, miny=%g
  123. >32 ledouble x \b, maxy=%g
  124. >40 ledouble x \b, minz=%g
  125. >48 ledouble x \b, maxz=%g
  126. # magic for LAS format files
  127. # alex myczko <alex@aiei.ch>
  128. # https://www.asprs.org/wp-content/uploads/2010/12/LAS_1_3_r11.pdf
  129. 0 string LASF LIDAR point data records
  130. >24 byte >0 \b, version %u
  131. >25 byte >0 \b.%u
  132. >26 string >\0 \b, SYSID %s
  133. >58 string >\0 \b, Generating Software %s
  134. # magic for PCD format files
  135. # alex myczko <alex@aiei.ch>
  136. # http://pointclouds.org/documentation/tutorials/pcd_file_format.php
  137. 0 string #\ .PCD Point Cloud Data