Marzip
Marzip is a container-based format for storing collision avoidance related
files. A marzip file is a normal zip file that uses the .marzip extension to indicate the data stored is from the maritime domain.
The following files can be part of a marzip file:
Manifest File
The manifest.json file is a required component of every marzip
file. It contains metadata about the marzip package and its contents.
Structure
The manifest file should be kept simple and contain:
- version - The marzip format version (e.g., "0.2.0")
Example
{
"version": "0.2.0"
}Compression
Use only DEFLATE compression or STORE (no compression) to maximize
compatibility. Other compression types are discouraged.