PageRenderTime 56ms CodeModel.GetById 28ms RepoModel.GetById 0ms app.codeStats 0ms

/docs/web/thredds/tech/old/IDDconfig/etc/pqact.threddsradar

http://github.com/Unidata/thredds
Unknown | 30 lines | 30 code | 0 blank | 0 comment | 0 complexity | 9dd31bec0b7a180ba3b79e57aacdd323 MD5 | raw file
Possible License(s): BSD-3-Clause
  1. #
  2. # This pqact defines the directory structure expected by the THREDDS Data Server
  3. # default configuration. It includes the pqact entries using decoders and FILE
  4. # actions to create the structure. If this pqact is implemented then the
  5. # THREDDS Data Server should work without doing any data structure
  6. # configurations. Default configuration starting at the ~ldm/data directory:
  7. #
  8. # pub
  9. # pub/native
  10. # pub/native/radar/level2/{station}/{day}
  11. # pub/native/radar/level3/{day}/{station}/{product}
  12. #
  13. #
  14. # level2 radar from CRAFT feed
  15. #
  16. CRAFT ^L2-BZIP2/(....)/([0-9][0-9][0-9][0-9][0-1][0-9][0-3][0-9])([0-2][0-9][0-5][0-9])([0-9][0-9])
  17. FILE data/pub/native/radar/level2/\1/\2/.Level2_\1_\2_\3.ar2v
  18. #
  19. #
  20. # Done to move file after last record is received "/E" to prevent
  21. # autoupdate from seeing partially received files (dccraft_move is a
  22. # shell script copied from $NAWIPS/bin/scripts)
  23. CRAFT ^L2-BZIP2/(....)/([0-9][0-9][0-9][0-9][0-1][0-9][0-3][0-9])([0-2][0-9][0-5][0-9])([0-9][0-9]).*/E$
  24. EXEC util/dccraft_move data/pub/native/radar/level2/\1/\2/.Level2_\1_\2_\3.ar2v data/pub/native/radar/level2/\1/\2/Level2_\1_\2_\3.ar2v
  25. #
  26. # level3 radar from NEXRAD feedtype
  27. #
  28. NNEXRAD ^SDUS[2357]. .... ([0-3][0-9])([0-2][0-9])([0-6][0-9]).*/p(...)(...)
  29. FILE -close data/pub/native/radar/level3/\4/\5/(\1:yyyy)(\1:mm)\1/Level3_\5_\4_(\1:yyyy)(\1:mm)\1_\2\3.nids
  30. #