From 71e9b98b2948ae0f6e62195ec659a15ef9f402c0 Mon Sep 17 00:00:00 2001 From: Chris Holmes Date: Mon, 6 May 2024 09:57:29 -0700 Subject: [PATCH 1/4] Added Media Type As discussed in #115 --- format-specs/geoparquet.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/format-specs/geoparquet.md b/format-specs/geoparquet.md index 2531475..be24bea 100644 --- a/format-specs/geoparquet.md +++ b/format-specs/geoparquet.md @@ -289,3 +289,7 @@ The CRS is likely equivalent to OGC:CRS84 for a GeoParquet file if the `id` elem It is reasonable for implementations to require that one of the above `id` elements are present and skip further tests to determine if the CRS is functionally equivalent with OGC:CRS84. Note: EPSG:4326 and OGC:CRS84 are equivalent with respect to this specification because this specification specifically overrides the coordinate axis order in the `crs` to be longitude-latitude. + +## Media Type + +A GeoParquet file ([RFC 8259](https://tools.ietf.org/html/rfc8259)) SHOULD use [`application/vnd.apache.parquet`](https://www.iana.org/assignments/media-types/application/vnd.apache.parquet) as the [Media Type](https://en.wikipedia.org/wiki/Media_type) (previously known as the MIME Type). From 1aa5a98d2d638735c17337d0fffa29a7b893d731 Mon Sep 17 00:00:00 2001 From: Chris Holmes Date: Mon, 6 May 2024 10:48:10 -0700 Subject: [PATCH 2/4] Removed wrong link --- format-specs/geoparquet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/format-specs/geoparquet.md b/format-specs/geoparquet.md index be24bea..2c10be2 100644 --- a/format-specs/geoparquet.md +++ b/format-specs/geoparquet.md @@ -292,4 +292,4 @@ Note: EPSG:4326 and OGC:CRS84 are equivalent with respect to this specification ## Media Type -A GeoParquet file ([RFC 8259](https://tools.ietf.org/html/rfc8259)) SHOULD use [`application/vnd.apache.parquet`](https://www.iana.org/assignments/media-types/application/vnd.apache.parquet) as the [Media Type](https://en.wikipedia.org/wiki/Media_type) (previously known as the MIME Type). +A GeoParquet file SHOULD use [`application/vnd.apache.parquet`](https://www.iana.org/assignments/media-types/application/vnd.apache.parquet) as the [Media Type](https://en.wikipedia.org/wiki/Media_type) (previously known as the MIME Type). From e9e6e8d2d15a6008ab9ecbb814e246ac06564ae9 Mon Sep 17 00:00:00 2001 From: Chris Holmes Date: Mon, 6 May 2024 11:06:23 -0700 Subject: [PATCH 3/4] Updated wording Co-authored-by: Matthias Mohr --- format-specs/geoparquet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/format-specs/geoparquet.md b/format-specs/geoparquet.md index 2c10be2..5b54655 100644 --- a/format-specs/geoparquet.md +++ b/format-specs/geoparquet.md @@ -292,4 +292,4 @@ Note: EPSG:4326 and OGC:CRS84 are equivalent with respect to this specification ## Media Type -A GeoParquet file SHOULD use [`application/vnd.apache.parquet`](https://www.iana.org/assignments/media-types/application/vnd.apache.parquet) as the [Media Type](https://en.wikipedia.org/wiki/Media_type) (previously known as the MIME 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 media type. From 6080d3abada68e5c35cb56e25ac93507f1b6d142 Mon Sep 17 00:00:00 2001 From: Chris Holmes Date: Mon, 6 May 2024 11:07:06 -0700 Subject: [PATCH 4/4] language tweak --- format-specs/geoparquet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/format-specs/geoparquet.md b/format-specs/geoparquet.md index 5b54655..39f20ac 100644 --- a/format-specs/geoparquet.md +++ b/format-specs/geoparquet.md @@ -292,4 +292,4 @@ Note: EPSG:4326 and OGC:CRS84 are equivalent with respect to this specification ## 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 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.