Meta Raster Format
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Geospatial |extensions={{ext|mrf}}, {{ext|ppg}}, {{ext|pjg}}, {{ext|idx}} }} '''Meta Raster Format''' is an image and data storage ...") |
|||
(4 intermediate revisions by one user not shown) | |||
Line 3: | Line 3: | ||
|subcat=Geospatial | |subcat=Geospatial | ||
|extensions={{ext|mrf}}, {{ext|ppg}}, {{ext|pjg}}, {{ext|idx}} | |extensions={{ext|mrf}}, {{ext|ppg}}, {{ext|pjg}}, {{ext|idx}} | ||
+ | |released=≤2014 (draft), 2016 (v1.0) | ||
}} | }} | ||
− | '''Meta Raster Format''' is an image and data storage format designed for fast access to imagery within a georeferenced tile pyramid at discrete resolutions. It was originally developed at NASA's Jet Propulsion Laboratory. | + | '''Meta Raster Format''' ('''MRF''') is an image and data storage format designed for fast access to imagery within a georeferenced tile pyramid at discrete resolutions. It was originally developed at NASA's Jet Propulsion Laboratory. |
+ | == Format details == | ||
It is a composite format, with an image consisting of 3 components: | It is a composite format, with an image consisting of 3 components: | ||
− | # MRF metadata file in XML format (file extension: .mrf) | + | # MRF metadata file in [[XML]] format (file extension: .mrf) |
− | # MRF data file. This | + | # MRF data file. This can be a "Pile of PNGs" (file extension: .ppg) or a "Pile of JPEGS" (file extension: .pjg), in which case the data file contains blocks of concatenated images in [[PNG]] or [[JPEG]] format. Other possible formats include [[LERC]]. |
# MRF index file (file extension: .idx) | # MRF index file (file extension: .idx) | ||
− | |||
− | |||
== Specification == | == Specification == | ||
− | * [https://github.com/nasa-gibs/mrf/blob/master/spec/mrf_spec.md Meta Raster Format Specification | + | * [https://github.com/nasa-gibs/mrf/blob/master/spec/mrf_spec.md Meta Raster Format Specification] |
== Software == | == Software == | ||
− | * [https://github.com/ | + | * [https://github.com/OSGeo/gdal/tree/master/gdal/frmts/mrf Meta Raster Format driver for GDAL] |
== Links == | == Links == | ||
− | * [https://github.com/nasa-gibs/mrf/ | + | * [https://github.com/nasa-gibs/mrf MRF documentation and utilities] |
+ | ** [https://github.com/nasa-gibs/mrf/blob/master/doc/MUG.md MRF User Guide] | ||
+ | * [https://gdal.org/drivers/raster/marfa.html GDAL documentation: MRF] | ||
* [https://gcn.com/blogs/emerging-tech/2016/01/nasa-esri-image-storage.aspx NASA, Esri speed delivery of cloud-based imagery data] | * [https://gcn.com/blogs/emerging-tech/2016/01/nasa-esri-image-storage.aspx NASA, Esri speed delivery of cloud-based imagery data] | ||
+ | * [https://fileformats.wordpress.com/2016/01/21/mrf-for-large-images/ MRF for large images] | ||
+ | * [https://geonet.esri.com/servlet/JiveServlet/downloadBody/7473-102-1-9153/MRF_CloudOptimizedImageFormat_LERC_Compression.pdf MRF as a Cloud Optimized Raster Format and LERC Compression] | ||
+ | |||
+ | [[Category:XML based file formats]] | ||
+ | [[Category:Multi-file formats]] |
Latest revision as of 16:07, 16 November 2020
Meta Raster Format (MRF) is an image and data storage format designed for fast access to imagery within a georeferenced tile pyramid at discrete resolutions. It was originally developed at NASA's Jet Propulsion Laboratory.
Contents |
[edit] Format details
It is a composite format, with an image consisting of 3 components:
- MRF metadata file in XML format (file extension: .mrf)
- MRF data file. This can be a "Pile of PNGs" (file extension: .ppg) or a "Pile of JPEGS" (file extension: .pjg), in which case the data file contains blocks of concatenated images in PNG or JPEG format. Other possible formats include LERC.
- MRF index file (file extension: .idx)