diff --git a/best-practices.md b/best-practices.md index 748ccb47..6376021a 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`.