mirror of
https://github.com/file/file.git
synced 2024-11-27 03:48:06 +08:00
PR/539: manfredsc: Amend grib mime
This commit is contained in:
parent
07b4386994
commit
48b8069c05
@ -1,6 +1,6 @@
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# $File: meteorological,v 1.5 2024/11/10 17:02:18 christos Exp $
|
||||
# $File: meteorological,v 1.6 2024/11/10 17:05:08 christos Exp $
|
||||
# rinex: file(1) magic for RINEX files
|
||||
# http://igscb.jpl.nasa.gov/igscb/data/format/rinex210.txt
|
||||
# ftp://cddis.gsfc.nasa.gov/pub/reports/formats/rinex300.pdf
|
||||
@ -44,12 +44,13 @@
|
||||
!:mime rinex/observation
|
||||
|
||||
# https://en.wikipedia.org/wiki/GRIB
|
||||
# https://www.iana.org/assignments/media-types/application/grib
|
||||
0 string GRIB
|
||||
>7 byte =1 Gridded binary (GRIB) version 1
|
||||
!:mime application/x-grib
|
||||
!:mime application/grib;edition=1
|
||||
!:ext grb/grib
|
||||
>7 byte =2 Gridded binary (GRIB) version 2
|
||||
!:mime application/x-grib2
|
||||
!:mime application/grib;edition=2
|
||||
!:ext grb2/grib2
|
||||
|
||||
# BUFR is a meteorological data format for storing point or time series data.
|
||||
|
Loading…
Reference in New Issue
Block a user