From 5845df11e31103012678e8f0916261d4b640388c Mon Sep 17 00:00:00 2001 From: Jonathan Chemla Date: Wed, 28 Aug 2024 11:56:44 +0200 Subject: [PATCH 1/2] Add to best-practices mime types for COPC, Geoparquet, 3dTiles, pmtiles --- best-practices.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/best-practices.md b/best-practices.md index 748ccb47..17c2feb0 100644 --- a/best-practices.md +++ b/best-practices.md @@ -348,6 +348,10 @@ following table lists some of the most common ones you may encounter or use. | `application/geopackage+sqlite3` | [GeoPackage](https://www.geopackage.org/) | | `application/x-hdf5` | Hierarchical Data Format version 5 | | `application/x-hdf` | Hierarchical Data Format versions 4 and earlier. | +| `application/vnd.laszip+copc` | [COPC](https://copc.io/) Cloud optimized PointCloud | +| `application/vnd.apache.parquet` | Apache [Geoparquet](https://geoparquet.org/) | +| `application/3dtiles+json` | [OGC 3D Tiles](https://www.ogc.org/standard/3dtiles/) | +| `application/vnd.pmtiles` | Protomaps [PMTiles](https://github.com/protomaps/PMTiles/blob/main/spec/v3/spec.md) | *Deprecation notice: GeoTiff previously used the media type `image/vnd.stac.geotiff` and Cloud Optimized GeoTiffs used `image/vnd.stac.geotiff; profile=cloud-optimized`. From f42311cd3e518593f5260aed077ee0e97e4d207c Mon Sep 17 00:00:00 2001 From: Jonathan Chemla Date: Wed, 28 Aug 2024 12:07:59 +0200 Subject: [PATCH 2/2] Align table row endings to 299 chars --- best-practices.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/best-practices.md b/best-practices.md index 17c2feb0..6376021a 100644 --- a/best-practices.md +++ b/best-practices.md @@ -348,10 +348,10 @@ following table lists some of the most common ones you may encounter or use. | `application/geopackage+sqlite3` | [GeoPackage](https://www.geopackage.org/) | | `application/x-hdf5` | Hierarchical Data Format version 5 | | `application/x-hdf` | Hierarchical Data Format versions 4 and earlier. | -| `application/vnd.laszip+copc` | [COPC](https://copc.io/) Cloud optimized PointCloud | -| `application/vnd.apache.parquet` | Apache [Geoparquet](https://geoparquet.org/) | -| `application/3dtiles+json` | [OGC 3D Tiles](https://www.ogc.org/standard/3dtiles/) | -| `application/vnd.pmtiles` | Protomaps [PMTiles](https://github.com/protomaps/PMTiles/blob/main/spec/v3/spec.md) | +| `application/vnd.laszip+copc` | [COPC](https://copc.io/) Cloud optimized PointCloud | +| `application/vnd.apache.parquet` | Apache [Geoparquet](https://geoparquet.org/) | +| `application/3dtiles+json` | [OGC 3D Tiles](https://www.ogc.org/standard/3dtiles/) | +| `application/vnd.pmtiles` | Protomaps [PMTiles](https://github.com/protomaps/PMTiles/blob/main/spec/v3/spec.md) | *Deprecation notice: GeoTiff previously used the media type `image/vnd.stac.geotiff` and Cloud Optimized GeoTiffs used `image/vnd.stac.geotiff; profile=cloud-optimized`.