Skip to content

Commit

Permalink
Merge branch 'main' into m-mohr-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr authored May 20, 2024
2 parents 0723ce5 + 5c7f6d2 commit f8e6b6b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions format-specs/geoparquet.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,3 +289,11 @@ 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.

## 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.

0 comments on commit f8e6b6b

Please sign in to comment.