Skip to content

Commit

Permalink
📝 Document lidar extras in pip installation instructions
Browse files Browse the repository at this point in the history
Optional LiDAR dependencies (laspy[lazrs]) can be installed via `pip install zen3geo[lidar]`.
  • Loading branch information
weiji14 committed Feb 2, 2024
1 parent 23b0b28 commit a521637
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ Get what you need, not more, not less:
| Command | Dependencies |
|:-------------------------------|---------------|
| `pip install zen3geo` | rioxarray, torchdata |
| `pip install zen3geo[lidar]` | rioxarray, torchdata, laspy[lazrs] |
| `pip install zen3geo[raster]` | rioxarray, torchdata, xbatcher, zarr |
| `pip install zen3geo[spatial]` | rioxarray, torchdata, datashader, spatialpandas |
| `pip install zen3geo[stac]` | rioxarray, torchdata, pystac, pystac-client, stackstac, xpystac |
| `pip install zen3geo[vector]` | rioxarray, torchdata, pyogrio[geopandas] |

Retrieve more ['extras'](https://github.com/weiji14/zen3geo/blob/main/pyproject.toml) using

pip install zen3geo[raster,spatial,stac,vector]
pip install zen3geo[lidar,raster,spatial,stac,vector]

To install the development version from [TestPyPI](https://test.pypi.org/project/zen3geo), do:

Expand Down

0 comments on commit a521637

Please sign in to comment.