From 532ee0caff260b32cc6efdbfc90bf7d0139be96c Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Tue, 10 Oct 2023 12:04:02 -0400 Subject: [PATCH] image and raster data --- glossary.qmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glossary.qmd b/glossary.qmd index bd7bdd9..f44968b 100644 --- a/glossary.qmd +++ b/glossary.qmd @@ -154,7 +154,7 @@ An extension of the [Parquet](#parquet) file format to store geospatial [vector #### GeoTIFF -An extension of [TIFF](#tagged-image-file-format-tiff) to store geospatially-referenced image data. Includes extra information such as the [coordinate reference system](#coordinate-reference-system-crs) and [geotransform](#geotransform). +An extension of [TIFF](#tagged-image-file-format-tiff) to store geospatially-referenced image and raster data. Includes extra information such as the [coordinate reference system](#coordinate-reference-system-crs) and [geotransform](#geotransform). #### Geotransform @@ -314,7 +314,7 @@ For further reading: [A dive into spatial search algorithms](https://blog.mapbox #### Tagged Image File Format (TIFF) -A file format for image data that supports [lossless compression](#lossless-compression). +A file format for image and raster data that supports [lossless compression](#lossless-compression). #### Vector data