From 5c7f6d24b9b3533134106f762123d57ece17865e Mon Sep 17 00:00:00 2001 From: Chris Holmes Date: Mon, 20 May 2024 10:29:04 -0700 Subject: [PATCH] Added Media Type (#213) Co-authored-by: Matthias Mohr --- format-specs/geoparquet.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/format-specs/geoparquet.md b/format-specs/geoparquet.md index 8870b91..dc5324e 100644 --- a/format-specs/geoparquet.md +++ b/format-specs/geoparquet.md @@ -293,3 +293,7 @@ Note: EPSG:4326 and OGC:CRS84 are equivalent with respect to this specification ## File Extension It is RECOMMENDED to use `.parquet` as the file extension for a GeoParquet file. This provides the best interoperability with existing Parquet tools. The file extension `.geoparquet` SHOULD NOT be used. + +## Media Type + +If a [media type](https://en.wikipedia.org/wiki/Media_type) (formerly: MIME type) is used, a GeoParquet file MUST use [application/vnd.apache.parquet](https://www.iana.org/assignments/media-types/application/vnd.apache.parquet) as the media type.