From 4c512e0159b74ecd42de30e89e952a0bfeced424 Mon Sep 17 00:00:00 2001 From: Hugo Ledoux Date: Mon, 8 Jul 2024 07:34:34 +0200 Subject: [PATCH] Improve docs index.md --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 99baad1..edfde24 100644 --- a/docs/index.md +++ b/docs/index.md @@ -15,8 +15,8 @@ startinpy uses the [startin Rust library](https://github.com/hugoledoux/startin) :::{admonition} startinpy allows you to: 1. insert incrementally points 2. delete vertices (useful for simplification, interpolation, and other operations) -3. interpolate and create grids with several methods: TIN, natural neighbours, IDW, Laplace, etc. -4. use other useful terrain Python libraries that are also NumPy-based, eg [laspy](https://laspy.readthedocs.io), [meshio](https://github.com/nschloe/meshio) +3. interpolate with several methods: TIN, natural neighbours, IDW, Laplace, etc. +4. use other useful terrain Python libraries that are also NumPy-based, eg [laspy](https://laspy.readthedocs.io), [rasterio](https://rasterio.readthedocs.io), and [meshio](https://github.com/nschloe/meshio) 5. outputs the TIN to several formats: OBJ, PLY, GeoJSON, and CityJSON 6. [extra attributes](./attributes.md) can be stored with the vertices (eg the ones from LAS/LAZ)