From dbbf72cb5874aa885b51835614e9be5a9bdf251e Mon Sep 17 00:00:00 2001 From: Tyler Erickson Date: Fri, 27 Oct 2023 10:41:40 -0700 Subject: [PATCH] Minor fix - added missing period --- index.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.qmd b/index.qmd index 2c8dafe..a5cb783 100644 --- a/index.qmd +++ b/index.qmd @@ -59,7 +59,7 @@ Notes: - GeoParquet and FlatGeobuf can be used for vector data or point cloud data. - LAS files are intended for 3D points, not 2D points (since COPC files are compressed LAS files, the same goes for COPC files). - [TopoJSON](https://github.com/topojson/topojson) (an extension of GeoJSON that encodes topology) and [newline-delimited GeoJSON](https://stevage.github.io/ndgeojson/) are types of GeoJSON worth mentioning but have yet to be explicitly represented in the diagram. -- GeoTIFF and GeoParquet are geospatial versions of the non-geospatial file formats TIFF and Parquet, respectively. FlatGeobuf builds upon the non-geospatial [flatbuffers](https://github.com/google/flatbuffers) serialization library (though flatbuffers is not a standalone file format) +- GeoTIFF and GeoParquet are geospatial versions of the non-geospatial file formats TIFF and Parquet, respectively. FlatGeobuf builds upon the non-geospatial [flatbuffers](https://github.com/google/flatbuffers) serialization library (though flatbuffers is not a standalone file format). ## Table of Contents