Skip to content

Commit

Permalink
Improve docs index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoledoux committed Jul 8, 2024
1 parent eb0d447 commit 4c512e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 4c512e0

Please sign in to comment.